igor-1982 / xDH4Gau

A python script to obtain XYG3-type doubly hybrid (xDH) results using the standard Gaussian xx package (xx=03, 09 and/or 16)
MIT License
14 stars 4 forks source link

Simplify Gxx_Environment #4

Open hebrewsnabla opened 1 year ago

hebrewsnabla commented 1 year ago

I think most of users

Thus, there's only one line of Gxx_Environment that is not useless:

g09 "$1"

Maybe there could be an option passed to run_GauJob to replace the annoying Gxx_Environment by exe = "g09" (or g03, g16, depending on the value of __gaussian__). https://github.com/igor-1982/xDH4Gau/blob/a75999d24e3f06f85d7adff281681fa032dc8077/gaussian_manage.py#L1144-L1157