PSCF v1.3
Pscf::Rpg Namespace Reference

SCFT and PS-FTS with real periodic fields (GPU) More...

Namespaces

namespace  VecOpFts
 Element-wise vector operations performed on the GPU for FTS classes.

Classes

class  AmCompressor
 Rpg implementation of the Anderson Mixing compressor. More...
class  AmIteratorBasis
 Rpg implementation of the Anderson Mixing iterator. More...
class  AmIteratorGrid
 Rpg implementation of the Anderson Mixing iterator. More...
class  Analyzer
 Abstract base for periodic output and/or analysis actions. More...
class  AnalyzerFactory
 Factory for subclasses of Analyzer. More...
class  AnalyzerManager
 Manager for a list of Analyzer objects. More...
class  AverageAnalyzer
 Analyze averages and block averages of several real variables. More...
class  AverageListAnalyzer
 Analyze averages and block averages of several real variables. More...
class  BasisFieldState
 FieldState for fields in symmetry-adapted basis format. More...
class  BdSimulator
 Brownian dynamics simulator. More...
class  BdStep
 BdStep is an abstract base class for Brownian dynamics steps. More...
class  BdStepFactory
 Factory for subclasses of BdStep. More...
class  BinaryStructureFactorGrid
 BinaryStructureFactorGrid evaluates AB diblock structure factors in Fourier space. More...
class  Block
 Block within a branched polymer. More...
class  CFieldContainer
 A list of c fields stored in both basis and r-grid format. More...
class  ChiDerivative
 Evaluate the derivative of H with respect to chi. More...
class  Compressor
 Base class for iterators that impose incompressibility. More...
class  CompressorFactory
 Factory for subclasses of Compressor. More...
class  ConcentrationDerivative
 Evaluate the derivative of H with respect to concentration. More...
class  ConcentrationWriter
 Periodically write snapshots to a trajectory file. More...
class  Domain
 Spatial domain for a periodic structure with real fields, on a GPU. More...
class  EinsteinCrystalPerturbation
 Perturbation for Einstein crystal thermodynamic integration method. More...
class  EnvironmentFactory
 Factory for subclasses of Environment. More...
class  ExplicitBdStep
 BdStep is an abstract base class for Brownian dynamics steps. More...
class  FieldIo
 File input/output operations and format conversions for fields. More...
class  FieldState
 Record of a state of a System (fields + unit cell). More...
class  FilmEnvironment
 Class defining mask & external fields for thin-film systems. More...
class  FilmFieldGenExt
 Field Generator for external fields in thin-film systems. More...
class  FilmFieldGenMask
 Field Generator for thin-film masks. More...
class  ForceBiasMove
 ForceBiasMove attempts a Brownian dynamics move. More...
class  FourthOrderParameter
 FourthOrderParameter is used to detect an order-disorder transition. More...
class  HamiltonianAnalyzer
 Compute averages and output block averages of Hamiltonian components. More...
class  HostDArrayComplex
 HostDArray containing cudaComplex elements. More...
class  IntraCorrelation
 Linear response function for response to pressure. More...
class  Iterator
 Base class for iterative solvers for SCF equations. More...
class  IteratorFactory
 Factory for subclasses of Iterator. More...
class  LinearRamp
 Linear ramp - parameters vary linearly with step index. More...
class  LinearSweep
 Base class for a sweep in parameter space where parameters change linearly with the sweep variable. More...
class  LMBdStep
 Leimkuhler-Matthews Brownian dynamics stepper. More...
class  LrAmCompressor
 Anderson Mixing compressor with linear-response mixing step. More...
class  LrCompressor
 Linear response compressor. More...
class  Mask
 A field to which the total monomer concentration is constrained. More...
class  MaxOrderParameter
 MaxOrderParameter is used to detect an order-disorder transition. More...
class  McMove
 McMove is an abstract base class for Monte Carlo moves. More...
class  McMoveFactory
 Factory for subclasses of McMove. More...
class  McMoveManager
 Manager for a set of McMove objects. More...
class  McSimulator
 Monte-Carlo simulation coordinator. More...
class  Mixture
 Solver and descriptor for a mixture of polymers and solvents. More...
class  MixtureModifier
 Parameter modifier for an associated Mixture. More...
class  Perturbation
 Base class for additive perturbations of standard FTS Hamiltonian. More...
class  PerturbationDerivative
 Evaluate the derivative of H w/ respect to perturbation parameter lambda. More...
class  PerturbationFactory
 Factory for subclasses of Perturbation. More...
class  Polymer
 Descriptor and solver for one polymer species. More...
class  PredCorrBdStep
 Predictor-corrector Brownian dynamics stepper. More...
class  Propagator
 MDE solver for one-direction of one block. More...
class  Ramp
 Class that varies parameters during a simulation (abstract). More...
class  RampFactory
 Factory for subclasses of Ramp. More...
class  RampParameter
 Class for storing data about an individual ramp parameter. More...
class  RealMove
 RealMove is a Monte Carlo move in real space. More...
class  RGridTrajectoryReader
 Trajectory file reader. More...
class  ScftThermo
 Computes SCFT free energies. More...
struct  SimState
 SimState stores the state used by an fts simulation. More...
class  Simulator
 Field theoretic simulator (base class). More...
class  SimulatorFactory
 Factory for subclasses of Simulator. More...
class  Solvent
 Solver and descriptor for a solvent species. More...
class  StepLogger
 Periodically write snapshots to a trajectory file. More...
class  Sweep
 Solve a sequence of problems along a line in parameter space. More...
class  SweepFactory
 Default Factory for subclasses of Sweep. More...
class  SweepParameter
 Class for storing data about an individual sweep parameter. More...
class  System
 Main class, representing one complete system. More...
class  SystemConstRef
 Const access to a System<D>. More...
class  TrajectoryReader
 Trajectory file reader. More...
class  TrajectoryReaderFactory
 Factory for subclasses of TrajectoryReader. More...
class  TrajectoryWriter
 Periodically write snapshots to a trajectory file. More...
class  WFieldContainer
 A container of fields stored in both basis and r-grid format. More...

Functions

template<int D>
std::istream & operator>> (std::istream &in, RampParameter< D > &param)
 Inserter for reading a RampParameter from an istream.
template<int D>
std::ostream & operator<< (std::ostream &out, RampParameter< D > const &param)
 Extractor for writing a RampParameter to ostream.
template<int D>
void run (int argc, char **argv)
 Function template for main pscf_pg program.
template<int D>
std::istream & operator>> (std::istream &in, SweepParameter< D > &param)
 Inserter for reading a SweepParameter from an istream.
template<int D>
std::ostream & operator<< (std::ostream &out, SweepParameter< D > const &param)
 Extractor for writing a SweepParameter to ostream.

Detailed Description

SCFT and PS-FTS with real periodic fields (GPU)

Function Documentation

◆ operator>>() [1/2]

template<int D>
std::istream & Pscf::Rpg::operator>> ( std::istream & in,
RampParameter< D > & param )

Inserter for reading a RampParameter from an istream.

Parameters
ininput stream
paramRampParameter<D> object to read

Definition at line 281 of file rpg/fts/ramp/RampParameter.tpp.

◆ operator<<() [1/2]

template<int D>
std::ostream & Pscf::Rpg::operator<< ( std::ostream & out,
RampParameter< D > const & param )

Extractor for writing a RampParameter to ostream.

Parameters
outoutput stream
paramRampParameter<D> object to write

Definition at line 304 of file rpg/fts/ramp/RampParameter.tpp.

References Pscf::Rpg::RampParameter< D >::id(), and Pscf::Rpg::RampParameter< D >::writeParamType().

◆ operator>>() [2/2]

template<int D>
std::istream & Pscf::Rpg::operator>> ( std::istream & in,
SweepParameter< D > & param )

Inserter for reading a SweepParameter from an istream.

Parameters
ininput stream
paramSweepParameter<D> object to read

Definition at line 294 of file rpg/scft/sweep/SweepParameter.tpp.

◆ operator<<() [2/2]

template<int D>
std::ostream & Pscf::Rpg::operator<< ( std::ostream & out,
SweepParameter< D > const & param )

Extractor for writing a SweepParameter to ostream.

Parameters
outoutput stream
paramSweepParameter<D> object to write

Definition at line 316 of file rpg/scft/sweep/SweepParameter.tpp.

References Pscf::Rpg::SweepParameter< D >::id(), and Pscf::Rpg::SweepParameter< D >::writeParamType().