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.
ExperimentData.add_jobs¶
- ExperimentData.add_jobs(jobs, timeout=None)[source]¶
Add experiment data.
- Parameters:
- Raises:
TypeError – If the input data type is invalid.
- Return type:
None
Note
If a timeout is specified the
cancel_jobs()
method will be called after timing out to attempt to cancel any unfinished jobs.If you want to wait for jobs without cancelling, use the timeout kwarg of
block_for_results()
instead.