/usr/share/python-ase/doc/ase/utils.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 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | .. module:: ase.utils
==============================
Utillity functions and classes
==============================
.. autofunction:: ase.utils.opencew
.. autofunction:: ase.utils.gcd
.. autoclass:: ase.utils.timing.Timer
.. autoclass:: ase.utils.timing.timer
.. index:: Bulk modulus
Equation of state
=================
The :class:`~ase.utils.eos.EquationOfState` class can be used to find
equilibrium volume, energy, and bulk modulus for solids:
.. autoclass:: ase.utils.eos.EquationOfState
:members: fit, plot
.. seealso:: The :ref:`eos` tutorial.
Geometry tools
==============
.. automodule:: ase.utils.geometry
:members:
Symmetry analysis
=================
http://spglib.sourceforge.net/pyspglibForASE/
Phonons
=======
http://phonopy.sourceforge.net/
|