qiskit.providers.aer.PulseSimulator.run¶
- PulseSimulator.run(schedules, validate=True, **run_options)[Quellcode]¶
Run a qobj on the backend.
- Parameter
- Rückgabe
The simulation job.
- Rückgabetyp
- Additional Information:
kwarg options specified in
run_options
will override options of the same kwarg specified in the simulator options, thebackend_options
and theQobj.config
.