I have xvg file obtained from gromacs for many lambda states. Now I want to compute free energy of solvation using MBAR approach. I have used estimator .py file i.e, mbar_.py but couldn't able to run it. Below is the error. #334
Answered
by
dotsdl
kishantchem
asked this question in
Q&A
-
Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
Answered by
dotsdl
Sep 16, 2023
Replies: 1 comment 1 reply
-
It appears that you pulled the To parse files, including XVGs produced via Groamcs, I recommend reviewing the documentation: https://alchemlyb.readthedocs.io/en/latest/parsing.html |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dotsdl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears that you pulled the
mbar_.py
module out of the source tree and then tried to run it as a script. That is a library module, not a script.To parse files, including XVGs produced via Groamcs, I recommend reviewing the documentation: https://alchemlyb.readthedocs.io/en/latest/parsing.html