In molecular dynamics simulation, to get FEL analysis, I got an error. My Python version is 3.10.7. My input files are made with a lower version of Python. But the final command to generate the version file is 2.7. I replace my version, I still get an error.
How do I solve this problem?
gmx sham -f PC1PC2.xvg -ls FES.xpm
python2.7 xpm2txt.py -f FES.xpm -o free-energy-landscape.dat
thanks