bsc-quantic / Tenet.jl

Composable Tensor Network library in Julia
https://bsc-quantic.github.io/Tenet.jl/
Apache License 2.0
17 stars 1 forks source link

Simplify `Tensor` struct #98

Closed mofeing closed 9 months ago

mofeing commented 9 months ago

Closes #89

codecov[bot] commented 9 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (49d32d9) 80.29% compared to head (dac9c68) 80.41%. Report is 5 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #98 +/- ## ========================================== + Coverage 80.29% 80.41% +0.11% ========================================== Files 14 14 Lines 934 909 -25 ========================================== - Hits 750 731 -19 + Misses 184 178 -6 ``` | [Files](https://app.codecov.io/gh/bsc-quantic/Tenet.jl/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-quantic) | Coverage Δ | | |---|---|---| | [ext/TenetChainRulesCoreExt.jl](https://app.codecov.io/gh/bsc-quantic/Tenet.jl/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-quantic#diff-ZXh0L1RlbmV0Q2hhaW5SdWxlc0NvcmVFeHQuamw=) | `86.36% <100.00%> (ø)` | | | [ext/TenetMakieExt.jl](https://app.codecov.io/gh/bsc-quantic/Tenet.jl/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-quantic#diff-ZXh0L1RlbmV0TWFraWVFeHQuamw=) | `100.00% <100.00%> (ø)` | | | [ext/TenetQuacExt.jl](https://app.codecov.io/gh/bsc-quantic/Tenet.jl/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-quantic#diff-ZXh0L1RlbmV0UXVhY0V4dC5qbA==) | `86.95% <100.00%> (ø)` | | | [src/Quantum/MP.jl](https://app.codecov.io/gh/bsc-quantic/Tenet.jl/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-quantic#diff-c3JjL1F1YW50dW0vTVAuamw=) | `90.00% <100.00%> (+0.86%)` | :arrow_up: | | [src/Quantum/Quantum.jl](https://app.codecov.io/gh/bsc-quantic/Tenet.jl/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-quantic#diff-c3JjL1F1YW50dW0vUXVhbnR1bS5qbA==) | `74.19% <ø> (+0.45%)` | :arrow_up: | | [src/Tenet.jl](https://app.codecov.io/gh/bsc-quantic/Tenet.jl/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-quantic#diff-c3JjL1RlbmV0Lmps) | `100.00% <ø> (ø)` | | | [src/Tensor.jl](https://app.codecov.io/gh/bsc-quantic/Tenet.jl/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-quantic#diff-c3JjL1RlbnNvci5qbA==) | `88.99% <100.00%> (+0.01%)` | :arrow_up: | | [src/Transformations.jl](https://app.codecov.io/gh/bsc-quantic/Tenet.jl/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-quantic#diff-c3JjL1RyYW5zZm9ybWF0aW9ucy5qbA==) | `97.50% <100.00%> (ø)` | | | [src/Quantum/PEP.jl](https://app.codecov.io/gh/bsc-quantic/Tenet.jl/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-quantic#diff-c3JjL1F1YW50dW0vUEVQLmps) | `0.00% <0.00%> (ø)` | | | [src/Numerics.jl](https://app.codecov.io/gh/bsc-quantic/Tenet.jl/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-quantic#diff-c3JjL051bWVyaWNzLmps) | `88.70% <33.33%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mofeing commented 9 months ago

Funk, this PR is more merging in master.