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.save¶
- ExperimentData.save(suppress_errors=True)[source]¶
Save the experiment data to a database service.
- Parameters:
suppress_errors (
bool
) – should the method catch exceptions (true) oron (pass them) –
experiemnt (potentially aborting the) –
- Return type:
None
Note
This saves the experiment metadata, all analysis results, and all figures. Depending on the number of figures and analysis results this operation could take a while.
To only update a previously saved experiments metadata (eg for additional tags or notes) use
save_metadata()
.