IndividualConvergenceResult#

class libcasm.monte.sampling.IndividualConvergenceResult(
self: IndividualConvergenceResult,
)#

Bases: pybind11_object

Convergence check results for a single SamplerComponent

Constructor

Default constructor only.

Methods

to_dict(…)

Represent the individual convergence check results as a Python dict.

Attributes

is_converged

True if mean is converged to requested precision.

requested_precision

Requested precision of the mean.

stats

Calculated statistics.