PSCF v1.3
rpg/fts/trajectory/TrajectoryReader.tpp
1#ifndef RPG_TRAJECTORY_READER_TPP
2#define RPG_TRAJECTORY_READER_TPP
3/*
4* PSCF - Polymer Self-Consistent Field
5*
6* Copyright 2015 - 2025, The Regents of the University of Minnesota
7* Distributed under the terms of the GNU General Public License.
8*/
9
10#include "TrajectoryReader.h"
11
12namespace Pscf {
13namespace Rpg
14{
15
16 using namespace Util;
17
18 /*
19 * Constructor.
20 */
21 template <int D>
25
26}
27}
28#endif
Main class, representing one complete system.
TrajectoryReader(System< D > &system)
Constructor.
System< D > & system()
Return reference to parent system.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.
Definition param_pc.dox:1