Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 9695208

Browse files
committed
Fixed wrong return parameters for randomized_benchmarking_seq (#791)
1 parent ebbf910 commit 9695208

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

qiskit/advanced/ignis/5a_randomized_benchmarking.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@
9999
"This function returns:\n",
100100
"\n",
101101
"- **rb_circs:** A list of lists of circuits for the rb sequences (separate list for each seed).\n",
102-
"- **xdata:** The Clifford lengths (with multiplier if applicable).\n",
103-
"- **rb_opts_dict:** Option dictionary back out with default options appended."
102+
"- **xdata:** The Clifford lengths (with multiplier if applicable)."
104103
]
105104
},
106105
{

qiskit/advanced/ignis/5b_interleaved_rb.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
"\n",
110110
"- **rb_original_circs:** A list of lists of circuits for the original rb sequences (separate list for each seed).\n",
111111
"- **xdata:** The Clifford lengths (with multiplier if applicable).\n",
112-
"- **rb_opts_dict:** Option dictionary back out with default options appended.\n",
113112
"\n",
114113
"As well as:\n",
115114
"- **rb_interleaved_circs**: A list of lists of circuits for the interleaved rb sequences (separate list for each seed)."

qiskit/advanced/ignis/5c_purity_rb.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
"\n",
106106
"- **rb_purity_circs**: A list of lists of lists of circuits for the purity rb sequences (separate list for each of the $3^n$ options and for each seed).\n",
107107
"- **xdata**: The Clifford lengths (with multiplier if applicable).\n",
108-
"- **rb_opts_dict**: Option dictionary back out with default options appended.\n",
109108
"\n",
110109
"As well as:\n",
111110
"\n",

0 commit comments

Comments
 (0)