This file is indexed.

/usr/share/psi4/samples/pywrap-freq-g-sowreap/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
20
21
22
23
24
#! Finite difference of gradients 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
  X 1 1.0 2 90.0 3 30.0
}

set {
  basis sto-3g
  d_convergence 11
  scf_type pk
  points 3
}

frequencies('scf', dertype='gradient', mode='sow')



#print_variables()