3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 11:43:47 +01:00
dft_tools/doc/tutorials/python/tour2.rst
Olivier Parcollet f2c7d449cc First commit : triqs libs version 1.0 alpha1
for earlier commits, see TRIQS0.x repository.
2013-07-17 19:24:07 +02:00

21 lines
579 B
ReStructuredText

Tour 2: A tight-binding model on a square lattice
-------------------------------------------------
Let us now consider free fermions on a Bravais lattice.
We will set up a square lattice with the nearest
neighbour hopping using the ``BravaisLattice`` class of TRIQS, compute its
density of states (DOS) and then plot it by using again the ``oplot`` function.
.. literalinclude:: ../lattice/ex1.py
:lines: 1-34
.. image:: ../lattice/ex1.png
:width: 700
:align: center
More information on the lattice tools implemeted in TRIQS can be :ref:`found here <lattice>`