PSCF v1.3
SimState.cpp
1#ifndef RPC_SIM_STATE_CPP
2#define RPC_SIM_STATE_CPP
3
4/*
5* PSCF - Polymer Self-Consistent Field
6*
7* Copyright 2015 - 2025, The Regents of the University of Minnesota
8* Distributed under the terms of the GNU General Public License.
9*/
10
11#include "SimState.tpp"
12
13namespace Pscf {
14namespace Rpc {
15
16 template struct SimState<1>;
17 template struct SimState<2>;
18 template struct SimState<3>;
19
20}
21}
22#endif
Real periodic fields, SCFT and PS-FTS (CPU).
Definition param_pc.dox:2
PSCF package top-level namespace.
Definition param_pc.dox:1
SimState stores the state used by an FTS simulation.