-
Notifications
You must be signed in to change notification settings - Fork 3
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
IndexError: list index out of range #24
Comments
Many thanks for the issue. I wonder if I could have the input file so I could have a test? Thanks. |
Hi, Thank you for your reply. Follow the file we are using. Thank you. |
Ok, It would run if you change |
Hi, I've changed everything as you suggested and I'm having the following issue: **11962 MBAR energies are > 0.0 kcal/mol The above exception was the direct cause of the following exception: Traceback (most recent call last): Thank you again. |
Interesting, I wonder if I can have this file |
Sure. Follow the file. Thank you! |
@pablo-arantes Thanks. Do you mind pull the latest version of alchemlyb? I think it should be fixed now. |
Hi, Thank you so much for the help. I've installed the last version of alchemlyb and now I'm getting the following issue: 11962 MBAR energies are > 0.0 kcal/mol Thank you. |
Ok, I think it just means that the folder |
- Workflow base class will now create output folder if it doesn't exist (see also alchemistry/flamel#24 ) - add test - update CHANGES
I think all of the problems has been fixed in this issue. |
Hi flamel team,
Thank you for your work on flamel, it's a great tool. We are trying to use for our system, and we are getting the following issue:
Traceback (most recent call last):
File "/home/aakash/anaconda3/envs/afe/bin/flamel", line 8, in
sys.exit(main())
File "/home/aakash/anaconda3/envs/afe/lib/python3.9/site-packages/flamel/flamel.py", line 109, in main
workflow.run(skiptime=args.equiltime, uncorr=args.uncorr,
File "/home/aakash/anaconda3/envs/afe/lib/python3.9/site-packages/alchemlyb/workflows/abfe.py", line 235, in run
self.read(use_FEP, use_TI)
File "/home/aakash/anaconda3/envs/afe/lib/python3.9/site-packages/alchemlyb/workflows/abfe.py", line 144, in read
column_names = u_nk_list[0].columns.values.tolist()
IndexError: list index out of range
Following the command line that we are using to run the alchemical free energy calculations:
flamel -a AMBER -p mdnvt_prod_ -f 10 -g -j result.csv -m MBAR -n dE -o out_data -q csv -r 3 -s 0 -t 298 -v -w
Can you, please, help us in this issue?
Thank you.
Best,
Pablo
The text was updated successfully, but these errors were encountered: