Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 851 Bytes

module-hoomd-dump.rst

File metadata and controls

34 lines (22 loc) · 851 Bytes

hoomd.dump

Overview

.. autosummary::
    :nosignatures:

    hoomd.dump.dcd
    hoomd.dump.getar
    hoomd.dump.gsd

Details

.. automodule:: hoomd.dump
    :synopsis: Write system configurations to files.
    :exclude-members: dcd, getar, gsd

    .. autoclass:: dcd

    .. autoclass:: getar
        :exclude-members: set_period, DumpProp

        .. class:: DumpProp(name, highPrecision=False, compression=hoomd.dump.getar.Compression.FastCompress)

            Create a dump property specification.

            :param name: Name of the property to dump
            :param highPrecision: True if the property should be dumped in high precision, if possible
            :param compression: Compression level to save the property with, if possible

        .. automethod:: getar.__init__

    .. autoclass:: gsd