-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add support for HMR #19
Comments
Interesting, do you have some literature on this? Does this work better than simply using LINCS to constrain the hydrogens? (based on the timestep, it seems so...) |
So The original paper is purposed by Adrian E. Roitberg https://pubs.acs.org/doi/10.1021/ct5010406 This kind of thing is commonly used in free energy calculations (based on the 400 citations that this paper has). |
Interesting. Would need to scale the mass-weighted Hessian for this, but other than that, it should be relatively simple? Or am I missing something? |
@selimsami You do have a point that the mass-weight Hessian would be different. My suggestion is that the current Hessian routine should be the same and only apply the mass-scaling when eventually writing the topology. So the mass-weighted Hessian is fitted to reproduce the Hessian with the real mass not the scaled mass. Like when one does
Everything is the same. When
The tricky thing is that the gromacs implementation scale the mass of the hydrogen by a factor of 4 but the amber implementation is to scale by a factor of 3. In practice, this makes no difference but would be good to allow the user to choose to scale it by a factor of 3 or a factor of 4. The number |
Hmm if it is just about changing the mass numbers on the output FF file, I am less excited about this :-D You are then generating a high accuracy FF with Q-Force that matches to QM vibrational frequencies, then proceed to make them all wrong. Maybe I am still missing something though. I'll have a more detailed look later.
Letting the user decide the value is not an issue. This could be done easily with an optional input like you suggested. |
@selimsami This is just a suggestion and I do agree that HMR will screw the kinetics up. I could do the mass rescaling easily with |
Well, if there is a community who is interested in HMR, then it might be worth to have it just as an optional input, no harm done and maybe more users for Q-Force :) |
This is something that could be done later on. It is quite often (in our lab) to do hydrogen mass repartition, where you move the mass of the carbon or oxygen to nearby hydrogens, such that one could use a timestep of 4 fs. I think this could be a function that one could use later on.
The text was updated successfully, but these errors were encountered: