|
numerics 0.1.0
|
#include <algorithms.hpp>
Public Attributes | |
| int | equilibration = 1000 |
| sweeps discarded before measuring | |
| int | measurements = 500 |
| sweeps over which the observable is averaged | |
Definition at line 48 of file algorithms.hpp.
| int num::Metropolis::equilibration = 1000 |
sweeps discarded before measuring
Definition at line 49 of file algorithms.hpp.
| int num::Metropolis::measurements = 500 |
sweeps over which the observable is averaged
Definition at line 50 of file algorithms.hpp.