numerics
Loading...
Searching...
No Matches
num::markov::UmbrellaStats Struct Reference

Statistics returned by an umbrella sampling sweep. More...

#include <mcmc.hpp>

Public Attributes

MetropolisStats mc
 Metropolis sweep statistics.
 
bool reverted = false
 true if state was restored
 
idx order_param = 0
 Order parameter value after sweep.
 

Detailed Description

Statistics returned by an umbrella sampling sweep.

Definition at line 47 of file mcmc.hpp.

Member Data Documentation

◆ mc

MetropolisStats num::markov::UmbrellaStats::mc

Metropolis sweep statistics.

Definition at line 48 of file mcmc.hpp.

Referenced by num::markov::umbrella_sweep(), and num::markov::umbrella_sweep_prob().

◆ order_param

idx num::markov::UmbrellaStats::order_param = 0

Order parameter value after sweep.

Definition at line 50 of file mcmc.hpp.

Referenced by num::markov::umbrella_sweep(), and num::markov::umbrella_sweep_prob().

◆ reverted

bool num::markov::UmbrellaStats::reverted = false

true if state was restored

Definition at line 49 of file mcmc.hpp.

Referenced by num::markov::umbrella_sweep(), and num::markov::umbrella_sweep_prob().


The documentation for this struct was generated from the following file: