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