Helena Zhang

Results 29 issues of Helena Zhang

When experiment data is copied and then saved, everything saves to the cloud service except analysis results: ``` data2 = exp_data.copy() data2.save() ``` So `data2.analysis_results()` is correct, but if `data2`...

bug

### Summary Implements mirror RB with single Clifford + CX layers and a sampler class for generating layer samples. ### Details and comments This is the updated version of #842...

### What is the current behavior? As reported by @TsafrirA, loading a composite experiment from the cloud service and rerunning the analysis doesn't work properly. ### Steps to reproduce the...

bug

As reported by Erick, after the dataframes refactor, `MitigatedTomographyAnalysis` isn't able to set the `extra` flag so the user is unable to easily distinguish whether a result is mitigated or...

bug

### What is the current behavior? Saving a composite experiment to the cloud service results in occasional random failures that don't save the figure: ``` Traceback (most recent call last):...

bug

### Summary Closes #1134. Note that `save()` already raised an error when there's no service and `suppress_errors` is False, so this PR specifically handles the case when `save_metadata()` is invoked...

Follow up to https://github.com/Qiskit-Extensions/qiskit-experiments/pull/1246#discussion_r1317897040. We should benchmark the performance of `MockIQBackend` with different numbers of shots and see if there are performance bottlenecks that can be improved.

Currently the docs don't explain how to use `MultiStateDiscrimination` on states beyond the |0>, |1> space by passing in the right schedule. This seems like a good fit for an...

documentation
good first issue

Following the template in #1221, add minimal working code examples for all experiments for ease of use.

documentation
good first issue

### Summary Added linting of Sphinx docs to the lint CI job with the tox environment `docs-lint`. The job will fail on broken references and links. ### Details and comments...