PSCF v1.4.0
cpc/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
10// Explicit instantiation definitions
11namespace Pscf {
12 namespace Cp {
13 template
14 class Mixture<1, Cpc::Polymer<1>, Cpc::Solvent<1>, Cpc::Types<1> >;
15 template
16 class Mixture<2, Cpc::Polymer<2>, Cpc::Solvent<2>, Cpc::Types<2> >;
17 template
18 class Mixture<3, Cpc::Polymer<3>, Cpc::Solvent<3>, Cpc::Types<3> >;
19 }
20 namespace Cpc {
21 template class Mixture<1>;
22 template class Mixture<2>;
23 template class Mixture<3>;
24 }
25}
Solver and descriptor for a mixture of polymers and solvents.
Solver and descriptor for a mixture of polymers and solvents.
Complex-valued periodic fields (class templates).
Definition cp.mod:6
Complex periodic fields, CL-FTS (CPU).
Definition cpc.mod:6
PSCF package top-level namespace.