Simulation system

A simulation system is a combination of topology and force field. It defines a system that is ready for simulation.

After a system is constructed, it can be exported to different simulation engines for calculation. Current, LAMMPS, GROMACS, NAMD and OpenMM are supported. Depending on the functional form used in the force field, some simulation engines may not be supported for specific system.

System(topology, ff[, suppress_pbc_warning, ...])

System is a combination of topology and forcefield, ready for simulation.

Exporter

GromacsExporter()

GromacsExporter export a System to input files for Gromacs.

LammpsExporter()

LammpsExporter export a non-polarizable System to input files for LAMMPS.

NamdExporter()

NamdExporter export a System to input files for NAMD.

OpenMMExporter()

OpenMMExporter export a System to a OpenMM system.