9#include <prdc/system/ScftThermoTmpl.tpp>
10#include <prdc/cuda/Reduce.h>
11#include <pscf/inter/Interaction.h>
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.
cudaReal innerProduct(DeviceArray< cudaReal > const &a, DeviceArray< cudaReal > const &b)
Compute inner product of two real arrays (GPU kernel wrapper).
Periodic fields and crystallography.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.