harshangrjn / QuantumCircuitOpt.jl

A Julia/JuMP Package for Optimal Quantum Circuit Design
Other
56 stars 15 forks source link

Global phase #65

Closed szabino-mrszabo closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 95.86% // Head: 96.08% // Increases project coverage by +0.21% :tada:

Coverage data is based on head (58f8a25) compared to base (89196c0). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #65 +/- ## ========================================== + Coverage 95.86% 96.08% +0.21% ========================================== Files 13 13 Lines 1912 1917 +5 ========================================== + Hits 1833 1842 +9 + Misses 79 75 -4 ``` | [Impacted Files](https://codecov.io/gh/harshangrjn/QuantumCircuitOpt.jl/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Harsha+Nagarajan) | Coverage Δ | | |---|---|---| | [src/constraints.jl](https://codecov.io/gh/harshangrjn/QuantumCircuitOpt.jl/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Harsha+Nagarajan#diff-c3JjL2NvbnN0cmFpbnRzLmps) | `98.04% <100.00%> (ø)` | | | [src/utility.jl](https://codecov.io/gh/harshangrjn/QuantumCircuitOpt.jl/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Harsha+Nagarajan#diff-c3JjL3V0aWxpdHkuamw=) | `95.49% <100.00%> (+0.28%)` | :arrow_up: | | [src/QuantumCircuitOpt.jl](https://codecov.io/gh/harshangrjn/QuantumCircuitOpt.jl/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Harsha+Nagarajan#diff-c3JjL1F1YW50dW1DaXJjdWl0T3B0Lmps) | `100.00% <0.00%> (ø)` | | | [src/gates.jl](https://codecov.io/gh/harshangrjn/QuantumCircuitOpt.jl/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Harsha+Nagarajan#diff-c3JjL2dhdGVzLmps) | `99.39% <0.00%> (+1.80%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Harsha+Nagarajan). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Harsha+Nagarajan)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

harshangrjn commented 1 year ago

Thanks @szabino-mrszabo! Will look at the commits and get back to you.