PSCF
v1.3
src
rpg
solvers
Mixture.cu
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
namespace
Pscf
{
11
namespace
Prdc
{
12
template
class
MixtureReal<1, Rpg::Polymer<1>
, Rpg::Solvent<1> >;
13
template
class
MixtureReal<2, Rpg::Polymer<2>
, Rpg::Solvent<2> >;
14
template
class
MixtureReal<3, Rpg::Polymer<3>
, Rpg::Solvent<3> >;
15
}
16
namespace
Rpg
{
17
template
class
Mixture<1>
;
18
template
class
Mixture<2>
;
19
template
class
Mixture<3>
;
20
}
21
}
Pscf::Prdc::MixtureReal
Solver and descriptor for a mixture of polymers and solvents.
Definition
MixtureReal.h:51
Pscf::Rpg::Mixture
Solver and descriptor for a mixture of polymers and solvents.
Definition
rpg/solvers/Mixture.h:30
Pscf::Prdc
Periodic fields and crystallography.
Definition
CField.cpp:11
Pscf::Rpg
SCFT and PS-FTS with real periodic fields (GPU)
Definition
rpg/environment/environment.mod:3
Pscf
PSCF package top-level namespace.
Definition
param_pc.dox:1
Generated on
for PSCF by
1.14.0