pHello!
I have run a 100ns trajectory of membrane protein and small molecule using gromacs software with CHARMM36 force field, and then I wanted to calculate ligand binding energy using gmx_MMPBSA.
The command is "gmx_MMPBSA -O -i mmpbsa.in -cs full_0ns_protein_nolp.pdb -ci index_mod_gromacs.ndx -cg 1 14 -ct full_fit_100ns_nolp.xtc -cp topol_pro.top -o FINAL_RESULTS_MMPBSA.dat -eo FINAL_RESULTS_MMPBSA.csv -deo FINAL_DECOMP_MMPBSA.csv".
However, there is an error as following "ImportError: dynamic module does not define module export function (PyInit_MPI)"
How to solve this?
Thank you!