Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RMSD-PAC calculation #234

Open
hazvzqhd opened this issue Oct 26, 2023 · 2 comments
Open

RMSD-PAC calculation #234

hazvzqhd opened this issue Oct 26, 2023 · 2 comments

Comments

@hazvzqhd
Copy link

I'm interested in calculating the RMSD between two molecular crystals with the PAC algorithm; however, as I understand the information of the forcefield is required. Otherwise, I get the following error:

Oct 25, 2023 8:21:52 PM ffx.potential.bonded.Angle logNoAngleType
SEVERE: No AngleType for key: 2 1 2

Therefore, I would like to know if the information of the force field is necessary and if it is, could you refer me to some documentation so I could understand how the calculations of the RMSD depends on this information?

@anessler
Copy link
Contributor

Thank you very much for reaching out! I am sorry for the inconvenience. The atomic coordinates and force field are read in using FFX's System Filter which checks to ensure a reasonable force field has been supplied. While the PAC algorithm does not utilize the force field information, the methods that read in the coordinates are the same as those used for energies, minimizations, etc. I am in the process of implementing a "basic" force field to default to when no force field has been supplied and could bypass the force field requirements, however this is still a work in progress.

For now, the quickest approach is to generate fixed charge parameters for the molecule of interest. I would suggest the LigParGen server run by Professor Jorgensen out of Yale. Following the online generator, it should be relatively easy to produce fixed charge parameters in the TINKER format which is compatible with FFX.

If you continue to experience any issues, please feel free to reach out!

@hazvzqhd
Copy link
Author

Thanks for the answer. I'll try your suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants