PSCF v1.3
rpc/fts/trajectory/TrajectoryReader.tpp
1#ifndef RPC_TRAJECTORY_READER_TPP
2#define RPC_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 Rpc
14{
15
16 /*
17 * Constructor.
18 */
19 template <int D>
23
24
25
26}
27}
28#endif
Main class, representing one complete system.
TrajectoryReader(System< D > &system)
Constructor.
System< D > & system()
Return reference to parent system.
Real periodic fields, SCFT and PS-FTS (CPU).
Definition param_pc.dox:2
PSCF package top-level namespace.
Definition param_pc.dox:1