PSCF v1.4.0
SimState.cu
1/*
2* PSCF - Polymer Self-Consistent Field
3*
4* Copyright 2015 - 2025, The Regents of the University of Minnesota
5* Distributed under the terms of the GNU General Public License.
6*/
7
8#include "SimState.h"
9#include <rp/fts/simulator/SimState.tpp>
10
11// Explicit instantiation definitions
12namespace Pscf {
13 namespace Rp {
14 template struct SimState<1, Prdc::Cuda::RField<1> >;
15 template struct SimState<2, Prdc::Cuda::RField<2> >;
16 template struct SimState<3, Prdc::Cuda::RField<3> >;
17 }
18 namespace Rpg {
19 template struct SimState<1>;
20 template struct SimState<2>;
21 template struct SimState<3>;
22 }
23}
Class templates for real-valued periodic fields.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.
SimState stores the state used by a FTS simulation.
SimState stores the state used by an FTS simulation.