This file is indexed.

/usr/share/python-ase/doc/gallery/gallery.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
=======
Gallery
=======

Dissociation of oxygen on Pt(100)
=================================

.. image:: o2pt100.png
   :width: 10cm

:mod:`ase.io`
:download:`o2pt100.py`


Phase diagrams
==============

.. |p2| image:: ../ase/phasediagram/ktao-2d.png
   :width: 5cm
.. |p3| image:: ../ase/phasediagram/ktao-3d.png
   :width: 5cm

|p2| |p3|

:mod:`ase.phasediagram`
:download:`ktao.py <../ase/phasediagram/ktao.py>`


Brillouin zones
===============

.. |bzcubic| image:: ../ase/dft/cubic.svg
   :width: 25%
.. |bzbcc| image:: ../ase/dft/bcc.svg
   :width: 25%

|bzcubic| |bzbcc|

:mod:`ase.dft`
:download:`bz.py <../ase/dft/bz.py>`


Band-structure
==============

.. image:: ../ase/dft/cu.png
   :width: 10cm

:mod:`ase.dft.kpoints`
:download:`bs.py <../ase/dft/bs.py>`


Nudged elastic band calculations
================================

.. image:: ../tutorials/neb/diffusion-barrier.png
   :width: 10cm

:mod:`ase.neb`
:download:`barrier.py <../tutorials/neb/diffusion5.py>`