QuantumBFS / Yao.jl

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

Import YaoAPI interfaces: apply_mat! and mat_back! #492

Closed GiggleLiu closed 5 months ago

GiggleLiu commented 5 months ago

Before the fix, the functions in Yao.AD: mat_back! and apply_back! do not implement the interfaces correctly, resulting two copies of functions with the same name.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e17a32b) 89.03% compared to head (d5a211e) 89.03%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #492 +/- ## ======================================= Coverage 89.03% 89.03% ======================================= Files 83 83 Lines 4835 4835 ======================================= Hits 4305 4305 Misses 530 530 ```

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