Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Bug in Real ITensor::operator() #89
Comments
emstoudenmire
closed this
in 2c84607
Oct 29, 2015
|
Thanks for pointing this out! In the new version coming out soon, all storage types (Dense, Diag, etc.) and versions of operator() taking different numbers of IndexVals all share the same (templated) element access code, so bugs like this will be much less likely to happen. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BapRoyer commentedOct 29, 2015
I think there is a scale_.real()* missing in the case that the tensor is diagonal.