QuantumBFS / Yao.jl

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

Adding YaoBraketExt as a weak dependency #464

Open ruihao-li opened 1 year ago

ruihao-li commented 1 year ago

As discussed with @Roger-luo, this extension is to be added to Yao after Julia 1.9 release. The implementation is migrated from https://github.com/ruihao-li/YaoBlocksBraket.jl, which allows Yao users to convert their circuits to Braket circuits that can be subsequently run on AWS devices.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.04 :warning:

Comparison is base (ce88311) 88.28% compared to head (3a50d2d) 88.24%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #464 +/- ## ========================================== - Coverage 88.28% 88.24% -0.04% ========================================== Files 77 67 -10 Lines 4824 4578 -246 ========================================== - Hits 4259 4040 -219 + Misses 565 538 -27 ``` [see 10 files with indirect coverage changes](https://codecov.io/gh/QuantumBFS/Yao.jl/pull/464/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

Thanks for the contribution! As I had a look at the code before, we just need to wait for CI to pass