atomistics.shared.output.EquilibriumEnergy#
- class atomistics.shared.output.EquilibriumEnergy(energy_eq: Callable[[], object])[source]#
Bases:
OutputOutput data for the equilibrium energy from an equation-of-state fit.
- energy_eq#
Callable returning the equilibrium energy in eV.
- Type:
OutputCallable
- __init__(energy_eq: Callable[[], object]) → None#
Methods
__init__(energy_eq)get(output_keys)Get the specified output data.
keys()Get the keys of the output data class.
Attributes
- get(output_keys: Iterable[str]) → dict#
Get the specified output data.
- Parameters:
output_keys (tuple) – The keys of the output data to retrieve.
- Returns:
The output data.
- Return type:
dict
- classmethod keys() → tuple#
Get the keys of the output data class.
- Returns:
The keys of the output data class.
- Return type:
tuple