atomistics.shared.output.EquilibriumBulkModulDerivative#
- class atomistics.shared.output.EquilibriumBulkModulDerivative(b_prime_eq: Callable[[], object])[source]#
Bases:
OutputOutput data for the pressure derivative of the bulk modulus from an EOS fit.
- b_prime_eq#
Callable returning the equilibrium bulk modulus pressure derivative (dimensionless).
- Type:
OutputCallable
- __init__(b_prime_eq: Callable[[], object]) → None#
Methods
__init__(b_prime_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