QuantumSavory / QuantumSymbolics.jl

Computer algebra tools for symbolic manipulations in quantum mechanics and quantum information
MIT License
29 stars 9 forks source link

Add qexpand functionality and cleanup scalings #59

Closed apkille closed 2 months ago

apkille commented 2 months ago

This PR addresses several discussions in #55:

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 80.30303% with 26 lines in your changes missing coverage. Please review.

Project coverage is 70.10%. Comparing base (079ea5e) to head (0d66026).

Files Patch % Lines
src/QSymbolicsBase/linalg.jl 77.77% 12 Missing :warning:
src/QSymbolicsBase/utils.jl 82.85% 6 Missing :warning:
src/QSymbolicsBase/basic_ops_homogeneous.jl 83.33% 5 Missing :warning:
src/QSymbolicsBase/rules.jl 81.81% 2 Missing :warning:
src/QSymbolicsBase/basic_ops_inhomogeneous.jl 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #59 +/- ## ========================================== + Coverage 66.25% 70.10% +3.85% ========================================== Files 15 17 +2 Lines 646 649 +3 ========================================== + Hits 428 455 +27 + Misses 218 194 -24 ```

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

Krastanov commented 2 months ago

looks good! Feel free to update the changelog / merge / release (or to postpone some of these steps if it is more convenient for your near term plans)