Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions examples/creating-a-driven-control.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {},
Expand Down Expand Up @@ -381,7 +367,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
"version": "3.7.10"
},
"toc": {
"base_numbering": 1,
Expand Down
18 changes: 2 additions & 16 deletions examples/creating-a-dynamical-decoupling-sequence.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {},
Expand Down Expand Up @@ -428,7 +414,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
"version": "3.7.10"
},
"toc": {
"base_numbering": 1,
Expand Down