示例#1
0
文件: imtime.hpp 项目: TRIQS/triqs
 friend void h5_write(h5::group fg, std::string const &subgroup_name, gf_mesh const &m) { h5_write_impl(fg, subgroup_name, m, "MeshImTime"); }
示例#2
0
 void h5_write(group g, std::string const &name, double const &x) { h5_write_impl(g, name, x); }
示例#3
0
 void h5_write(group g, std::string const &name, std::complex<double> const &x) { h5_write_impl(g, name, x); }
示例#4
0
 void h5_write(group g, std::string const &name, size_t const &x) { h5_write_impl(g, name, x); }