-
Notifications
You must be signed in to change notification settings - Fork 59
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
Lambda index out of bounds when accumulating free energies #70
Comments
Thanks. I'm guessing this is somewhat related to Sorry for the delay here. I'm swamped in the first part of the week so it On Sun, Jan 24, 2016 at 4:10 AM, Dries VR [email protected] wrote:
David Mobley |
Investigating this now. It could be it is also related to #64 . |
This should be resolved by #72 . Can you test that it works for you? You may also want to read #65 , as there is a larger enhancement we need to make to make the code report the correct labels for different lambda components in cases where you're not doing just a simple consecutive Coulomb-then-van-der-Waals transformation, as you aren't here. But at least now things should work. |
Hi, just tested the patch and it looks like everything's working. #65 looks like a very interesting enhancement, it would be nice to see the contribution of various terms. As everything's working on my end, I'll go ahead and close this issue. I'd be happy to help if you require any further testing though. |
Hi,
I'm getting the following error when I use alchemical-analysis for the second part of my run (bonded, LJ and masses).
File "/Users/dvr/Work/alchemical-analysis-master/alchemical_analysis/alchemical_analysis.py", line 1226, in
main()
File "/Users/dvr/Work/alchemical-analysis-master/alchemical_analysis/alchemical_analysis.py", line 1212, in main
totalEnergies()
File "/Users/dvr/Work/alchemical-analysis-master/alchemical_analysis/alchemical_analysis.py", line 583, in totalEnergies
dF[name] += df_allk[k][name]
IndexError: index out of bounds
Everything works fine for the first and third part of the transformation with the same alchemical-analysis version and settings. Detailed output and input files can be found here:
https://www.dropbox.com/sh/vmjh7rmswbg0bd8/AADUpt8622PBUnxill6eOoIma?dl=0
Kind regards
Dries
The text was updated successfully, but these errors were encountered: