atomistics.shared.output.Output

atomistics.shared.output.Output#

class atomistics.shared.output.Output[source]#

Bases: object

Base class for output data.

__init__() None#

Methods

__init__()

get(output_keys)

Get the specified output data.

keys()

Get the keys of the output data class.

get(output_keys: Iterable[str]) dict[source]#

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[source]#

Get the keys of the output data class.

Returns:

The keys of the output data class.

Return type:

tuple