Jutho / TensorKit.jl

A Julia package for large-scale tensor computations, with a hint of category theory
MIT License
234 stars 41 forks source link

Add Dict and Pair constructors for Cartesian and Complex spaces #27

Closed mhauru closed 4 years ago

mhauru commented 4 years ago

I changed the code a bit from what we discussed earlier, to not have the method signatures be too restricted.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.05%) to 80.747% when pulling a1b55e8d0ff94e32a2fe4db5f2fab9751d324383 on mhauru:master into 20e184dfbbfddc3cdba1186b1bc6a7ab9672fffe on Jutho:master.

codecov[bot] commented 4 years ago

Codecov Report

Merging #27 into master will decrease coverage by 0.06%. The diff coverage is 60.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
- Coverage   78.95%   78.88%   -0.07%     
==========================================
  Files          28       28              
  Lines        2751     2761      +10     
==========================================
+ Hits         2172     2178       +6     
- Misses        579      583       +4     
Impacted Files Coverage Δ
src/spaces/cartesianspace.jl 90.00% <60.00%> (-10.00%) :arrow_down:
src/spaces/complexspace.jl 90.90% <60.00%> (-9.10%) :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 20e184d...a1b55e8. Read the comment docs.

Jutho commented 4 years ago

Ok looks good; my apologies for not merging last week. I forgot about it.