.. _GaussianFChkFormat:

gaussian/fchk format
====================

Class: :class:`GaussianFChkFormat <dpdata.plugins.gaussian.GaussianFChkFormat>`

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

.. _GaussianFChkFormat_from_labeled_system:

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

.. py:function:: dpdata.LabeledSystem(file_name: 'FileType', has_forces=True, has_hessian=True, fmt: Literal['gaussian/fchk'] = None) -> dpdata.system.LabeledSystem
   :noindex:
.. py:function:: dpdata.LabeledSystem.from_gaussian_fchk(file_name: 'FileType', has_forces=True, has_hessian=True) -> dpdata.system.LabeledSystem
   :noindex:

   
Convert this format to :class:`LabeledSystem`.





:Returns:

    LabeledSystem
        converted system













