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

Commit 07ea558

Browse files
authored
fix: Update DDS URL (#19)
1 parent 1494597 commit 07ea558

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"\n",
5353
"This section demonstrates how a DDS can be prepared and a corresponding pyQuil program made and executed on a Quantum Virtual Simulator (QVM).\n",
5454
"\n",
55-
"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",
55+
"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",
5656
"\n",
5757
"pyQuil implements quantum computation through `Program` that contains a series of [gates](http://docs.rigetti.com/en/stable/apidocs/gates.html). How these gates are physically implemented will depend on the device that it is run on. Rigetti's documentation gives an oversight on Rigetti's [native gates](http://docs.rigetti.com/en/stable/apidocs/gates.html#native-gates-for-rigetti-qpus) and other [physically realizable gates](http://docs.rigetti.com/en/stable/apidocs/gates.html#all-gates-and-instructions).\n",
5858
"\n",
@@ -767,13 +767,6 @@
767767
"\n",
768768
"In the ideal noiseless simulator, both the Ramsey DDS and Quadratic DDS produced exactly the same outcome, the $|1 \\rangle$ state with probability 1. However, in a real device, we can see a marked difference. The Quadratic DDS produced a probability distribution closer to the expected outcome. This is because the Quadratic DDS is able to cancel the effects of magnetic noise in the environment - extending the [T2 time](https://en.wikipedia.org/wiki/Spin–spin_relaxation), and effectively increasing the coherence of the qubit."
769769
]
770-
},
771-
{
772-
"cell_type": "code",
773-
"execution_count": null,
774-
"metadata": {},
775-
"outputs": [],
776-
"source": []
777770
}
778771
],
779772
"metadata": {
@@ -792,7 +785,7 @@
792785
"name": "python",
793786
"nbconvert_exporter": "python",
794787
"pygments_lexer": "ipython3",
795-
"version": "3.7.3"
788+
"version": "3.7.10"
796789
},
797790
"toc": {
798791
"base_numbering": 1,

0 commit comments

Comments
 (0)