PSCF v1.3.3
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
10namespace Pscf {
11 namespace Prdc {
12 template
13 class MixturePrdc<1, Rpg::Polymer<1>, Rpg::Solvent<1>, Rpg::Types<1> >;
14 template
15 class MixturePrdc<2, Rpg::Polymer<2>, Rpg::Solvent<2>, Rpg::Types<2> >;
16 template
17 class MixturePrdc<3, Rpg::Polymer<3>, Rpg::Solvent<3>, Rpg::Types<3> >;
18 }
19 namespace Rpg {
20 template class Mixture<1>;
21 template class Mixture<2>;
22 template class Mixture<3>;
23 }
24}
Solver and descriptor for a mixture of polymers and solvents.
Definition MixturePrdc.h:59
Solver and descriptor for a mixture of polymers and solvents.
Periodic fields and crystallography.
Definition CField.cpp:11
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.