12#include <prdc/cpu/RField.h>
13#include <util/containers/DArray.h>
19 using namespace Prdc::Cpu;
125 #ifndef RPC_SIM_STATE_TPP
An IntVec<D, T> is a D-component vector of elements of integer type T.
Dynamically allocatable contiguous array template.
PSCF package top-level namespace.
Utility classes for scientific computation.
SimState stores the state used by an FTS simulation.
bool hasData
Does this object currently store data?
double fieldHamiltonian
Quadratic field contribution to Hamiltonian value.
bool needsHamiltonian
True iff Hamiltonian components need to be saved.
DArray< RField< D > > cc
Eigenvector components of c fields on a real space grid.
bool needsDc
True iff dc fields need to be saved.
void allocate(int nMonomer, IntVec< D > const &dimensions)
Allocate memory for fields.
DArray< RField< D > > dc
Functional derivatives of the Hamiltonian on a real space grid.
double idealHamiltonian
Ideal gas contribution to Hamiltonian.
DArray< RField< D > > wc
Chemical potential fields, r-grid format, indexed by eigenvector.
bool needsCc
True iff cc fields need to be saved.
bool isAllocated
Has memory been allocated for the fields?
double perturbationHamiltonian
Perturbation to Hamiltonian value (if any).
DArray< RField< D > > w
Chemical potential fields, r-grid format, indexed by monomer.
double hamiltonian
Field theoretic Hamiltonian value (total).