-
Notifications
You must be signed in to change notification settings - Fork 112
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
There is no option to run MMGBSA in this code repo. Please fix it #79
Comments
Hi @mainguyenanhvu, I'm not able to understand your issue. There is a cell to run MMGBSA in the notebook (follow the picture). What is your concern? Thank you. Best, Pablo |
Hi @pablo-arantes, I think that MMGBSA and MMPBSA are different. Thus, I would like to run only MMGBSA. How could I set up parameter for doing this. Besides, If I just want to run MMGBSA without previous step (MD simulation), which file do I need to repair? Thank you very much. |
Of course, they are different. But if you check the description in the cell, we are calculating both (MMGBSA and MMPBSA). I hope it helps. Thank you. |
Hi @pablo-arantes, I would like to ask you one more question about which module do I need to import when using complex_structure.createSystem? Thank you very much. |
Hi @pablo-arantes , actually I could not find the code line in your script that show the combination of mmgbsa and mmpbsa. In addtion, I would like to know more detail about the comparison procedure, whether the final energy value would be calculated by combining two methods? |
HI @mainguyenanhvu, You need OpeMM and OpenFF. |
Hi @pharm-dacnhan, The script is calculating both methods and giving the results of the both separately. If you check the output you can see that. In the following code, we are creating the input file to run MMPBSA and MMGBSA calculations using AmberTools. I commented the lines for each method.
|
I found that there is no option to run MMGBSA in this code.
Please help me to fix it. Thank you very much.
The text was updated successfully, but these errors were encountered: