-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
LGTM. just one small comment the description above cell 14 should be updated because it doesn't take qobj.
|
Note that all the tutorials now go in the Qiskit documentation: https://github.com/Qiskit/qiskit |
Thanks, so I'll close this PR when I will open a new one in the right place. |
@nkanazawa1989 - could you please review the updated notebook? |
looks good. one minor suggestion: cell 14 can be simplified for basis_gate in basis_gates:
print("Number of %s gates per Clifford: %f "%(basis_gate ,
np.mean([gates_per_cliff[0][basis_gate],
gates_per_cliff[2][basis_gate]]))) because and the PR should be on hold until ignis 0.3 is released. |
Opened a new PR in qiskit docs: Qiskit/qiskit#866 |
Fix #892. |
Closing since notebook 5a was moved to 4, and 5d was removed. |
Summary
Updating RB tutorials following API changes in ignis.
Details and comments
qiskit-community/qiskit-ignis#334