jcmgray / quimb

A python library for quantum information and many-body calculations including tensor networks.
http://quimb.readthedocs.io
Other
467 stars 107 forks source link

evo: allow early stopping for integration #54

Closed adamcallison closed 4 years ago

adamcallison commented 4 years ago

also extend test to cover this

This is a small PR just to give access to the early-stopping mechanism of the underlying SciPy ode solver (depending on the output of solout)

codecov[bot] commented 4 years ago

Codecov Report

Merging #54 into develop will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #54      +/-   ##
===========================================
+ Coverage    88.99%   89.04%   +0.05%     
===========================================
  Files           33       33              
  Lines         8661     8692      +31     
===========================================
+ Hits          7708     7740      +32     
+ Misses         953      952       -1     
Impacted Files Coverage Δ
quimb/evo.py 99.20% <100.00%> (+0.56%) :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 f291768...06a33f4. Read the comment docs.