.. _AbacusRelaxFormat:

abacus/lcao/relax format
========================

abacus/pw/relax format
======================

abacus/relax format
===================

Class: :class:`AbacusRelaxFormat <dpdata.plugins.abacus.AbacusRelaxFormat>`

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

.. _AbacusRelaxFormat_from_labeled_system:

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

.. py:function:: dpdata.LabeledSystem(file_name, fmt: Literal['abacus/lcao/relax'] = None) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem(file_name, fmt: Literal['abacus/pw/relax'] = None) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem(file_name, fmt: Literal['abacus/relax'] = None) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem.from_abacus_lcao_relax(file_name) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem.from_abacus_pw_relax(file_name) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem.from_abacus_relax(file_name) -> dpdata.system.LabeledSystem
   :noindex:

   
Convert this format to :class:`LabeledSystem`.





:Returns:

    LabeledSystem
        converted system













