9#include <prdc/system/ScftThermoTmpl.tpp>
10#include <prdc/cuda/Reduce.h>
11#include <pscf/inter/Interaction.h>
35 {
return Cuda::Reduce::innerProduct(A, B); };
Base class for SCFT thermodynamic property calculators.
SystemT const & system() const
Computes SCFT free energies.
double innerProduct(RFieldT const &A, RFieldT const &B) const override
Inner product of fields (sum of elements on a grid).
typename Base::RFieldT RFieldT
Alias for r-grid field type.
ScftThermoTmpl< D, System< D > > Base
Alias for base class.
ScftThermo(System< D > const &system)
Constructor.
Main class, representing a complete physical system.
Periodic fields and crystallography.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.