This file is indexed.

/usr/share/psi/samples/cc53/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
#! Matches Table II a-CCSD(T)/cc-pVDZ H2O @ 2.5 * Re value from Crawford and Stanton, 
#! IJQC 98, 601-611 (1998).
molecule h2o {
0 1
O          0.000000000000     0.000000000000    -0.146874550000
H          0.000000000000     1.894076960000     1.165502580000
H          0.000000000000    -1.894076960000     1.165502580000
units bohr
}

set { 
  basis "cc-pVDZ"
  r_convergence 13
  d_convergence 13
  e_convergence 13
  reference rhf
}

energy('a-ccsd(t)')