PSCF v1.4.0
cpc/solvers/Polymer.cpp
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 "Polymer.tpp"
9
10namespace Pscf {
11
12 template
13 class PolymerTmpl< Cpc::Block<1>, Cpc::Propagator<1>, std::complex<double> >;
14 template
15 class PolymerTmpl< Cpc::Block<2>, Cpc::Propagator<2>, std::complex<double> >;
16 template
17 class PolymerTmpl< Cpc::Block<3>, Cpc::Propagator<3>, std::complex<double> >;
18
19 namespace Cpc {
20 template class Polymer<1>;
21 template class Polymer<2>;
22 template class Polymer<3>;
23 }
24
25}
Descriptor and solver for one polymer species.
MDE solver for one direction of one block.
Descriptor and MDE solver for a block polymer.
Definition PolymerTmpl.h:63
Complex periodic fields, CL-FTS (CPU).
Definition cpc.mod:6
PSCF package top-level namespace.