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

Commit a959cb8

Browse files
authored
Merge branch 'master' into job_manager
2 parents b5ba6f5 + 4e76af1 commit a959cb8

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

qiskit/advanced/ignis/5a_randomized_benchmarking.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,8 @@
9898
"\n",
9999
"This function returns:\n",
100100
"\n",
101-
"- **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."
101+
"- **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)."
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)