/usr/share/doc/psi4/examples/pywrap-freq-e-sowreap.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 21 22 23 | #! Finite difference of energies frequency, run in sow/reap mode.
print 'This file will not work outside a cmake test environment.'
molecule h2o {
symmetry c1
O
H 1 0.9894093
H 1 0.9894093 2 100.02688
}
set {
basis sto-3g
d_convergence 11
scf_type pk
points 3
}
frequencies('scf', dertype='energy', mode='sow')
#print_variables()
|