I am trying to calculate ‘energy(‘sapt2+’)’, but I keep getting the following error:
Orbital Information
NSO = 230
NMO = 230
NRI = 516
NOCC A = 16
NOCC B = 1
FOCC A = 0
FOCC B = 0
NVIR A = 214
NVIR B = 229
Estimated memory usage: 538.7 MB
Natural Orbital Cutoff: 1.000E-06
Disp(T3) Truncation: Yes
CCD (vv|vv) Truncation: Yes
MBPT T2 Truncation: Yes
Traceback (most recent call last):
File “/usr/local/easybuild/software/PSI4/1.3.2-intel-2019b-Python-3.7.4/bin/psi4”, line 287, in
exec(content)
File “”, line 42, in
File “/usr/local/easybuild/software/PSI4/1.3.2-intel-2019b-Python-3.7.4/lib//python3.7/site-packages/psi4/driver/driver.py”, line 556, in energy
wfn = procedures[‘energy’][lowername](lowername, molecule=molecule, **kwargs)
File “/usr/local/easybuild/software/PSI4/1.3.2-intel-2019b-Python-3.7.4/lib//python3.7/site-packages/psi4/driver/procrouting/proc.py”, line 3404, in run_sapt
e_sapt = core.sapt(dimer_wfn, monomerA_wfn, monomerB_wfn)
RuntimeError:
Fatal Error: PSIO Error
Error occurred in file: /usr/local/easybuild/build/PSI4/1.3.2/intel-2019b-Python-3.7.4/psi4-1.3.2/psi4/src/psi4/libpsio/error.cc on line: 128
The most recent 5 function calls were:
psi::PsiException::PsiException(std::__cxx11::basic_string<char, std::char_traits, std::allocator >, char const*, int)
psi::PSIO::rw(unsigned long, char*, psi::psio_address, unsigned long, int)
Printing out the relevant lines from the Psithon → Python processed input file:
mol.set_basis_all_atoms(“aug-cc-pvtz”, role=role)
mol.set_basis_by_symbol(“b”, “aug-cc-pv(t+d)z”, role=role)
return basstrings
qcdb.libmintsbasisset.basishorde[‘ANONYMOUS7A994227’] = basisspec_psi4_yo__anonymous7a994227
core.set_global_option(“BASIS”, “anonymous7a994227”)
→ energy(‘sapt2+’)
Psi4 stopped on: Tuesday, 11 October 2022 12:51PM
Psi4 wall time for execution: 0:00:04.97
*** Psi4 encountered an error. Buy a developer more coffee!
Have anyone of you seen/solved something like that?