zincware / IPSuite

Machine Learned Interatomic Potential Tools
https://ipsuite.readthedocs.io
Eclipse Public License 2.0
18 stars 10 forks source link

Gromacs Node #306

Closed PythonFZ closed 1 month ago

PythonFZ commented 2 months ago

This PR implements a Node for classical sampling of configurations using https://github.com/alanwilter/acpype and the GAFF as well as PACKMOL and RDKit for generating boxes from smiles.


I've added some trajectory conversion utilities. The energy reading code works in principle but I am fairly certain that the energies I obtain are wrong in some way. There is also an issue that the gmx energy command works on the CLI but not from within the node so I have opted to set the energies to 0 for now.

TODO

PythonFZ commented 1 month ago

gf2bf