QuantumBFS / Yao.jl

Extensible, Efficient Quantum Algorithm Design for Humans.
https://yaoquantum.org
Other
910 stars 118 forks source link

Bumped compat for YaoArrayRegister because @assert_locs_inbound moved #466

Closed jlbosse closed 1 year ago

jlbosse commented 1 year ago

Currently both YaoBlocks v0.13.7 and YaoArrayRegister v0.9.5 export @assert_locs_inbound which results in warnings being thrown.

Additionally, many of the single qubit error channel only have the correct definition in this version.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.98 :tada:

Comparison is base (ce88311) 88.28% compared to head (728aac7) 89.27%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #466 +/- ## ========================================== + Coverage 88.28% 89.27% +0.98% ========================================== Files 77 50 -27 Lines 4824 3085 -1739 ========================================== - Hits 4259 2754 -1505 + Misses 565 331 -234 ``` [see 27 files with indirect coverage changes](https://codecov.io/gh/QuantumBFS/Yao.jl/pull/466/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=QuantumBFS) 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=QuantumBFS). 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=QuantumBFS)

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

Roger-luo commented 1 year ago

I think nightly CI fails seem unrelated