jcmgray / quimb

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

Fix docstring regarding `fit_strategy` parameter for `FullUpdate` class. #123

Closed f-koehler closed 2 years ago

f-koehler commented 2 years ago

The fit_strategy parameter should be set to autodiff-fidelity instead of autodiff when trying to use an autodiff backend instead of ALS.

codecov[bot] commented 2 years ago

Codecov Report

Merging #123 (417f35d) into develop (c34bb13) will decrease coverage by 0.01%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #123      +/-   ##
===========================================
- Coverage    77.26%   77.25%   -0.02%     
===========================================
  Files           39       39              
  Lines        15377    15377              
===========================================
- Hits         11881    11879       -2     
- Misses        3496     3498       +2     
Impacted Files Coverage Δ
quimb/tensor/tensor_2d_tebd.py 81.72% <ø> (ø)
quimb/tensor/tensor_core.py 69.38% <0.00%> (-0.07%) :arrow_down:

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 c34bb13...417f35d. Read the comment docs.

jcmgray commented 2 years ago

Looks good, thanks!