Skip to content

Commit fb2dd23

Browse files
authored
fix: Remove references to deprecated BLACK OPAL (#199)
1 parent 58160f9 commit fb2dd23

File tree

2 files changed

+4
-32
lines changed

2 files changed

+4
-32
lines changed

examples/creating-a-driven-control.ipynb

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
"source": [
254254
"### Exporting a Driven Control\n",
255255
"\n",
256-
"Q-CTRL Open Controls enables exporting driven controls in CSV or JSON format. An exported driven control is formatted to be compatible with [Q-CTRL BLACK OPAL](https://app.q-ctrl.com).\n",
256+
"Q-CTRL Open Controls enables exporting driven controls in CSV or JSON format.\n",
257257
"\n",
258258
"Q-CTRL Open Controls can export a driven control in either `cartesian` or `cylindrical` coordinates. For details, consult the [documentation](https://docs.q-ctrl.com/open-controls/references/qctrl-open-controls/qctrlopencontrols/DrivenControl.export_to_file.html).\n",
259259
"\n",
@@ -304,20 +304,6 @@
304304
" print(line)"
305305
]
306306
},
307-
{
308-
"cell_type": "markdown",
309-
"metadata": {},
310-
"source": [
311-
"### Opening the exported sequence in Q-CTRL BLACK OPAL"
312-
]
313-
},
314-
{
315-
"cell_type": "markdown",
316-
"metadata": {},
317-
"source": [
318-
"The exported CSV files are compatible for analysis by a suite of tools offered by [Q-CTRL BLACK OPAL](https://app.q-ctrl.com). For example, you can upload the exported file in the [1-Qubit Workspace](https://app.q-ctrl.com/black-opal/oneQubit/driven) for further analysis. The process to upload a custom control is described in [Uploading and Evaluating Custom Controls](https://docs.q-ctrl.com/black-opal/user-guides/uploading-and-evaluating-custom-controls)."
319-
]
320-
},
321307
{
322308
"cell_type": "markdown",
323309
"metadata": {},
@@ -381,7 +367,7 @@
381367
"name": "python",
382368
"nbconvert_exporter": "python",
383369
"pygments_lexer": "ipython3",
384-
"version": "3.6.4"
370+
"version": "3.7.10"
385371
},
386372
"toc": {
387373
"base_numbering": 1,

examples/creating-a-dynamical-decoupling-sequence.ipynb

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
"source": [
271271
"### Exporting the DDS\n",
272272
"\n",
273-
"Q-CTRL Open Controls enables exporting DDS in CSV or JSON format. An exported sequence is formatted to be compatible with [Q-CTRL BLACK OPAL](https://app.q-ctrl.com).\n",
273+
"Q-CTRL Open Controls enables exporting DDS in CSV or JSON format.\n",
274274
"\n",
275275
"An ideal DDS is defined as a sequence of instantaneously-applied pulses, which correspond to instantaneous rotations of the Bloch sphere. However, in reality, the rate of rotation is limited by the `maximum_rabi_rate` and/or `maximum_detuning_rate` for a given pulse. Due to this limiting factor, the target rotation is implemented over a control segment with finite duration. Q-CTRL Open Controls converts a `DynamicDecouplingSequence` into a `DrivenControl` before exporting the resulting `DrivenControl`. This conversion requires the `maximum_rabi_rate` and `maximum_detuning_rate` to be specified and raises an error if the conversion is not successful (e.g. if control segments overlap due to a low `maximum_rabi_rate` or `maximum_detuning_rate`).\n",
276276
"\n",
@@ -350,20 +350,6 @@
350350
" print(line)"
351351
]
352352
},
353-
{
354-
"cell_type": "markdown",
355-
"metadata": {},
356-
"source": [
357-
"### Opening the exported sequence in Q-CTRL BLACK OPAL"
358-
]
359-
},
360-
{
361-
"cell_type": "markdown",
362-
"metadata": {},
363-
"source": [
364-
"The exported CSV files are compatible for analysis by a suite of tools offered by [Q-CTRL BLACK OPAL](https://app.q-ctrl.com). For example, you can upload the exported file in the [1-Qubit Workspace](https://app.q-ctrl.com/black-opal/oneQubit/driven) for further analysis. The process to upload a custom control is described in [Uploading and Evaluating Custom Controls](https://docs.q-ctrl.com/black-opal/user-guides/uploading-and-evaluating-custom-controls)."
365-
]
366-
},
367353
{
368354
"cell_type": "markdown",
369355
"metadata": {},
@@ -428,7 +414,7 @@
428414
"name": "python",
429415
"nbconvert_exporter": "python",
430416
"pygments_lexer": "ipython3",
431-
"version": "3.6.4"
417+
"version": "3.7.10"
432418
},
433419
"toc": {
434420
"base_numbering": 1,

0 commit comments

Comments
 (0)