-
Notifications
You must be signed in to change notification settings - Fork 21
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
Tscale doesn't agree with reversible scaling method? #133
Comments
@ireaml Thanks for reporting. At first glance, everything looks ok with the script. I will run a few tests and get back to you. Could you please tell me how you did the integration after the run? |
Thanks for the quick response! I just used an adapted version of the
|
Thanks! I will take a look and get back to you. I should be able to take a look before the end of the week. |
Hi!
Thanks for developing such a useful package!
I have used the reversible scaling method to calculate free energies at high temperatures (switching from 100 K to 840 K). It works great and agrees with equilibrium thermodynamic integration.
I wanted to switch to the
tscale
method because it would allow me to use theKOKKOS
acceleration withlammps
(not available for thepair hybrid/scaled
). However, when comparing the results fromts
andtscale
, seems like there's something wrong withtscale
(as shown below)?I've tested using long equilibration and switching times for
tscale
(N_eq = 25000 and N_switch=250000 with dt=0.002 ps) but we get similar results as for the short switching time (shown in the figure above). My system is a Tellurium interstitial in CdTe but I've observed the same issue for bulk CdTe (with a different forcefield).All settings between
tscale
andts
are the same. I've checked the equilibrated structure after thetscale
switch from 100 K to 840 K and looks ok. The lammps input script I used for thetscale
simulation is attached below (adapted fromcalphy.phase.temperature_scaling
).Wondering if you've seen this disagreement before or have an idea of what could be causing it?
Thank you!
Input
lammps
file fortscale
simulation:The text was updated successfully, but these errors were encountered: