Closed liwt31 closed 6 months ago
Attention: Patch coverage is 94.51220%
with 9 lines
in your changes are missing coverage. Please review.
Project coverage is 85.98%. Comparing base (
1b65b1e
) to head (7530875
).:exclamation: Current head 7530875 differs from pull request most recent head 320818a
Please upload reports for the commit 320818a to get more accurate results.
Files | Patch % | Lines |
---|---|---|
renormalizer/mps/gs.py | 93.00% | 7 Missing :warning: |
renormalizer/model/h_qc.py | 97.43% | 1 Missing :warning: |
renormalizer/mps/tests/test_gs.py | 96.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Good PR. It seems that the default tolerance of np.testing.assert_allclose is too strict.
Good PR. It seems that the default tolerance of np.testing.assert_allclose is too strict.
Thanks for pointing out. It'll be fixed in the coming commits
Allow renormalizer to interface with PySCF as a FCI solver. Ab initio calculation with renormalizer can now be performed using a few lines of code by PySCF.