EnergyCheck
Calculation class
- class EnergyCheck(model: str | Path | IOBase | DataModelDict | None = None, name: str | None = None, database=None, params: str | Path | IOBase | dict = None, **kwargs: any)
- Bases: - Calculation- Class for managing potential energy checks of structures - calc_inputs() dict
- Builds calculation inputs from the class’s attributes 
 - load_model(model: str | DataModelDict, name: str | None = None)
- Loads record contents from a given model. 
 - load_parameters(params: dict | str | IOBase, key: str | None = None)
- Reads in and sets calculation parameters. 
 - metadata() dict
- Generates a dict of simple metadata values associated with the record. Useful for quickly comparing records and for building pandas.DataFrames for multiple records of the same style. 
 - property multikeys: list
- Calculation key sets that can have multiple values during prepare. - Type: