-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial support for backend.run() * Added temporary session support * Copied test_backend.py from the provider * Added all status types from the provider * Added test_ibm_job_states.py from provider. Added 'transpiler' directory to support convert_id_to_delay * lint * black * lint * Added integration tests from the provider * added test_ibm_job and made necessary changes * Fixed several tests * Fixed missing job methods in test * Changed exception type * Added test_ibm_job_attributes.py * Added test_ibm_job_attributes.py that was missed in previous commit * Added test class TestBackendRunInSession for backend.run with session * Cleaning up code * lint, added missing parameter * Added more tests from qiskit-ibm-provider * Inherit from BaseQiskitTestCase * Enabled several tests * removed method _deprecate_id_instruction * lint, unused imports * Removed instance parameter from tests with backend.run() * Removed instance from decorator * Changed test to run on quantum channel only * Removed instance parameter when getting backend * lint * Copied transpiler directory from the provider * black * fix more tests * update test_session * added tranpiler passes entry point * Removed obsolete JobStatus types, and removed the tests that were checking them * Removed unnecessary check * Removed exception parameter from validate_job_tags. Use 'import_job_tags' from runtime instead of from provider * Put back the check if circuit is indeed of type 'QuantumCircuit'. Updated the hint accordingly * Update qiskit_ibm_runtime/ibm_backend.py Co-authored-by: Jessie Yu <[email protected]> * Cleaned up code involving session setup * Removed setting of 'skip_transpilation' because set by default by Qasm3 * Replaced in path 'qiskit-ibm-provider' with 'qiskit-ibm-runtime'. * Added None to get() statement * Changed warning to error when init_circuit is boolean * Fixed setting of start_session * Removed max_time parameter, because wasn't reaching the server. * Release note * address comment --------- Co-authored-by: Kevin Tian <[email protected]> Co-authored-by: Jessie Yu <[email protected]>
- Loading branch information
1 parent
198974f
commit 1fccd8e
Showing
28 changed files
with
5,246 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.