Helena Zhang

Results 29 issues of Helena Zhang

### What is the expected enhancement? The sidebar for [Qiskit docs](https://qiskit.org/documentation/) should have a link to Qiskit Experiments: https://qiskit.org/documentation/experiments/

type: enhancement

Removes code scheduled for removal in 0.7. For analysis results, `dataframe` is still set to `False` by default as `True` is a breaking change.

### Summary Adds `BaseExperiment.load` and `BaseExperiment.save` methods and a helper function `load_all()` that loads both experiment and experiment data, with the option to run analysis: ``` from qiskit_experiments.framework import load_all...

As reported on Slack, the [customize plotting section](https://qiskit-extensions.github.io/qiskit-experiments/tutorials/visualization.html#customizing-plotting-in-your-experiment) of the visualization tutorial is out of date and doesn't run with the current codebase. Ideally this code should be executed along...

documentation

It would be useful to record changes in either Qiskit or Qiskit Experiments that change the output circuits of a specific experiment and set of seeds + input parameters (maybe...

documentation

Go through the code and find instances where internal methods of the provider/service are being used (for example `service._account.token`. Either request the upstream provider/service to expose them or find an...

good first issue

### Summary Fixes #1396. When an `ExperimentData` object was copied, it didn't update the analysis result IDs and their associated experiment IDs, resulting in the copied experiment entry not having...

backport stable potential

Now that `SamplerV2` has been released and supports single-shot counts data, we can theoretically run all our count-based experiments using the sampler primitive. The work can be broken into these...

enhancement

### Suggested feature A frequently requested feature is the ability to reconstruct an entire experiment using syntax similar to ExperimentData, i.e. `BaseExperiment.load(id)` and `BaseExperiment.save()`. ### PRs - [ ] Save...

enhancement

With the deprecation of accessing analysis results via numerical indices in #1342, it's important to clearly list the name of analysis results so users know how to retrieve their results....

documentation
good first issue