Analyze
-
class Analyze : public feasst::Stepper
Perform an Action every so many attempted trials that will not change the System, Criteria or 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::SpecificEnergy, feasst::SpecificVolume, feasst::Volume
Public Functions
-
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.
-
void initialize(MonteCarlo *mc)