-
Notifications
You must be signed in to change notification settings - Fork 296
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
Problem with Plumed in Pyhton #712
Comments
What do you mean with "the output file contains Nouns instead of histogram data"? Maybe "NaNs"? If I understand correctly your input, you are first reading the whole trajectories and only then adding to the action list the analysis part. This is not expected to work: data should be analyzed while they are read. When you use plumed driver, the whole input is read first. So, I would suggest to try moving all the It is possible that things will work also if you leave Giovanni |
Yes, excuse me, I meant "NaNs" I moved strings up, but nothing changed. I also tried to move up only REWEIGHT_METAD and HISTOGRAM, and it didn't help too (and moving ENDPLUMED up and down is also useless). `
|
Do you see your commands are correctly processed when you check the test.log file? |
Also I would say the two lines with |
Hello,
I have a problem with Python API.
The code given below takes results from metadynamics, do reweighting and create histogram. But the output file contains Nouns instead of histogram data.
When the same input data process in command line (binary code), histogram calculates in a correct way. So, this code should have a pointer to give array with right histogram and fes data (like h.dat and fes.dat).
`
The text was updated successfully, but these errors were encountered: