diff --git a/examples/creating-a-driven-control.ipynb b/examples/creating-a-driven-control.ipynb index 6ec1a975..1544fced 100644 --- a/examples/creating-a-driven-control.ipynb +++ b/examples/creating-a-driven-control.ipynb @@ -253,7 +253,7 @@ "source": [ "### Exporting a Driven Control\n", "\n", - "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", + "Q-CTRL Open Controls enables exporting driven controls in CSV or JSON format.\n", "\n", "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", "\n", @@ -304,20 +304,6 @@ " print(line)" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Opening the exported sequence in Q-CTRL BLACK OPAL" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "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)." - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -381,7 +367,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.4" + "version": "3.7.10" }, "toc": { "base_numbering": 1, diff --git a/examples/creating-a-dynamical-decoupling-sequence.ipynb b/examples/creating-a-dynamical-decoupling-sequence.ipynb index a287d87d..af5b7b22 100644 --- a/examples/creating-a-dynamical-decoupling-sequence.ipynb +++ b/examples/creating-a-dynamical-decoupling-sequence.ipynb @@ -270,7 +270,7 @@ "source": [ "### Exporting the DDS\n", "\n", - "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", + "Q-CTRL Open Controls enables exporting DDS in CSV or JSON format.\n", "\n", "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", "\n", @@ -350,20 +350,6 @@ " print(line)" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Opening the exported sequence in Q-CTRL BLACK OPAL" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "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)." - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -428,7 +414,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.4" + "version": "3.7.10" }, "toc": { "base_numbering": 1,