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

Align as parametrized gate #1332

Merged
merged 2 commits into from
May 22, 2024
Merged

Align as parametrized gate #1332

merged 2 commits into from
May 22, 2024

Conversation

andrea-pasquale
Copy link
Contributor

Closes #1325

For simplicity I decided to pass only one qubit instead of multiple qubits.
There were some problems with ParametrizedGate.

Checklist:

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

Copy link

codecov bot commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.82%. Comparing base (2ace99a) to head (e109b89).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1332   +/-   ##
=======================================
  Coverage   99.82%   99.82%           
=======================================
  Files          72       72           
  Lines       10559    10560    +1     
=======================================
+ Hits        10540    10541    +1     
  Misses         19       19           
Flag Coverage Δ
unittests 99.82% <100.00%> (+<0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@scarrazza scarrazza added this pull request to the merge queue May 22, 2024
Merged via the queue into master with commit 62f2ce3 May 22, 2024
27 checks passed
@scarrazza scarrazza deleted the align branch June 25, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Align gate should be a ParametrizedGate
3 participants