.. _AbacusSCFFormat:

abacus/lcao/scf format
======================

abacus/pw/scf format
====================

abacus/scf format
=================

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

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

.. _AbacusSCFFormat_from_labeled_system:

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

.. py:function:: dpdata.LabeledSystem(file_name, fmt: Literal['abacus/lcao/scf'] = None) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem(file_name, fmt: Literal['abacus/pw/scf'] = None) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem(file_name, fmt: Literal['abacus/scf'] = None) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem.from_abacus_lcao_scf(file_name) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem.from_abacus_pw_scf(file_name) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem.from_abacus_scf(file_name) -> dpdata.system.LabeledSystem
   :noindex:

   
Convert this format to :class:`LabeledSystem`.





:Returns:

    LabeledSystem
        converted system













