8#include "CubicLengthDerivative.h"
10#include <rpg/system/System.h>
11#include <rpg/fts/simulator/Simulator.h>
12#include <rpg/solvers/Mixture.h>
13#include <rpg/field/Domain.h>
14#include <rpg/field/CFields.h>
15#include <rpg/field/WFields.h>
17#include <pscf/cuda/Reduce.h>
19#include <rp/fts/analyzer/CubicLengthDerivative.tpp>
40 template class CubicLengthDerivative<1, Rpg::Types<1> >;
41 template class CubicLengthDerivative<2, Rpg::Types<2> >;
42 template class CubicLengthDerivative<3, Rpg::Types<3> >;
Evaluate the derivative of H with respect to cubic box length.
CubicLengthDerivative(Simulator< D > &simulator, System< D > &system)
Constructor.
Field theoretic simulator (base class).
Main class, representing a complete physical system.
List of aliases for types used in the Rpg program-level namespace.
Class templates for real-valued periodic fields.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.