Skip to content

Commit

Permalink
feat: add qiskit rb code
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Nov 20, 2024
1 parent c8cd2a9 commit ccaeed1
Show file tree
Hide file tree
Showing 9 changed files with 982 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qibocal/protocols/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
from .randomized_benchmarking.standard_rb import standard_rb
from .randomized_benchmarking.standard_rb_2q import standard_rb_2q
from .randomized_benchmarking.standard_rb_2q_inter import standard_rb_2q_inter
from .rb_qiskit import rb_qiskit
from .readout_characterization import readout_characterization
from .readout_mitigation_matrix import readout_mitigation_matrix
from .readout_optimization.resonator_amplitude import resonator_amplitude
Expand Down Expand Up @@ -150,4 +151,5 @@
"standard_rb_2q_inter",
"optimize_two_qubit_gate",
"ramsey_zz",
"rb_qiskit",
]
1 change: 1 addition & 0 deletions src/qibocal/protocols/rb_qiskit/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .rb2q import rb_qiskit
Loading

0 comments on commit ccaeed1

Please sign in to comment.