.. _ListFormat:

list format
===========

Class: :class:`ListFormat <dpdata.plugins.list.ListFormat>`

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

.. _ListFormat_to_system:

Convert from System to this format
``````````````````````````````````

.. py:function:: dpdata.System.to(fmt: Literal['list'])
   :noindex:
.. py:function:: dpdata.System.to_list()
   :noindex:

   
Convert system to list, usefull for data collection.




















.. _ListFormat_to_labeled_system:

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

.. py:function:: dpdata.LabeledSystem.to(fmt: Literal['list'])
   :noindex:
.. py:function:: dpdata.LabeledSystem.to_list()
   :noindex:

   
Convert system to list, usefull for data collection.


















