qiskit-community / qiskit-experiments

Qiskit Experiments
https://qiskit-community.github.io/qiskit-experiments/
Apache License 2.0
154 stars 125 forks source link

Gate set tomography #374

Open gadial opened 3 years ago

gadial commented 3 years ago

What is the expected behavior?

Qiskit Ignis currently has a rudimentary version of 1-qubit gate-set tomography module . It can be added to qiskit-experiments, given a few changes:

  1. Circuit generation is based on the Ignis code for circuit generation in state/process tomography. Either a standalone circuit generation procedure needs to be written, or somehow the existing tomography code in qiskit-experiments can be used.
  2. The default gateset used in Ignis might not be optimal; given the changes to the backends, it's best to reconsider what default gateset to use and how to handle different gatesets.
  3. A top priority when working on the code is verifying it can be used for 2 qubits as well; currently there are places in the code where the usage of 1 qubit is assumed, and this should be changed (whether the code is efficient enough to allow 2 qubit experiments to run is a different story).
yaelbh commented 2 years ago

@gadial Is Tazneem working on it? I don't see her in the repo.