After running this step to create ligand topology for molecular dynamic simulation protein-ligand complex:
python3 cgenff_charmm2gmx_py3_nx2.py ligand ligand_fix.mol2 ligand.str charmm36-jul2022.ff
It showed some tracebacks and import error:
ImportError: cannot import name 'gcd' from 'fractions' (/usr/lib/python3.10/fractions.py)
Does anybody know how to fix this problem in Ubuntu with python3.10 version?
#gromacs #topology #moleculardynamics