Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
PulseBackend.run¶
- PulseBackend.run(run_input, **run_options)[source]¶
Run method takes circuits as input and returns FakeJob with IQ data or counts.
- Parameters:
run_input (
Union
[QuantumCircuit
,List
[QuantumCircuit
]]) – Circuits to run.run_options – Any option that affects the way that the circuits are run. The options that are currently supported are
shots
,meas_level
,meas_return
, andmemory
.
- Return type:
FakeJob
- Returns:
FakeJob with simulation data.