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.
AnalysisResult.save¶
- AnalysisResult.save(suppress_errors=True)[source]¶
Save this analysis result in the database. :type suppress_errors:
bool
:param suppress_errors: should the method catch exceptions (true) or :param pass them on: :type pass them on: false :param potentially aborting the experiemnt: :type potentially aborting the experiemnt: false- Raises:
ExperimentDataError – If the analysis result contains invalid data.
QiskitError – If the save to the database failed
- Return type:
None