1#ifndef RPC_INTRACORRELATION_H
2#define RPC_INTRACORRELATION_H
11#include <util/param/ParamComposite.h>
12#include <prdc/cpu/RField.h>
13#include <prdc/cpu/RFieldDft.h>
14#include <util/containers/DArray.h>
20 template <
int D>
class System;
73 System<D>* systemPtr_;
86 {
return *systemPtr_; }
89 #ifndef RPC_INTRACORRELATION_TPP
An IntVec<D, T> is a D-component vector of elements of integer type T.
Field of real double precision values on an FFT mesh.
Base class for iterators that impose incompressibility.
double computeDebye(double x)
Compute Debye function.
System< D > & system()
Return reference to parent system.
RField< D > computeIntraCorrelations()
Compute and return intramolecular correlations.
double computeIntraCorrelation(double qSquare)
Compute intramolecular correlation at specific sqSquare.
IntraCorrelation(System< D > &system)
Constructor.
~IntraCorrelation()
Destructor.
Main class for SCFT or PS-FTS simulation of one system.
An object that can read multiple parameters from file.
Fields and FFTs for periodic boundary conditions (CPU)
PSCF package top-level namespace.
Utility classes for scientific computation.