I have the same issue. I post the md*.file I created using the Free Energy Calculations
The output md* files are posted on this site. Just output files
I have newly installed Ubuntu & 2023.3 GROMACS.
It still gives me the same error. Thank you very much.
That sounds strange. I tested your files and gmx bar -f md*.xvg ran fine, admittedly using the current main development branch of Gromacs, but I don’t see why 2023.3 would be different in this case. What’s the exact command you used to run gmx bar? Does a normal simulation run with that Gromacs installation? Does other analysis tools work?
I used exactly what the tutorial suggested. gmx bar -f md*.xvg -o -oi
On the previous version (I reinstall Linux so I lost the previous working version)
I created xvg files and analysis worked okay at that time. I had those xvg files in the backup disk so I tried to analyze the old data using new version of GROMACS. However, new version gave me the same error (same as Tutorial). I will try to uninstall and reinstall the GROMACS again. I will post the question again if I see the same issue. Thank you very much for your help.
If you run into the same problem after the reinstallation of GROMACS it would be interesting to see if the test suite passes. I.e., if it works when you run make check where you built your GROMACS installation.
During the previous installation, I missed the error message “Could NOT find Sphinx (missing: SPHINX_EXECUTABLE pygments) (Required is at least version “4.0.0”)”
After installing “python3-sphinx”, and installing from home directly, it worked out. Thank you very much for the help. Now, it does BAR analysis.