14 #ifndef QMCPLUSPLUS_HDFWALKERVERSION_H 15 #define QMCPLUSPLUS_HDFWALKERVERSION_H 35 const char random[] =
"random_state";
88 inline bool read(
data_type& ref, hid_t grp,
const std::string& aname, hid_t xfer_plist = H5P_DEFAULT)
94 inline bool write(
const data_type& ref, hid_t grp,
const std::string& aname, hid_t xfer_plist = H5P_DEFAULT)
103 out << v[0] <<
" " << v[1];
119 inline bool read(
HDFVersion& ref, hid_t grp,
const std::string& aname, hid_t xfer_plist = H5P_DEFAULT)
122 return vin.
read(ref.
version, grp, aname, xfer_plist);
125 inline bool write(
const HDFVersion& ref, hid_t grp,
const std::string& aname, hid_t xfer_plist = H5P_DEFAULT)
const bool operator!=(const HDFVersion &other) const
bool operator<(const HDFVersion &other) const
helper functions for EinsplineSetBuilder
bool write(const HDFVersion &ref, hid_t grp, const std::string &aname, hid_t xfer_plist=H5P_DEFAULT) const
const char norm_history[]
bool operator>=(const HDFVersion &other) const
bool read(HDFVersion &ref, hid_t grp, const std::string &aname, hid_t xfer_plist=H5P_DEFAULT)
bool write(const data_type &ref, hid_t grp, const std::string &aname, hid_t xfer_plist=H5P_DEFAULT) const
const char walker_weights[]
const char append_walkers[]
bool operator==(const HDFVersion &other) const
const char config_ext[]
extension of a configuration file
int serialized() const
limited to 100 for each version field
std::ostream & operator<<(std::ostream &out, const AntiSymTensor< T, D > &rhs)
bool read(data_type &ref, hid_t grp, const std::string &aname, hid_t xfer_plist=H5P_DEFAULT)
const char energy_history[]
const char config_group[]
bool read(data_type &ref, hid_t grp, const std::string &aname, hid_t xfer_plist=H5P_DEFAULT)
h5data_proxy(const HDFVersion &a)
int operator[](int i) const
std::istream & operator>>(std::istream &is, Matrix< T, Alloc > &rhs)
generic h5data_proxy<T> for scalar basic datatypes defined in hdf_dataspace.h Note if the dataset to ...
bool write(const data_type &ref, hid_t grp, const std::string &aname, hid_t xfer_plist=H5P_DEFAULT)