jszopi / repESP

Reproducing molecular ESP from partial charges and more
GNU General Public License v3.0
6 stars 7 forks source link

Determine which Gaussian version this library is compatible with #29

Open jszopi opened 5 years ago

jszopi commented 5 years ago

The code has been tested with the version of Gaussian that I was using at the time, Gaussian 09. The current code may or may not be compatible with newer and older versions of Gaussian. For this library to be useful, it should be able to parse the output of all modern versions.

The compatibility must first be determined and the information updated for all new version of Gaussian. I think this would be best achieved by tests, which would be parametrized with the file paths to the output of various Gaussian versions.

The following modules depend on the Gaussian output:

If older Gaussian versions are not compatible with the code, they will probably be just documented as unsupported. If newer versions turn out to be unsupported, the code will probably have to be refactored to support multiple Gaussian versions, which would be a separate Issue.