Skip to content

Commit 9af53c5

Browse files
build: Remove qctrl-visualizer from dev-dependencies (#240)
Co-authored-by: ABC <[email protected]>
1 parent b0286de commit 9af53c5

4 files changed

+39
-722
lines changed

examples/creating-a-driven-control.ipynb

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"\n",
1111
"A driven control represents a continuous drive on the transition of a qubit with a tunable detuning. The Open Controls package allows you to generate driven controls that enact dynamically corrected gates. These dynamically corrected gates are able to achieve arbitrary rotations of the Bloch sphere, in a manner that is robust to dephasing and/or control noise. Dynamically corrected gates can be used as drop-in gate replacements to suppress errors in a quantum computation.\n",
1212
"\n",
13-
"Q-CTRL Open Controls can be used to create a driven control from a library of well-known control schemes. Once created, it can be printed, plotted, and exported in CSV or JSON format for use on a quantum computer or any of [Q-CTRL's products](https://q-ctrl.com/products/)."
13+
"Q-CTRL Open Controls can be used to create a driven control from a library of well-known control schemes. Once created, it can be printed, plotted, and exported in CSV or JSON format for use on a quantum computer or any of [Q-CTRL's products](https://q-ctrl.com/products/).\n",
14+
"\n",
15+
"To run this notebook, you need to install the [Q-CTRL Visualizer](https://docs.q-ctrl.com/boulder-opal/references/qctrl-visualizer/installation.html) first."
1416
]
1517
},
1618
{
@@ -362,7 +364,7 @@
362364
"name": "python",
363365
"nbconvert_exporter": "python",
364366
"pygments_lexer": "ipython3",
365-
"version": "3.9.10"
367+
"version": "3.9.13"
366368
},
367369
"toc": {
368370
"base_numbering": 1,

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"\n",
1111
"Dynamical decoupling is the use of fast pulses, often treated as instant ideal unitary operations, on a qubit to decouple it from its environment and improve its coherence time. The train of pulses is called a sequence, hence \"dynamical decoupling sequence\" (DDS). DDSs can be used to increase the coherence time of a qubit or they can be used as part of a characterization process to identify coherence time and/or noise spectra.\n",
1212
"\n",
13-
"Q-CTRL Open Controls can be used to create a DDS from a library of well-known dynamical decoupling schemes. Once created, the DDS can be printed, plotted, and exported in CSV or JSON format for use on a quantum computer or any of [Q-CTRL's products](https://q-ctrl.com/products/)."
13+
"Q-CTRL Open Controls can be used to create a DDS from a library of well-known dynamical decoupling schemes. Once created, the DDS can be printed, plotted, and exported in CSV or JSON format for use on a quantum computer or any of [Q-CTRL's products](https://q-ctrl.com/products/).\n",
14+
"\n",
15+
"To run this notebook, you need to install the [Q-CTRL Visualizer](https://docs.q-ctrl.com/boulder-opal/references/qctrl-visualizer/installation.html) first."
1416
]
1517
},
1618
{
@@ -404,7 +406,7 @@
404406
"name": "python",
405407
"nbconvert_exporter": "python",
406408
"pygments_lexer": "ipython3",
407-
"version": "3.9.10"
409+
"version": "3.9.13"
408410
},
409411
"toc": {
410412
"base_numbering": 1,

0 commit comments

Comments
 (0)