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.copy¶
- ExperimentData.copy(copy_results=True)[source]¶
Make a copy of the experiment data with a new experiment ID.
- Parameters:
copy_results (
bool
) – If True copy the analysis results and figures into the returned container, along with the experiment data and metadata. If False only copy the experiment data and metadata.- Return type:
- Returns:
A copy of the experiment data object with the same data but different IDs.