-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
h_loc is 0 when saving solver to HDFArchive #115
Comments
Dear Jonathan, Thank you for reporting the issue. I have confirmed your issue and written a test that reproduces the problem please see commit dd86e11. I do not have a fix for it at this moment, but a failing test is a first step. Cheers, Hugo |
Wentzell
added a commit
to Wentzell/cthyb
that referenced
this issue
Jul 30, 2019
…TRIQS#115 -Store additionally the following members: h_diag, _h_loc, _density_matrix, _average_sign, _solve_status, Delta_infty_vec -TODO: move the histogram members pert_order, pert_order_total and performance_analysis into the container_set class as std::optional and add them to the corresponding h5_read/h5_write
This was fixed in #116 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I save a CTHYB solver to an HDFArchive in python, I find that Solver.h_loc is just 0. The hopping and h_int are both nonzero and the solver seems to run fine otherwise.
The text was updated successfully, but these errors were encountered: