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

Cleanup classical simulator code and fix a couple of bugs #6344

Merged
merged 3 commits into from
Nov 27, 2023

Conversation

NoureldinYosri
Copy link
Collaborator

No description provided.

@NoureldinYosri NoureldinYosri marked this pull request as ready for review November 13, 2023 22:26
@NoureldinYosri NoureldinYosri requested review from vtomole, cduck and a team as code owners November 13, 2023 22:26
)
np.testing.assert_equal(
results_with_parameter_one, {'key': np.array([[[1]]], dtype=np.uint8)}
def test_x_gate():
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this just removing the class or are there other changes buried in here? It's hard to tell with the git diff.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed the class and added a couple of tests

@NoureldinYosri NoureldinYosri enabled auto-merge (squash) November 27, 2023 22:01
@NoureldinYosri NoureldinYosri merged commit 6aa9d0d into master Nov 27, 2023
36 checks passed
Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b5b3b74) 97.84% compared to head (83ef04d) 97.84%.
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6344   +/-   ##
=======================================
  Coverage   97.84%   97.84%           
=======================================
  Files        1110     1110           
  Lines       96690    96710   +20     
=======================================
+ Hits        94606    94626   +20     
  Misses       2084     2084           

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

@NoureldinYosri NoureldinYosri deleted the classical_sim branch November 27, 2023 22:18
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.

2 participants