/usr/share/python-ase/doc/ase/dimer.rst is in python-ase-doc 3.12.0-2.
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 25 26 | ============
Dimer method
============
.. module:: ase.dimer
The dimer method is a means of finding a saddle point on a potential energy
surface starting from a single point (as opposed to a NEB calculation,
which requires an initial and final state). You can read about this method
here:
1. 'A dimer method for finding saddle points on high dimensional
potential surfaces using only first derivatives', G. Henkelman
and H. Jonsson, J. Chem. Phys. 111, 7010, 1999.
An example is shown below.
.. literalinclude:: ../../ase/test/dimer_method.py
:end-before: Test
The module contains several classes.
.. autoclass:: DimerControl
.. autoclass:: MinModeAtoms
.. autoclass:: MinModeTranslate
.. autoclass:: DimerEigenmodeSearch
|