TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
tight_binding.cpp
#include "./tight_binding.hpp"
#include "./grid_generator.hpp"
#include "../utility/exceptions.hpp"
#include <nda/algorithms.hpp>
#include <nda/linalg/eigh.hpp>
#include <nda/nda.hpp>
#include <tuple>
#include <utility>
#include <vector>

Detailed Description

Implementation details for triqs/lattice/tight_binding.hpp.

Definition in file tight_binding.cpp.

Go to the source code of this file.

Functions

std::pair< array< double, 1 >, array< double, 2 > > triqs::lattice::dos (tight_binding const &TB, int nkpts, int neps)
 Compute the density of states of a tight-binding Hamiltonian on a regular k-grid.