TinkerTools / tinker-hp

Tinker-HP: High-Performance Massively Parallel Evolution of Tinker on CPUs & GPUs
http://tinker-hp.org/
Other
78 stars 24 forks source link

Scoring a small molecule conformer using any of the tinker-hp available force fields? [question] #15

Closed UnixJunkie closed 10 months ago

UnixJunkie commented 1 year ago

Hello,

Is there some example code demonstrating this:

Thanks!

louislagardere commented 1 year ago

Hi, You would need to get the parameter and topology files first, if it's a protein in the pdb format you can use the "pdbxyz" program of the tinker suite, otherwise you need to resort to an external program to get them (poltype for AMOEBA, charmm-gui for CGenFF and ligpargen for OPLS). You can look into this documentation https://github.com/louislagardere/winter-school-2023/blob/main/Tinker_Winter_School.pdf to get information about how to get energies then. Note that for small molecules in the gas phase I recommend the use of Tinker 8 as Tinker-HP is mainly designed to use periodic boundary conditions with PME.

UnixJunkie commented 1 year ago

Thanks a lot, especially for the gas phase tip (I am interested in a vacuum calculation).