|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include "./bravais_lattice.hpp"#include "./brillouin_zone.hpp"#include <h5/h5.hpp>#include <nda/nda.hpp>#include <numbers>#include <string>#include <utility>Implementation details for triqs/lattice/brillouin_zone.hpp.
Definition in file brillouin_zone.cpp.
Go to the source code of this file.
Functions | |
| void | triqs::lattice::h5_read (h5::group g, std::string const &name, brillouin_zone &bz) |
| void | triqs::lattice::h5_write (h5::group g, std::string const &name, brillouin_zone const &bz) |
| void triqs::lattice::h5_read | ( | h5::group | g, |
| std::string const & | name, | ||
| brillouin_zone & | bz ) |
| g | h5::group to be read from. |
| name | Name of the subgroup. |
| bz | Brillouin zone object to be read into. |
Definition at line 49 of file brillouin_zone.cpp.
| void triqs::lattice::h5_write | ( | h5::group | g, |
| std::string const & | name, | ||
| brillouin_zone const & | bz ) |
| g | h5::group to be written to. |
| name | Name of the subgroup. |
| bz | Brillouin zone object to be written. |
Definition at line 43 of file brillouin_zone.cpp.