Closed cjcscott closed 1 year ago
Patch coverage: 52.94
% and project coverage change: +0.15
:tada:
Comparison is base (
bdb5622
) 68.86% compared to head (05f84a6
) 69.02%.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This allows UHF calculations to be run on the 1D Hubbard model, where previously this resulting in an error when generating the initial guess density. This also updates various aspects of testing for Hubbard models while I was in there. Specifically
TestLattice.uhf()
will now correctly return aLatticeUHF
object.