IBMQRunner

class IBMQRunner(backend)[source]

Bases: CircuitRunner

Simulate a circuit.

__init__(backend)[source]

Setup an IBMQRunner to execute circuits on backend.

Methods

run(circuit)

Execute the circuit, see CircuitRunner.run for more info.