This file is indexed.

/usr/share/psi/python/pcm_placeholder.py.in 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
# -*- python -*-
# -*- coding: utf-8 -*-
# vim:filetype=python:
#
# Roberto Di Remigio <roberto.d.remigio@uit.no>
# University of Tromso 2015
#

"""
This is a placeholder for the real pcmsolver.py script.
The location of the real pcmsolver.py is configured by CMake
to point to the proper install prefix.
In this way we avoid to transform inputparser.py into a file
that has to be configured by CMake

"""

PCMSOLVER_PARSE_DIR='@PCMSOLVER_PARSE_DIR@'