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

Adding backend related methods to QiskitRuntimeLocalService #1764

Merged
merged 12 commits into from
Jun 26, 2024

Conversation

SamFerracin
Copy link
Collaborator

Summary

Add the following methods to QiskitRuntimeLocalService

backends
backend
least_busy

Details and comments

Fixes #1606

@coveralls
Copy link

coveralls commented Jun 20, 2024

Pull Request Test Coverage Report for Build 9604957174

Details

  • 31 of 31 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.08%) to 82.083%

Totals Coverage Status
Change from base Build 9601825612: 0.08%
Covered Lines: 6107
Relevant Lines: 7440

💛 - Coveralls

@SamFerracin SamFerracin requested review from jyu00 and kt474 June 21, 2024 15:12
@coveralls
Copy link

coveralls commented Jun 21, 2024

Pull Request Test Coverage Report for Build 9616260611

Details

  • 31 of 31 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.08%) to 82.083%

Totals Coverage Status
Change from base Build 9605113454: 0.08%
Covered Lines: 6107
Relevant Lines: 7440

💛 - Coveralls

Copy link
Member

@kt474 kt474 left a comment

Choose a reason for hiding this comment

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

Can you also add a release note - instructions are here https://github.com/Qiskit/qiskit-ibm-runtime/blob/main/CONTRIBUTING.md#release-notes

You can see examples here, these later get rendered in the qiskit docs here

@coveralls
Copy link

coveralls commented Jun 21, 2024

Pull Request Test Coverage Report for Build 9617626346

Details

  • 31 of 31 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.08%) to 82.083%

Totals Coverage Status
Change from base Build 9605113454: 0.08%
Covered Lines: 6107
Relevant Lines: 7440

💛 - Coveralls

release-notes/0.24.1.rst Outdated Show resolved Hide resolved
@SamFerracin SamFerracin requested a review from kt474 June 25, 2024 13:22
@coveralls
Copy link

coveralls commented Jun 25, 2024

Pull Request Test Coverage Report for Build 9663264202

Details

  • 31 of 31 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.08%) to 82.083%

Totals Coverage Status
Change from base Build 9605113454: 0.08%
Covered Lines: 6107
Relevant Lines: 7440

💛 - Coveralls

@coveralls
Copy link

coveralls commented Jun 26, 2024

Pull Request Test Coverage Report for Build 9685279836

Details

  • 30 of 30 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.08%) to 82.081%

Totals Coverage Status
Change from base Build 9605113454: 0.08%
Covered Lines: 6106
Relevant Lines: 7439

💛 - Coveralls

@kt474 kt474 added the Changelog: New Feature Include in the Added section of the changelog label Jun 26, 2024
@SamFerracin SamFerracin merged commit 42bcec4 into Qiskit:main Jun 26, 2024
18 checks passed
@jyu00
Copy link
Collaborator

jyu00 commented Jul 10, 2024

It's too late now since this was already released, but just for future reference, QiskitRuntimeLocalService is actually a undocumented class (i.e. it doesn't show up in API reference). It's hidden because it was not meant to be instantiated directly. So one wouldn't know about its existence and thus its new backend methods unless they look at the code, at least until #1608 is released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: New Feature Include in the Added section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add backend related methods to QiskitRuntimeLocalService
4 participants