Colvars / colvars

Collective variables library for molecular simulation and analysis programs
http://colvars.github.io/
GNU Lesser General Public License v3.0
196 stars 56 forks source link

Check that coordinate file exists before trying to read it #672

Closed giacomofiorin closed 3 months ago

giacomofiorin commented 3 months ago

Uses std::filesystem::exists from the C++17 standard library, which is supported in GROMACS, to print a more informative error message. VMD will most likely not support it in the near future, but at least doesn't raise a "not implemented" error.

Fixes #667.

giacomofiorin commented 3 months ago

Closing, see comments in #667