qlauncher.routines.qiskit.algorithms.wrapper# Summary# Classes: CircuitRunner Reference# class qlauncher.routines.qiskit.algorithms.wrapper.CircuitRunner(shots: int)[source]# Bases: Algorithm[_Circuit, GateCircuitBackend] run(problem: _Circuit, backend: GateCircuitBackend) → Result[source]# Runs the algorithm on a specific problem using a backend. Parameters: problem (Problem) – The problem to be solved. backend (Backend) – The backend to be used for execution.