Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RXY, CSX, and DEUTSCH gates #963

Merged
merged 27 commits into from
Jul 17, 2023
Merged

Add RXY, CSX, and DEUTSCH gates #963

merged 27 commits into from
Jul 17, 2023

Conversation

renatomello
Copy link
Contributor

@renatomello renatomello commented Jul 12, 2023

This PR goes together with qiboteam/qibojit#127

Checklist:

  • Reviewers confirm new code works as expected.
  • Tests are passing.
  • Coverage does not decrease.
  • Documentation is updated.

@renatomello renatomello added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 12, 2023
@renatomello renatomello added this to the Qibo 0.1.16 milestone Jul 12, 2023
@renatomello renatomello self-assigned this Jul 12, 2023
@codecov
Copy link

codecov bot commented Jul 12, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (378dbc2) 100.00% compared to head (53a0b0f) 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##            master      #963    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           49        49            
  Lines         7213      7343   +130     
==========================================
+ Hits          7213      7343   +130     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/qibo/backends/npmatrices.py 100.00% <100.00%> (ø)
src/qibo/gates/abstract.py 100.00% <100.00%> (ø)
src/qibo/gates/channels.py 100.00% <100.00%> (ø)
src/qibo/gates/gates.py 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

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

@renatomello renatomello requested a review from stavros11 July 13, 2023 04:35
@renatomello renatomello changed the title Add RXY gate Add RXY and CSX gates Jul 13, 2023
@renatomello renatomello changed the title Add RXY and CSX gates Add RXY, CSX, and DEUTSCH gates Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KrausChannel doesn't work for non-invertible Kraus operators
3 participants