-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hello velocirobbie
I'm trying to combine the LAMMPS data files created by your software with other LAMMPS molecule-builder tools. I have one question:
Does this table contain a complete lookup table between the OPLS atom type numbers (from oplsaa.prm), and all the LAMMPS atom types in the DATA files created by your program? (Or are there some scenarios where the data file will contain additional atom types which are not in this table?)
(I realize the atom type numbers for the OPLS force field will vary depending on whether they come from the files on Jorgensen's web site, or your "oplsaa.prm" file. That's okay. I'm grateful you included the "oplsaa.prm" file with your repository. I am trying to make sure my program understands the meaning of the atom type numbers that you are using.)
Once I can confirm that this is correct, I can make a short script which can translate the LAMMPS data files created by your program into MOLTEMPLATE format. I discovered your repository because a MOLTEMPLATE user recently contacted me to ask me how to combine the files from your repository with moltemplate. (Moltemplate gives users a little more flexibility for customizing the system, adding complex molecules, combining weird force fields, and changing the system geometry.) It would be nice to get our software tools working well together.
-Andrew