mstk.simsys.GromacsExporter¶
- class mstk.simsys.GromacsExporter¶
GromacsExporter export a
Systemto input files for Gromacs.The following potential functions are currently supported:
HarmonicCosineAngleTerm
Note that the Drude polarization in GROMACS have never been thoroughly tested. Use it with care.
In order to use GROMACS for trajectory analysis, the following potential functions can also be exported. But the exported files are only used to generate tpr file, which is required by most gmx analysis commands. Do NOT use the exported files for production simulations.
MieTermwill be exported in the LJ-12-6 formMorseVdwTermwill be exported in the LJ-12-6 formQuarticBondTermwill be exported in the harmonic formQuarticAngleTermwill be exported in the harmonic formSDKAngleTermwill be exported in the harmonic form
Methods
__init__()export(system, gro_out, top_out, mdp_out, ...)Generate input files for Gromacs from a system