atomistics.shared.output.EquilibriumVolume#

class atomistics.shared.output.EquilibriumVolume(volume_eq: Callable[[], object])[source]#

Bases: Output

Output data for the equilibrium volume from an equation-of-state fit.

volume_eq#

Callable returning the equilibrium volume in ų.

Type:

OutputCallable

__init__(volume_eq: Callable[[], object]) None#

Methods

__init__(volume_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