TRIQS/triqs_modest 3.3.0
Brillouin zone summation
Loading...
Searching...
No Matches
h5.cpp File Reference
#include <h5/h5.hpp>
#include "downfolding.hpp"
#include "embedding.hpp"
#include <H5Tpublic.h>

Go to the source code of this file.

Namespaces

namespace  triqs
 
namespace  triqs::modest
 

Functions

void triqs::modest::h5_read (h5::group g, std::string const &name, atomic_orbs &shell)
 
void triqs::modest::h5_read (h5::group g, std::string const &name, band_dispersion &bd)
 
void triqs::modest::h5_read (h5::group g, std::string const &name, downfolding_projector &proj)
 
void triqs::modest::h5_read (h5::group g, std::string const &name, embedding &embed)
 
void triqs::modest::h5_read (h5::group g, std::string const &name, local_space &ls)
 
void triqs::modest::h5_read (h5::group g, std::string const &name, one_body_elements_on_grid &x)
 
void triqs::modest::h5_read (h5::group g, std::string const &name, spin_kind_e &spin_kind)
 
void triqs::modest::h5_write (h5::group g, std::string const &name, atomic_orbs const &shell)
 
void triqs::modest::h5_write (h5::group g, std::string const &name, band_dispersion const &bd)
 
void triqs::modest::h5_write (h5::group g, std::string const &name, downfolding_projector const &proj)
 
void triqs::modest::h5_write (h5::group g, std::string const &name, embedding const &embed)
 
void triqs::modest::h5_write (h5::group g, std::string const &name, local_space const &ls)
 
void triqs::modest::h5_write (h5::group g, std::string const &name, one_body_elements_on_grid const &x)
 
void triqs::modest::h5_write (h5::group g, std::string const &name, spin_kind_e const &spin_kind)