google / TensorNetwork

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

JAX implicitly restarted arnoldi #857

Closed mganahl closed 4 years ago

mganahl commented 4 years ago

fix convergence test, add tests

codecov-io commented 4 years ago

Codecov Report

Merging #857 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #857   +/-   ##
=======================================
  Coverage   98.20%   98.21%           
=======================================
  Files         129      129           
  Lines       22179    22268   +89     
=======================================
+ Hits        21781    21870   +89     
  Misses        398      398           
Impacted Files Coverage Δ
...ensornetwork/backends/jax/jitted_functions_test.py 100.00% <ø> (ø)
tensornetwork/block_sparse/blocksparsetensor.py 99.74% <ø> (ø)
tensornetwork/backends/jax/jax_backend_test.py 99.25% <100.00%> (+0.08%) :arrow_up:
tensornetwork/backends/jax/jitted_functions.py 97.59% <100.00%> (+0.04%) :arrow_up:

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 8a22e65...638207c. Read the comment docs.

mganahl commented 4 years ago

@alewis @Thenerdstation ping for review!