You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 1st line states that the function will be a quantum one. [Further documentation](https://docs.classiq.io/latest/user-guide/platform/qmod/language-reference/functions/).
98
+
The 1st line states that the function will be a quantum one. [Further documentation](https://docs.classiq.io/latest/reference-manual/platform/qmod/language-reference/functions/).
99
99
100
-
The 2nd line defines the type of the output. [Further examples on types](https://docs.classiq.io/latest/user-guide/platform/qmod/language-reference/quantum-types/)
100
+
The 2nd line defines the type of the output. [Further examples on types](https://docs.classiq.io/latest/reference-manual/platform/qmod/language-reference/classical-types/)
101
101
102
-
The 3rd line allocates several qubits (in this example, only 1) in this quantum variable. [Further details on allocate](https://docs.classiq.io/latest/user-guide/platform/qmod/language-reference/quantum-variables/)
102
+
The 3rd line allocates several qubits (in this example, only 1) in this quantum variable. [Further details on allocate](https://docs.classiq.io/latest/reference-manual/platform/qmod/language-reference/quantum-variables/)
103
103
104
-
The 4th line applies an `X` operator on the quantum variable. [Further details on quantum operators](https://docs.classiq.io/latest/user-guide/platform/qmod/language-reference/operators/)
104
+
The 4th line applies an `X` operator on the quantum variable. [Further details on quantum operators](https://docs.classiq.io/latest/reference-manual/platform/qmod/language-reference/operators/)
105
105
106
106
### More Examples
107
107
@@ -168,17 +168,17 @@ Classiq provides an easy-to-use way to execute quantum programs, and provides va
With Classiq, you can build anything. Classiq provides a powerful modeling language to describe any quantum program, which can then be synthesized and executed on any hardware or simulator. Explore our [Documentation](https://docs.classiq.io/latest/user-guide/) to learn everything.
204
+
With Classiq, you can build anything. Classiq provides a powerful modeling language to describe any quantum program, which can then be synthesized and executed on any hardware or simulator. Explore our [Documentation](https://docs.classiq.io/latest/) to learn everything.
"<a id='ssBV'>[2]</a>: [Pokharel B., and Daniel A. L. \"Demonstration of algorithmic quantum speedup.\" Physical Review Letters 130, 210602 (2023)](https://arxiv.org/abs/2207.07647)"
res ^= (x1 or x2 or x3) and ((not x1) or x2 or x3) and ((not x1) or (not x2) or (not x3)) and ((not x1) or (not x2) or x3) and (x1 or x2 or (not x3)) and ((not x1) or x2 or (not x3));
res ^= (x2 or x3 or x4) and ((not x1) or x2 or x3) and ((not x1) or x2 or (not x3)) and ((not x1) or (not x2) or x3) and (x1 or (not x2) or (not x3)) and (x1 or (not x2) or x3) and ((not x1) or (not x2) or (not x4)) and ((not x1) or (not x2) or x4) and ((not x2) or (not x3) or (not x4)) and (x2 or (not x3) or x4) and (x1 or (not x3) or x4) and (x1 or (not x2) or (not x4)) and ((not x1) or (not x2) or (not x3));
"<figcaption align = \"middle\"> Hierarchical view of the quantum circuit for the QGAN generator. The circuit consists of an angle encoding layer, an ansatz layer, and a post-processing layer </figcaption>\n",
"<figcaption align = \"middle\"> Ansatz layer including parametrized rotation followed by a pair-wise entangler via RZZ gate sequence. </figcaption>\n",
"<figcaption align = \"middle\"> Example of two training sessions. The first (green) line depicts a process in which the loss function estimator is raising, a clear indication that the learning session does not seem to converge to the desired result. The second (orange) shows the convergence of both. The two components compete to improve their performance. </figcaption>\n",
0 commit comments