You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CFOUR accepts only "cc-pVXZ", not "CC-PVXZ". Same for "cc-pCVXZ" and "cc-pwCVXZ", but all-caps aug- basis sets do work.
The CFOUR harness upper()s everything, so can't run these basis set at all.
To Reproduce
"cc-pVTZ" in basis.
CFOUR version 2.1 fails with:
@GTFLGS-W, Option CC-PVQZ for keyword BASIS not known. Default used.
There are 2 frozen-core orbitals.
@MKDECK-F, Premature end-of-file on MOL.
@CHECKOUT-I, Total execution time (CPU/WALL): 0.16/ 0.23 seconds.
ERROR ERROR ERROR ERROR ERROR ERROR
Job has terminated with error flag
ERROR ERROR ERROR ERROR ERROR ERROR
Modifying the generated ZMAT file for correct basis set capitalization fixes issue.
Expected behavior
CFOUR harness should enforce correct capitalization for these basis sets.
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
CFOUR accepts only "cc-pVXZ", not "CC-PVXZ". Same for "cc-pCVXZ" and "cc-pwCVXZ", but all-caps aug- basis sets do work.
The CFOUR harness
upper()
s everything,so can't run these basis set at all.To Reproduce
"cc-pVTZ"
in basis.CFOUR version 2.1 fails with:
Modifying the generated ZMAT file for correct basis set capitalization fixes issue.
Expected behavior
CFOUR harness should enforce correct capitalization for these basis sets.
Additional context
The text was updated successfully, but these errors were encountered: