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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
.. _tutorials:
Tutorials
=========
Python
------
If you are not familiar with Python please read :ref:`what is python`.
.. toctree::
:hidden:
../python
If your ASE scripts make extensive use of matrices you may want to familiarize yourself with :ref:`numpy`.
.. toctree::
:hidden:
../numpy
ASE
---
Most of the tutorials will use the :mod:`EMT <ase.calculators.emt>` potential,
but any other :mod:`Calculator <ase.calculators>` could be plugged in instead.
Basic property calculations
^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. toctree::
:maxdepth: 1
atomization
eos/eos
lattice_constant
Surface adsorption
^^^^^^^^^^^^^^^^^^
.. toctree::
:maxdepth: 1
db/db
Global optimization
^^^^^^^^^^^^^^^^^^^
.. toctree::
:maxdepth: 1
minimahopping/minimahopping
ga/ga_optimize
ga/ga_fcc_alloys
ga/ga_convex_hull
ga/ga_bulk
ga/ga_molecular_crystal
Calculating diffusion/dissociation properties
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. toctree::
:maxdepth: 1
neb/diffusion
constraints/diffusion
dissociation
neb/idpp
selfdiffusion/al110
ASE database
^^^^^^^^^^^^
.. toctree::
:maxdepth: 1
tut06_database/database
Molecular Dynamics
^^^^^^^^^^^^^^^^^^
.. toctree::
:maxdepth: 1
md/md
tipnp_equil/tipnp_equil
acn_equil/acn_equil
Uncategorized
^^^^^^^^^^^^^
.. toctree::
:maxdepth: 1
defects/defects
qmmm/qmmm
dimensionality/dimensionality
deltacodesdft/deltacodesdft
wannier/wannier
tut03_vibrations/vibrations
Further reading
---------------
For more details:
* Look at the documentation for the individual :ref:`modules <ase>`.
* Browse the :git:`source code <>` online.
* `External tutorial part of Openscience and ASE workshop, Daresbury 2023 <https://ase-workshop-2023.github.io/tutorial/>`_
Videos
------
The following video tutorials are available:
- **Overview and installation of ASE**, by Anthony Goodrow (duration: ~5min 30sec; size: 26 MB) - en: |oi_en|
.. |oi_en| image:: ../static/United_States_of_America.png
:target: https://wiki.fysik.dtu.dk/ase-files/oi_en.avi
.. |oi_cn| image:: ../static/China.png
:target: https://wiki.fysik.dtu.dk/ase-files/oi_ch.avi
|