google / TensorNetwork

A library for easy and efficient manipulation of tensor networks.
Apache License 2.0
1.82k stars 359 forks source link

DMRG optimization different backends (including symmetric) in examples #867

Closed mganahl closed 3 years ago

mganahl commented 4 years ago

depends on #866, #865

codecov-io commented 4 years ago

Codecov Report

Merging #867 (4c90bec) into master (173e169) will decrease coverage by 0.01%. The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #867      +/-   ##
==========================================
- Coverage   98.01%   97.99%   -0.02%     
==========================================
  Files         129      129              
  Lines       22591    22596       +5     
==========================================
+ Hits        22142    22144       +2     
- Misses        449      452       +3     
Impacted Files Coverage Δ
examples/simple_mera/simple_mera.py 95.61% <ø> (ø)
tensornetwork/matrixproductstates/dmrg.py 97.41% <83.33%> (-1.27%) :arrow_down:
tensornetwork/__init__.py 100.00% <100.00%> (ø)
tensornetwork/backends/jax/jax_backend_test.py 99.26% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 173e169...71a96f0. Read the comment docs.

mganahl commented 3 years ago

Hmm, let me fix that

Adam Lewis notifications@github.com schrieb am Mi. 2. Dez. 2020 um 16:33:

@alewis approved this pull request.

In .github/workflows/ci-build.yml https://github.com/google/TensorNetwork/pull/867#discussion_r534260455:

@@ -0,0 +1,36 @@ +# This workflow will install Python dependencies, run tests and lint with a variety of Python versions

What's this about?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/google/TensorNetwork/pull/867#pullrequestreview-542957563, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE7RWE6IOG2SGEJHHTH3JXTSSZM5RANCNFSM4TE44BOA .