TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
brillouin_zone.hpp
#include "./bravais_lattice.hpp"
#include "../utility/macros.hpp"
#include <fmt/ranges.h>
#include <h5/h5.hpp>
#include <nda/nda.hpp>
#include <iostream>
#include <ranges>
#include <string>

Detailed Description

Provides a Brillouin zone class.

Definition in file brillouin_zone.hpp.

Go to the source code of this file.

Classes

class  triqs::lattice::brillouin_zone
 A Brillouin zone class. More...

Typedefs

using triqs::lattice::k_t = nda::vector<double>
 Reciprocal space vector type.