1#ifndef RPG_MC_MOVE_FACTORY_TPP
2#define RPG_MC_MOVE_FACTORY_TPP
4#include "AnalyzerFactory.h"
7#include "TrajectoryWriter.h"
8#include "ConcentrationWriter.h"
9#include "HamiltonianAnalyzer.h"
10#include "BinaryStructureFactorGrid.h"
11#include "StepLogger.h"
12#include "PerturbationDerivative.h"
13#include "ChiDerivative.h"
14#include "ConcentrationDerivative.h"
15#include "MaxOrderParameter.h"
16#include "FourthOrderParameter.h"
29 simulatorPtr_(&simulator)
41 ptr = trySubfactories(className);
46 if (className ==
"TrajectoryWriter") {
48 }
else if (className ==
"ConcentrationWriter") {
51 }
else if (className ==
"HamiltonianAnalyzer") {
54 }
else if (className ==
"BinaryStructureFactorGrid") {
58 }
else if (className ==
"StepLogger") {
60 }
else if (className ==
"PerturbationDerivative") {
63 }
else if (className ==
"ChiDerivative") {
65 }
else if (className ==
"ConcentrationDerivative") {
68 }
else if (className ==
"MaxOrderParameter") {
70 }
else if (className ==
"FourthOrderParameter") {
Analyzer< D > * factory(const std::string &className) const
Method to create any Analyzer supplied with PSCF.
AnalyzerFactory(Simulator< D > &simulator, System< D > &system)
Constructor.
Abstract base for periodic output and/or analysis actions.
BinaryStructureFactorGrid evaluates AB diblock structure factors in Fourier space.
Evaluate the derivative of H with respect to chi.
Evaluate the derivative of H with respect to concentration.
Periodically write snapshots to a trajectory file.
FourthOrderParameter is used to detect an order-disorder transition.
Compute averages and output block averages of Hamiltonian components.
MaxOrderParameter is used to detect an order-disorder transition.
Evaluate the derivative of H w/ respect to perturbation parameter lambda.
Field theoretic simulator (base class).
Periodically write snapshots to a trajectory file.
Main class for calculations that represent one system.
Periodically write snapshots to a trajectory file.
PSCF package top-level namespace.
Utility classes for scientific computation.