Closed emilkovacev closed 10 hours ago
Thanks for contributing to Qiskit documentation!
Before your PR can be merged, it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. Thanks! 🙌
Migrating from #2344
Effectively allows the nb-tester script to be run against any backend. Also allows you to pass authentication and configuration directly to QiskitRuntimeService (if preferred).
Here's an example of how you can use the new changes to run a set of notebooks against test_eagle using qiskit_ibm_runtime:
By default,
--provider
is set toqiskit_fake_provider
, which runs the same provider code that was present in nb_tester before. By changing the provider, you can also specify "runtime_fake_provider" to use the fake_providers inqiskit_ibm_runtime.fake_provider
, or "qiskit_ibm_runtime" to rely on real backends, and the credentials provided.This shouldn't require changes in CI yet - it seems like notebook testing CI is able to complete the same number of tests as in main, although it does carry over some errors that I ran into on main too.