/usr/share/python-ase/doc/ase/infrared.rst is in python-ase-doc 3.9.1.4567-3.
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 | .. module:: ase.infrared
====================
Infrared intensities
====================
:class:`~ase.vibrations.infrared.InfraRed` is an extension of
:class:`~ase.vibrations.Vibrations`, in addition to the
vibrational modes, also the infrared intensities of the modes
are calculated for an :class:`~ase.atoms.Atoms` object.
.. autoclass:: ase.vibrations.infrared.InfraRed
:members:
|