Formats ======= This submodule provides readers and writers for (on-disk) file formats. GROMACS ------- The following methods are available for reading and writing GROMACS files. .. autofunction:: gmso.formats.read_gro .. autofunction:: gmso.formats.write_gro GSD --- The following methods are available for reading and writing GSD files. .. autofunction:: gmso.formats.write_gsd xyz --- The following methods are available for reading and writing xyz files. .. autofunction:: gmso.formats.read_xyz .. autofunction:: gmso.formats.write_xyz LAMMPS DATA ----------- The following methods are available for reading and writing LAMMPS data. .. autofunction:: gmso.formats.write_lammpsdata