2013-07-17 19:24:07 +02:00
2013-09-17 14:55:55 +02:00
Dynamical mean-field theory on a Bethe lattice
----------------------------------------------
2013-07-17 19:24:07 +02:00
2013-08-31 00:04:09 +02:00
`Requires TRIQS and the application cthyb_matrix`
2013-07-17 19:24:07 +02:00
In the case of Bethe lattice the dynamical mean-field theory (DMFT) self-consistency condition takes a particularly simple form
.. math ::
G^{-1}_{0,\sigma} (i \omega_n) = i \omega_n + \mu - t^2 G_{\sigma} (i \omega_n).
2013-09-12 15:06:00 +02:00
Hence, from a strictly technical point of view, in this case the DMFT cycle can be implemented by modifying
2013-07-17 19:24:07 +02:00
the previous single-impurity example to the case of a bath with semi-circular density of states and adding a python loop to update :math: `G_0` as function of :math: `G` .
2013-09-12 15:06:00 +02:00
Here is a complete program doing this plain-vanilla DMFT on a half-filled one-band Bethe lattice:
2013-07-17 19:24:07 +02:00
2013-09-17 14:55:55 +02:00
.. literalinclude :: ./dmft.py
2013-07-17 19:24:07 +02:00
2013-09-12 15:06:00 +02:00
A general introduction to DMFT calculations with TRIQS can be found :ref: `here <dmftloop>` .
2013-07-17 19:24:07 +02:00
Chapter :ref: `Wien2TRIQS <Wien2k>` discusses the TRIQS implementation for DMFT calculations of real materials and the interface between TRIQS and the Wien2k band structure code.