.. _SiestaAIMDOutputFormat:

siesta/aimd_output format
=========================

Class: :class:`SiestaAIMDOutputFormat <dpdata.plugins.siesta.SiestaAIMDOutputFormat>`

Conversions
-----------

.. _SiestaAIMDOutputFormat_from_system:

Convert from this format to System
``````````````````````````````````

.. py:function:: dpdata.System(file_name, fmt: Literal['siesta/aimd_output'] = None) -> dpdata.system.System
   :noindex:
.. py:function:: dpdata.System.from_siesta_aimd_output(file_name) -> dpdata.system.System
   :noindex:

   
Convert this format to :class:`System`.





:Returns:

    System
        converted system















.. _SiestaAIMDOutputFormat_from_labeled_system:

Convert from this format to LabeledSystem
`````````````````````````````````````````

.. py:function:: dpdata.LabeledSystem(file_name, fmt: Literal['siesta/aimd_output'] = None) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem.from_siesta_aimd_output(file_name) -> dpdata.system.LabeledSystem
   :noindex:

   
Convert this format to :class:`LabeledSystem`.





:Returns:

    LabeledSystem
        converted system













