/usr/share/psi4/samples/cc40/input.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 | #! RHF-CC2-LR/cc-pVDZ optical rotation of H2O2. gauge = length, omega =
#! (589 355 nm)
molecule h2o2 {
0 1
O
O 1 1.39
H 1 0.94 2 102.3
H 2 0.94 1 102.3 3 -50.0
}
set {
basis "cc-pVDZ"
freeze_core true
gauge length
omega [589, 355, nm]
}
property('cc2',properties=['rotation'])
|