Analyze

class Analyze : public feasst::Stepper

Perform a read-only action every so many trials.

Subclassed by feasst::AnalyzeBonds, feasst::AnalyzeCluster, feasst::AnalyzeExample, feasst::AnalyzeFactory, feasst::AnalyzeUpdateOnly, feasst::AnalyzeWriteOnly, feasst::Chirality2D, feasst::Density, feasst::DensityProfile, feasst::EndToEndDistance, feasst::Energy, feasst::ExtensiveMoments, feasst::HeatCapacity, feasst::HenryCoefficient, feasst::MeanSquaredDisplacement, feasst::NumParticles, feasst::ProfileTrials, feasst::RadiusOfGyration, feasst::Scattering, feasst::Volume

Public Functions

virtual void initialize(MonteCarlo *mc)

Initialize and precompute before trials.

virtual void trial(const MonteCarlo &mc)

Check every trial if action is to be performed.

virtual void update(const MonteCarlo &mc)

Perform update action.

virtual std::string write(const MonteCarlo &mc)

Perform write action.

class AnalyzeWriteOnly : public feasst::Analyze

This Analyze does not perform updates.

Subclassed by feasst::Backmap, feasst::CPUTime, feasst::CriteriaWriter, feasst::Log, feasst::Movie, feasst::MoviePatch, feasst::MovieSpherocylinder, feasst::ProfileCPU

class AnalyzeUpdateOnly : public feasst::Analyze

This Analyze does not perform writes.

Subclassed by feasst::Check, feasst::CheckNetCharge, feasst::CheckPhysicality, feasst::WallClockLimit