Ali Javadi-Abhari

Results 20 issues of Ali Javadi-Abhari

### What is the expected enhancement? Currently the heavy hex graphs accept a `d` which is the code distance for the quantum error correction code that can run on them....

enhancement

### What is the expected behavior? Currently in Aer, an AerJob with a particular ID is created on every execution. This mimics the IBMQJob and its async execution model. However...

enhancement

updating some code that was giving lots of deprecation warnings

Changelog: Bugfix
stable-backport-potential

### What is the expected behavior? Ignis APIs are currently too tied to physical qubits. For example to generate quantum_volume circuits, you have to say which physical qubits you want...

enhancement

it should just return 0.

bug
good first issue

### Is your feature request related to a problem? Please describe. It is hard to know apriori how long a SAT-based or A*-based synthesis will take. Therefore a particular synthesis...

enhancement

We should be able to construct circuits lazily from objects before they are synthesized. The synthesis happens later, and it may fail if a physical synthesis is not known. This...

type: enhancement
circuit-builder
synthesis

We need a general category of synthesis algorithms for things that have exponential descriptions. This basically means things defined by Operator or Statevector. A start of this is under `qiskit.quantum_info.synthesis`,...

type: enhancement
mod: quantum info
Epic
synthesis

Currently the transpiler consults `backend.configuration().coupling_map` and `backend.configuration().basis_gates` in order to map a circuit to a backend. The assumption is that all the 1-qubit gates in the basis_gates are present on...

type: enhancement
Epic
ISA