/usr/share/doc/psi4/examples/pywrap-db1.dat is in psi4-data 1:1.1-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | #! Database calculation, so no molecule section in input file. Portions of the full
#! databases, restricted by subset keyword, are computed by sapt0 and dfmp2 methods.
set {
BASIS sto-3g
DF_BASIS_SCF cc-pVDZ-JKFIT
DF_BASIS_SAPT cc-pVDZ-RI
DF_BASIS_MP2 cc-pVDZ-RI
REFERENCE RHF
SCF_TYPE DF
PRINT 1
E_CONVERGENCE 8
JOBTYPE SP
GUESS CORE
}
S22mad = database('sapt0','s22',subset=[2,8],BENCHMARK='s22A')
#S22mad = database('sapt0','S22',subset=[2,8])
#NBCmad = database('mp2','NBC10',cp='on',symm='off',subset='small') # Revive after df-mp2 regains independence from madness
|