polyluxus / tools-for-g09.bash

Various bash scripts to aid the use of the quantum chemistry software package Gaussian 09.
14 stars 5 forks source link

g09.propnbo6 doesn't use ending for archive file #17

Closed polyluxus closed 6 years ago

polyluxus commented 6 years ago
g09.propnbo6 <basename>.com

produces correctly <basename>.nbo6.com, but contains the wrong archive line

$NBO
  archive file=<basename>
$END

It should use archive file=<basename>.nbo6 instead.