.. _SiestaOutputFormat:

siesta/output format
====================

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

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

.. _SiestaOutputFormat_from_system:

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

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

   
Convert this format to :class:`System`.





:Returns:

    System
        converted system















.. _SiestaOutputFormat_from_labeled_system:

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

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

   
Convert this format to :class:`LabeledSystem`.





:Returns:

    LabeledSystem
        converted system













