Nils Wentzell
Nils Wentzell
That's very strange. I have adjusted the example to use https://github.com/TRIQS/h5 directly ```cpp #include int main(int argc, char *argv[]) { auto ofHandle0 = h5::file("test_0.h5",'w'); ofHandle0.close(); std::cout
> Your direct example works as expected for me also. Ok. In that case the issue should be related to either the TRIQS/h5 version that is currently part of ITensor,...
@mtfishman @emstoudenmire Would you agree? If so, could either of you look into that?
Ok. `h5::object.close()` should properly close the file handle. In the end it simply invokes the desctructor of the `h5::object` which internally will do the `H5Idec_ref`. I am not sure about...
Any Update on this? Would be great to have this working with Python3.
Thanks for the update! Looking forward to trying the rewrite!