PSCF
v1.4.0
src
cpc
solvers
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
11
namespace
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
}
Pscf::Cp::Mixture
Solver and descriptor for a mixture of polymers and solvents.
Definition
cp/solvers/Mixture.h:52
Pscf::Cpc::Mixture
Solver and descriptor for a mixture of polymers and solvents.
Definition
cpc/solvers/Mixture.h:37
Pscf::Cp
Complex-valued periodic fields (class templates).
Definition
cp.mod:6
Pscf::Cpc
Complex periodic fields, CL-FTS (CPU).
Definition
cpc.mod:6
Pscf
PSCF package top-level namespace.
Definition
param_domain.dox:1
Generated on
for PSCF by
1.14.0