SelectedEventFunctionParams#
- class libcasm.monte.sampling.SelectedEventFunctionParams(
- self: SelectedEventFunctionParams,
Bases:
pybind11_object
Parameters controlling selected event data collection
Constructor
Default constructor only.
Methods
Add the name of a quantity to be collected for each selected event, along with optional custom settings.
Update to collect hop correlations data
Returns a copy of the SelectedEventFunctionParams.
Remove the name of a quantity to be collected, and remove all custom settings for that quantity.
Update to not collect hop correlations data
Add the name of a function to be evaluated for each selected event, along with optional order of evaluation.
Construct SelectedEventFunctionParams from a Python dict.
Get the custom settings for a quantity to be collected
Clear all quantities to be collected and any custom settings
Represent the SelectedEventFunctionParams as a Python dict.
Attributes
Parameters for hop correlations data, which may be None if hop correlations data is not to be collected.
The names of the selected event data functions which should be evaluated to collect data during a simulation.