-
For thier simplicity, I prefer to use yml files to run mdpow. But I have some doubts about how to control temperature and time steps using yml files.
mdpow/fep.py
I'm not sure if is important, but I'm using a pip installation. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
The current code is not set up to change temperature or timestep via yml file. As you say, you have to use custom MDP files for each step. You are also correct that this leads to problems with the analysis because the Thus, if you use mdpow with the scripts and yaml files and you changed the temperature then your analysis results will be incorrect. I opened issue #266 . Your solution is a temporary hack and will work for you specifically but it would be better to add entries to the runinput.yml file for temperature and propagate them correctly. |
Beta Was this translation helpful? Give feedback.
-
I opened issue #266. Thank you for the feedback. Sorry I hadn't seen it earlier. |
Beta Was this translation helpful? Give feedback.
-
I didn't realize that closing a discussion would hide it so I am reopening so that people can actually see it. |
Beta Was this translation helpful? Give feedback.
The current code is not set up to change temperature or timestep via yml file. As you say, you have to use custom MDP files for each step. You are also correct that this leads to problems with the analysis because the
Temperature
in the .fep pickle file that is associated with the run is not the same as in the MDP file.Thus, if you use mdpow with the scripts and yaml files and you changed the temperature then your analysis results will be incorrect.
I opened issue #266 .
Your solution is a temporary hack and will work for you specifically but it would be better to add entries to the runinput.yml file for temperature and propagate them correctly.