DCA icon indicating copy to clipboard operation
DCA copied to clipboard

Redundant allocation and computation of G4 jackknife error

Open ubulling opened this issue 5 years ago • 0 comments

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.

ubulling avatar Feb 27 '19 11:02 ubulling