Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit 918c066

Browse files
authored
fix: Update DDS URL (#22)
1 parent 38f130b commit 918c066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/export-a-dynamical-decoupling-sequence-to-qiskit.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"\n",
6262
"This section demonstrates how a DDS can be prepared and a corresponding Qiskit circuit made and executed on a Qiskit simulator.\n",
6363
"\n",
64-
"Q-CTRL Open Controls defines a DDS as a set of instantaneous unitary operations performed at specific offset times, see the [technical documentation](https://docs.q-ctrl.com/control-library#dynamical-decoupling-sequences) for mathematical details.\n",
64+
"Q-CTRL Open Controls defines a DDS as a set of instantaneous unitary operations performed at specific offset times, see the [technical documentation](https://docs.q-ctrl.com/open-controls/references/qctrl-open-controls/qctrlopencontrols/DynamicDecouplingSequence.html) for mathematical details.\n",
6565
"\n",
6666
"Qiskit implements quantum computation through a series of [gates in a quantum circuit](https://qiskit.org/documentation/getting_started.html#circuit-basics). How these gates are physically implemented will depend on the device that it is run on.\n",
6767
"\n",
@@ -724,7 +724,7 @@
724724
"name": "python",
725725
"nbconvert_exporter": "python",
726726
"pygments_lexer": "ipython3",
727-
"version": "3.7.3"
727+
"version": "3.7.10"
728728
},
729729
"toc": {
730730
"base_numbering": 1,

0 commit comments

Comments
 (0)