/usr/share/psi/samples/dft-grad/input.dat is in psi4-data 1:0.3-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 24 25 26 27 28 29 30 31 32 33 34 35 36 | #! DF-BP86-D2 cc-pVDZ frozen core gradient of S22 HCN
ref_bp86d2 = [
memory 250 mb
molecule {
0 1
N -0.0034118 3.5353926 0.0000000
C 0.0751963 2.3707040 0.0000000
H 0.1476295 1.3052847 0.0000000
}
set {
scf_type df
basis cc-pvdz
freeze_core true
dft_radial_points 99
dft_spherical_points 302
e_convergence 8
d_convergence 8
}
gradient('bp86-d')
clean()
set {
dft_functional bp86-d
reference rks
dft_radial_points 99
dft_spherical_points 302
}
gradient('bp86-d')
|