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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
.. _ase:
=======
Modules
=======
.. hlist::
:columns: 4
* :mod:`ase (Atom) <ase.atom>`
* :mod:`ase (Atoms) <ase.atoms>`
* :mod:`~ase.build`
* :mod:`~ase.cell`
* :mod:`~ase.calculators`
* :mod:`~ase.collections`
* :mod:`~ase.constraints`
* :mod:`~ase.db`
* :mod:`~ase.dft`
* :mod:`~ase.data`
* :mod:`~ase.filters`
* :mod:`~ase.formula`
* :mod:`~ase.ga`
* :mod:`~ase.geometry`
* :mod:`~ase.gui`
* :mod:`~ase.io`
* :mod:`~ase.lattice`
* :mod:`~ase.md`
* :mod:`~ase.mep`
* :mod:`~ase.neighborlist`
* :mod:`~ase.optimize`
* :mod:`~ase.parallel`
* :mod:`~ase.phasediagram`
* :mod:`~ase.phonons`
* :mod:`~ase.spacegroup`
* :mod:`~ase.spectrum`
* :mod:`~ase.symbols`
* :mod:`~ase.transport`
* :mod:`~ase.thermochemistry`
* :mod:`~ase.units`
* :mod:`~ase.utils`
* :mod:`~ase.vibrations`
* :mod:`~ase.visualize`
.. seealso::
* :ref:`tutorials`
* :ref:`cli`
* :git:`Source code <>`
* Presentation about ASE:
`ase-talk.pdf <https://wiki.fysik.dtu.dk/ase-files/ase-talk.pdf>`__
.. toctree::
:maxdepth: 2
atoms
cell
units
io/io
build/build
eos
formula
symbols
collections
data
optimize
md
constraints
filters
spacegroup/spacegroup
neighborlist
geometry
db/db
mep
ga/ga
gui/gui
lattice
cluster/cluster
visualize/visualize
calculators/calculators
dft/dft
vibrations/vibrations
phonons
phasediagram/phasediagram
spectrum/spectrum
thermochemistry/thermochemistry
utils
parallel
atom
transport/transport
|