.. _CP2KOutputFormat:

cp2k/output format
==================

Class: :class:`CP2KOutputFormat <dpdata.plugins.cp2k.CP2KOutputFormat>`

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

.. _CP2KOutputFormat_from_labeled_system:

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

.. py:function:: dpdata.LabeledSystem(file_name, restart=False, fmt: Literal['cp2k/output'] = None) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem.from_cp2k_output(file_name, restart=False) -> dpdata.system.LabeledSystem
   :noindex:

   
Convert this format to :class:`LabeledSystem`.





:Returns:

    LabeledSystem
        converted system













