TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
brillouin_zone.cpp
#include "./bravais_lattice.hpp"
#include "./brillouin_zone.hpp"
#include <h5/h5.hpp>
#include <nda/nda.hpp>
#include <numbers>
#include <string>
#include <utility>

Detailed Description

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)

Function Documentation

◆ h5_read()

void triqs::lattice::h5_read ( h5::group g,
std::string const & name,
brillouin_zone & bz )
Parameters
gh5::group to be read from.
nameName of the subgroup.
bzBrillouin zone object to be read into.

Definition at line 49 of file brillouin_zone.cpp.

◆ h5_write()

void triqs::lattice::h5_write ( h5::group g,
std::string const & name,
brillouin_zone const & bz )
Parameters
gh5::group to be written to.
nameName of the subgroup.
bzBrillouin zone object to be written.

Definition at line 43 of file brillouin_zone.cpp.