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
*************************************************************
*** ERROR in read_gto_basis_set1 (MODULE basis_set_types) ***
*************************************************************
*** The requested basis set <"TZV2P-GTH"> for element <S> was not found ***
*** in the basis set files <./GTH_BASIS_SETS> ***
*** Program stopped at line number 1453 of MODULE basis_set_types ***
when I write
&KIND S
BASIS_SET "TZV2P-GTH"
POTENTIAL "GTH-PBE"
&END KIND
instead of
&KIND S
BASIS_SET TZV2P-GTH
POTENTIAL GTH-PBE
&END KIND
and for filenames I get:
********************************************
*** ERROR in open_file (MODULE cp_files) ***
********************************************
*** The specified OLD file <"./GTH_BASIS_SETS"> cannot be opened. It does ***
*** not exist. Data directory path: /my/path/data ***
*** Program stopped at line number 401 of MODULE cp_files ***
When specifying the basis set, potential or coordination file name the parameters seem to get parsed instead of being interpreted as simple strings:
The text was updated successfully, but these errors were encountered: