12#include "Propagator.h"
13#include <rpc/field/FieldIo.h>
14#include <prdc/cpu/FFT.h>
15#include <prdc/cpu/RField.h>
16#include <pscf/cpu/VecOp.h>
18#include <rp/solvers/Mixture.tpp>
29 void Mixture<D>::allocateBlocks()
31 const double ds = RpMixtureT::ds();
32 const int np = MixtureBaseT::nPolymer();
34 for (i = 0; i < np; ++i) {
35 for (j = 0; j < polymer(i).nBlock(); ++j) {
36 polymer(i).block(j).allocate(ds);
Solvers for a mixture of polymer and solvent species.
Solver and descriptor for a mixture of polymers and solvents.
Solver and descriptor for a mixture of polymers and solvents.
Solver and descriptor for a solvent species.
Periodic fields and crystallography.
Class templates for real-valued periodic fields.
Real periodic fields, SCFT and PS-FTS (CPU).
PSCF package top-level namespace.