Shelly Garion

Results 16 issues of Shelly Garion

### What should we add? Improving [LinearFunction](https://qiskit.org/documentation/stubs/qiskit.circuit.library.LinearFunction.html#qiskit.circuit.library.LinearFunction) synthesis. Currently, it may happen that after the synthesis one gets a circuit with more CX gates than before the synthesis. Here is...

type: feature request
synthesis

### What should we add? The `CCZ` gate is locally equivalent (up to 1-qubit gates) to the [CCXGate](https://qiskit.org/documentation/stubs/qiskit.circuit.library.CCXGate.html#qiskit.circuit.library.CCXGate) (Toffoli gate). The `CS` gate is locally equivalent (up to 1-qubit gates)...

type: feature request
circuit-builder
mod: quantum info
synthesis

### Informations test_qv_fitter statistically failing in the automatic tests: https://github.com/Qiskit/qiskit-ignis/runs/1257433012 - **Qiskit Ignis version**: - **Python version**: - **Operating system**: ### What is the current behavior? ``` test.quantum_volume.test_qv.TestQV.test_qv_fitter ------------------------------------------------- Captured...

bug

It seems that some of ignis tutorials were removed from: https://github.com/Qiskit/qiskit-tutorials/tree/master/tutorials/noise and should be replaced by new tutorials or enhanced API documentation. Some of them still appear here: https://github.com/Qiskit/qiskit-tutorials/tree/master/legacy_tutorials/ignis This...

documentation

### What is the expected behavior? Characterization of leakage errors according to: Christopher J. Wood, Jay M. Gambetta, _Quantification and Characterization of Leakage Errors_, https://arxiv.org/abs/1704.03081 The RB sequences are generated...

enhancement

### What is the expected behavior? David C. McKay, Andrew W. Cross, Christopher J. Wood, Jay M. Gambetta, **Correlated Randomized Benchmarking**, https://arxiv.org/abs/2003.02354

enhancement

### Summary close #8519 ### Details and comments - [x] move `graysynth.py` from `qiskit.transpiler` to `qiskit.synthesis.linear` - [x] move `test_synthesis.py` from `test/python/transpiler`- where? - [x] add a function that tries...

synthesis

### What should we add? This would have two benefits over the current Python code: - It may make the move of the relevant synthesis code more efficient (see issues...

performance
mod: quantum info
Rust

Transfer to rust binary matrices utils from: https://github.com/Qiskit/qiskit/blob/main/qiskit/synthesis/linear/linear_matrix_utils.py. This is needed for many linear functions and clifford synthesis methods: #12238 #12237 #12228 #12242 #12231

performance
synthesis
Rust

# Description Enhance the current [Randomized Benchmarking experiments](https://github.com/Qiskit/qiskit-ignis/tree/master/qiskit/ignis/verification/randomized_benchmarking) in Qiskit-Ignis with advanced statistical and Bayesian techniques, based on the following papers: 1. [Bayesian Inference for Randomized Benchmarking Protocols](https://arxiv.org/abs/1802.00401) 2. [Statistical...

from mentors
type:qiskit-ignis
type:benchmarking