CompletionCheckResults#

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

Bases: pybind11_object

Results of completion checks

Constructor

Default constructor only.

Methods

full_reset

Reset for next run

partial_reset

Reset for step by step updates

to_dict

Represent the CompletionCheckResults as a Python dict.

Attributes

clocktime

Elapsed clock time

convergence_check_results

Results of convergence check

count

Number of steps or passes

equilibration_check_results

Results of equilibration check

has_all_minimums_met

True if all cutoff check minimums have been met

has_any_maximum_met

True if any cutoff check maximums have been met

is_complete

Outcome of the completion check

n_samples

Number of samples taken

n_samples_at_convergence_check

Number of samples when the converence check was performed

params

Completion check parameters

time

Simulated time