SSEOrderEstimator
Estimator for the order of the stochastic series expansion
Factories
sse_order_estimator(const List<integer> moments, const Accumulator accumulator) -> SSEOrderEstimator
Constructs the estimator for the order in an SSE simulation.
Parameters
- moments: The moments of the order to be estimated.
- accumulator: The accumulator to be used.
Members
| Name | Description |
|---|---|
| accumulate | Accumulates the given cell to the order estimator. |
| accumulator | Returns the accumulator for the order estimator. |
| sse_energy | Computes the average energy from the order, including a shift and rescaling. |
| sse_specific_heat | Computes and the returns the specific heat of the SSE |