9#include <prdc/system/ScftReal.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 calculator.
SystemT const & system() const
Computes SCFT free energies.
double innerProduct(FieldT const &A, FieldT const &B) const override
Inner product of fields (sum of elements on a grid).
ScftReal< D, System< D > > Base
Alias for base class.
ScftThermo(System< D > const &system)
Constructor.
typename Base::FieldT FieldT
Alias for r-grid field type.
Main class, representing one complete system.
Periodic fields and crystallography.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.