-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dot_real_cmplx function from wicks kernels. (#276)
This function assumed the cholesky intermediate was real in an attempt to save some multiplications. This assumption is incorrect in general. This fortunately did not lead to incorrect results as the formula held for both real and complex input A, which explains why the unit tests passed. Removes this in favour of * for element wise multiplication. Also force more complex walkers in the tests to exercise the code path. Fixes #275
- Loading branch information
Showing
2 changed files
with
28 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters