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

Commit 72f2e41

Browse files
authored
fix: Update DDS URL (#20)
1 parent 7d5c254 commit 72f2e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"\n",
5050
"This section demonstrates how a DDS can be prepared, a corresponding quantum circuit made and executed on a `cirq` simulator.\n",
5151
"\n",
52-
"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",
52+
"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",
5353
"\n",
5454
"`cirq` implements quantum operations through a series of [gates](https://cirq.readthedocs.io/en/stable/gates.html). The standard way to create a quantum circuit is using `Circuit`. If a user wants to add pauses (in time) to a `Circuit` computation they can use identity gates. Alternatively, `cirq` provides `ScheduledOperation` that specifies an operation (application of a gate on one or more qubits) at a certain instant measured in ns or ps from the start of the sequence. A list of `ScheduledOperation` is collated by `Schedule`. Both `Circuit` and `Schedule` can be used in `Simulator` to simulate the circuit. We support both options through two methods: `convert_dds_to_cirq_circuit` and `covert_dds_to_cirq_schedule`.\n",
5555
"\n",
@@ -329,7 +329,7 @@
329329
"name": "python",
330330
"nbconvert_exporter": "python",
331331
"pygments_lexer": "ipython3",
332-
"version": "3.7.3"
332+
"version": "3.7.10"
333333
},
334334
"toc": {
335335
"base_numbering": 1,

0 commit comments

Comments
 (0)