1#ifndef RPG_C_FIELD_CONTAINER_H
2#define RPG_C_FIELD_CONTAINER_H
11#include <rp/field/CFields.h>
12#include <rpg/field/FieldIo.h>
13#include <prdc/cuda/RField.h>
20 using namespace Prdc::Cuda;
47 using namespace Prdc::Cuda;
48 extern template class Rp::CFields<1, RField<1>, Rpg::FieldIo<1> >;
49 extern template class Rp::CFields<2, RField<2>, Rpg::FieldIo<2> >;
50 extern template class Rp::CFields<3, RField<3>, Rpg::FieldIo<3> >;
A list of c fields stored in both basis and r-grid format.
A list of c fields stored in both basis and r-grid format.
Periodic fields and crystallography.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.