-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
New GROMACS user #96
Comments
Hi @chloell , sorry, I hadn't monitored the issue tracker closely enough over the last few days. Can you paste the code that you've been running? In principle, GromacsWrapper knows when to use import gromacs
gromacs.mdrun(h=True) It should show the help, something like
|
When I run the following command:
I have attached the log file and example file that I am running: Thank you for your help! |
I think you have a binary called I am actually not sure how you managed to get past the energy minimization, which also uses Questions
More loggingYou can also instruct GW to immediately write a log file ( export GW_START_LOGGING=True
mdpow-equilibrium --solvent water benzene/benzene.yml should produce a Configuring GWIf you want to keep the [Gromacs]
GMXRC = /usr/local/gromacs/bin/GMXRC
release = 5.1.4
tools = gmx might work to make clear what you want to use (specify the correct path to (Locally I am able to run the test case using the files that you attached; note that by default mdrun chooses the number of threads but you can change the |
@chloell did any of the above suggestions help? If I don't hear anything else from you I will close this issue in a few days. |
I haven't gotten a chance to try your suggestions, yet. I will let you know as soon as I do, likely tomorrow. Thank you! |
Thank you for your help! The issue is solved. We had installed the package on the Desktop; it is correctly installed, now. Have a great day, |
Hello,
I have just installed GROMACS with the intention to use the MDPOW package. I am going through the tutorial for MDPOW and am running into the following error:
"
"
From tutorials I have watched on YouTube regarding the new GROMACS version, it seems that the issue is that I need to execute "gmx mdrun" instead of simply "mdrun". Where/which are the files that I would need to change in order to accomplish this? Running "gmx mdrun -cpi -stepout 1000 -deffnm md -v -append -nice 19" in the terminal command line worked, but if I am just using the mdpow scripts, it is still not working.
Thank you for your help,
Chloe
The text was updated successfully, but these errors were encountered: