PulseSimulator.run¶
- PulseSimulator.run(qobj, system_model, backend_options=None, validate=False)[source]¶
Run a qobj on system_model.
- Parameters
qobj (PulseQobj) – Qobj for pulse Schedules to run
system_model (PulseSystemModel) – Physical model to run simulation on
backend_options (dict) – Other options
validate (bool) – Flag for validation checks
- Returns
results of simulation
- Return type