harshangrjn / QuantumCircuitOpt.jl

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

New feature: Global phase linear constraints #62

Closed szabino-mrszabo closed 1 year ago

codecov[bot] commented 2 years ago

Codecov Report

Base: 96.05% // Head: 96.13% // Increases project coverage by +0.07% :tada:

Coverage data is based on head (53ff494) compared to base (381b589). Patch coverage: 94.87% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #62 +/- ## ========================================== + Coverage 96.05% 96.13% +0.07% ========================================== Files 13 13 Lines 1876 1939 +63 ========================================== + Hits 1802 1864 +62 - Misses 74 75 +1 ``` | [Impacted Files](https://codecov.io/gh/harshangrjn/QuantumCircuitOpt.jl/pull/62?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Harsha+Nagarajan) | Coverage Δ | | |---|---|---| | [src/data.jl](https://codecov.io/gh/harshangrjn/QuantumCircuitOpt.jl/pull/62/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Harsha+Nagarajan#diff-c3JjL2RhdGEuamw=) | `92.37% <84.61%> (-0.11%)` | :arrow_down: | | [src/utility.jl](https://codecov.io/gh/harshangrjn/QuantumCircuitOpt.jl/pull/62/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Harsha+Nagarajan#diff-c3JjL3V0aWxpdHkuamw=) | `95.12% <93.54%> (-0.13%)` | :arrow_down: | | [src/constraints.jl](https://codecov.io/gh/harshangrjn/QuantumCircuitOpt.jl/pull/62/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Harsha+Nagarajan#diff-c3JjL2NvbnN0cmFpbnRzLmps) | `98.05% <100.00%> (+0.14%)` | :arrow_up: | | [src/log.jl](https://codecov.io/gh/harshangrjn/QuantumCircuitOpt.jl/pull/62/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Harsha+Nagarajan#diff-c3JjL2xvZy5qbA==) | `95.65% <100.00%> (+1.57%)` | :arrow_up: | | [src/objective.jl](https://codecov.io/gh/harshangrjn/QuantumCircuitOpt.jl/pull/62/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Harsha+Nagarajan#diff-c3JjL29iamVjdGl2ZS5qbA==) | `96.87% <100.00%> (ø)` | | 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