We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The jackknife error on G4 is computed even when four-point-type = NONE: https://github.com/CompFUSE/DCA/blob/master/include/dca/phys/dca_step/cluster_solver/ctaux/ctaux_cluster_solver.hpp#L288 Besides the redundant computation, this also causes the memory for G4_err_ in DcaData to be allocated.
The text was updated successfully, but these errors were encountered:
gbalduzz
No branches or pull requests
The jackknife error on G4 is computed even when four-point-type = NONE:
https://github.com/CompFUSE/DCA/blob/master/include/dca/phys/dca_step/cluster_solver/ctaux/ctaux_cluster_solver.hpp#L288
Besides the redundant computation, this also causes the memory for G4_err_ in DcaData to be allocated.
The text was updated successfully, but these errors were encountered: