|
numerics
|
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. | |
| 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().
| 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().
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().