.. _AbacusMDFormat:

abacus/lcao/md format
=====================

abacus/pw/md format
===================

abacus/md format
================

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

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

.. _AbacusMDFormat_from_labeled_system:

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

.. py:function:: dpdata.LabeledSystem(file_name, fmt: Literal['abacus/lcao/md'] = None) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem(file_name, fmt: Literal['abacus/pw/md'] = None) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem(file_name, fmt: Literal['abacus/md'] = None) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem.from_abacus_lcao_md(file_name) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem.from_abacus_pw_md(file_name) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem.from_abacus_md(file_name) -> dpdata.system.LabeledSystem
   :noindex:

   
Convert this format to :class:`LabeledSystem`.





:Returns:

    LabeledSystem
        converted system













