run

Declaration - Run (qurry.declare.run)

Arguments for run() of :cls:`Backend` from qiskit.providers.backend

base_run

Declaration - Run - BaseRunArgs (qurry.declare.run.base_run)

class qurry.declare.run.base_run.BaseRunArgs[source]

Arguments for run() of :cls:`Backend` from qiskit.providers.backend .

qurry.declare.run.base_run.RunArgsType

The type hint for run arguments in output() from :cls:`QurriumPrototype`.

alias of BaseRunArgs | dict[str, Any] | None

ibm

Declaration - Run - IBM (qurry.declare.run.ibm)

class qurry.declare.run.ibm.IBMProviderBackendRunArgs[source]

Arguments for backend.run() from qiskit.providers.backend. For :cls:`IBMBackend` from qiskit_ibm_provider.ibm_backend:

class qurry.declare.run.ibm.IBMQBackendRunArgs[source]

Arguments for backend.run() from qiskit.providers.backend. For :cls:`IBMQBackend` from qiskit.providers.ibmq:

class qurry.declare.run.ibm.IBMRuntimeBackendRunArgs[source]

Arguments for backend.run() from qiskit.providers.backend. For :cls:`IBMBackend` from qiskit_ibm_runtime.ibm_backend:

simulator

Declaration - Run - Simulator (qurry.declare.run.simulator)

This module reveals the full arguments of the backend.run() method for the simulator backends to avoid the UNnEcEsSaRy and PAINFUL finding of how many arguments and what types of arguments you can pass to the method.

class qurry.declare.run.simulator.AerBackendRunArgs[source]

Arguments for backend.run() from qiskit.providers.backend. For :cls:`AerBackend` from qiskit_aer.backends.aerbackend or :cls:`AerBackend` from qiskit.providers.aer.backends.aerbackend, the old import path.:

->

->

run_options is a dictionary that will temporarily override any set options According to the default options has been set in the backend, the default options are:

(Captured from qiskit-aer 0.16.0)

class qurry.declare.run.simulator.BasicAerBackendRunArgs[source]

Arguments for backend.run() from qiskit.providers.backend. For :cls:`QasmSimulatorPy` from qiskit.providers.basicaer:

->

???

Well, It’s an example of a FAILED finding Also, this simulator is just lived short in qiskit then deprecated. So, I don’t think it’s worth to find the arguments for this simulator anymore.

class qurry.declare.run.simulator.BasicSimulatorRunArgs[source]

Arguments for backend.run() from qiskit.providers.backend. For :cls:`BasicSimulator` from qiskit.providers.basic_provider:

  • For qiskit>=2.0, the signature of backend.run() is:

->

  • For qiskit<2.0, the signature of backend.run() is:

->

or ?