1#ifndef RPG_INTRACORRELATION_H
2#define RPG_INTRACORRELATION_H
11#include <util/param/ParamComposite.h>
12#include <prdc/cuda/RField.h>
13#include <prdc/cuda/RFieldDft.h>
14#include <util/containers/DArray.h>
20 template <
int D>
class System;
74 System<D>* systemPtr_;
87 {
return *systemPtr_; }
90 #ifndef RPG_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 calculations that represent one system.
An object that can read multiple parameters from file.
Fields, FFTs, and utilities for periodic boundary conditions (CUDA)
Periodic fields and crystallography.
PSCF package top-level namespace.
Utility classes for scientific computation.