prototype-zne icon indicating copy to clipboard operation
prototype-zne copied to clipboard

Zero Noise Extrapolation (ZNE) prototype for error mitigation on the Qiskit Estimator primitive

Results 15 prototype-zne issues
Sort by recently updated
recently updated
newest added

Merge pedrorrivero/pyproject-qiskit c9255a1

template

### Summary Set up a Sphinx-based documentation page for this project. ### Details and comments First `sphinx-quickstart` was used to generate the basic framework. After that, a page for each...

refactor(folding_amplifier): init dag folding amplifier ### Summary ### Details and comments

enhancement
PL-3

### What is the current behavior? The ZNE runs give the following warning: (From https://github.com/qiskit-community/prototype-zne/blob/main/zne/noise_amplification/folding_amplifier/folding_amplifier.py in line 147) UserWarning: Rounding of noise factor: Foldings are performed with noise factor 1.11...

enhancement
triage

### Device - ### OS - ### Python version - ### Release version or branch/commit - ### What is the current behavior? May i know when using zne(..) and ZNEStrategy(..),...

bug
triage

### What is the current behavior? Thanks a lot for all your work on this prototype ! I waned to use it with the Aer Estimator primitive. However since `qiskit.primitives.Estimator`...

enhancement
triage

### What is the expected enhancement? As pickle is a default Python serialization mechanism it would be for strategy classes to be pickable. Example: ```python import pickle from ... import...

enhancement
triage

### What is the expected enhancement? Sub-experiments have to be indexed in a consistent way so that we can package them for computation (i.e. for different noise factors), and recover...

enhancement
good first issue
help wanted
DC-1
PL-3

### What is the expected enhancement? After refactoring `ZNEStrtegy` and making it mutable, caching had to be removed. This is a proposal to reinstantiate caching with a more elaborate approach...

enhancement
DC-4
PL-2

### What is the expected enhancement? Currently, `ImmutableStrategy` updates `__new__()` and configures `__repr__()` to dynamically include the args passed to `__init__()`. There are cases, nonetheless, where we do not want...

enhancement
DC-4
PL-2