Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Raise exception when num circuits exceeds backend max_circuits #668

Merged
merged 4 commits into from
Jul 6, 2023

Conversation

merav-aharoni
Copy link
Collaborator

Summary

Raise and exception when the number of circuits passed to IBMBackend.run() exceeds IBMBackend._max_circuits.

Details and comments

Fixes #667

@coveralls
Copy link

Pull Request Test Coverage Report for Build 5456466199

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 51.966%

Totals Coverage Status
Change from base Build 5246843659: 0.02%
Covered Lines: 3146
Relevant Lines: 6054

💛 - Coveralls

@merav-aharoni merav-aharoni marked this pull request as ready for review July 4, 2023 18:04
@kt474 kt474 added this to the 0.6.2 milestone Jul 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validate input circuits don't exceed maximum allowed
3 participants