.. _VASPXMLFormat:

vasp/xml format
===============

xml format
==========

Class: :class:`VASPXMLFormat <dpdata.plugins.vasp.VASPXMLFormat>`

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

.. _VASPXMLFormat_from_labeled_system:

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

.. py:function:: dpdata.LabeledSystem(file_name, begin=0, step=1, convergence_check=True, fmt: Literal['vasp/xml'] = None) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem(file_name, begin=0, step=1, convergence_check=True, fmt: Literal['xml'] = None) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem.from_vasp_xml(file_name, begin=0, step=1, convergence_check=True) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem.from_xml(file_name, begin=0, step=1, convergence_check=True) -> dpdata.system.LabeledSystem
   :noindex:

   
Convert this format to :class:`LabeledSystem`.





:Returns:

    LabeledSystem
        converted system













