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

[Minor] Fixed typos in docs #132

Closed lm1909 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #132 (775b739) into develop (29b903e) will decrease coverage by 2.40%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #132      +/-   ##
===========================================
- Coverage    79.04%   76.63%   -2.41%     
===========================================
  Files           40       40              
  Lines        15648    15648              
===========================================
- Hits         12369    11992     -377     
- Misses        3279     3656     +377     
Impacted Files Coverage Δ
quimb/tensor/circuit.py 81.96% <ø> (ø)
quimb/linalg/slepc_linalg.py 10.41% <0.00%> (-79.77%) :arrow_down:
quimb/tensor/decomp.py 37.38% <0.00%> (-12.17%) :arrow_down:
quimb/tensor/optimize.py 58.08% <0.00%> (-8.30%) :arrow_down:
quimb/linalg/mpi_launcher.py 33.11% <0.00%> (-6.63%) :arrow_down:
quimb/linalg/base_linalg.py 88.30% <0.00%> (-2.34%) :arrow_down:
quimb/tensor/tensor_core.py 69.64% <0.00%> (-0.32%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

jcmgray commented 1 year ago

Hi @lm1909, thanks for the PR! Sorry took me a while to work out how to efficiently see the diffs (the answer was nbdime). LGTM.

lm1909 commented 1 year ago

thanks! And sorry if the hassle wasn't really worth it for a couple of typos, I didn't think of the fact that modifying the notebooks would cause some hassle when diffing!