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

deprecation: Remove OQC #1014

Merged
merged 6 commits into from
Jun 28, 2024
Merged

deprecation: Remove OQC #1014

merged 6 commits into from
Jun 28, 2024

Conversation

speller26
Copy link
Member

Issue #, if available:

Description of changes:

Testing done:

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

Tests

  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have checked that my tests are not configured for a specific region or account (if appropriate)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@speller26 speller26 requested a review from a team as a code owner June 28, 2024 18:25
@@ -58,7 +58,7 @@ class _Xanadu(str, Enum):
# DWave = _DWave
IonQ = _IonQ
IQM = _IQM
OQC = _OQC
# OQC = _OQC
Copy link
Contributor

Choose a reason for hiding this comment

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

Intentionally commenting this instead of removing this from the Enums?

Copy link
Member Author

Choose a reason for hiding this comment

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

Just doing the same thing we've done with D-Wave and Xanadu

@speller26 speller26 changed the title fix: Remove OQC deprecation: Remove OQC Jun 28, 2024
Copy link

codecov bot commented Jun 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (dabcb5e) to head (4ad2f29).
Report is 27 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1014   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          135       135           
  Lines         8951      8950    -1     
  Branches      2014      2014           
=========================================
- Hits          8951      8950    -1     

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

@virajvchaudhari
Copy link
Contributor

There are few more places to remove?

@@ -77,7 +73,7 @@ def test_get_devices_others():

def test_get_devices_all(braket_devices):
result_arns = [result.arn for result in braket_devices]
for arn in [RIGETTI_ARN, IONQ_ARN, SIMULATOR_ARN, OQC_ARN]:
for arn in [RIGETTI_ARN, IONQ_ARN, SIMULATOR_ARN]:
Copy link
Contributor

Choose a reason for hiding this comment

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

Why haven't we added IQM_ARN here as well?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure, I'm fine with that

@speller26 speller26 merged commit 686aaf8 into main Jun 28, 2024
26 checks passed
@speller26 speller26 deleted the oqc branch June 28, 2024 20:51
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