1#ifndef RPC_INTRACORRELATION_H
2#define RPC_INTRACORRELATION_H
11#include <pscf/math/IntVec.h>
17 template <
int D>
class RField;
21 template <
int D>
class System;
84 {
return *systemPtr_; }
87 #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.
Intramolecular correlation analysis for LR compressors.
void computeIntraCorrelations(RField< D > &correlations)
Compute and modify intramolecular correlations.
System< D > & system()
Return reference to parent system.
IntraCorrelation(System< D > &system)
Constructor.
~IntraCorrelation()
Destructor.
Main class, representing one complete system.
Fields and FFTs for periodic boundary conditions (CPU)
Periodic fields and crystallography.
Real periodic fields, SCFT and PS-FTS (CPU).
PSCF package top-level namespace.