PSCF v1.3
rpc/solvers/Mixture.cpp
1/*
2* PSCF - Mixture Self-Consistent Field Theory
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 "Mixture.tpp"
9#include <prdc/cpu/FFT.h>
10
11namespace Pscf {
12 namespace Prdc {
13 template class MixtureReal<1, Rpc::Polymer<1>, Rpc::Solvent<1> >;
14 template class MixtureReal<2, Rpc::Polymer<2>, Rpc::Solvent<2> >;
15 template class MixtureReal<3, Rpc::Polymer<3>, Rpc::Solvent<3> >;
16 }
17 namespace Rpc {
18 template class Mixture<1>;
19 template class Mixture<2>;
20 template class Mixture<3>;
21 }
22}
Solver and descriptor for a mixture of polymers and solvents.
Definition MixtureReal.h:51
Solver and descriptor for a mixture of polymers and solvents.
Periodic fields and crystallography.
Definition CField.cpp:11
Real periodic fields, SCFT and PS-FTS (CPU).
Definition param_pc.dox:2
PSCF package top-level namespace.
Definition param_pc.dox:1