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

Plugin bug fix #580

Merged
merged 5 commits into from
Aug 29, 2024
Merged

Plugin bug fix #580

merged 5 commits into from
Aug 29, 2024

Conversation

austingmhuang
Copy link
Contributor

Fixes errors in plugin text matrix.

Comment on lines +1096 to +1097
pl_dev = qml.device("default.qubit", wires=4)
dev = QiskitDevice(wires=4, backend=aer_backend)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed this since the previous way was a little redundant.

tests/test_qiskit_device.py Outdated Show resolved Hide resolved
tests/test_base_device.py Show resolved Hide resolved
Copy link

codecov bot commented Aug 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a295ece) to head (fc6deba).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #580   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          867       867           
=========================================
  Hits           867       867           

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

@austingmhuang austingmhuang merged commit 170fa78 into master Aug 29, 2024
10 checks passed
@austingmhuang austingmhuang deleted the plugin_bug_fix branch August 29, 2024 13:06
@austingmhuang
Copy link
Contributor Author

[sc-72050]

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.

3 participants