From 4aaa88d5d3379f23463dee6e3c4466bf72784004 Mon Sep 17 00:00:00 2001 From: cuda-quantum-bot Date: Wed, 7 Aug 2024 17:51:34 +0000 Subject: [PATCH] Docs preview for PR #2053. --- pr-2053/_sources/releases.rst.txt | 39 +++++- pr-2053/api/languages/python_api.html | 2 +- .../python/tutorials/deutschs_algorithm.html | 4 +- .../python/tutorials/visualization.html | 10 +- .../python/tutorials/visualization.ipynb | 131 +++++++++--------- pr-2053/releases.html | 35 ++++- pr-2053/searchindex.js | 2 +- pr-2053/sphinx/releases.rst | 39 +++++- 8 files changed, 173 insertions(+), 89 deletions(-) diff --git a/pr-2053/_sources/releases.rst.txt b/pr-2053/_sources/releases.rst.txt index e9ac3adfad..6a8a353462 100644 --- a/pr-2053/_sources/releases.rst.txt +++ b/pr-2053/_sources/releases.rst.txt @@ -10,6 +10,37 @@ The latest version of CUDA-Q is on the main branch of our `GitHub repository `__ - `Examples `__ +**0.8.0** + +The 0.8.0 release adds a range of changes to improve the ease of use and performance with CUDA-Q. +The changes listed below highlight some of what we think will be the most useful features and changes +to know about. While the listed changes do not capture all of the great contributions, we would like +to extend many thanks for every contribution, in particular those from external contributors. + +- `Docker image `__ +- `Python wheel `__ +- `C++ installer `__ +- `Documentation `__ +- `Examples `__ + +The full change log can be found `here `__. + +**0.7.1** + +The 0.7.1 release adds simulator optimizations with significant performance improvements and +extends their functionalities. The `nvidia-mgpu` backend now supports user customization of the +gate fusion level as controlled by the `CUDAQ_MGPU_FUSE` environment variable documented +`here `__. +It furthermore adds a range of bug fixes and changes the Python wheel installation instructions. + +- `Docker image `__ +- `Python wheel `__ +- `C++ installer `__ +- `Documentation `__ +- `Examples `__ + +The full change log can be found `here `__. + **0.7.0** The 0.7.0 release adds support for using :doc:`NVIDIA Quantum Cloud `, @@ -19,13 +50,13 @@ Check out our `documentation `__ to learn more about the new setup and its performance benefits. -- `Docker image `__ -- `Python wheel `__ -- `C++ installer `__ +- `Docker image `__ +- `Python wheel `__ +- `C++ installer `__ - `Documentation `__ - `Examples `__ -The full change log can be found `here `__. +The full change log can be found `here `__. **0.6.0** diff --git a/pr-2053/api/languages/python_api.html b/pr-2053/api/languages/python_api.html index 3c97350729..2f6418e9ca 100644 --- a/pr-2053/api/languages/python_api.html +++ b/pr-2053/api/languages/python_api.html @@ -2085,7 +2085,7 @@

Data Typesstatic random()
-random(qubit_count: int, term_count: int, seed: int = 1650576554) cudaq.mlir._mlir_libs._quakeDialects.cudaq_runtime.SpinOperator
+random(qubit_count: int, term_count: int, seed: int = 3087171799) cudaq.mlir._mlir_libs._quakeDialects.cudaq_runtime.SpinOperator

Return a random SpinOperator on the given number of qubits (qubit_count) and composed of the given number of terms (term_count). An optional seed value may also be provided.

diff --git a/pr-2053/examples/python/tutorials/deutschs_algorithm.html b/pr-2053/examples/python/tutorials/deutschs_algorithm.html index 81896b08e6..53dde0c5e6 100644 --- a/pr-2053/examples/python/tutorials/deutschs_algorithm.html +++ b/pr-2053/examples/python/tutorials/deutschs_algorithm.html @@ -639,7 +639,7 @@

XOR \(\oplus\)

Quantum oracles

-

18cffe96cffc41f3ad3c77eac7d35632

+

791c713e8c134b4987844c4073036fac

Suppose we have \(f(x): \{0,1\} \longrightarrow \{0,1\}\). We can compute this function on a quantum computer using oracles which we treat as black box functions that yield the output with an appropriate sequence of logic gates.

Above you see an oracle represented as \(U_f\) which allows us to transform the state \(\ket{x}\ket{y}\) into:

@@ -687,7 +687,7 @@

Quantum parallelism

Our aim is to find out if \(f: \{0,1\} \longrightarrow \{0,1\}\) is a constant or a balanced function? If constant, \(f(0) = f(1)\), and if balanced, \(f(0) \neq f(1)\).

We step through the circuit diagram below and follow the math after the application of each gate.

-

7ccacd0da36840d785b00d5c800a144c

+

fd8be992548145b6b7b8b8fb367edd1a

\[\ket{\psi_0} = \ket{01} \tag{1}\]
diff --git a/pr-2053/examples/python/tutorials/visualization.html b/pr-2053/examples/python/tutorials/visualization.html index b6681d34be..bce4522a43 100644 --- a/pr-2053/examples/python/tutorials/visualization.html +++ b/pr-2053/examples/python/tutorials/visualization.html @@ -605,17 +605,17 @@

Qubit Visualization━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.0/28.0 MB 69.2 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.0/28.0 MB 58.9 MB/s eta 0:00:00 Requirement already satisfied: matplotlib>=3.5 in /usr/local/lib/python3.10/dist-packages (3.9.1) -Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (24.1) Requirement already satisfied: scipy>=1.9 in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (1.10.1) +Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (24.1) Requirement already satisfied: numpy>=1.22 in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (1.26.4) -Requirement already satisfied: python-dateutil>=2.7 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (2.9.0.post0) +Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (3.1.2) Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (0.12.1) +Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (1.2.1) Requirement already satisfied: kiwisolver>=1.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (1.4.5) +Requirement already satisfied: python-dateutil>=2.7 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (2.9.0.post0) Requirement already satisfied: fonttools>=4.22.0 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (4.53.1) -Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (3.1.2) -Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (1.2.1) Requirement already satisfied: pillow>=8 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (10.4.0) Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil>=2.7->matplotlib>=3.5) (1.16.0) Installing collected packages: qutip diff --git a/pr-2053/examples/python/tutorials/visualization.ipynb b/pr-2053/examples/python/tutorials/visualization.ipynb index c94c37c565..1ff879c0f8 100644 --- a/pr-2053/examples/python/tutorials/visualization.ipynb +++ b/pr-2053/examples/python/tutorials/visualization.ipynb @@ -35,10 +35,10 @@ "execution_count": 1, "metadata": { "execution": { - "iopub.execute_input": "2024-08-06T22:40:40.641358Z", - "iopub.status.busy": "2024-08-06T22:40:40.641202Z", - "iopub.status.idle": "2024-08-06T22:40:43.317564Z", - "shell.execute_reply": "2024-08-06T22:40:43.316760Z" + "iopub.execute_input": "2024-08-07T15:32:54.394925Z", + "iopub.status.busy": "2024-08-07T15:32:54.394766Z", + "iopub.status.idle": "2024-08-07T15:32:57.070848Z", + "shell.execute_reply": "2024-08-07T15:32:57.070097Z" }, "scrolled": true }, @@ -70,7 +70,7 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.3/28.0 MB\u001b[0m \u001b[31m9.6 MB/s\u001b[0m eta \u001b[36m0:00:03\u001b[0m" + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.3/28.0 MB\u001b[0m \u001b[31m8.6 MB/s\u001b[0m eta \u001b[36m0:00:04\u001b[0m" ] }, { @@ -78,7 +78,8 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━━━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m4.4/28.0 MB\u001b[0m \u001b[31m65.5 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" + "\u001b[2K \u001b[91m━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m3.4/28.0 MB\u001b[0m \u001b[31m50.8 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r", + "\u001b[2K \u001b[91m━━━━━━━━━━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m8.6/28.0 MB\u001b[0m \u001b[31m84.1 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" ] }, { @@ -86,8 +87,7 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m8.3/28.0 MB\u001b[0m \u001b[31m82.2 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m12.9/28.0 MB\u001b[0m \u001b[31m134.0 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" + "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m16.1/28.0 MB\u001b[0m \u001b[31m169.1 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" ] }, { @@ -95,7 +95,8 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━\u001b[0m \u001b[32m17.5/28.0 MB\u001b[0m \u001b[31m129.4 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" + "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━\u001b[0m \u001b[32m26.5/28.0 MB\u001b[0m \u001b[31m310.8 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r", + "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m \u001b[32m28.0/28.0 MB\u001b[0m \u001b[31m304.4 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" ] }, { @@ -103,7 +104,7 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━\u001b[0m \u001b[32m26.3/28.0 MB\u001b[0m \u001b[31m221.9 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" + "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m \u001b[32m28.0/28.0 MB\u001b[0m \u001b[31m304.4 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" ] }, { @@ -111,8 +112,8 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m \u001b[32m28.0/28.0 MB\u001b[0m \u001b[31m153.3 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m \u001b[32m28.0/28.0 MB\u001b[0m \u001b[31m153.3 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" + "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m \u001b[32m28.0/28.0 MB\u001b[0m \u001b[31m304.4 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r", + "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m \u001b[32m28.0/28.0 MB\u001b[0m \u001b[31m304.4 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" ] }, { @@ -120,23 +121,17 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m28.0/28.0 MB\u001b[0m \u001b[31m69.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\r\n", - "\u001b[?25hRequirement already satisfied: matplotlib>=3.5 in /usr/local/lib/python3.10/dist-packages (3.9.1)\r\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (24.1)\r\n", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m28.0/28.0 MB\u001b[0m \u001b[31m58.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\r\n", + "\u001b[?25hRequirement already satisfied: matplotlib>=3.5 in /usr/local/lib/python3.10/dist-packages (3.9.1)\r\n", "Requirement already satisfied: scipy>=1.9 in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (1.10.1)\r\n", + "Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (24.1)\r\n", "Requirement already satisfied: numpy>=1.22 in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (1.26.4)\r\n", - "Requirement already satisfied: python-dateutil>=2.7 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (2.9.0.post0)\r\n", + "Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (3.1.2)\r\n", "Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (0.12.1)\r\n", + "Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (1.2.1)\r\n", "Requirement already satisfied: kiwisolver>=1.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (1.4.5)\r\n", + "Requirement already satisfied: python-dateutil>=2.7 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (2.9.0.post0)\r\n", "Requirement already satisfied: fonttools>=4.22.0 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (4.53.1)\r\n", - "Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (3.1.2)\r\n", - "Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (1.2.1)\r\n", "Requirement already satisfied: pillow>=8 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (10.4.0)\r\n" ] }, @@ -199,10 +194,10 @@ "execution_count": 2, "metadata": { "execution": { - "iopub.execute_input": "2024-08-06T22:40:43.319943Z", - "iopub.status.busy": "2024-08-06T22:40:43.319633Z", - "iopub.status.idle": "2024-08-06T22:40:44.427956Z", - "shell.execute_reply": "2024-08-06T22:40:44.427000Z" + "iopub.execute_input": "2024-08-07T15:32:57.073390Z", + "iopub.status.busy": "2024-08-07T15:32:57.073124Z", + "iopub.status.idle": "2024-08-07T15:32:58.186680Z", + "shell.execute_reply": "2024-08-07T15:32:58.185778Z" } }, "outputs": [], @@ -234,10 +229,10 @@ "execution_count": 3, "metadata": { "execution": { - "iopub.execute_input": "2024-08-06T22:40:44.430338Z", - "iopub.status.busy": "2024-08-06T22:40:44.430131Z", - "iopub.status.idle": "2024-08-06T22:40:44.481795Z", - "shell.execute_reply": "2024-08-06T22:40:44.481432Z" + "iopub.execute_input": "2024-08-07T15:32:58.189590Z", + "iopub.status.busy": "2024-08-07T15:32:58.189045Z", + "iopub.status.idle": "2024-08-07T15:32:58.242029Z", + "shell.execute_reply": "2024-08-07T15:32:58.241512Z" } }, "outputs": [], @@ -262,10 +257,10 @@ "execution_count": 4, "metadata": { "execution": { - "iopub.execute_input": "2024-08-06T22:40:44.484680Z", - "iopub.status.busy": "2024-08-06T22:40:44.483880Z", - "iopub.status.idle": "2024-08-06T22:40:44.676046Z", - "shell.execute_reply": "2024-08-06T22:40:44.675543Z" + "iopub.execute_input": "2024-08-07T15:32:58.243829Z", + "iopub.status.busy": "2024-08-07T15:32:58.243623Z", + "iopub.status.idle": "2024-08-07T15:32:58.435507Z", + "shell.execute_reply": "2024-08-07T15:32:58.434979Z" } }, "outputs": [ @@ -296,10 +291,10 @@ "execution_count": 5, "metadata": { "execution": { - "iopub.execute_input": "2024-08-06T22:40:44.678040Z", - "iopub.status.busy": "2024-08-06T22:40:44.677874Z", - "iopub.status.idle": "2024-08-06T22:40:44.868120Z", - "shell.execute_reply": "2024-08-06T22:40:44.867715Z" + "iopub.execute_input": "2024-08-07T15:32:58.437716Z", + "iopub.status.busy": "2024-08-07T15:32:58.437498Z", + "iopub.status.idle": "2024-08-07T15:32:58.609437Z", + "shell.execute_reply": "2024-08-07T15:32:58.608844Z" } }, "outputs": [ @@ -330,10 +325,10 @@ "execution_count": 6, "metadata": { "execution": { - "iopub.execute_input": "2024-08-06T22:40:44.870459Z", - "iopub.status.busy": "2024-08-06T22:40:44.870021Z", - "iopub.status.idle": "2024-08-06T22:40:45.085935Z", - "shell.execute_reply": "2024-08-06T22:40:45.085511Z" + "iopub.execute_input": "2024-08-07T15:32:58.611586Z", + "iopub.status.busy": "2024-08-07T15:32:58.611373Z", + "iopub.status.idle": "2024-08-07T15:32:58.829652Z", + "shell.execute_reply": "2024-08-07T15:32:58.829111Z" } }, "outputs": [ @@ -364,10 +359,10 @@ "execution_count": 7, "metadata": { "execution": { - "iopub.execute_input": "2024-08-06T22:40:45.088060Z", - "iopub.status.busy": "2024-08-06T22:40:45.087694Z", - "iopub.status.idle": "2024-08-06T22:40:45.463657Z", - "shell.execute_reply": "2024-08-06T22:40:45.463110Z" + "iopub.execute_input": "2024-08-07T15:32:58.831672Z", + "iopub.status.busy": "2024-08-07T15:32:58.831503Z", + "iopub.status.idle": "2024-08-07T15:32:59.244541Z", + "shell.execute_reply": "2024-08-07T15:32:59.244142Z" } }, "outputs": [ @@ -398,10 +393,10 @@ "execution_count": 8, "metadata": { "execution": { - "iopub.execute_input": "2024-08-06T22:40:45.466294Z", - "iopub.status.busy": "2024-08-06T22:40:45.465832Z", - "iopub.status.idle": "2024-08-06T22:40:45.650901Z", - "shell.execute_reply": "2024-08-06T22:40:45.650596Z" + "iopub.execute_input": "2024-08-07T15:32:59.246859Z", + "iopub.status.busy": "2024-08-07T15:32:59.246401Z", + "iopub.status.idle": "2024-08-07T15:32:59.341601Z", + "shell.execute_reply": "2024-08-07T15:32:59.341212Z" } }, "outputs": [], @@ -427,10 +422,10 @@ "execution_count": 9, "metadata": { "execution": { - "iopub.execute_input": "2024-08-06T22:40:45.653443Z", - "iopub.status.busy": "2024-08-06T22:40:45.653093Z", - "iopub.status.idle": "2024-08-06T22:40:45.773470Z", - "shell.execute_reply": "2024-08-06T22:40:45.773052Z" + "iopub.execute_input": "2024-08-07T15:32:59.344479Z", + "iopub.status.busy": "2024-08-07T15:32:59.343735Z", + "iopub.status.idle": "2024-08-07T15:32:59.498231Z", + "shell.execute_reply": "2024-08-07T15:32:59.497746Z" } }, "outputs": [ @@ -470,10 +465,10 @@ "execution_count": 10, "metadata": { "execution": { - "iopub.execute_input": "2024-08-06T22:40:45.775038Z", - "iopub.status.busy": "2024-08-06T22:40:45.774879Z", - "iopub.status.idle": "2024-08-06T22:40:45.787373Z", - "shell.execute_reply": "2024-08-06T22:40:45.786868Z" + "iopub.execute_input": "2024-08-07T15:32:59.500561Z", + "iopub.status.busy": "2024-08-07T15:32:59.500070Z", + "iopub.status.idle": "2024-08-07T15:32:59.509079Z", + "shell.execute_reply": "2024-08-07T15:32:59.508643Z" } }, "outputs": [], @@ -500,10 +495,10 @@ "execution_count": 11, "metadata": { "execution": { - "iopub.execute_input": "2024-08-06T22:40:45.789023Z", - "iopub.status.busy": "2024-08-06T22:40:45.788878Z", - "iopub.status.idle": "2024-08-06T22:40:45.851309Z", - "shell.execute_reply": "2024-08-06T22:40:45.850882Z" + "iopub.execute_input": "2024-08-07T15:32:59.510973Z", + "iopub.status.busy": "2024-08-07T15:32:59.510705Z", + "iopub.status.idle": "2024-08-07T15:32:59.572546Z", + "shell.execute_reply": "2024-08-07T15:32:59.572182Z" } }, "outputs": [ @@ -533,10 +528,10 @@ "execution_count": 12, "metadata": { "execution": { - "iopub.execute_input": "2024-08-06T22:40:45.853065Z", - "iopub.status.busy": "2024-08-06T22:40:45.852905Z", - "iopub.status.idle": "2024-08-06T22:40:45.855780Z", - "shell.execute_reply": "2024-08-06T22:40:45.855373Z" + "iopub.execute_input": "2024-08-07T15:32:59.574609Z", + "iopub.status.busy": "2024-08-07T15:32:59.574290Z", + "iopub.status.idle": "2024-08-07T15:32:59.577227Z", + "shell.execute_reply": "2024-08-07T15:32:59.576888Z" } }, "outputs": [ diff --git a/pr-2053/releases.html b/pr-2053/releases.html index 158edc0cff..a57e6b0a67 100644 --- a/pr-2053/releases.html +++ b/pr-2053/releases.html @@ -561,6 +561,33 @@

CUDA-Q ReleasesDocumentation

  • Examples

  • +

    0.8.0

    +

    The 0.8.0 release adds a range of changes to improve the ease of use and performance with CUDA-Q. +The changes listed below highlight some of what we think will be the most useful features and changes +to know about. While the listed changes do not capture all of the great contributions, we would like +to extend many thanks for every contribution, in particular those from external contributors.

    + +

    The full change log can be found here.

    +

    0.7.1

    +

    The 0.7.1 release adds simulator optimizations with significant performance improvements and +extends their functionalities. The nvidia-mgpu backend now supports user customization of the +gate fusion level as controlled by the CUDAQ_MGPU_FUSE environment variable documented +here. +It furthermore adds a range of bug fixes and changes the Python wheel installation instructions.

    + +

    The full change log can be found here.

    0.7.0

    The 0.7.0 release adds support for using NVIDIA Quantum Cloud, giving you access to our most powerful GPU-accelerated simulators even if you don’t have an NVIDIA GPU. @@ -569,13 +596,13 @@

    CUDA-Q Releasesfollow our blog to learn more about the new setup and its performance benefits.

    -

    The full change log can be found here.

    +

    The full change log can be found here.

    0.6.0

    The 0.6.0 release contains improved support for various HPC scenarios. We have added a plugin infrastructure for connecting CUDA-Q diff --git a/pr-2053/searchindex.js b/pr-2053/searchindex.js index 3846eaabeb..a8bbdbc5a7 100644 --- a/pr-2053/searchindex.js +++ b/pr-2053/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["api/api", "api/default_ops", "api/languages/cpp_api", "api/languages/python_api", "examples/python/tutorials/Divisive_clustering", "examples/python/tutorials/cost_minimization", "examples/python/tutorials/deutschs_algorithm", "examples/python/tutorials/hadamard_test", "examples/python/tutorials/hybrid_qnns", "examples/python/tutorials/maximum_vertex_weight_clique", "examples/python/tutorials/noisy_simulations", "examples/python/tutorials/qaoa", "examples/python/tutorials/quantum_fourier_transform", "examples/python/tutorials/readout_error_mitigation", "examples/python/tutorials/visualization", "examples/python/tutorials/vqe", "examples/python/tutorials/vqe_water_active_space", "index", "releases", "specification/cudaq", "specification/cudaq/algorithmic_primitives", "specification/cudaq/control_flow", "specification/cudaq/dynamic_kernels", "specification/cudaq/examples", "specification/cudaq/kernels", "specification/cudaq/machine_model", "specification/cudaq/namespace", "specification/cudaq/operations", "specification/cudaq/operators", "specification/cudaq/patterns", "specification/cudaq/platform", "specification/cudaq/synthesis", "specification/cudaq/types", "specification/index", "specification/quake-dialect", "using/backends/backends", "using/backends/hardware", "using/backends/nvqc", "using/backends/platform", "using/backends/simulators", "using/basics/basics", "using/basics/build_kernel", "using/basics/kernel_intro", "using/basics/run_kernel", "using/basics/troubleshooting", "using/examples/bernstein_vazirani", "using/examples/cuquantum", "using/examples/examples", "using/examples/expectation_values", "using/examples/hardware_providers", "using/examples/introduction", "using/examples/multi_control", "using/examples/multi_gpu_workflows", "using/examples/noisy_simulation", "using/examples/qaoa", "using/examples/quantum_operations", "using/examples/vqe", "using/extending/cudaq_ir", "using/extending/extending", "using/extending/mlir_pass", "using/extending/nvqir_simulator", "using/install/data_center_install", "using/install/install", "using/install/local_installation", "using/integration/cmake_app", "using/integration/cuda_gpu", "using/integration/integration", "using/integration/libraries", "using/quick_start", "using/tutorials", "versions"], "filenames": ["api/api.rst", "api/default_ops.rst", "api/languages/cpp_api.rst", "api/languages/python_api.rst", "examples/python/tutorials/Divisive_clustering.ipynb", "examples/python/tutorials/cost_minimization.ipynb", "examples/python/tutorials/deutschs_algorithm.ipynb", "examples/python/tutorials/hadamard_test.ipynb", "examples/python/tutorials/hybrid_qnns.ipynb", "examples/python/tutorials/maximum_vertex_weight_clique.ipynb", "examples/python/tutorials/noisy_simulations.ipynb", "examples/python/tutorials/qaoa.ipynb", "examples/python/tutorials/quantum_fourier_transform.ipynb", "examples/python/tutorials/readout_error_mitigation.ipynb", "examples/python/tutorials/visualization.ipynb", "examples/python/tutorials/vqe.ipynb", "examples/python/tutorials/vqe_water_active_space.ipynb", "index.rst", "releases.rst", "specification/cudaq.rst", "specification/cudaq/algorithmic_primitives.rst", "specification/cudaq/control_flow.rst", "specification/cudaq/dynamic_kernels.rst", "specification/cudaq/examples.rst", "specification/cudaq/kernels.rst", "specification/cudaq/machine_model.rst", "specification/cudaq/namespace.rst", "specification/cudaq/operations.rst", "specification/cudaq/operators.rst", "specification/cudaq/patterns.rst", "specification/cudaq/platform.rst", "specification/cudaq/synthesis.rst", "specification/cudaq/types.rst", "specification/index.rst", "specification/quake-dialect.md", "using/backends/backends.rst", "using/backends/hardware.rst", "using/backends/nvqc.rst", "using/backends/platform.rst", "using/backends/simulators.rst", "using/basics/basics.rst", "using/basics/build_kernel.rst", "using/basics/kernel_intro.rst", "using/basics/run_kernel.rst", "using/basics/troubleshooting.rst", "using/examples/bernstein_vazirani.rst", "using/examples/cuquantum.rst", "using/examples/examples.rst", "using/examples/expectation_values.rst", "using/examples/hardware_providers.rst", "using/examples/introduction.rst", "using/examples/multi_control.rst", "using/examples/multi_gpu_workflows.rst", "using/examples/noisy_simulation.rst", "using/examples/qaoa.rst", "using/examples/quantum_operations.rst", "using/examples/vqe.rst", "using/extending/cudaq_ir.rst", "using/extending/extending.rst", "using/extending/mlir_pass.rst", "using/extending/nvqir_simulator.rst", "using/install/data_center_install.rst", "using/install/install.rst", "using/install/local_installation.rst", "using/integration/cmake_app.rst", "using/integration/cuda_gpu.rst", "using/integration/integration.rst", "using/integration/libraries.rst", "using/quick_start.rst", "using/tutorials.rst", "versions.rst"], "titles": ["Code documentation", "Quantum Operations", "CUDA-Q C++ API", "CUDA-Q Python API", "Divisive Clustering With Coresets Using CUDA-Q", "Cost Minimization", "Deutsch\u2019s Algorithm", "Hadamard Test", "Hybrid Quantum Neural Networks", "Molecular docking via DC-QAOA", "Noisy Simulation", "Max-Cut with QAOA", "Quantum Fourier Transform", "Readout Error Mitigation", "Visualization", "Variational Quantum Eigensolver", "Water Molecule with Active Space (CPU vs. GPU)", "CUDA-Q", "CUDA-Q Releases", "Language Specification", "12. Quantum Algorithmic Primitives", "8. Control Flow", "9. Just-in-Time Kernel Creation", "13. Example Programs", "6. Quantum Kernels", "1. Machine Model", "2. Namespace and Standard", "5. Quantum Intrinsic Operations", "4. Quantum Operators", "10. Common Quantum Programming Patterns", "11. Quantum Platform", "7. Sub-circuit Synthesis", "3. Quantum Types", "Specifications", "Quake Dialect", "CUDA-Q Backends", "CUDA-Q Hardware Backends", "NVIDIA Quantum Cloud", "Multi-Processor Platforms", "CUDA-Q Simulation Backends", "CUDA-Q Basics", "Building your first CUDA-Q Program", "What is a CUDA-Q kernel?", "Running your first CUDA-Q Program", "Troubleshooting", "Bernstein-Vazirani", "Simulations with cuQuantum", "CUDA-Q by Example", "Computing Expectation Values", "Using Quantum Hardware Providers", "Introduction", "Multi-control Synthesis", "Multi-GPU Workflows", "Noisy Simulation", "Quantum Approximate Optimization Algorithm", "Quantum Computing 101", "Variational Quantum Eigensolver", "Working with the CUDA-Q IR", "Extending CUDA-Q", "Create your own CUDA-Q Compiler Pass", "Extending CUDA-Q with a new Simulator", "Installation from Source", "Installation Guide", "Local Installation", "CUDA-Q and CMake", "Using CUDA and CUDA-Q in a Project", "Integration with other Software Tools", "Integrating with Third-Party Libraries", "Quick Start", "CUDA-Q Tutorials", "CUDA-Q Versions"], "terms": {"c": [0, 1, 4, 11, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 37, 38, 39, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 63, 64, 65, 68, 70], "python": [0, 1, 2, 4, 14, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 31, 32, 37, 38, 39, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 56, 60, 67, 68, 69, 70], "quantum": [0, 3, 7, 10, 11, 13, 14, 16, 17, 18, 19, 21, 22, 25, 31, 33, 34, 35, 36, 39, 41, 42, 43, 46, 47, 48, 50, 52, 53, 57, 60, 61, 63, 64, 65, 67, 68, 70], "oper": [0, 3, 4, 6, 7, 8, 9, 10, 11, 12, 14, 17, 19, 20, 22, 23, 24, 25, 29, 31, 32, 33, 34, 36, 37, 39, 41, 43, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 59, 60, 61, 63, 68], "cuda": [1, 5, 6, 8, 9, 10, 11, 12, 14, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 37, 38, 44, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 66], "q": [1, 5, 6, 7, 8, 10, 11, 12, 14, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 37, 38, 44, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 66], "provid": [1, 2, 3, 4, 10, 12, 13, 15, 17, 19, 20, 22, 25, 27, 28, 30, 31, 32, 34, 36, 37, 38, 39, 42, 46, 47, 48, 50, 51, 53, 56, 57, 59, 60, 61, 63, 64, 67], "default": [1, 2, 3, 9, 14, 20, 24, 27, 32, 36, 37, 38, 43, 46, 49, 50, 56, 57, 60, 61, 63, 65, 67, 68], "set": [1, 2, 3, 4, 5, 6, 8, 11, 13, 14, 17, 20, 22, 24, 27, 34, 37, 38, 39, 41, 43, 45, 46, 49, 53, 54, 56, 61, 63, 67, 68], "These": [1, 2, 10, 11, 19, 24, 27, 31, 32, 34, 35, 37, 38, 39, 57, 61, 63], "can": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 64, 65, 66, 67, 68, 70], "us": [1, 2, 3, 5, 6, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 20, 21, 22, 23, 24, 27, 28, 30, 31, 34, 36, 37, 38, 39, 41, 42, 43, 45, 47, 48, 50, 52, 54, 55, 56, 57, 59, 60, 61, 64, 67, 68, 70], "kernel": [1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 23, 25, 27, 28, 29, 30, 31, 32, 33, 36, 37, 39, 40, 41, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 65, 67, 68, 70], "librari": [1, 2, 8, 9, 14, 15, 17, 18, 19, 24, 26, 31, 32, 39, 48, 57, 59, 60, 63, 65, 66, 70], "sinc": [1, 2, 6, 11, 12, 13, 32, 35, 38, 39, 42, 48, 49, 52, 56, 57, 63, 64, 67], "intrins": [1, 24, 31, 32, 34], "nativ": [1, 19, 25, 27, 28, 64], "support": [1, 2, 3, 13, 14, 17, 18, 19, 24, 25, 27, 29, 32, 36, 42, 43, 46, 49, 50, 53, 54, 55, 56, 59, 67, 68, 70], "specif": [1, 2, 3, 4, 17, 20, 24, 26, 27, 28, 29, 32, 34, 36, 37, 38, 39, 42, 43, 50, 55, 57, 60, 61, 63, 65, 67], "target": [1, 2, 3, 4, 6, 7, 8, 10, 11, 14, 16, 18, 20, 27, 30, 34, 36, 37, 38, 39, 43, 45, 46, 48, 49, 51, 53, 55, 57, 59, 60, 61, 63, 68, 70], "depend": [1, 3, 4, 6, 11, 20, 25, 34, 37, 38, 39, 45, 56, 67, 68], "backend": [1, 2, 4, 5, 17, 18, 20, 38, 43, 45, 46, 49, 52, 53, 57, 60, 61, 63, 67, 68, 70], "architectur": [1, 2, 8, 17, 19, 25, 34, 36, 38, 49, 52, 55, 60, 61, 63, 68], "nvq": [1, 20, 23, 36, 37, 38, 39, 43, 46, 48, 49, 50, 51, 53, 56, 57, 60, 63, 64, 65, 67, 68], "compil": [1, 2, 3, 4, 19, 20, 23, 24, 25, 29, 31, 32, 36, 37, 38, 39, 43, 46, 48, 49, 50, 51, 53, 56, 57, 60, 61, 63, 64, 65, 68], "automat": [1, 25, 36, 38, 39, 49, 56, 61, 63, 67], "decompos": 1, "appropri": [1, 2, 4, 6, 12, 19, 27, 38, 61, 63], "The": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 20, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 43, 45, 46, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 65, 67, 68, 70], "section": [1, 6, 12, 22, 38, 39, 61, 63, 67, 68], "list": [1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 13, 14, 15, 16, 20, 24, 35, 36, 37, 39, 45, 49, 52, 54, 55, 56, 61, 63, 67, 68], "implement": [1, 2, 3, 6, 10, 11, 12, 19, 20, 25, 26, 27, 29, 31, 32, 34, 36, 39, 49, 50, 54, 57, 59, 60, 61, 63, 67], "transform": [1, 6, 8, 16, 17, 19, 23, 57, 59], "state": [1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 18, 20, 24, 25, 27, 32, 34, 37, 41, 43, 45, 46, 48, 49, 50, 52, 53, 54, 56, 60, 61, 67, 68, 70], "ar": [1, 2, 3, 4, 6, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 24, 25, 27, 29, 31, 32, 33, 34, 36, 37, 38, 39, 42, 43, 47, 48, 49, 50, 52, 55, 56, 57, 60, 61, 63, 65, 67, 68, 70], "templat": [1, 2, 15, 20, 22, 23, 24, 27, 31, 32, 49, 50, 57, 59, 60, 65, 67], "argument": [1, 2, 3, 4, 6, 11, 13, 14, 20, 22, 24, 31, 32, 36, 41, 43, 48, 51, 52, 56, 57, 60, 63, 67], "allow": [1, 2, 3, 4, 5, 6, 8, 18, 20, 22, 24, 25, 39, 41, 42, 43, 51, 52, 53, 55, 56, 57, 59, 63, 64, 70], "invok": [1, 2, 3, 20, 22, 24, 29, 36, 39, 50, 57, 67], "version": [1, 3, 8, 11, 12, 17, 18, 20, 29, 35, 36, 37, 38, 39, 43, 57, 60, 61, 63, 64, 67, 68], "see": [1, 2, 3, 4, 5, 6, 12, 14, 18, 20, 22, 24, 32, 34, 35, 36, 37, 38, 39, 41, 43, 45, 50, 52, 53, 54, 55, 57, 59, 61, 63, 64, 65, 67, 68, 70], "addition": [1, 18, 63, 70], "overload": [1, 3, 20, 27, 28, 32, 34], "broadcast": [1, 2, 3, 11, 27], "singl": [1, 2, 3, 4, 12, 14, 15, 20, 23, 24, 25, 27, 32, 36, 37, 38, 43, 48, 49, 50, 52, 53, 55, 56, 57, 67], "across": [1, 2, 3, 6, 18, 27, 37, 38, 39, 49, 61, 63, 70], "vector": [1, 2, 3, 4, 5, 8, 14, 20, 22, 23, 24, 27, 30, 32, 34, 37, 38, 45, 46, 49, 50, 51, 52, 54, 56, 60, 61], "For": [1, 2, 3, 4, 6, 11, 12, 13, 18, 20, 22, 27, 34, 36, 37, 38, 39, 41, 42, 43, 44, 45, 49, 51, 52, 54, 55, 56, 60, 61, 63, 65, 67, 68, 70], "exampl": [1, 3, 4, 5, 6, 8, 10, 11, 12, 17, 18, 19, 20, 22, 27, 33, 34, 36, 37, 38, 39, 41, 43, 45, 46, 48, 49, 50, 52, 53, 55, 56, 59, 60, 61, 63, 64, 65, 67, 68, 70], "cudaq": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 21, 22, 23, 24, 26, 29, 30, 31, 36, 37, 38, 39, 41, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 64, 67, 68], "qvector": [1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 23, 24, 27, 31, 37, 38, 41, 43, 45, 46, 48, 49, 51, 52, 54, 55, 56, 57, 67, 68], "flip": [1, 2, 3, 5, 10, 13, 53, 55], "each": [1, 2, 3, 4, 6, 7, 11, 12, 13, 14, 18, 20, 22, 25, 30, 34, 36, 37, 38, 39, 43, 49, 52, 53, 54, 55, 56, 57, 61, 63, 67, 68, 70], "thi": [1, 2, 3, 4, 6, 9, 10, 11, 12, 13, 14, 16, 19, 20, 22, 23, 24, 25, 26, 27, 29, 32, 34, 36, 37, 38, 39, 41, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 61, 63, 64, 65, 67, 68], "pauli": [1, 2, 3, 4, 7, 9, 11, 20, 28, 43, 55, 56], "matrix": [1, 2, 3, 10, 11, 14, 18, 35, 37, 53, 55, 60, 70], "It": [1, 2, 4, 6, 12, 13, 14, 17, 20, 27, 32, 34, 38, 43, 53, 55, 57, 60, 63, 65, 68], "i": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 32, 34, 35, 36, 37, 38, 39, 40, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 64, 65, 67, 68, 70], "also": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 18, 20, 24, 28, 36, 37, 38, 39, 41, 42, 43, 49, 52, 55, 56, 57, 59, 60, 61, 63, 65, 68, 70], "known": [1, 2, 24, 50, 57], "NOT": [1, 20, 27, 55], "gate": [1, 2, 4, 5, 6, 8, 10, 11, 12, 13, 14, 27, 31, 32, 34, 36, 39, 41, 45, 50, 51, 53, 56, 60], "appli": [1, 2, 3, 6, 8, 10, 11, 12, 13, 20, 23, 24, 27, 31, 34, 37, 38, 41, 45, 50, 51, 53, 55, 56, 57, 60], "0": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 23, 24, 27, 28, 29, 30, 32, 34, 35, 36, 37, 38, 39, 41, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 61, 63, 65, 67, 68, 70], "1": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 36, 37, 38, 39, 41, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 61, 63, 67, 68, 70], "rotat": [1, 3, 4, 10, 11, 12, 13, 14, 27, 28, 41, 48, 53, 56, 60], "\u03c0": [1, 53], "about": [1, 2, 4, 6, 13, 14, 15, 18, 20, 34, 37, 38, 39, 42, 43, 49, 52, 53, 61, 63, 65, 66, 67, 68, 70], "axi": [1, 8, 15, 53], "enabl": [1, 2, 3, 4, 12, 19, 20, 22, 24, 25, 27, 29, 30, 31, 32, 35, 38, 39, 42, 43, 48, 49, 52, 57, 60, 61, 63, 67, 68], "one": [1, 2, 3, 4, 5, 6, 11, 12, 14, 18, 20, 22, 23, 25, 27, 30, 34, 36, 37, 38, 39, 44, 48, 49, 51, 52, 55, 56, 57, 59, 60, 61, 63, 67, 68, 70], "creat": [1, 2, 3, 4, 10, 11, 12, 13, 14, 15, 17, 20, 22, 28, 31, 36, 37, 38, 42, 43, 49, 50, 52, 53, 54, 56, 57, 58, 60, 61, 63, 64, 65, 67, 68], "superposit": [1, 6, 11, 14, 20, 23, 32, 38, 41, 43, 45, 53, 54, 55], "comput": [1, 2, 3, 4, 6, 8, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 22, 23, 24, 30, 32, 34, 37, 38, 39, 42, 43, 47, 52, 54, 56, 60, 61, 65, 67, 68], "basi": [1, 2, 3, 10, 12, 13, 16, 32, 37, 38, 53, 55, 56], "sqrt": [1, 6, 7, 10, 12, 13, 23, 53, 55, 68], "2": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 36, 37, 38, 39, 43, 45, 48, 49, 51, 52, 53, 54, 55, 56, 57, 61, 63, 65, 67, 68, 70], "an": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 18, 20, 22, 24, 25, 27, 28, 30, 31, 32, 34, 36, 37, 38, 39, 41, 43, 45, 46, 48, 49, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 63, 65, 68, 69, 70], "arbitrari": [1, 2, 36, 51, 67], "\u03bb": 1, "exp": [1, 2, 23, 28], "i\u03bb": 1, "math": [1, 6, 37], "pi": [1, 4, 8, 9, 11, 12, 14, 15, 23, 24, 29, 31, 36, 37, 49, 54], "std": [1, 2, 3, 20, 22, 23, 24, 27, 28, 30, 31, 32, 37, 38, 43, 45, 49, 50, 52, 54, 56, 59, 60, 65, 67], "number": [1, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 20, 23, 28, 30, 32, 34, 36, 37, 38, 39, 41, 43, 45, 46, 48, 49, 50, 51, 52, 55, 56, 57, 60, 63, 68], "\u03b8": 1, "co": [1, 12], "isin": 1, "sin": [1, 12], "its": [1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 18, 19, 20, 30, 32, 34, 37, 38, 39, 43, 45, 50, 54, 55, 56, 57, 60, 61, 63, 67, 68, 69, 70], "4": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 49, 52, 54, 56, 57, 61, 63, 67, 70], "i\u03c0": 1, "two": [1, 2, 3, 4, 6, 7, 9, 10, 11, 13, 14, 25, 34, 36, 38, 43, 48, 49, 51, 53, 55, 63, 67], "qubit_1": [1, 6, 11], "qubit_2": 1, "univers": [1, 4, 37, 55], "three": [1, 13, 25, 36, 37, 48], "paramet": [1, 2, 3, 4, 5, 8, 9, 11, 15, 16, 20, 24, 27, 32, 36, 37, 41, 46, 48, 49, 50, 52, 54, 56, 60, 61], "euler": 1, "angl": [1, 2, 3, 5, 7, 12, 13, 14, 23, 24, 27, 38, 41, 48, 49, 56], "theta": [1, 4, 7, 8, 9, 10, 11, 12, 15, 16, 20, 22, 23, 37, 38, 48, 54, 56], "phi": [1, 7, 20, 22, 57], "\u03c6": 1, "lambda": [1, 2, 4, 9, 11, 13, 20, 23, 24, 29, 51, 52, 56, 57], "i\u03c6": 1, "np": [1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 23, 24, 29, 31, 36, 38, 39, 49, 52, 53, 54, 61], "m_pi": [1, 23, 31, 49, 54], "m_pi_2": [1, 23, 24, 37], "adj": [1, 27], "method": [1, 2, 3, 4, 6, 8, 13, 15, 16, 20, 22, 27, 32, 38, 39, 43, 50], "ani": [1, 2, 3, 4, 10, 11, 14, 20, 24, 26, 27, 29, 31, 32, 36, 37, 39, 41, 43, 44, 49, 50, 51, 53, 60, 61, 63, 67, 68], "alloc": [1, 2, 3, 5, 11, 20, 22, 23, 24, 25, 32, 38, 39, 41, 43, 45, 50, 51, 53, 56, 60], "now": [1, 4, 6, 7, 11, 12, 14, 15, 18, 34, 43, 49, 50, 51, 52, 53, 54, 63, 68, 70], "again": [1, 20, 34, 53, 63, 65], "initi": [1, 2, 3, 4, 5, 9, 11, 12, 15, 16, 20, 36, 38, 49, 52, 53, 54, 55, 56, 61, 63], "ctrl": [1, 2, 6, 11, 14, 20, 22, 23, 27, 37, 38, 41, 45, 46, 48, 49, 50, 51, 54, 55, 56, 57, 63, 68], "condit": [1, 2, 10, 12, 20, 21, 22, 24, 25, 39, 42, 55, 57], "more": [1, 2, 3, 4, 9, 11, 12, 13, 14, 18, 22, 25, 27, 28, 34, 36, 37, 38, 39, 42, 43, 49, 52, 54, 55, 56, 61, 63, 65, 67, 68, 70], "wikipedia": 1, "entri": [1, 20, 24, 38, 49, 57, 63, 67], "ctrl_1": 1, "ctrl_2": 1, "00": [1, 4, 10, 14, 43, 52, 55, 67, 68], "11": [1, 3, 4, 10, 13, 14, 20, 37, 43, 52, 55, 57, 61, 63, 67, 68], "onli": [1, 2, 3, 4, 13, 20, 24, 25, 29, 32, 34, 36, 37, 38, 42, 45, 46, 49, 55, 57, 59, 61, 63, 67, 68], "both": [1, 3, 6, 8, 25, 34, 36, 38, 39, 55, 56, 61, 63, 65], "000": [1, 12, 13, 37, 43], "111": [1, 4, 12, 13], "follow": [1, 2, 3, 4, 6, 7, 11, 12, 13, 14, 18, 20, 22, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 43, 44, 48, 49, 50, 53, 57, 59, 60, 61, 63, 64, 65, 67, 68, 70], "common": [1, 4, 13, 15, 20, 24, 27, 28, 57, 61], "convent": [1, 8, 11], "all": [1, 2, 3, 4, 7, 13, 14, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 29, 30, 32, 34, 36, 37, 38, 39, 43, 45, 48, 49, 52, 53, 54, 55, 56, 57, 61, 63, 64, 65, 67, 68, 70], "howev": [1, 4, 12, 13, 34, 36, 38, 67, 68], "behavior": [1, 2, 4], "chang": [1, 2, 4, 12, 18, 20, 24, 43, 63, 68, 70], "instead": [1, 2, 4, 10, 14, 26, 29, 38, 39, 43, 61, 63, 67], "when": [1, 2, 3, 4, 11, 13, 20, 25, 32, 34, 37, 38, 39, 43, 48, 49, 50, 53, 57, 60, 61, 63, 67, 68], "negat": [1, 2, 3, 27, 31, 32], "polar": [1, 27, 31, 39], "syntax": [1, 4, 18, 19, 24, 25, 27, 29, 36, 49, 65, 70], "preced": [1, 27, 36], "01": [1, 6, 10, 55], "10": [1, 4, 8, 9, 10, 11, 13, 14, 16, 20, 23, 24, 43, 50, 52, 55, 56, 57, 65, 68], "notat": [1, 55], "context": [1, 2, 8, 25, 38, 39, 60], "valid": [1, 2, 3, 17, 24, 36, 39, 49, 61, 63, 67], "either": [1, 6, 8, 11, 25, 36, 38, 39, 49, 55, 56, 61, 63, 68], "similarli": [1, 6, 38, 44, 55], "condition": 1, "respect": [1, 2, 3, 11, 20, 36, 38, 43, 48, 52, 61, 63, 68], "e": [1, 2, 3, 4, 6, 7, 11, 12, 13, 15, 16, 19, 20, 21, 23, 24, 25, 26, 27, 28, 34, 36, 37, 38, 39, 46, 49, 57, 60, 61, 63, 67, 68], "project": [1, 39, 60, 61, 63, 64, 67], "onto": [1, 55], "eigenvector": [1, 2, 7], "non": [1, 2, 3, 9, 13, 20, 24, 25, 32, 38, 39, 43, 48, 50], "linear": [1, 4, 8, 10, 12, 15, 37, 43, 49, 55], "avail": [1, 2, 3, 4, 9, 17, 18, 19, 20, 24, 25, 27, 30, 31, 32, 33, 35, 36, 37, 38, 39, 42, 43, 45, 47, 48, 57, 61, 63, 68, 70], "first": [1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 17, 20, 32, 36, 37, 38, 39, 40, 48, 49, 50, 51, 53, 56, 57, 63, 68], "api": [1, 14, 17, 20, 22, 26, 27, 30, 32, 36, 37, 38, 39, 43, 50, 60, 61, 63, 65, 67], "regist": [1, 2, 3, 12, 15, 20, 23, 25, 32, 36, 38, 45, 50, 51, 53, 57, 60], "outsid": [1, 4, 63, 67], "Then": [1, 13, 45, 49, 53, 59, 60], "within": [1, 2, 3, 15, 20, 24, 26, 28, 32, 36, 38, 39, 42, 43, 49, 50, 53, 55, 59, 61, 63, 64, 65, 67, 68], "like": [1, 2, 3, 4, 6, 11, 12, 14, 15, 20, 24, 32, 36, 38, 43, 49, 50, 52, 55, 56, 57, 61, 63, 64, 67, 68], "built": [1, 2, 4, 5, 12, 18, 36, 39, 42, 43, 46, 53, 56, 61, 67, 68, 70], "abov": [1, 4, 6, 11, 12, 20, 22, 27, 37, 38, 39, 43, 48, 49, 51, 55, 57, 60, 61, 63, 65, 67, 68], "qudit": [1, 2, 21, 25, 27], "level": [1, 2, 19, 20, 25, 27, 37, 38, 39, 57, 60, 64], "register_oper": 1, "accept": [1, 2, 3, 41, 61, 63, 68], "identifi": [1, 2, 11, 45, 61, 63], "string": [1, 2, 3, 14, 20, 22, 23, 30, 39, 43, 50, 57, 63, 67], "numpi": [1, 3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 23, 49, 52, 53, 54, 61], "arrai": [1, 2, 3, 6, 7, 10, 12, 13, 32, 34, 38, 50, 52, 53, 57], "complex": [1, 2, 3, 9, 10, 16, 28, 34, 38, 43, 52, 53, 55, 56, 67], "A": [1, 2, 3, 4, 6, 11, 13, 14, 15, 20, 23, 24, 27, 34, 36, 43, 49, 51, 52, 55, 59, 60, 61, 63], "1d": [1, 2, 3, 14], "interpret": [1, 42, 61], "row": [1, 2, 3, 14], "major": [1, 61], "import": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 23, 28, 36, 37, 38, 39, 41, 43, 45, 46, 48, 49, 50, 52, 53, 54, 55, 56, 57, 61, 67, 68], "custom_h": 1, "custom_x": 1, "def": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 23, 24, 29, 31, 37, 38, 41, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 63, 68], "bell": [1, 20, 67], "sampl": [1, 2, 3, 4, 6, 9, 10, 11, 13, 22, 36, 37, 38, 39, 40, 42, 45, 46, 49, 50, 51, 52, 53, 54, 55, 60, 63, 67, 68], "dump": [1, 2, 3, 10, 20, 23, 37, 38, 43, 45, 46, 49, 50, 52, 53, 54, 67, 68], "macro": [1, 60], "cudaq_register_oper": 1, "uniqu": [1, 2, 3, 4, 11, 13, 20, 25, 27, 32, 38, 65], "name": [1, 2, 3, 4, 11, 20, 22, 27, 30, 35, 37, 38, 39, 48, 52, 55, 57, 60, 61, 63, 64, 67, 68], "represent": [1, 2, 3, 12, 14, 20, 24, 34, 39, 57, 59, 60], "includ": [1, 2, 3, 11, 18, 20, 23, 32, 37, 41, 42, 43, 45, 46, 48, 49, 50, 51, 53, 54, 56, 57, 59, 60, 61, 63, 65, 67, 68, 70], "m_sqrt1_2": 1, "__qpu__": [1, 2, 20, 23, 24, 31, 37, 38, 41, 43, 45, 46, 48, 49, 50, 51, 53, 54, 56, 57, 67, 68], "void": [1, 2, 3, 20, 22, 23, 24, 27, 28, 30, 31, 32, 41, 43, 45, 49, 51, 54, 56, 57, 59, 60, 65, 67, 68], "bell_pair": [1, 2, 3], "r": [1, 13, 27, 32, 36, 37, 38, 39, 48, 49, 56, 57, 63], "int": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 16, 20, 23, 24, 31, 32, 37, 38, 41, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 56, 57, 60, 61, 65, 67, 68], "main": [1, 4, 18, 20, 23, 34, 37, 43, 45, 46, 48, 49, 50, 51, 53, 54, 56, 57, 61, 63, 65, 67, 68, 70], "auto": [1, 2, 20, 22, 23, 24, 28, 31, 32, 37, 38, 39, 41, 43, 45, 46, 48, 49, 50, 51, 53, 54, 56, 57, 59, 67, 68], "count": [1, 2, 3, 4, 7, 9, 11, 13, 20, 22, 23, 32, 36, 37, 38, 39, 43, 46, 49, 50, 51, 52, 53, 54, 56, 57, 60], "bit": [1, 2, 6, 10, 13, 20, 23, 25, 32, 34, 38, 39, 45, 46, 50, 51, 53, 55, 60], "printf": [1, 20, 23, 32, 38, 46, 48, 50, 51, 54, 56, 61], "n": [1, 2, 4, 7, 11, 12, 13, 16, 20, 22, 23, 24, 27, 28, 31, 37, 38, 43, 45, 46, 48, 49, 50, 51, 52, 54, 55, 56, 57, 61, 65, 68], "data": [1, 2, 8, 9, 11, 12, 15, 17, 20, 24, 26, 28, 34, 38, 39, 46, 48, 50, 51, 57, 60, 62, 63, 65, 67], "multi": [1, 12, 14, 17, 18, 19, 22, 25, 27, 31, 35, 36, 37, 43, 47, 48, 55, 60, 61, 67, 68, 70], "msb": 1, "order": [1, 2, 4, 11, 20, 28, 36, 39, 43, 48, 53], "big": [1, 9], "endian": 1, "show": [1, 4, 8, 9, 11, 12, 13, 14, 15, 16, 38, 48, 49, 53, 61, 63], "differ": [1, 2, 3, 4, 6, 7, 8, 12, 13, 14, 34, 36, 37, 38, 42, 43, 49, 52, 53, 61, 63, 65], "test": [1, 4, 8, 13, 17, 22, 52, 61, 63], "cnot": [1, 4, 27, 41, 55, 67], "my_cnot": 1, "print": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 23, 32, 37, 38, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 61, 67, 68], "500": [1, 55, 68], "exact": [1, 4, 39], "random": [1, 2, 3, 4, 9, 11, 13, 14, 15, 16, 38, 39, 45, 52, 54, 56], "construct": [1, 2, 4, 13, 14, 20, 21, 22, 24, 32, 34, 38, 41, 42, 43, 50, 53, 57], "second": [1, 2, 3, 4, 6, 11, 13, 32, 37, 39, 43, 56], "1j": 1, "xy": 1, "kron": [1, 13], "my_xi": 1, "custom_xy_test": 1, "undo": 1, "prior": [1, 55, 61, 63], "1000": [1, 3, 4, 8, 10, 13, 20, 36, 43, 50, 52, 55, 68], "mycnot": 1, "myxi": 1, "current": [1, 2, 3, 4, 14, 18, 20, 30, 36, 38, 39, 45, 60, 63, 67, 70], "simul": [1, 2, 5, 9, 13, 14, 17, 18, 19, 20, 35, 36, 40, 42, 43, 45, 47, 49, 50, 52, 57, 58, 61, 68, 70], "attempt": [1, 2, 67], "hardwar": [1, 4, 12, 17, 18, 35, 39, 43, 47, 67, 70], "result": [1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 13, 14, 15, 16, 20, 21, 22, 23, 25, 34, 36, 37, 38, 39, 43, 45, 46, 48, 49, 50, 51, 52, 53, 55, 57, 60, 63, 67, 68], "runtim": [1, 2, 4, 9, 19, 20, 22, 25, 36, 37, 38, 39, 46, 48, 57, 60, 63, 65], "error": [1, 2, 4, 7, 10, 14, 17, 27, 34, 36, 37, 39, 42, 49, 53, 61, 63, 67], "class": [2, 3, 4, 8, 20, 22, 24, 28, 30, 32, 38, 39, 56, 59, 60], "spin_op": [2, 3, 20, 23, 27, 37, 38, 43, 48, 54, 56], "repres": [2, 3, 4, 6, 10, 11, 12, 14, 20, 34, 36, 39, 49, 55, 56, 57], "gener": [2, 3, 4, 7, 9, 11, 12, 13, 14, 15, 20, 22, 23, 24, 25, 27, 28, 31, 33, 36, 37, 42, 45, 46, 48, 49, 50, 51, 55, 57, 59, 63, 67], "sum": [2, 3, 8, 11, 13, 28, 32, 49, 55], "tensor": [2, 3, 8, 13, 18, 28, 37, 38, 46, 60, 70], "product": [2, 3, 13, 17, 18, 28, 37, 45, 68, 70], "expos": [2, 3, 4, 20, 22, 28, 30, 34, 38, 60], "typic": [2, 20, 32, 37, 41, 42, 48, 57, 64, 65], "algebra": [2, 28, 48, 55], "programm": [2, 3, 20, 21, 22, 24, 25, 27, 29, 30, 32, 36, 38, 50], "defin": [2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 19, 20, 21, 22, 23, 24, 28, 29, 30, 31, 32, 37, 38, 39, 41, 42, 43, 45, 46, 48, 49, 50, 51, 53, 54, 55, 56, 57, 60, 61, 63, 65, 67], "primit": [2, 11, 19, 22, 25, 28, 32, 33, 38, 42, 67], "them": [2, 4, 7, 9, 13, 14, 18, 34, 41, 55, 57, 61, 63, 65, 67, 68, 70], "compos": [2, 3, 8, 11, 24, 25, 36, 49, 57], "larger": [2, 3, 4, 11, 37, 45, 46], "thereof": [2, 25, 28], "public": [2, 4, 20, 22, 28, 30, 32, 38, 45, 56, 59, 60, 63], "type": [2, 4, 5, 6, 11, 12, 13, 19, 20, 22, 24, 25, 27, 28, 33, 36, 38, 39, 41, 45, 48, 50, 53, 54, 55, 56, 57, 60, 63, 67], "spin_op_term": 2, "bool": [2, 3, 20, 24, 27, 28, 30, 38, 60, 67], "we": [2, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 18, 20, 23, 27, 29, 34, 36, 38, 39, 41, 42, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 64, 65, 67, 68, 70], "term": [2, 3, 9, 11, 16, 20, 27, 36, 38, 43, 48, 63], "binari": [2, 3, 4, 8, 11, 12, 18, 36, 45, 61, 65, 70], "symplect": 2, "form": [2, 3, 4, 18, 20, 27, 32, 34, 39, 57, 70], "size": [2, 3, 4, 8, 13, 20, 22, 23, 24, 25, 32, 37, 38, 39, 45, 46, 49, 50, 52, 63, 67], "nqubit": [2, 22, 23, 56, 60], "where": [2, 3, 4, 6, 7, 8, 11, 12, 13, 19, 25, 27, 28, 32, 34, 36, 39, 43, 49, 52, 53, 55, 60, 61, 63, 65], "element": [2, 3, 12, 13, 20, 32, 38, 55], "x": [2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 22, 23, 24, 27, 28, 29, 31, 36, 37, 38, 39, 41, 43, 45, 46, 48, 49, 50, 51, 53, 54, 55, 56, 57, 61, 63, 65, 68], "next": [2, 4, 14, 34, 49, 50, 56, 57, 61], "z": [2, 3, 4, 5, 8, 9, 10, 11, 14, 15, 20, 23, 27, 28, 37, 38, 43, 45, 48, 50, 52, 53, 54, 56, 61], "y": [2, 3, 4, 6, 8, 12, 13, 14, 16, 20, 23, 27, 28, 37, 38, 43, 48, 50, 53, 56, 61, 63, 65, 68], "site": [2, 68], "csr_spmatrix": 2, "tupl": [2, 3, 4, 20, 24, 56], "doubl": [2, 3, 15, 20, 22, 23, 24, 27, 28, 31, 37, 38, 39, 43, 48, 49, 54, 56, 60, 61, 63], "size_t": [2, 20, 22, 24, 28, 30, 32, 38, 49, 50, 60, 65, 67], "typedef": 2, "zero": [2, 3, 5, 7, 8, 13, 25, 38, 43, 55], "spars": [2, 3], "function": [2, 3, 5, 6, 8, 9, 10, 11, 13, 14, 15, 16, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 41, 42, 43, 45, 48, 49, 50, 52, 53, 54, 56, 57, 60, 65, 67], "pair": [2, 3, 11, 24, 30, 34, 63], "const": [2, 20, 22, 23, 24, 27, 28, 30, 32, 37, 46, 49, 54, 56, 59, 60, 65, 67], "termdata": 2, "constructor": [2, 3], "take": [2, 3, 4, 6, 11, 12, 13, 18, 20, 22, 23, 24, 27, 28, 29, 30, 31, 32, 34, 36, 39, 42, 43, 46, 48, 49, 50, 51, 52, 53, 56, 57, 61, 63, 68, 70], "coeffici": [2, 3, 9, 55], "constant": [2, 6, 32, 34, 57], "id": [2, 13, 20, 30, 32, 36, 38, 61, 63], "coeff": 2, "qubit": [2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 15, 16, 20, 22, 23, 24, 25, 28, 30, 31, 34, 36, 37, 38, 39, 41, 42, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 68], "unordered_map": [2, 20], "_term": 2, "full": [2, 3, 18, 37, 38, 52, 55, 57, 59, 61, 63, 64, 70], "composit": 2, "spin": [2, 3, 4, 5, 7, 8, 9, 10, 11, 16, 20, 23, 28, 34, 37, 38, 43, 48, 52, 54, 56, 57], "op": [2, 3, 34, 48, 56, 57], "map": [2, 3, 4, 10, 13, 20, 32, 57, 63], "individu": [2, 3, 25, 32, 38], "bsf": 2, "from": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 20, 21, 23, 24, 25, 28, 32, 34, 37, 38, 39, 42, 43, 45, 48, 49, 52, 53, 54, 56, 57, 60, 63, 64, 65, 68, 70], "ident": [2, 3, 11, 13, 34, 48], "numqubit": [2, 3, 23], "given": [2, 3, 4, 6, 9, 11, 13, 20, 32, 36, 38, 39, 43, 45, 48, 56, 60], "o": [2, 4, 7, 12, 16, 23, 36, 37, 38, 39, 46, 48, 49, 50, 51, 53, 56, 57, 61, 63, 65, 67, 68], "copi": [2, 14, 32, 34, 61, 63], "data_rep": 2, "serial": [2, 3], "encod": [2, 3, 4, 11, 20, 28, 38, 45, 50, 55, 60], "via": [2, 3, 6, 8, 10, 17, 19, 20, 22, 25, 27, 29, 31, 32, 34, 36, 38, 39, 46, 48, 49, 50, 51, 52, 53, 55, 57, 59, 60, 61], "3": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 43, 49, 51, 52, 53, 54, 56, 57, 60, 61, 63, 64, 68, 70], "real": [2, 3, 7, 9, 12, 16, 42], "imaginari": [2, 3, 16], "part": [2, 3, 16, 20, 32, 57, 59, 61, 63], "append": [2, 3, 5, 7, 8, 9, 13, 14, 15, 16, 24, 36, 38, 45, 52], "larg": [2, 3, 13, 27, 38, 39, 42, 46, 55], "end": [2, 3, 6, 10, 12, 13, 14, 20, 32, 36, 38, 43, 49, 53, 55, 61, 63], "total": [2, 3, 4, 8, 9, 12, 16, 37, 38, 39, 43, 49, 52, 63], "destructor": 2, "iter": [2, 3, 4, 20, 32, 49, 56], "begin": [2, 3, 4, 6, 10, 12, 13, 14, 15, 20, 32, 41, 49, 50, 53, 55, 56], "return": [2, 3, 4, 5, 6, 8, 9, 11, 13, 14, 15, 16, 20, 22, 23, 24, 27, 32, 34, 37, 38, 43, 45, 46, 48, 49, 50, 52, 53, 54, 56, 57, 59, 60, 61, 65, 67], "start": [2, 3, 5, 12, 17, 18, 27, 32, 36, 38, 43, 57, 59, 65, 70], "equal": [2, 3, 14, 34, 38, 39, 43, 55], "v": [2, 3, 7, 9, 11, 17, 20, 23, 24, 29, 34, 37, 52, 57, 61], "noexcept": [2, 27], "add": [2, 3, 4, 10, 11, 14, 15, 18, 29, 39, 49, 50, 53, 57, 59, 60, 61, 63, 70], "subtract": [2, 3], "multipli": [2, 3], "true": [2, 3, 4, 8, 13, 20, 24, 36, 52, 61, 63, 68], "here": [2, 3, 4, 6, 10, 12, 13, 15, 17, 18, 20, 22, 23, 24, 27, 29, 37, 38, 45, 46, 48, 50, 51, 53, 54, 56, 57, 59, 61, 63, 67, 68, 70], "doe": [2, 3, 4, 6, 12, 14, 18, 20, 24, 32, 37, 38, 61, 63, 65, 67, 68, 70], "consid": [2, 3, 4, 6, 7, 13, 23, 25, 34, 37, 38, 57, 63], "valu": [2, 3, 4, 5, 6, 8, 9, 11, 13, 16, 17, 20, 22, 24, 28, 32, 34, 37, 38, 39, 43, 45, 47, 52, 54, 55, 56, 57, 61, 67, 68], "num_qubit": [2, 3, 28, 37, 56], "num_term": [2, 28], "get_coeffici": [2, 3, 9, 28], "get": [2, 3, 7, 10, 12, 13, 14, 18, 20, 22, 23, 32, 36, 37, 38, 43, 48, 49, 52, 60, 61, 65, 68, 70], "throw": [2, 14], "except": [2, 3, 4, 14, 67], "get_raw_data": [2, 3], "is_ident": [2, 3, 28], "standard": [2, 3, 19, 20, 21, 22, 24, 27, 33, 38, 41, 42, 46, 57, 59, 61, 63, 65, 67], "out": [2, 3, 4, 6, 8, 10, 11, 12, 14, 18, 20, 25, 32, 34, 38, 39, 43, 44, 48, 49, 53, 56, 60, 63, 64, 67, 70], "to_str": [2, 3, 9, 43], "printcoeffici": 2, "getdatarepresent": 2, "getdatatupl": 2, "fulli": [2, 4, 8, 18, 19, 38, 50, 57, 61, 63, 67, 70], "distribute_term": [2, 3], "numchunk": 2, "distribut": [2, 3, 10, 13, 18, 25, 37, 39, 43, 48, 50, 61, 67, 70], "chunk": [2, 3, 25], "for_each_term": [2, 3, 9, 28], "give": [2, 7, 11, 12, 13, 18, 20, 38, 39, 53, 61, 63, 69, 70], "functor": 2, "reduct": 2, "captur": [2, 11, 24], "variabl": [2, 4, 11, 24, 25, 36, 37, 38, 44, 46, 49, 52, 53, 61, 63, 68], "for_each_pauli": [2, 3, 28], "thrown": [2, 3, 67], "than": [2, 3, 11, 12, 14, 27, 34, 37, 39, 43, 55, 61, 63, 67], "user": [2, 3, 4, 13, 14, 20, 22, 23, 25, 26, 29, 32, 36, 37, 38, 39, 49, 52, 53, 57, 60, 61, 63], "should": [2, 3, 12, 19, 20, 25, 27, 28, 30, 32, 36, 38, 39, 43, 45, 53, 60, 61, 63, 67, 68], "pass": [2, 3, 4, 8, 9, 14, 17, 20, 24, 25, 28, 32, 36, 38, 46, 49, 51, 53, 56, 57, 58, 63, 67], "index": [2, 3, 4, 28, 30, 32, 34, 38, 45, 60], "complex_matrix": 2, "to_matrix": [2, 3, 7], "dens": 2, "to_sparse_matrix": [2, 3], "col": 2, "static": [2, 3, 20, 27, 32, 57, 61, 67], "nterm": 2, "unsign": 2, "seed": [2, 3, 9, 11, 13, 14, 15, 16, 39, 52, 54], "random_devic": 2, "act": [2, 4, 5, 6, 11, 34, 55], "specifi": [2, 3, 4, 8, 9, 11, 12, 13, 14, 20, 23, 24, 25, 27, 28, 29, 30, 32, 36, 37, 38, 39, 43, 45, 49, 50, 52, 53, 54, 57, 60, 61, 63], "overrid": [2, 20, 39, 59, 61], "repeat": [2, 13, 20, 54, 56], "from_word": [2, 3], "pauliword": 2, "input": [2, 3, 4, 6, 8, 9, 12, 20, 22, 23, 24, 31, 32, 38, 43, 48, 49, 52, 56], "word": [2, 3, 9, 53], "g": [2, 3, 4, 11, 19, 20, 21, 24, 25, 26, 27, 28, 34, 36, 37, 38, 39, 49, 57, 60, 61, 63, 64, 67, 68], "xyx": [2, 3], "3rd": 2, "typenam": [2, 20, 22, 23, 24, 27, 31, 32, 49, 65, 67], "qualifiedspinop": 2, "struct": [2, 20, 22, 23, 24, 27, 31, 37, 38, 46, 48, 49, 50, 51, 54, 56, 57, 59, 67], "constexpr": [2, 22, 32, 37], "dyn": [2, 32, 46, 53], "d": [2, 3, 4, 23, 24, 25, 32, 36, 49, 53, 56, 63], "system": [2, 3, 4, 14, 15, 20, 25, 30, 32, 34, 38, 39, 42, 43, 48, 49, 52, 53, 55, 56, 59, 61, 64, 65, 67, 68], "inlin": [2, 20, 57], "new": [2, 3, 4, 12, 14, 17, 18, 20, 22, 34, 42, 57, 58, 61, 63, 67, 68, 70], "enable_if_t": 2, "qreg": [2, 3, 11, 37], "contain": [2, 3, 4, 11, 13, 17, 18, 20, 25, 27, 30, 34, 37, 39, 42, 43, 48, 49, 54, 56, 57, 60, 61, 67, 68, 70], "dynam": [2, 3, 22, 24, 25, 32, 41, 42, 46, 57, 67], "time": [2, 3, 4, 10, 11, 12, 13, 14, 16, 19, 20, 23, 25, 32, 33, 36, 37, 38, 39, 43, 46, 49, 50, 52, 55, 57, 61, 63, 68], "By": [2, 4, 20, 27, 36, 37, 38, 39, 43, 49, 65], "value_typ": 2, "indic": [2, 3, 24, 27, 28, 32, 53, 60], "underli": [2, 3, 4, 20, 30, 32, 36, 38, 60], "interfac": [2, 32, 39, 60, 61, 63, 65], "idx": [2, 3, 8, 32, 38], "qspan": 2, "front": [2, 23, 31, 32, 51], "back": [2, 23, 32, 34, 38, 49, 50, 53, 63], "last": [2, 13, 23, 32, 38, 48, 56], "slice": [2, 3, 32, 56], "clear": [2, 3, 20, 32, 60], "destroi": [2, 32], "postcondit": [2, 32], "own": [2, 3, 4, 10, 13, 25, 30, 32, 39, 56, 57, 60, 61, 63, 67], "semant": [2, 3, 19, 24, 25, 26, 29, 31, 32, 34, 57], "held": 2, "explicit": [2, 20, 31, 39, 49, 67], "determin": [2, 4, 6, 43], "If": [2, 3, 4, 6, 8, 9, 12, 13, 14, 20, 34, 37, 39, 43, 45, 49, 52, 55, 56, 61, 63, 67, 68], "check": [2, 4, 18, 36, 37, 49, 55, 61, 63, 70], "norm": [2, 13], "pre": [2, 16, 18, 20, 36, 39, 48, 49, 51, 61, 67, 70], "exist": [2, 3, 14, 18, 19, 20, 25, 26, 43, 59, 61, 63, 67, 68, 70], "could": [2, 4, 37, 41, 55, 56, 61], "from_data": [2, 3], "retriev": [2, 3, 20, 38, 49], "get_stat": [2, 3, 7, 12, 14, 38], "delet": [2, 32, 63, 67], "cannot": [2, 12, 14, 23, 24, 32, 34, 55, 63], "move": [2, 8, 32, 59, 61, 63, 68], "assign": [2, 4, 11, 30, 38, 39, 61], "qview": [2, 7, 12, 23, 24, 31, 45], "observe_result": [2, 3, 20, 48], "encapsul": [2, 8, 20, 32, 38, 67], "observ": [2, 3, 4, 5, 7, 8, 9, 10, 11, 13, 15, 16, 23, 36, 38, 39, 40, 42, 46, 48, 50, 51, 52, 54, 55, 56, 60, 68], "call": [2, 3, 4, 5, 6, 8, 10, 11, 12, 14, 15, 22, 23, 24, 27, 31, 38, 39, 42, 43, 49, 50, 51, 52, 54, 55, 56, 57, 60, 61, 63, 65], "measur": [2, 3, 4, 6, 7, 8, 10, 12, 13, 20, 21, 23, 24, 25, 27, 34, 36, 38, 39, 41, 42, 43, 45, 49, 50, 53, 56, 57, 60, 68], "execut": [2, 4, 12, 14, 18, 19, 20, 22, 24, 25, 30, 31, 36, 38, 39, 42, 43, 44, 45, 46, 48, 49, 50, 52, 57, 60, 63, 64, 65, 67, 68, 70], "ansatz": [2, 4, 5, 11, 15, 16, 20, 23, 37, 38, 48, 54, 56], "circuit": [2, 3, 4, 6, 7, 8, 11, 12, 13, 19, 20, 24, 25, 28, 29, 33, 34, 36, 37, 38, 39, 42, 43, 48, 49, 54, 56, 57, 59], "global": [2, 3, 4, 11, 20, 24, 37, 43, 61], "expect": [2, 3, 4, 5, 8, 9, 10, 11, 13, 15, 16, 17, 20, 37, 38, 39, 43, 47, 52, 53, 54, 56, 61, 63, 67, 68], "h": [2, 3, 4, 6, 7, 9, 11, 12, 13, 14, 15, 16, 20, 22, 23, 27, 28, 29, 31, 32, 34, 36, 37, 38, 41, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 65, 67, 68], "precomput": 2, "psi": [2, 5, 6, 7, 20, 23, 43, 55], "sample_result": [2, 3, 20, 49, 67], "wa": [2, 3, 4, 6, 20, 38, 50, 57, 61, 64, 68], "shot": [2, 3, 4, 7, 9, 13, 20, 23, 36, 43, 50, 55, 60], "base": [2, 3, 4, 8, 12, 13, 18, 19, 20, 22, 26, 27, 32, 37, 38, 39, 43, 45, 52, 56, 57, 60, 61, 63, 65, 70], "raw_data": [2, 4, 20], "raw": [2, 3, 4], "convers": [2, 20], "simpli": [2, 14, 55, 63, 68], "ignor": [2, 4, 39], "fine": [2, 20, 46, 50, 51, 55], "grain": [2, 20, 46, 50, 51], "explicitli": [2, 4, 34, 36, 39, 57, 65, 67], "request": [2, 20, 37, 38, 39, 49, 63], "oppos": [2, 67], "observe_data": 2, "spinoptyp": [2, 20], "sub": [2, 3, 19, 20, 23, 24, 32, 33, 63], "id_coeffici": [2, 20], "executioncontext": 2, "abstract": [2, 19, 20, 22, 27, 28, 30, 32, 38, 42], "how": [2, 4, 5, 11, 12, 13, 14, 15, 18, 20, 22, 27, 37, 38, 39, 42, 43, 47, 49, 50, 51, 52, 53, 54, 56, 57, 60, 61, 63, 64, 67, 68, 70], "shots_": 2, "member": [2, 3, 11, 24, 56], "basic": [2, 5, 17, 37, 63, 68], "option": [2, 3, 4, 6, 13, 15, 16, 20, 22, 27, 30, 36, 37, 38, 43, 48, 49, 51, 52, 56, 60, 61, 63], "invoc": [2, 3, 22, 24, 30, 32, 38, 39, 60], "expectationvalu": 2, "nullopt": 2, "optimization_result": [2, 20], "optresult": 2, "optim": [2, 4, 5, 8, 9, 11, 13, 16, 17, 19, 29, 32, 34, 37, 39, 47, 56, 57, 59, 61, 63], "hasconditionalsonmeasureresult": 2, "fals": [2, 3, 4, 9, 61, 63], "being": [2, 3, 5, 10, 19, 20, 34, 39, 49, 53, 67], "ha": [2, 3, 4, 6, 10, 11, 13, 20, 27, 34, 36, 37, 39, 42, 43, 45, 49, 52, 53, 55, 56, 61, 63, 67], "statement": [2, 6, 20, 21, 42], "noise_model": [2, 3, 10, 13, 53], "noisemodel": [2, 3, 10, 13, 53], "nullptr": 2, "canhandleobserv": 2, "flag": [2, 24, 36, 38, 39, 46, 49, 57, 59, 63, 67], "handl": [2, 3, 4, 36, 37, 38, 39, 45, 46, 49, 60, 63, 67], "task": [2, 4, 14, 20, 28, 38, 39, 43, 57, 60], "under": [2, 13, 36, 59, 60, 61, 63, 67], "asyncexec": 2, "occur": [2, 3, 4, 13, 20, 25, 49, 53, 55, 63], "asynchron": [2, 3, 20, 30, 38, 43, 49, 52], "detail": [2, 11, 18, 19, 25, 36, 37, 60, 61, 63, 68, 70], "futur": [2, 3, 20, 35, 36, 38, 39, 49, 53, 61, 63], "futureresult": 2, "store": [2, 3, 25, 32, 38, 43, 49, 52, 55, 57], "unique_ptr": 2, "simulationst": 2, "pointer": [2, 3, 67], "amplitudemap": 2, "amplitud": [2, 3, 12, 38, 52, 53, 55], "overlapcomputest": 2, "overlap": [2, 3, 38], "overlapresult": 2, "trace": [2, 3, 10, 37], "kerneltrac": 2, "run": [2, 3, 4, 6, 8, 13, 14, 16, 17, 19, 20, 23, 36, 37, 38, 39, 40, 42, 46, 48, 49, 50, 51, 52, 53, 56, 57, 60, 61, 63, 64, 67, 68], "tracer": 2, "persist": [2, 20, 25, 37, 63], "resourc": [2, 30, 37, 38, 39, 43, 56, 61, 63], "kernelnam": [2, 3], "batchiter": 2, "batch": [2, 25], "observe_n": 2, "sample_n": 2, "totaliter": 2, "registernam": [2, 20], "mid": [2, 3, 39], "mode": [2, 3, 4, 25, 36, 49, 57, 61], "keep": [2, 13, 20, 39, 56], "track": [2, 20, 55, 56], "reorderidx": 2, "inform": [2, 3, 4, 6, 18, 20, 25, 27, 30, 32, 36, 37, 38, 39, 43, 49, 52, 55, 57, 61, 63, 65, 66, 68, 70], "reorder": 2, "after": [2, 3, 4, 6, 14, 20, 43, 49, 53, 57, 61, 63], "empti": [2, 3, 22, 28, 39, 49, 53, 63], "mean": [2, 12, 27, 34, 39, 49, 52, 63, 68], "char": [2, 23, 38, 43, 61, 67, 68], "invocationresultbuff": 2, "buffer": [2, 38, 67], "note": [2, 3, 4, 11, 13, 14, 23, 25, 34, 37, 38, 43, 45, 49, 53, 55, 56, 57, 61, 63, 67], "need": [2, 4, 10, 11, 12, 13, 14, 34, 36, 37, 38, 39, 43, 48, 49, 52, 56, 60, 61, 63, 64, 67], "abl": [2, 4, 14, 20, 36, 37, 38, 43, 45, 63, 67, 68], "job": [2, 11, 20, 37, 38, 49, 63], "qpu": [2, 3, 7, 17, 18, 19, 20, 25, 30, 36, 38, 39, 42, 43, 48, 49, 52, 60, 67, 68, 70], "extra": [2, 27, 34, 36, 45, 53, 56], "configur": [2, 4, 15, 30, 36, 37, 38, 39, 49, 52, 57, 60, 61, 63, 64, 67, 68], "later": [2, 4, 6, 20, 24, 38, 49, 61, 63], "server": [2, 36, 38, 49, 63], "file": [2, 4, 20, 27, 36, 37, 38, 43, 44, 49, 52, 56, 57, 59, 60, 61, 63, 64, 65, 67, 68], "read": [2, 3, 11, 49, 56], "wrap": [2, 20, 22, 34], "t": [2, 3, 6, 7, 12, 14, 18, 20, 23, 24, 27, 28, 37, 39, 49, 50, 55, 61, 63, 70], "case": [2, 3, 4, 6, 10, 11, 12, 13, 20, 34, 41, 48, 53, 61, 65, 67], "must": [2, 3, 13, 19, 20, 24, 26, 29, 32, 34, 36, 39, 49, 53, 55, 56, 59, 60, 61, 63, 67, 68], "some": [2, 4, 8, 12, 20, 34, 37, 38, 39, 55, 57, 59, 60, 61, 63, 64, 67, 68], "point": [2, 3, 4, 12, 20, 24, 27, 38, 39, 57, 60, 61, 63], "same": [2, 3, 4, 6, 11, 12, 13, 14, 20, 34, 36, 38, 43, 49, 51, 52, 53, 57, 60, 61, 63, 67], "_job": 2, "qpunamein": 2, "config": [2, 60, 61, 63, 68], "info": [2, 37, 44, 57], "requir": [2, 3, 4, 6, 8, 12, 14, 20, 24, 26, 27, 29, 31, 32, 34, 36, 37, 38, 39, 45, 49, 52, 55, 61, 64, 68], "date": 2, "even": [2, 4, 6, 11, 18, 39, 56, 61, 63, 67, 70], "async_result": [2, 49], "face": [2, 26], "which": [2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 18, 20, 22, 25, 28, 32, 34, 36, 38, 39, 48, 49, 50, 52, 55, 56, 57, 60, 61, 63, 64, 67, 70], "itself": [2, 31, 34, 38, 61, 63], "collect": [2, 3, 9, 14, 43], "pertin": [2, 20, 26, 31, 32], "remot": [2, 3, 20, 25, 35, 37, 44, 52], "rest": [2, 3, 19, 36, 38, 45, 49, 61, 63, 67], "wait": [2, 3, 4, 37, 38, 43, 49], "until": [2, 3, 4, 43, 49], "readi": [2, 15, 49, 53, 63], "executionresult": 2, "correspond": [2, 3, 4, 5, 11, 20, 36, 45, 49, 50, 54, 61, 63, 65], "well": [2, 3, 13, 18, 20, 23, 25, 39, 45, 60, 63, 64, 67, 70], "integ": [2, 3, 11, 24, 30, 38, 39, 43, 52], "1st": [2, 10], "bitstr": [2, 3, 4, 11, 20, 45], "m": [2, 4, 7, 13, 14, 16, 23, 28, 38, 39, 52, 57, 61, 63, 67, 68], "tripl": [2, 57], "long": [2, 20, 23, 43, 46, 61, 63, 67, 68], "length": [2, 13, 45, 49, 56], "deseri": 2, "discuss": [2, 4, 59], "brief": [2, 53, 60], "countsdictionari": [2, 20], "assum": [2, 3, 4, 11, 13, 25, 27, 32, 38, 39, 43, 49, 60, 61, 63, 65], "expval": [2, 20], "other": [2, 3, 4, 11, 12, 13, 15, 17, 19, 22, 24, 27, 32, 34, 36, 37, 38, 39, 41, 42, 43, 49, 53, 61, 63, 67, 68], "appendresult": 2, "globalregisternam": [2, 20], "classic": [2, 4, 6, 8, 11, 12, 15, 19, 21, 24, 25, 27, 28, 32, 34, 38, 42, 43, 49, 55, 56, 57, 60, 61, 64, 67], "sequentialdata": 2, "sequenti": [2, 3, 20, 37, 43], "collat": [2, 3], "": [2, 3, 4, 7, 10, 11, 12, 13, 14, 16, 17, 20, 27, 30, 34, 36, 37, 38, 41, 42, 43, 46, 48, 49, 50, 51, 52, 53, 54, 56, 57, 59, 61, 63, 64, 65, 68], "holist": 2, "nullari": 2, "precomputedexp": 2, "__global__": [2, 3, 20, 37, 65], "has_expect": 2, "string_view": [2, 20, 60], "anoth": [2, 4, 23, 24, 34, 39, 45, 49, 51, 53, 61], "register_nam": [2, 3, 20], "tandem": [2, 52], "to_map": [2, 20], "regnam": 2, "merg": [2, 57], "necessari": [2, 36, 38, 39, 49, 53, 57, 61, 63, 67], "document": [2, 3, 14, 17, 18, 19, 27, 35, 36, 37, 59, 60, 61, 63, 67, 70], "exp_val_z": 2, "deprec": [2, 3, 16, 35, 38, 39], "probabl": [2, 3, 7, 10, 13, 20, 43, 45, 53, 55, 67], "most_prob": [2, 3, 9, 23, 43, 45, 55], "most": [2, 3, 4, 11, 18, 20, 34, 37, 43, 45, 49, 57, 61, 63, 64, 67, 70], "ostream": [2, 67], "output": [2, 3, 6, 8, 14, 24, 36, 40, 43, 57, 63, 67, 68], "stream": [2, 4, 25], "extract": [2, 3, 4, 6, 20, 22, 23, 32, 34, 43, 56, 57, 61, 63], "unord": 2, "get_margin": [2, 20], "marginalindic": [2, 20], "margin": [2, 13], "those": [2, 20, 24, 34, 38, 39, 57], "subset": [2, 3, 4, 8, 20, 24, 32, 34], "rvalu": 2, "refer": [2, 11, 17, 20, 24, 25, 32, 34, 36, 37, 38, 49, 54, 61, 63], "newbitstr": 2, "oldbitstr": 2, "process": [2, 3, 4, 12, 16, 19, 20, 25, 30, 36, 37, 38, 39, 42, 49, 52, 55, 57, 61, 67], "rang": [2, 4, 5, 7, 8, 9, 11, 12, 13, 14, 15, 16, 23, 24, 31, 32, 37, 38, 41, 45, 46, 52, 54, 63, 68], "const_iter": 2, "cbegin": 2, "cend": 2, "has_even_par": 2, "pariti": 2, "extens": [2, 14, 19, 20, 26, 32, 35, 60, 63, 65, 68], "concret": [2, 3, 11, 20, 43, 48], "describ": [2, 3, 10, 13, 30, 32, 36, 51, 55, 60, 61, 63, 67], "effici": [2, 4, 39], "manner": [2, 20, 38, 60], "client": [2, 20, 37, 61], "remain": [2, 3, 31, 49, 53, 61], "gpu": [2, 3, 4, 5, 6, 8, 9, 12, 17, 18, 19, 25, 38, 40, 42, 45, 46, 47, 60, 61, 65, 67, 68, 70], "devic": [2, 3, 4, 8, 10, 13, 20, 23, 24, 27, 31, 36, 37, 38, 39, 43, 49, 56, 57, 60, 63], "cpu": [2, 4, 8, 9, 10, 11, 12, 13, 14, 17, 35, 37, 38, 42, 43, 45, 46, 52, 53, 57, 61, 63, 67, 68], "memori": [2, 4, 8, 21, 24, 25, 32, 34, 37, 38, 39, 42, 45, 52, 57, 63], "primari": [2, 3, 20, 32, 60], "goal": [2, 4, 11], "minim": [2, 4, 11, 13, 14, 15, 16, 17, 48, 56, 61, 63, 68], "transfer": [2, 38, 39], "subclass": [2, 20, 60], "cusvstat": 2, "scalartyp": [2, 67], "remotesimulationst": 2, "nvqir": [2, 17, 57, 58, 60], "mpssimulationst": 2, "tensornetsimulationst": 2, "made": [2, 11, 43, 53, 63], "up": [2, 3, 4, 6, 11, 12, 14, 22, 28, 39, 42, 48, 52, 53, 54, 56, 57, 60, 63], "extent": [2, 3, 39], "enum": 2, "precis": [2, 3, 12, 15, 37, 39, 55], "enumer": [2, 3, 13, 23, 45], "fp32": [2, 3, 37, 38, 39], "fp64": [2, 3, 15, 16, 35, 37, 38, 39], "simulation_precis": 2, "possibl": [2, 4, 6, 13, 14, 19, 34, 55, 63, 65, 67], "float": [2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 15, 16, 20, 23, 24, 27, 31, 37, 38, 39, 48, 54, 56, 60], "tensorstatedata": 2, "dimens": [2, 3, 4, 5, 9, 11, 20, 54, 56], "state_data": 2, "variant": [2, 27], "custatevec": [2, 37, 38, 39, 60], "care": [2, 20, 67], "taken": [2, 4, 9], "ensur": [2, 57, 59, 61, 63, 67], "comparison": [2, 6], "compat": [2, 3, 26, 39, 61], "registeredtyp": 2, "declar": [2, 20, 24, 25, 27, 57, 60, 65, 67], "themselv": [2, 36, 41], "plugin": [2, 18, 59, 61, 63, 70], "myinterfac": 2, "column": [2, 3, 14], "upon": [2, 5, 34, 43, 49, 55, 63], "destruct": 2, "rawdata": 2, "intern": [2, 3, 38], "modifi": [2, 23, 24, 27, 31, 34, 39, 56, 63], "correct": [2, 12, 13, 23, 42, 49, 61, 63], "j": [2, 3, 4, 7, 9, 11, 12, 13, 23, 24, 28, 52, 54, 61], "minimal_eigenvalu": [2, 3], "eigenvalu": [2, 3, 11, 39, 56], "thei": [2, 3, 4, 5, 11, 24, 32, 34, 42, 55, 56, 61, 63], "set_zero": 2, "seen": [2, 6], "manag": [2, 14, 37, 38, 61, 63], "instruct": [2, 25, 27, 29, 34, 36, 37, 39, 49, 50, 56, 57, 61, 63, 67, 68], "control": [2, 3, 7, 11, 12, 17, 19, 22, 23, 24, 25, 27, 29, 31, 32, 33, 34, 36, 38, 41, 42, 45, 47, 49, 50, 53, 55, 56, 57, 60, 63], "flow": [2, 8, 19, 20, 24, 33, 42, 57], "path": [2, 3, 14, 36, 57, 60, 61, 63], "thu": [2, 37, 38, 39, 55, 57], "might": [2, 4, 22, 27, 34, 35, 37, 38, 51], "produc": [2, 3, 4, 11, 20, 23, 28, 29, 34, 41, 43, 50, 57, 60, 67], "elementtyp": 2, "is_integral_v": 2, "is_signed_v": 2, "increment": [2, 52], "exclus": [2, 6], "stop": [2, 43, 63], "step": [2, 4, 6, 8, 12, 23, 57, 61, 65, 68], "reach": [2, 52], "quantumkernel": [2, 20, 31], "arg": [2, 3, 4, 8, 12, 13, 20, 22, 27, 31, 38, 43, 57, 63], "is_invocable_v": 2, "draw": [2, 3, 4, 5, 6, 10, 12, 13, 14, 43, 45], "utf": [2, 3], "8": [2, 3, 4, 8, 9, 11, 12, 13, 14, 15, 16, 20, 23, 24, 25, 35, 36, 37, 38, 39, 49, 52, 53, 54, 56, 57, 61, 63, 68], "usag": [2, 38, 52], "iostream": [2, 37, 41, 43, 45, 67], "mz": [2, 3, 6, 7, 13, 20, 22, 23, 34, 36, 37, 38, 41, 43, 45, 46, 49, 50, 51, 52, 53, 55, 57, 67, 68], "cout": [2, 37, 43, 45, 67], "q0": [2, 3, 4, 5, 6, 10, 12, 14, 34], "q1": [2, 3, 4, 5, 6, 10, 12, 14, 34], "ry": [2, 3, 4, 5, 7, 8, 9, 20, 23, 24, 27, 29, 37, 38, 48, 56], "59": [2, 3, 11, 20, 23, 38, 48], "callabl": [2, 3, 19, 20, 22, 23, 24, 41, 48, 50], "trivial": [2, 4, 20, 38, 46, 48, 64], "signatur": [2, 3, 20, 22, 24, 51, 57], "evalu": [2, 3, 4, 7, 20, 37, 38, 39, 48], "without": [2, 3, 20, 24, 31, 36, 39, 45, 49, 53, 61, 63, 67, 68], "regard": 2, "depth": [2, 4, 69], "etc": [2, 24, 25, 38, 42, 56, 60, 61, 63, 68], "kraus_op": 2, "krau": [2, 10, 53], "initializer_list": 2, "initlist": 2, "adjoint": [2, 12, 22, 23, 27, 31, 34, 57], "flatten": [2, 67], "nrow": [2, 8, 14], "ncol": [2, 14], "kraus_channel": [2, 53], "channel": [2, 3, 10, 13, 53, 63], "action": [2, 20, 23, 24, 63], "matric": [2, 39], "amplitude_damping_channel": [2, 53], "bit_flip_channel": [2, 53], "depolarization_channel": [2, 10, 53], "phase_flip_channel": [2, 53], "inputlist": 2, "lvalu": 2, "make": [2, 3, 6, 12, 14, 20, 38, 39, 53, 54, 56, 57, 60, 61, 63, 65, 68], "get_op": 2, "push_back": [2, 24, 45], "autom": [2, 60], "creation": [2, 4, 19, 33, 56, 60], "damp": [2, 53], "phase": [2, 3, 12, 27, 49, 53], "depolar": [2, 10, 53], "densiti": [2, 3, 10, 13, 14, 35, 37, 39, 53], "add_channel": [2, 3, 10, 13, 53], "quantumop": 2, "get_channel": [2, 3], "relev": [2, 4, 5, 8, 13, 16, 30, 39], "kernel_build": [2, 22], "kernel_builder_bas": 2, "kernelbuildertyp": 2, "mlir": [2, 3, 17, 38, 57, 58, 59, 61], "getargu": [2, 22, 59], "quakevalu": [2, 3, 22], "isargstdvec": 2, "otherwis": [2, 3, 6, 39, 43], "getnumparam": [2, 22], "qalloc": [2, 3, 22, 36, 37, 38, 52], "qvec": [2, 34, 36], "veq": [2, 3, 34, 57], "blockargu": 2, "object": [2, 3, 4, 9, 11, 13, 14, 20, 24, 34, 38, 43, 54, 56, 57], "simplic": 2, "impli": [2, 3, 39], "goe": [2, 25, 45], "scope": [2, 24, 25, 32, 57, 59], "befor": [2, 11, 14, 36, 44, 49, 53, 56, 61, 63], "mai": [2, 3, 4, 6, 11, 20, 22, 24, 25, 27, 31, 32, 36, 37, 38, 39, 42, 43, 44, 46, 49, 51, 56, 61, 63, 65, 67, 68], "garbag": 2, "constantv": 2, "val": [2, 13, 49], "swap": [2, 14, 23, 49], "mod": [2, 27], "is_same_v": 2, "perform": [2, 4, 6, 8, 12, 13, 15, 18, 20, 23, 36, 38, 39, 43, 45, 49, 51, 52, 55, 59, 60, 61, 63, 67, 68, 70], "fredkin": 2, "between": [2, 3, 4, 7, 11, 13, 15, 24, 34, 37, 41, 42, 43, 49, 52, 53, 63, 65], "meant": [2, 19, 46], "thin": [2, 3], "wrapper": [2, 3, 38], "around": [2, 3, 6, 13, 20, 45, 53, 68], "instanc": [2, 3, 4, 20, 22, 27, 32, 37, 38, 39, 42, 63], "quak": [2, 3, 11, 17, 33, 57, 59], "dialect": [2, 3, 57, 59], "arithmet": [2, 24, 25, 56], "getvalu": 2, "actual": [2, 13, 20, 43, 60], "implicitlocopbuild": 2, "arith": [2, 34, 57], "constantfloatop": 2, "canvalidatenumel": 2, "stdvectyp": 2, "do": [2, 4, 12, 13, 27, 29, 32, 34, 37, 38, 39, 41, 42, 50, 55, 57, 61, 63, 64, 65, 68], "loop": [2, 3, 4, 11, 21, 32, 41, 49, 52, 54, 56, 57], "know": [2, 14, 34], "bound": [2, 3, 13, 56], "startidx": [2, 3], "subscript": [2, 3, 36, 37], "stdvec": [2, 34, 57], "constants": 2, "isstdvec": 2, "getrequiredel": 2, "veqtyp": 2, "divid": [2, 11], "invers": [2, 12, 23], "so": [2, 4, 7, 9, 11, 13, 14, 20, 36, 38, 39, 45, 50, 55, 56, 57, 59, 60, 61, 63, 67, 68], "friend": 2, "write": [2, 3, 44, 49, 55, 56, 59, 63, 65], "u": [2, 4, 5, 6, 9, 11, 12, 14, 15, 23, 24, 28, 29, 41, 42, 43, 51, 52, 53, 55, 56, 57], "wai": [2, 3, 6, 20, 31, 34, 43, 61], "code": [2, 3, 4, 6, 11, 12, 14, 15, 19, 20, 22, 23, 24, 25, 28, 29, 31, 32, 34, 36, 37, 38, 39, 43, 48, 49, 50, 52, 53, 55, 56, 57, 59, 60, 61, 64, 65, 67, 68], "mlircontext": 2, "ctx": [2, 8, 59], "f": [2, 4, 6, 13, 23, 24, 45, 48, 56, 61, 68], "high": [2, 13, 52, 57, 67], "serv": [2, 3, 4, 24, 32, 37, 59, 61], "work": [2, 4, 12, 13, 17, 20, 37, 38, 52, 56, 58, 61, 63, 64, 67, 68], "subtyp": 2, "possibli": [2, 13, 24], "deleg": [2, 37, 60, 63], "third": [2, 3, 17, 56, 66], "parti": [2, 17, 56, 66], "immut": 2, "mutabl": [2, 20], "gradient": [2, 5, 8, 37, 54, 56], "df": [2, 13], "dx_i": 2, "scalar": [2, 20], "queri": [2, 6, 20, 30, 38, 45, 48], "whether": [2, 3, 61, 63], "strategi": [2, 20, 25, 31, 56, 60], "parameter": [2, 3, 4, 11, 15, 20, 22, 24, 27, 37, 42, 48, 50, 52, 56], "left": [2, 6, 7, 11, 12, 49, 60, 63], "thing": [2, 51, 56], "max": [2, 4, 9, 17, 37, 39, 49, 54], "cobyla": [2, 3, 4, 5, 9, 15, 16, 20, 54, 56], "opt": [2, 24, 57, 59, 61, 63], "assert": [2, 23, 24], "requiresgradi": [2, 20], "algo": 2, "opt_val": [2, 37, 54, 56], "opt_param": [2, 20, 37, 54, 56], "dx": [2, 20], "virtual": [2, 14, 18, 20, 37, 38, 43, 48, 52, 60, 61, 70], "achiev": [2, 11, 12, 20, 36, 37, 51, 56], "dim": [2, 37], "optimizable_funct": [2, 20], "opt_funct": [2, 20, 37], "variat": [2, 4, 5, 8, 11, 16, 17, 20, 47], "custom": [2, 10, 20, 24, 38, 39, 50, 53, 56, 59, 61, 63, 66, 67], "ptrtoown": 2, "conveni": [2, 12, 28, 34, 56, 61, 63], "jdx": 2, "tensoridx": 2, "get_tensor": 2, "just": [2, 4, 6, 7, 11, 19, 33, 38, 43, 44, 45, 50, 55, 57, 63], "rank": [2, 3, 38, 46, 50, 52], "get_num_tensor": 2, "get_num_qubit": [2, 30], "get_precis": [2, 3], "is_on_gpu": [2, 3], "to_host": 2, "hostptr": 2, "numel": 2, "pure": [2, 10, 23, 24, 31, 56], "basisst": 2, "host": [2, 21, 23, 24, 25, 28, 32, 37, 38, 39, 48, 67, 68], "leverag": [2, 3, 4, 20, 22, 24, 27, 31, 32, 39, 50, 54, 56, 57, 60, 64], "separ": [2, 4, 39, 61, 63], "mapper": 2, "inherit": [2, 21, 25, 38], "updat": [2, 4, 20, 36, 49, 61, 68], "protect": [2, 32, 60], "getexpectedvalu": 2, "central_differ": [2, 20, 56], "forward_differ": 2, "parameter_shift": 2, "prescrib": 2, "kernelt": 2, "argsmapp": [2, 20], "setarg": 2, "save": [2, 8, 37, 38, 43, 52, 57, 63, 65], "nvqc": [2, 35, 37], "setkernel": 2, "been": [2, 3, 14, 36, 37, 42, 43, 49, 61, 63], "have": [2, 3, 4, 6, 11, 12, 13, 14, 18, 20, 34, 37, 38, 39, 43, 45, 49, 52, 53, 55, 59, 61, 63, 64, 65, 67, 68, 70], "funcatx": [2, 3], "func": [2, 20, 34, 57, 59], "clone": [2, 8, 32, 59, 61], "deriv": [2, 4, 6, 20, 55], "exp_h": [2, 20], "forward": [2, 8], "approxim": [2, 4, 11, 17, 39, 43, 47], "registri": [2, 63], "unit": [2, 3, 19, 24, 25, 27, 30, 32, 36, 42, 55], "express": [2, 18, 20, 21, 22, 23, 25, 28, 38, 42, 50, 51, 57, 67, 70], "certain": [2, 32, 37, 38, 39, 60, 63], "logic": [2, 6, 30, 32, 38], "connect": [2, 4, 8, 11, 18, 25, 30, 32, 34, 49, 61, 70], "queue": [2, 20, 37, 49], "enqueu": 2, "relat": [2, 4, 11, 57], "quantum_platform": [2, 3, 30, 38, 48, 57], "baseremoterestqpu": 2, "baseremotesimulatorqpu": 2, "_qpuid": 2, "setid": 2, "thread": [2, 3, 25, 38, 39, 48, 52, 60], "getexecutionthreadid": 2, "getnumqubit": 2, "getconnect": 2, "issimul": 2, "supportsconditionalfeedback": 2, "feedback": [2, 25, 42, 63], "remotecap": 2, "getremotecap": 2, "capabl": [2, 37, 39, 52, 61, 63], "setshot": 2, "_nshot": 2, "noth": 2, "wish": [2, 4, 37, 38, 48, 63], "isemul": 2, "local": [2, 3, 14, 17, 36, 37, 38, 43, 46, 49, 57, 61, 62, 64], "emul": [2, 3, 36, 49], "quantumtask": 2, "setexecutioncontext": 2, "resetexecutioncontext": 2, "reset": [2, 3, 20, 23, 25, 39, 60], "launchkernel": 2, "kernelfunc": 2, "uint64_t": 2, "launch": [2, 20, 38, 39, 63, 68], "pack": [2, 67], "launchserializedcodeexecut": 2, "serializedcodeexecutioncontext": 2, "serializecodeexecutionobject": 2, "onrandomseedset": 2, "notifi": 2, "let": [2, 6, 7, 10, 11, 12, 13, 14, 15, 27, 34, 41, 42, 43, 46, 48, 50, 51, 52, 53, 54, 55, 56, 57, 63, 64, 65, 68], "basenvcfsimulatorqpu": 2, "submit": [2, 36, 37, 49, 63], "nvcf": 2, "realiz": [2, 55], "intend": [2, 19, 20, 22, 61, 65], "popul": [2, 45], "platformqpu": 2, "qubitconnect": [2, 30], "fetch": [2, 4], "supports_task_distribut": 2, "multipl": [2, 4, 13, 14, 16, 18, 27, 36, 38, 39, 42, 43, 49, 51, 55, 70], "parallel": [2, 19, 25, 39, 43, 63, 68], "qpu_id": [2, 3, 7, 20, 30, 37, 38, 43, 52], "get_shot": 2, "getter": 2, "onc": [2, 4, 12, 13, 22, 36, 37, 39, 42, 43, 49, 61, 63, 65, 68], "set_shot": 2, "clear_shot": 2, "remov": [2, 4, 34, 35, 37, 38, 39, 63], "numshot": 2, "setter": 2, "set_exec_ctx": 2, "get_exec_ctx": 2, "reset_exec_ctx": 2, "num_qpu": [2, 3, 7, 30, 37, 38, 48], "is_simul": [2, 30], "supports_conditional_feedback": 2, "get_current_qpu": [2, 30], "set_current_qpu": [2, 30], "device_id": [2, 30], "is_remot": [2, 3, 30], "qpuid": [2, 30, 38], "is_emul": [2, 3, 30], "set_nois": [2, 3, 53], "get_remote_cap": 2, "applic": [2, 4, 6, 11, 12, 13, 15, 17, 20, 27, 31, 36, 39, 42, 43, 47, 63, 64, 67, 68, 69], "reset_nois": 2, "turn": [2, 8, 12, 14, 37, 44, 60], "off": [2, 3, 4, 8, 12, 37, 38, 61], "enqueueasynctask": 2, "kernelexecutiontask": 2, "launchvq": 2, "kernelarg": 2, "n_param": [2, 54, 56], "vqe": [2, 3, 4, 11, 15, 37, 54, 56], "settargetbackend": 2, "resetlogstream": 2, "log": [2, 3, 18, 37, 61, 63, 70], "getlogstream": 2, "setlogstream": 2, "logstream": 2, "list_platform": 2, "structur": [2, 3, 4, 8, 11, 20, 22, 26, 28, 30, 32, 38, 39, 57, 59, 60, 65], "boolean": [2, 22], "field": [2, 11, 38], "initvalu": 2, "stateoverlap": 2, "serializedcodeexec": 2, "command": [2, 4, 37, 38, 39, 43, 45, 46, 48, 49, 52, 60, 61, 63, 64, 65, 67, 68], "entir": [2, 14, 34, 50, 56, 60], "forth": [2, 38], "commun": [2, 20, 36, 38, 39, 61], "ultim": [2, 57, 60], "what": [2, 3, 4, 11, 14, 17, 40, 52, 60, 67], "ad": [2, 13, 18, 20, 36, 37, 50, 53, 57, 61, 63, 65, 68, 70], "promis": 2, "qubitedg": [2, 30], "num_available_gpu": [2, 3, 43, 52], "set_random_se": [2, 3, 8, 9, 11, 13, 39, 54, 56], "caller": [2, 24], "unset_nois": [2, 3, 53], "dealloc": [2, 25, 32, 60], "mpi": [2, 18, 38, 39, 46, 50, 52, 68, 70], "against": [2, 18, 36, 61, 65, 70], "argc": [2, 23, 43, 61, 68], "argv": [2, 23, 43, 61, 68], "program": [2, 17, 19, 22, 24, 27, 32, 33, 36, 37, 38, 39, 40, 42, 49, 50, 52, 53, 57, 61, 63, 65, 68], "is_initi": [2, 3, 46, 50], "alreadi": [2, 3, 14, 61, 63, 68], "final": [2, 3, 4, 5, 38, 48, 50, 52, 56, 57, 60, 61], "num_rank": [2, 3, 52], "all_gath": [2, 3], "gather": [2, 3, 23, 43, 55], "fit": [2, 61], "come": [2, 25, 37, 49, 67], "all_reduc": 2, "binaryfunct": 2, "localvalu": 2, "reduc": [2, 7, 13, 39], "rootrank": [2, 3], "make_kernel": [3, 22, 36, 37, 38, 52], "els": [3, 4, 8, 14, 22, 38, 39, 43, 61, 65, 68], "int_valu": 3, "float_valu": 3, "pykernel": 3, "argtypelist": 3, "programmat": 3, "str": [3, 4, 9, 13, 36, 38, 43, 45, 49, 55, 67], "argument_count": 3, "alia": [3, 32], "pykerneldecor": 3, "verbos": [3, 40, 57, 61, 64], "modul": [3, 8, 39, 43, 56, 57, 61], "none": [3, 8, 23, 24, 39], "funcsrc": 3, "locat": [3, 36, 38, 61, 63, 67], "overrideglobalscopedvar": 3, "decor": [3, 4, 24, 41], "lower": [3, 57, 60], "ast": 3, "jit": [3, 4], "executionengin": 3, "__call__": 3, "__str__": 3, "from_json": 3, "jstr": 3, "overridedict": 3, "convert": [3, 4, 20, 48, 57], "json": [3, 36, 38, 49, 63], "to_json": 3, "self": [3, 4, 8, 11, 24, 61, 63], "reconstruct": 3, "elsewher": 3, "type_to_str": 3, "clean": 3, "kwarg": [3, 4], "languag": [3, 17, 18, 21, 24, 25, 26, 27, 32, 33, 38, 42, 50, 55, 57, 60, 64, 70], "attribut": [3, 24, 50, 57], "coprocessor": [3, 20, 24], "shots_count": [3, 4, 6, 7, 9, 10, 13, 36, 43, 46, 50, 52], "over": [3, 10, 20, 32, 43, 49, 53, 54, 56, 60, 63], "ndarrai": [3, 8, 10, 14], "leav": [3, 10, 36, 49, 63], "doesn": 3, "firstfloat": 3, "secondfloat": 3, "kei": [3, 9, 11, 12, 13, 29, 36, 37, 60, 63, 68], "nois": [3, 4, 10, 20, 30, 36, 49, 53], "model": [3, 4, 10, 17, 19, 20, 22, 24, 27, 32, 33, 34, 36, 38, 49, 53, 57, 60, 63, 68], "dictionari": [3, 13, 20, 43, 50, 56], "sampleresult": [3, 4, 43, 50, 60], "sample_async": [3, 7, 20, 38, 43, 49], "_mlir_lib": 3, "_quakedialect": 3, "cudaq_runtim": 3, "asyncsampleresult": [3, 49], "platform": [3, 17, 18, 19, 27, 33, 35, 36, 37, 39, 43, 48, 52, 57, 60, 61, 63, 68, 70], "Will": [3, 29, 43], "whose": [3, 8, 11, 14, 15, 20, 25, 37, 38, 48, 55], "identif": 3, "spin_oper": [3, 11, 43, 48, 56], "spinoper": [3, 4, 8, 9, 11, 16, 43, 48, 52, 56], "everi": [3, 11, 13, 37, 38, 42, 43, 49, 50, 61, 68], "nest": [3, 38], "hermitian": 3, "calcul": [3, 4, 5, 6, 7, 8, 37, 38, 43, 49, 52, 56], "observeresult": [3, 43, 56], "observe_async": [3, 20, 37, 52], "asyncobserveresult": 3, "arg0": [3, 57], "prepar": [3, 4, 7, 8, 12, 13, 15, 45, 48, 50, 52, 54], "select": [3, 4, 8, 15, 39, 43, 46, 48, 63, 67], "get_state_async": 3, "asyncstateresult": 3, "parameter_count": [3, 4, 9, 11, 15, 16, 52, 54, 56], "argument_mapp": [3, 11], "gradient_strategi": [3, 56], "arg1": 3, "format": [3, 8, 14, 20, 23, 32, 61], "ascii": [3, 14], "latex": [3, 14], "cx": [3, 4, 13, 22, 36, 37, 45, 52, 68], "translat": [3, 20, 55, 57], "qir": [3, 57, 60], "adapt": [3, 11, 18, 70], "openqasm2": 3, "openqasm": 3, "moduleid": [3, 57], "llvmdialectmodul": [3, 57], "source_filenam": [3, 57], "opaqu": [3, 32, 57], "__nvqpp__mlirgen__function_variable_qreg": 3, "_z13variable_qregv": 3, "local_unnamed_addr": [3, 57], "tail": [3, 57], "__quantum__rt__qubit_allocate_arrai": [3, 57], "i64": [3, 57], "__quantum__qis__mz": [3, 57], "9": [3, 4, 8, 9, 13, 14, 20, 24, 25, 57, 61, 63], "7": [3, 4, 5, 7, 8, 9, 11, 12, 13, 14, 18, 20, 24, 25, 27, 32, 38, 52, 57, 61, 63, 70], "__quantum__rt__qubit_release_arrai": [3, 57], "ret": [3, 57], "has_target": 3, "get_target": [3, 7, 37, 38, 48, 68], "rais": 3, "set_target": [3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 36, 37, 38, 39, 43, 45, 46, 48, 49, 52, 53, 60], "reset_target": 3, "initialize_cudaq": 3, "environ": [3, 4, 10, 14, 36, 37, 38, 44, 46, 49, 59, 61, 63, 68], "detect": [3, 43, 52, 61, 63, 67], "simulationprecis": 3, "underyl": 3, "properti": [3, 4, 6, 34], "noindex": 3, "infrastructur": [3, 18, 38, 59, 61, 70], "descript": [3, 37, 39, 60, 61, 63], "featur": [3, 4, 12, 18, 24, 61, 63, 67, 68, 70], "activ": [3, 8, 17, 38, 39, 61, 63, 68], "consist": [3, 4, 43], "physic": [3, 11, 19, 25, 32, 34, 36, 38, 39, 49, 55], "0101": [3, 54], "1010": [3, 54], "consol": [3, 37, 44, 61], "cupi": [3, 63], "gettensor": 3, "compris": 3, "tensori": 3, "mlirvalu": 3, "As": [3, 11, 19, 25, 26, 32, 38, 39, 41, 55, 56, 59], "hold": [3, 56], "__add__": 3, "runtimeerror": [3, 4], "new_valu": 3, "5": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 23, 24, 25, 27, 28, 31, 32, 37, 38, 39, 45, 46, 48, 49, 52, 53, 54, 56, 57, 61, 63, 65, 70], "__radd__": 3, "__sub__": 3, "__rsub__": 3, "__neg__": 3, "__mul__": 3, "__rmul__": 3, "__getitem__": 3, "you": [3, 4, 6, 12, 13, 14, 17, 18, 20, 36, 37, 39, 43, 45, 49, 50, 52, 53, 56, 57, 59, 60, 61, 63, 64, 65, 67, 68, 70], "complexmatrix": 3, "lowest": 3, "__eq__": 3, "togeth": [3, 13, 17, 39, 57, 68], "__iter__": 3, "through": [3, 4, 6, 8, 10, 20, 36, 41, 44, 46, 50, 53, 56, 60, 61, 63, 68], "chunk_count": 3, "d1": 3, "d2": [3, 48], "d3": 3, "receiv": [3, 20], "while": [3, 24, 42, 43, 49, 57, 61, 63, 67], "0j": [3, 7, 9, 11, 43], "get_qubit_count": 3, "get_term_count": [3, 16], "qubit_count": [3, 6, 8, 10, 11, 12, 15, 16, 38, 41, 43, 45, 46, 52, 54, 68], "term_count": [3, 52], "1650576554": 3, "ith": 3, "scipi": [3, 13, 14, 15, 16, 56], "csr_arrai": 3, "print_coeffici": 3, "termin": [3, 52, 63], "At": [3, 61, 63], "directli": [3, 19, 20, 25, 32, 34, 57, 63, 67, 68], "c_if": [3, 22], "dure": [3, 5, 10, 20, 36, 39, 61, 63, 67], "__len__": 3, "equival": [3, 11, 38, 39, 43], "metadata": [3, 15, 57], "experi": [3, 4, 13, 36, 49, 61, 63], "expectation_z": 3, "get_marginal_count": [3, 13], "marginal_indic": 3, "get_register_count": 3, "get_sequential_data": 3, "item": [3, 8, 13, 67], "frequent": 3, "proport": 3, "kick": [3, 38], "pattern": [3, 4, 19, 20, 24, 33, 57, 59], "sub_term": 3, "favor": 3, "get_spin": 3, "accessor": [3, 38], "optimizationresult": 3, "gradientdesc": 3, "initial_paramet": [3, 4, 5, 9, 11, 54, 56], "lower_bound": 3, "max_iter": [3, 4, 56], "maximum": [3, 4, 39], "requires_gradi": 3, "upper_bound": 3, "upper": 3, "neldermead": [3, 9, 11], "lbfg": [3, 20, 37, 56], "centraldiffer": [3, 56], "parameter_vector": [3, 4, 11, 37, 56], "loss": 3, "forwarddiffer": 3, "parametershift": 3, "krauschannel": [3, 10, 53], "__init__": [3, 4, 8, 24], "bitflipchannel": [3, 13, 53], "decoher": [3, 10, 53], "Its": [3, 32, 39, 55, 57], "vice": 3, "versa": 3, "180": [3, 53], "therefor": [3, 11, 12, 32, 57, 59], "phaseflipchannel": [3, 53], "untouch": 3, "depolarizationchannel": [3, 10, 53], "mixtur": 3, "decai": [3, 10, 53], "amplitudedampingchannel": [3, 53], "dissip": [3, 53], "energi": [3, 4, 15, 16, 20, 37, 48, 53, 56], "due": [3, 4, 10, 14, 15, 20, 39, 43, 53, 67], "interact": [3, 30, 53, 63], "ground": [3, 4, 15, 37, 53, 55, 56], "krausoper": [3, 53], "ki": 3, "dag": [3, 14, 29], "col_count": 3, "row_count": 3, "scatter": [3, 4], "concaten": 3, "arg2": 3, "tutori": [4, 11, 13, 63], "explor": [4, 52, 55, 63], "recent": 4, "research": [4, 37], "arxiv": 4, "paper": [4, 9, 54], "http": [4, 8, 11, 12, 14, 36, 38, 49, 61, 63], "org": [4, 61, 63], "pdf": [4, 14], "2402": 4, "01529": 4, "team": 4, "edinburgh": 4, "jointli": 4, "develop": [4, 17, 24, 25, 36, 37, 39, 47, 55, 59, 60, 61, 64, 68], "nvidia": [4, 5, 6, 7, 8, 9, 11, 12, 15, 16, 17, 18, 19, 25, 35, 39, 43, 45, 46, 48, 52, 60, 61, 63, 65, 68, 70], "author": 4, "better": [4, 11, 13, 37, 39, 61], "understand": [4, 13, 19, 63], "barrier": 4, "mit": 4, "licens": [4, 61, 63], "found": [4, 14, 18, 20, 23, 27, 36, 43, 60, 61, 63, 65, 66, 68, 70], "github": [4, 8, 11, 12, 18, 36, 39, 61, 63, 68, 70], "com": [4, 8, 11, 12, 36, 49, 61, 63], "boniface316": 4, "bigdata_vqa": 4, "unsupervis": 4, "learn": [4, 8, 11, 14, 18, 37, 42, 43, 67, 68, 70], "techniqu": [4, 39, 43], "aim": [4, 6, 11, 45], "group": [4, 32, 39], "similar": [4, 20, 38, 43, 61], "characterist": 4, "enhanc": 4, "find": [4, 6, 11, 13, 15, 17, 36, 37, 38, 55, 56, 57, 61, 63], "reliabl": [4, 67], "analysi": [4, 34, 57], "todai": 4, "sever": [4, 50, 53], "limit": [4, 38, 39, 43, 52, 67], "practic": [4, 6, 13, 53], "would": [4, 6, 11, 12, 34, 52, 55, 61, 63, 65, 67], "far": 4, "too": [4, 14, 46, 55], "mani": [4, 12, 27, 30, 38, 39, 43, 52, 68], "extend": [4, 12, 14, 17, 19, 66], "harrow": 4, "fewer": [4, 39], "walk": [4, 60, 61, 63], "approach": [4, 12, 13, 20, 24, 57], "emphas": 4, "util": [4, 8, 10, 20, 32, 37, 38, 39, 52, 57, 60], "bipartit": 4, "branch": [4, 18, 22, 61, 63, 70], "directori": [4, 59, 61, 63, 67], "tree": 4, "uncom": [4, 11, 61, 63], "line": [4, 11, 14, 36, 38, 39, 45, 49, 57, 60, 61, 63], "insid": [4, 38, 63], "skip": [4, 14, 61], "mkdir": [4, 60, 61, 64], "divisive_clustering_src": 4, "wget": [4, 61, 63], "p": [4, 7, 9, 10, 13, 53, 54, 61, 63], "githubusercont": 4, "doc": [4, 38], "sphinx": 4, "divisive_clust": 4, "py": [4, 16, 38, 39, 43, 44, 52, 56, 63, 68], "main_divisive_clust": 4, "instal": [4, 5, 8, 13, 14, 15, 16, 17, 18, 36, 39, 57, 59, 60, 64, 65, 67, 70], "packag": [4, 5, 6, 8, 13, 14, 16, 61, 63, 67, 68], "pip": [4, 5, 8, 13, 14, 15, 16, 38, 39, 61, 63, 68], "mpi4pi": [4, 39, 68], "6": [4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 23, 24, 25, 27, 28, 32, 36, 37, 38, 39, 48, 49, 56, 57, 63, 70], "networkx": 4, "panda": [4, 13], "scikit": [4, 8], "tqdm": 4, "66": [4, 9], "auxillari": [4, 45], "nx": 4, "pd": [4, 13], "matplotlib": [4, 5, 8, 9, 13, 14, 15, 16], "pyplot": [4, 5, 8, 9, 13, 14, 15, 16], "plt": [4, 5, 8, 9, 13, 14, 15, 16], "warn": [4, 14, 16, 36], "divisiveclust": 4, "dendrogram": 4, "voironi_tessal": 4, "filterwarn": 4, "below": [4, 5, 6, 8, 11, 12, 15, 20, 36, 37, 38, 39, 43, 49, 52, 54, 56, 57, 61, 63, 67, 68], "toggl": 4, "circuit_depth": 4, "75": [4, 12, 16], "max_shot": 4, "x_1": 4, "x_2": 4, "cdot": 4, "x_n": 4, "weight": [4, 9], "much": [4, 56, 60], "smaller": [4, 39], "w": [4, 29, 39, 49], "enough": 4, "reason": [4, 34], "conclus": 4, "There": [4, 20, 22, 36, 37, 38, 52, 63], "variou": [4, 18, 38, 41, 50, 53, 57, 60, 70], "build": [4, 5, 11, 13, 14, 15, 17, 18, 22, 27, 28, 40, 42, 43, 48, 54, 55, 56, 59, 60, 63, 64, 65, 67, 70], "machin": [4, 11, 19, 33, 36, 38, 49, 63], "1703": 4, "06476": 4, "algorithm": [4, 5, 11, 12, 15, 17, 19, 22, 24, 33, 34, 37, 38, 39, 43, 45, 47, 48, 51, 56, 63], "essenti": 4, "boil": 4, "down": [4, 38], "toler": 4, "constraint": [4, 13, 24, 25, 26, 39, 43, 49, 55], "priori": 4, "load": [4, 8, 20, 25, 36, 37, 49, 57, 59], "frame": 4, "imag": [4, 8, 11, 18, 49, 61, 68, 70], "black": [4, 6], "star": 4, "create_dataset": 4, "number_of_sampling_for_centroid": 4, "coreset_s": 4, "number_of_coresets_to_evalu": 4, "coreset_method": 4, "bfl2": 4, "coreset_vector": 4, "coreset_weight": 4, "get_best_coreset": 4, "coreset_df": 4, "datafram": [4, 13], "chr": 4, "65": [4, 11, 13], "028364": 4, "669787": 4, "234": [4, 13], "230716": 4, "167441": 4, "354792": 4, "101": [4, 12, 13, 23], "319288": 4, "b": [4, 20, 49], "022889": 4, "921443": 4, "125": [4, 20, 23, 28, 37, 38, 48, 56], "158339": 4, "706134": 4, "636852": 4, "13": [4, 8, 9, 11, 13, 15, 16, 52, 54, 56, 57, 63], "650774": 4, "998497": 4, "455847": 4, "116": 4, "758239": 4, "507918": 4, "630311": 4, "120": [4, 63], "727176": 4, "102508": 4, "297727": 4, "53": [4, 13, 14], "294127": 4, "722463": 4, "400433": 4, "77": [4, 13], "415840": 4, "425868": 4, "341136": 4, "42": [4, 8, 13, 15, 16], "847985": 4, "985373": 4, "063209": 4, "240": 4, "116237": 4, "label": [4, 8, 13, 57, 61, 68], "7eba00": 4, "color": [4, 11], "marker": 4, "xlabel": [4, 5, 8, 9, 15, 16], "ylabel": [4, 5, 8, 9, 15, 16], "titl": [4, 15, 16, 36, 56, 63, 68], "best": [4, 12, 61, 63], "legend": [4, 8], "In": [4, 6, 10, 11, 13, 14, 20, 24, 34, 36, 38, 39, 41, 43, 45, 48, 49, 50, 53, 56, 59, 60, 61, 67], "cast": [4, 16], "problem": [4, 11, 12, 15, 34, 42, 54], "routin": [4, 11, 20, 56], "graph": [4, 9, 11, 54], "edg": [4, 9, 11], "e_": 4, "ij": 4, "w_iw_jd_": 4, "d_": 4, "euclidean": 4, "distanc": [4, 13, 15], "coreset_to_graph": 4, "vqa": 4, "hamiltonian": [4, 5, 7, 8, 9, 10, 11, 15, 16, 23, 37, 38, 39, 43, 48, 54, 56], "src": [4, 36, 61], "motiv": [4, 33, 61], "cut": [4, 17, 54], "get_k2_hamiltonian": 4, "k2": 4, "layer": [4, 8, 11, 24, 54, 56], "r_z": 4, "r_y": 4, "cascad": 4, "benefit": [4, 18, 43, 68, 70], "get_vqe_circuit": 4, "number_of_qubit": 4, "theta_posit": 4, "rz": [4, 11, 14, 23, 27, 54], "visual": [4, 11, 17, 34, 47], "rand": [4, 45], "8904": 4, "7335": 4, "4343": 4, "2236": 4, "7937": 4, "9981": 4, "3945": 4, "q2": [4, 5, 12, 14], "696": 4, "3352": 4, "q3": [4, 14], "6658": 4, "05277": 4, "q4": 4, "791": 4, "003569": 4, "4119": 4, "3205": 4, "3504": 4, "3913": 4, "7392": 4, "3171": 4, "0008056": 4, "cde": 4, "proper": 4, "get_optim": 4, "addit": [4, 6, 12, 20, 37, 41, 42, 45, 52, 61, 67, 68], "initial_param": 4, "uniform": [4, 9, 11, 13, 20, 23, 43, 52, 54], "divisiveclusteringvqa": 4, "procedur": [4, 5, 15], "bipart": 4, "top": [4, 6, 13, 38, 60, 64], "pleas": [4, 14, 16, 18, 37, 38, 39, 49, 52, 59, 61, 63, 68, 70], "run_divisive_clust": 4, "get_counts_from_simul": 4, "cost": [4, 8, 9, 11, 15, 16, 17, 20, 37, 56], "our": [4, 5, 6, 10, 11, 14, 18, 34, 36, 41, 43, 45, 49, 50, 51, 52, 53, 56, 57, 61, 63, 64, 65, 68, 70], "obtain": [4, 13, 14, 15, 18, 37, 61, 70], "acceler": [4, 8, 17, 18, 37, 39, 43, 45, 46, 52, 60, 61, 63, 68, 70], "associ": [4, 11, 25, 38, 55], "corest": 4, "super": [4, 8], "coreset_vectors_df_for_iter": 4, "coreset_vectors_for_iteration_np": 4, "coreset_weights_for_iteration_np": 4, "_get_iteration_coreset_vectors_and_weight": 4, "metric": 4, "coreset_to_graph_metr": 4, "_get_best_bitstr": 4, "len": [4, 5, 7, 8, 9, 11, 12, 13, 16, 23, 32, 38, 43, 45, 49, 52, 68], "node": [4, 9, 11, 19, 38, 52, 61], "create_hamiltonian": 4, "optimizer_funct": 4, "create_circuit": 4, "objective_funct": [4, 56], "get_result": [4, 56], "optimal_paramet": [4, 9, 11, 37, 54], "mostli": 4, "previous": [4, 36, 63], "tot": 4, "he": 4, "threshold_for_max_cut": 4, "percent": 4, "advanc": [4, 56], "normal": [4, 8, 15, 16, 55], "get_divisive_sequ": 4, "analyz": [4, 59], "postprocess": 4, "hi": 4, "sourc": [4, 10, 11, 13, 18, 34, 39, 45, 53, 57, 60, 63, 64, 65, 68, 70], "12": [4, 8, 13, 14, 20, 37, 57, 61, 63], "normalize_vector": 4, "sort_by_descend": 4, "dist": [4, 13, 14, 67], "hierarchial_clustering_sequ": 4, "100": [4, 8, 10, 13, 16, 23, 46], "129": 4, "lt": 4, "12075": 4, "19it": 4, "35025": 4, "50it": 4, "18": [4, 7, 13, 57], "44254": 4, "09it": 4, "15827": 4, "56it": 4, "13617": 4, "87it": 4, "nice": 4, "earli": [4, 37, 63], "split": [4, 52], "mark": [4, 67], "least": [4, 11, 38, 61], "dendo": 4, "plot_dendrogram": 4, "plot_titl": 4, "plot": [4, 5, 8, 9, 13, 15, 16], "notic": [4, 11, 34, 45, 46, 52, 57, 64], "complic": [4, 28], "becom": [4, 13, 39, 48, 63, 64], "occasion": 4, "especi": 4, "partit": [4, 9, 11, 37, 38, 63], "puzzl": 4, "glanc": 4, "seem": [4, 46, 55, 63, 68], "natur": [4, 14, 39, 55], "look": [4, 14, 18, 34, 36, 38, 42, 43, 46, 48, 49, 50, 51, 52, 53, 56, 57, 61, 63, 70], "strai": 4, "belong": 4, "wrong": 4, "explan": 4, "stochast": [4, 20], "few": [4, 11], "were": [4, 45, 56, 63], "rememb": [4, 6], "pai": [4, 12], "penalti": [4, 9], "exclud": [4, 37, 43, 45, 61], "proxim": 4, "small": [4, 13, 39, 67], "less": [4, 53, 61], "impact": [4, 10, 53], "usual": [4, 61, 63, 67], "unusu": 4, "go": [4, 6, 14, 32, 38, 50, 61, 63], "origin": [4, 10, 34, 45, 56, 57], "14": [4, 7, 13, 37, 49, 57], "plot_hierarchial_split": 4, "hierarch": 4, "flat": [4, 38], "perpendicular": 4, "intersect": 4, "threshold": [4, 39], "height": 4, "want": [4, 7, 11, 13, 14, 34, 37, 38, 57, 60, 61, 63, 65, 68], "get_clusters_using_k": 4, "desir": [4, 30, 38, 43, 60, 61, 63, 65], "figur": [4, 6, 8, 12, 57], "15": [4, 13, 52, 56, 57, 61, 63], "threshold_height": 4, "get_clusters_using_height": 4, "red": [4, 13], "blue": 4, "green": [4, 11], "purpl": 4, "orang": 4, "yellow": 4, "color_threshold": 4, "plot_clust": 4, "16": [4, 13, 14, 37, 56, 57], "show_annot": 4, "get_voronoi_tessal": 4, "region": 4, "accord": 4, "centroid": 4, "tesslation_by_clust": 4, "complet": [4, 10, 20, 36, 61, 63, 67, 68], "plot_voironi": 4, "overli": 4, "17": [4, 8, 13, 57, 65], "vt": 4, "voironi": 4, "tessal": 4, "design": [4, 11, 17, 19, 38, 68], "flexibl": [4, 41, 61], "tool": [4, 13, 14, 18, 34, 57, 59, 61, 65, 67, 70], "done": [4, 14, 32, 44, 53, 61, 63], "get_qaoa_circuit": 4, "rx": [4, 5, 7, 8, 9, 11, 13, 14, 27, 31, 52, 54], "3527": 4, "19": [4, 7, 13, 37, 57], "20": [4, 7, 13, 26, 32, 56, 57, 65, 68], "484": 4, "12163": 4, "89it": 4, "52703": 4, "30it": 4, "48": 4, "31987": 4, "07it": 4, "36393": 4, "37957": 4, "42473": 4, "96it": 4, "quickli": [4, 20, 63], "encount": [4, 37, 39, 49, 61, 63, 68], "challeng": 4, "port": [4, 38, 63], "hpc": [4, 18, 63, 70], "becam": 4, "massiv": 4, "25": [4, 8, 12, 13, 23, 37, 38, 39, 43, 52, 63], "present": [4, 11, 13, 43, 46, 61, 64], "compar": [4, 42, 43, 45, 46, 63, 68], "your": [4, 14, 17, 20, 36, 37, 38, 39, 40, 45, 48, 49, 52, 53, 56, 60, 61, 63, 67], "100000": [4, 7, 52], "try": [4, 12, 14, 52, 63], "slightli": [4, 56], "qpp": [4, 8, 9, 11, 12, 16, 35, 37, 39, 43, 52, 57, 60, 63, 68], "python3": [4, 14, 38, 39, 43, 44, 52, 61, 63, 68], "751": 4, "3460": 4, "26it": 4, "42771": 4, "74it": 4, "4064": 4, "6862": 4, "37it": 4, "56871": 4, "92it": 4, "44979": 4, "13it": 4, "128": [4, 8, 57], "19366": 4, "94it": 4, "53773": 4, "54648": 4, "91it": 4, "51941": 4, "85it": 4, "56111": 4, "461": 4, "866833317": 4, "spent": 4, "452308367999706": 4, "oner": 4, "feel": 4, "free": [4, 5, 11, 20, 22, 23, 24, 25, 27, 29, 31, 36, 37, 41, 50, 54, 56, 57, 60, 63], "interrupt": 4, "patienc": 4, "worn": 4, "still": [4, 24, 34, 43, 49, 53, 55, 63, 67], "easili": [4, 11, 43, 45, 46, 56, 61, 63, 67], "27": [4, 13, 43], "7352": 4, "03": [4, 37], "2063": 4, "82it": 4, "16492": 4, "4739": 4, "44it": 4, "256": [4, 8], "15185": 4, "58it": 4, "64": [4, 8, 38, 39, 57, 61, 63], "23728": 4, "05it": 4, "15437": 4, "97it": 4, "50840": 4, "32": [4, 8, 13, 36, 39, 57, 63], "33562": 4, "54120": 4, "54560": 4, "55924": 4, "42717": 4, "29it": 4, "55007": 4, "27it": 4, "53601": 4, "33it": 4, "47127": 4, "01it": 4, "67": 4, "61674502899999": 4, "21": [4, 7, 13, 57], "439895901": 4, "push": [4, 67], "34": [4, 13], "a100": 4, "yourself": [4, 61], "28": [4, 8, 13, 14, 16, 18, 38, 46, 61, 63, 68, 70], "nlopt": [4, 57], "failur": [4, 67], "To": [4, 10, 11, 12, 13, 20, 24, 27, 32, 36, 37, 38, 39, 42, 43, 46, 48, 49, 50, 53, 57, 59, 60, 61, 63, 64, 65, 67, 68], "pool": [4, 37, 52], "finish": [4, 43, 57], "fail": [4, 39, 59, 63, 67], "immedi": [4, 38, 60], "issu": [4, 20, 39, 61, 63, 67], "30": [4, 8, 13, 38, 45, 52], "mgpu": [4, 12, 35, 37, 38, 39, 52], "gpu_count": 4, "smi": [4, 61, 63], "l": [4, 20, 57, 65, 67], "wc": 4, "mpirun": [4, 38, 39, 52], "Not": [4, 24, 37, 63], "hybrid": [5, 17, 56, 64, 68], "involv": [5, 39, 52, 57, 67], "bloch": [5, 14], "ket": [5, 6, 7, 12, 14, 43, 55], "workflow": [5, 8, 17, 20, 47, 57, 61, 64], "intial": 5, "statevector": [5, 12, 52, 55, 68], "bra": [5, 7, 43], "cost_valu": [5, 9], "expectation_valu": [5, 48], "demonstr": [5, 6, 12, 15, 19, 20, 22, 38, 43, 46, 51, 57], "initial_cost_valu": 5, "suit": [5, 56, 63], "alogrithm": 5, "decreas": [5, 45], "x_valu": [5, 9], "y_valu": [5, 9], "epoch": [5, 8, 9, 15, 16], "text": [5, 6, 12, 13], "39": [5, 9, 13, 14, 16], "longrightarrow": 6, "balanc": 6, "regardless": [6, 67], "ouput": 6, "question": 6, "answer": [6, 12], "solv": [6, 7, 11, 12, 42], "treat": [6, 38], "snippet": [6, 37, 38, 48, 57, 63], "box": [6, 10, 67], "don": [6, 12, 18, 20, 37, 70], "access": [6, 12, 18, 20, 25, 36, 37, 46, 50, 51, 52, 55, 60, 70], "elif": 6, "That": [6, 20, 68], "twice": 6, "claim": 6, "evalul": 6, "advantag": [6, 63], "symbol": [6, 61, 67], "OR": [6, 49], "rule": 6, "modulo": 6, "oplus5": 6, "_": [6, 8, 13, 14, 45], "8_": 6, "oplus4": 6, "9_": 6, "quick": [6, 17, 36, 65], "suppos": [6, 64], "yield": [6, 55, 68], "sequenc": [6, 11, 34, 42], "u_f": 6, "align": [6, 12, 57, 67], "remark": 6, "becaus": [6, 34, 39, 45, 49, 61, 63, 68], "overlin": 6, "bar": [6, 11, 12, 13, 14], "denot": [6, 12, 24, 26], "prove": [6, 55], "shall": [6, 7, 55], "tfrac": [6, 55], "summari": 6, "unchang": [6, 10, 57], "simultan": [6, 37], "mechan": [6, 20, 22, 28, 32, 34, 38, 44, 55, 59], "exploit": [6, 39], "abil": [6, 25, 46, 57], "neq": 6, "diagram": [6, 11, 12, 36, 49], "psi_0": 6, "tag": [6, 12, 61, 63], "psi_1": 6, "h_1h_0": 6, "frac": [6, 7, 11, 12, 13], "psi_2": 6, "drop": 6, "further": [6, 27, 34, 41, 43, 57, 60, 68], "psi_": 6, "pm": 6, "fx": 6, "shown": [6, 38, 39], "qubit_0": [6, 11], "quantiti": 7, "u_": 7, "qquad": 7, "x_1x_2": 7, "fact": [7, 12, 34, 67], "dagger": [7, 10, 29, 55], "simpl": [7, 10, 22, 25, 37, 38, 41, 43, 48, 49, 50, 53, 56, 57, 59, 63, 64, 68], "re": [7, 13, 20, 34, 50, 52, 53, 61, 63], "right": [7, 11, 12], "functool": [7, 13], "qubit_num": [7, 9, 16], "num": 7, "psi_stat": 7, "phi_stat": 7, "ham": [7, 9], "ham_matrix": 7, "exp_val": [7, 8, 15, 16, 38, 48], "dot": [7, 11, 13], "conj": 7, "707107": 7, "7071067690849304": 7, "u_psi": 7, "u_phi": 7, "ham_cir": 7, "mean_val": 7, "qc": [7, 36], "85356": 7, "14644": 7, "70712": 7, "0015811092713661505": 7, "mqpu": [7, 35, 39, 43, 48, 52], "qpu_count": [7, 38], "i_result": 7, "63807": 7, "36193": 7, "27614": 7, "0021491238917289066": 7, "49929": 7, "50071": 7, "00142": 7, "0022360657230949183": 7, "50041": 7, "49959": 7, "00082": 7, "0022360672257336093": 7, "50276": 7, "49724": 7, "00552": 7, "0022360339102974265": 7, "my_mat": 7, "dtype": [7, 10, 13, 53], "k": [7, 9, 12, 24, 56], "linalg": [7, 13], "eigh": 7, "eigen": [7, 23, 60], "00551752": 7, "27614248": 7, "00303004": 7, "99999541": 7, "highlight": 8, "pytorch": 8, "maximis": 8, "classif": 8, "mnist": 8, "dataset": 8, "classifi": 8, "hand": [8, 37, 38, 39, 63, 67], "written": [8, 13, 20, 55, 56, 61, 65], "digit": 8, "torch": 8, "torchvis": 8, "autograd": 8, "nn": 8, "sklearn": 8, "model_select": 8, "train_test_split": 8, "manual_se": 8, "22": [8, 13, 14, 43, 57, 61, 63], "44": [8, 13], "prepare_data": 8, "target_digit": 8, "sample_count": [8, 52], "test_siz": 8, "percentag": 8, "remaind": [8, 11], "train": 8, "totensor": 8, "1307": 8, "3081": 8, "download": [8, 14, 61, 63, 68], "filter": 8, "datapoint": 8, "subset_indic": 8, "randperm": 8, "unsqueez": 8, "relabel": 8, "min": [8, 49], "x_train": 8, "x_test": 8, "y_train": 8, "y_test": 8, "shuffl": 8, "random_st": 8, "classification_threshold": 8, "boundari": 8, "accuraci": [8, 39], "parmet": 8, "shift": [8, 37, 63], "magnitud": 8, "visualis": 8, "sample_to_plot": 8, "grid_img": 8, "make_grid": 8, "pad": 8, "imshow": 8, "permut": 8, "quantumfunct": 8, "finit": 8, "theta_v": 8, "excetut": 8, "live": 8, "tolist": 8, "shape": [8, 16, 52], "staticmethod": 8, "quantum_circuit": 8, "backward": [8, 26], "reshap": 8, "save_for_backward": 8, "grad_output": 8, "saved_tensor": 8, "thetas_plu": 8, "exp_vals_plu": 8, "thetas_minu": 8, "exp_vals_minu": 8, "mul": 8, "quantumlay": 8, "adher": [8, 24, 26, 32, 55, 60], "hybrid_qnn": 8, "fc1": 8, "fc2": 8, "dropout": 8, "fc3": 8, "fc4": 8, "fc5": 8, "feed": [8, 11], "view": [8, 25, 63, 69], "relu": 8, "fed": 8, "sigmoid": 8, "accuracy_scor": 8, "y_hat": 8, "hybrid_model": 8, "adadelta": 8, "lr": [8, 57], "001": [8, 12, 13, 63], "weight_decai": 8, "loss_funct": 8, "bceloss": 8, "training_cost": 8, "testing_cost": 8, "training_accuraci": 8, "testing_accuraci": 8, "zero_grad": 8, "y_hat_train": 8, "train_cost": 8, "eval": 8, "no_grad": 8, "y_hat_test": 8, "test_cost": 8, "figsiz": [8, 13], "subplot": [8, 13], "tight_layout": 8, "__version__": [8, 11, 12], "latest": [8, 11, 12, 18, 38, 61, 63, 70], "a726804916fd397408cbf595ce6fe5f33dcd8b4c": [8, 11, 12], "cliqu": 9, "non_edg": 9, "6686": 9, "1453": 9, "num_lay": 9, "expens": 9, "6886": 9, "1091": 9, "0770": 9, "ham_cliqu": 9, "spin_ham": [9, 16], "wt": 9, "zip": [9, 61], "term_coeffici": 9, "term_word": 9, "dc_qaoa": 9, "coef": 9, "pauli_word": [9, 38], "exp_pauli": 9, "iiziiz": 9, "ziizii": 9, "1657": 9, "iziiii": 9, "iziizi": 9, "42735": 9, "iiizii": 9, "2791499999999996": 9, "iiiiii": 9, "iiziii": 9, "iiiiiz": 9, "ziiiii": 9, "iiiizi": 9, "21810696323572243": [9, 11], "20613464375211488": [9, 11], "2546877639814583": [9, 11], "3657985647468064": [9, 11], "37118004688049144": 9, "03656087558321203": 9, "08564174998504231": 9, "21639801853794682": 9, "11122286088634259": 9, "1743727097033635": 9, "36518146001762486": 9, "15829741539542244": 9, "3467434780387345": 9, "28043500852894776": 9, "09986021299050934": 9, "14125225086023052": 9, "19141728018199775": 9, "11970943368650361": 9, "3853063093646483": 9, "1112643868789806": 9, "3527177454825464": 9, "22156160012057186": 9, "1418496891385843": 9, "32811766468303116": 9, "367642000671186": 9, "34158180583996006": 9, "10196745745501312": 9, "29359239180502594": 9, "3858537615546677": 9, "19366130907065582": 9, "24570488114056754": 9, "3332307385378807": 9, "12287973244618389": 9, "007274514934614895": 9, "015799547372526146": 9, "3578070967202224": 9, "39268963055535144": 9, "19872246354138554": 9, "16668715544467982": 9, "13777293592446055": 9, "17514665212709513": 9, "15350249947988204": 9, "32872977428061945": 9, "20068831419712105": 9, "032919322131134854": 9, "19399909325771983": 9, "09477141125241506": 9, "08210460401106645": 9, "21392577760158515": 9, "3393568044538389": 9, "14615087942938465": 9, "03790339186006314": 9, "2843250892879255": 9, "3151384847055956": 9, "19983741137121905": 9, "27348611567665115": 9, "33457528180906904": 9, "14145414847455462": 9, "20604220093940323": 9, "05410235084309195": 9, "04447870918600966": 9, "3355714098595045": 9, "266806440171265": 9, "07436189654442632": 9, "2789176729721685": 9, "2427508182662484": 9, "optimal_expect": [9, 11, 54], "0057970170760537": 9, "0617900450255213": 9, "008832997414504553": 9, "5446745231437978": 9, "9170743966952536": 9, "5684145055308018": 9, "45653992738579674": 9, "48765328828009236": 9, "08690545932812363": 9, "4396413285058074": 9, "18459993158979182": 9, "309747594917737": 9, "2588385005776594": 9, "834255663515425": 9, "674712608431175": 9, "40174553656823186": 9, "1936475123928361": 9, "11292461472367524": 9, "40520422214477836": 9, "5249647407525035": 9, "8276837818165452": 9, "2945660883282474": 9, "8060498989662159": 9, "08051672267342141": 9, "016438756265571293": 9, "5245041151262497": 9, "4087477995498743": 9, "24688680789607903": 9, "1121838066265077": 9, "1445970943333728": 9, "22281558391261153": 9, "29034932090910637": 9, "0492037973620043": 9, "2734013684834806": 9, "5265417924961102": 9, "5099056677967553": 9, "8636684922225737": 9, "6164906874232119": 9, "42851259141848624": 9, "09675272347583658": 9, "05697275350531247": 9, "7102412317670379": 9, "11174687408874051": 9, "32505750242276577": 9, "4397450017834574": 9, "023604090020531092": 9, "072436348972407": 9, "38357054930488194": 9, "13613334013073858": 9, "10505045798768743": 9, "0359359294549595": 9, "24377425227508304": 9, "10609870738840588": 9, "2073332743736556": 9, "07232539343493427": 9, "6190529241716675": 9, "03799182564866846": 9, "17548654124993912": 9, "5257077568577536": 9, "23376653076971432": 9, "3391308272563698": 9, "4193139961661264": 9, "02390444901420668": 9, "2521154835623746": 9, "1843328649807838": 9, "6609672889772077": 9, "2612231428844001": 9, "200000": 9, "mvwcp": 9, "altern": [9, 11, 36, 46, 49, 51, 54, 56, 61, 63, 68], "111000": 9, "character": [10, 13], "coher": [10, 24], "incoher": 10, "aris": 10, "commonli": [10, 61, 63], "systemat": 10, "miscalibr": 10, "epsilon": 10, "entangl": [10, 14, 25, 37, 41, 49, 56], "lead": [10, 11], "mix": [10, 49, 53], "emploi": 10, "formal": 10, "posit": [10, 11, 13, 27, 39], "preserv": 10, "k_i": 10, "satisfi": [10, 14, 32, 49, 61], "sum_": [10, 11, 12, 28, 55], "mathbb": [10, 11, 55], "k_0": 10, "pmatrix": 10, "k_1": 10, "ideal": [10, 37, 49], "noiseless": 10, "ideal_count": 10, "choos": [10, 43, 63], "error_prob": 10, "kraus_0": [10, 53], "complex128": [10, 53], "kraus_1": [10, 53], "bitflip_channel": 10, "0th": 10, "bitflip": [10, 13], "longer": [10, 46, 61], "uniformli": 10, "noisy_count": [10, 53], "850": 10, "88": 10, "56": 10, "noisy_result": [10, 53], "8666666666666666": 10, "farhi": 11, "et": 11, "al": 11, "introduc": [11, 20], "dive": [11, 14, 63], "ll": [11, 12, 50, 56, 57, 60, 64], "maxim": [11, 37, 39, 41, 49, 52], "although": [11, 55], "rel": [11, 39], "easi": [11, 53, 65], "vertic": [11, 14], "hard": 11, "wide": [11, 34, 57, 67], "statist": [11, 20, 23, 43, 55], "among": [11, 38], "furthermor": [11, 18, 70], "wider": [11, 38], "portfolio": 11, "shop": 11, "schedul": [11, 43], "vertex": 11, "subseteq": 11, "interchang": [11, 39], "undirect": 11, "v_0": 11, "v_1": 11, "exactli": 11, "bigcup": 11, "bigcap": 11, "emptyset": 11, "illustr": [11, 20, 36, 38, 47, 49, 50, 53, 54], "disjoint": 11, "grai": 11, "depict": [11, 14], "distinct": [11, 14, 34], "substack": 11, "sometim": 11, "01100": [11, 38], "01011": 11, "v1": [11, 36, 54], "v2": [11, 54], "v0": [11, 54], "v3": [11, 54, 61, 63], "v4": [11, 63], "solut": 11, "10100": 11, "01010": 11, "10101": 11, "edges_src": 11, "edges_tgt": 11, "algortihm": 11, "particular": [11, 14, 36, 63, 67], "hamilitonian": 11, "distinguish": [11, 34], "block": [11, 29, 56], "mixer": [11, 54], "deeper": [11, 14], "layer_count": [11, 54], "qaoaproblem": 11, "alpha": [11, 55], "subcircuit": [11, 42], "kernel_qaoa": [11, 54], "restrict": [11, 38], "plaehold": 11, "And": [11, 34], "place": [11, 38, 41, 43, 45, 53], "compon": [11, 61, 63, 67, 68], "qubitu": 11, "qubitv": 11, "mention": 11, "earlier": [11, 43], "z_v": 11, "vale": 11, "arbirtrari": 11, "formula": 11, "z_uz_v": 11, "minimum": [11, 15, 37], "refram": 11, "promot": [11, 17, 68], "equat": [11, 12], "replac": [11, 36, 37, 56, 57, 59, 61, 63], "reformul": 11, "ii": 11, "hamiltonian_max_cut": 11, "inititi": 11, "param": [11, 23, 24, 27, 37, 52, 54, 56], "comment": [11, 45], "iiziz": 11, "izzii": 11, "iiiii": 11, "zziii": 11, "iiizz": 11, "iizzi": 11, "ziizi": 11, "495973826282007": 11, "51349181993727": 11, "21299416361632417": 11, "3250526425808945": 11, "886630847343767": 11, "outcom": 11, "max_cut": 11, "11111": 11, "11110": 11, "01101": 11, "148": 11, "01110": 11, "47": [11, 13, 14], "01000": 11, "00110": 11, "54": [11, 13], "165": 11, "00101": 11, "154": 11, "00100": 11, "01001": 11, "41": 11, "00000": 11, "00011": 11, "10011": [11, 38], "00010": 11, "01111": 11, "11011": 11, "00111": 11, "11100": 11, "10001": 11, "10010": 11, "144": [11, 13], "10110": 11, "40": [11, 13, 15, 52], "10000": [11, 36, 43, 49, 52], "10111": 11, "11000": 11, "11101": 11, "11001": 11, "11010": 11, "aid": [12, 19], "area": [12, 38], "signal": [12, 25], "compress": 12, "quantiz": 12, "qft": 12, "ingredi": 12, "shor": 12, "exponenti": [12, 13, 28, 52], "faster": [12, 39], "factor": [12, 13], "prime": 12, "plai": 12, "vital": 12, "role": 12, "interest": [12, 15, 16, 48, 50], "idea": 12, "frequenc": 12, "domain": 12, "easier": [12, 20, 57, 60], "analogi": 12, "ixi": 12, "rangl": [12, 13, 20, 68], "summar": [12, 63], "hadamard": [12, 17, 22, 27, 32, 34, 45, 50, 53, 55, 59], "5i": 12, "010": [12, 13], "35": [12, 13, 16], "0i": 12, "25i": 12, "35i": 12, "r_k": 12, "bmatrix": [12, 13, 55], "ciruit": 12, "quantum_fourier_transform": 12, "input_st": [12, 36, 49], "cr1": [12, 23], "zeroth": 12, "decim": 12, "round": [12, 23, 56], "r1": [12, 14, 23, 27, 34], "571": 12, "7854": 12, "25j": 12, "35j": 12, "verifi": [12, 55], "continu": [12, 43, 49, 57], "seri": [12, 36, 49], "henc": [12, 34, 38, 43, 52, 55, 61, 63, 67], "fast": [12, 25, 39, 42], "n2": 12, "why": 12, "life": [12, 37], "li": [12, 57], "One": [12, 20, 34, 38, 39, 44, 48], "invert": 12, "revers": [12, 31], "quantum_fourier_transform2": 12, "attent": 12, "definit": [12, 20, 22, 24, 53, 60], "unitari": [12, 15, 23, 27, 34, 51, 54, 55], "inverse_qft": 12, "verification_exampl": 12, "caus": 13, "imperfect": 13, "properli": [13, 43, 61, 67], "squar": [13, 32, 55], "tell": [13, 55], "independ": [13, 20, 25, 38, 39, 61], "estim": [13, 15, 43], "pseudoinvers": 13, "noisi": [13, 17, 47], "p_": 13, "adjust": [13, 39, 61, 67], "quasi": 13, "combin": [13, 17, 42, 43, 55, 66, 67], "correl": 13, "affect": [13, 39, 53, 60], "impract": 13, "seaborn": 13, "sn": 13, "itertool": 13, "union": 13, "set_styl": 13, "dark": 13, "prob": 13, "principl": 13, "yet": [13, 18, 38, 63, 70], "get_nois": 13, "n_qubit": [13, 23, 54, 56], "isinst": 13, "bit_flip": [13, 53], "help": [13, 14, 44, 63], "state_label": 13, "ghz": [13, 37, 41, 43, 46, 49, 50, 52, 57, 64], "ghz_kernel": 13, "plot_cmat": 13, "mat": 13, "fig": 13, "ax": 13, "im2": 13, "matshow": 13, "cmap": 13, "cm": 13, "vmin": 13, "vmax": 13, "set_ytick": 13, "arang": 13, "set_xtick": 13, "set_yticklabel": 13, "set_xticklabel": 13, "set_titl": 13, "fontsiz": 13, "set_xlabel": 13, "xaxi": 13, "set_label_posit": 13, "set_ylabel": 13, "colorbar": 13, "closest": 13, "min_": 13, "rm": [13, 61, 63], "_1": 13, "find_closest_distribut": 13, "empirical_dist": 13, "empir": 13, "l1": 13, "ord": 13, "con": 13, "ineq": 13, "fun": [13, 16], "eq": [13, 57], "bnd": 13, "initial_valu": 13, "slsqp": 13, "maxit": [13, 15, 16], "get_counts_from_distribut": 13, "drawn": 13, "choic": [13, 39], "return_count": 13, "1024": [13, 46], "join": [13, 45], "noise_1": 13, "ghz_result": 13, "noisy_dict_1": 13, "dict": 13, "noisy_res_1": 13, "352": 13, "43": 13, "367": 13, "011": [13, 23], "61": 13, "110": 13, "low": [13, 27, 52], "noise_2": 13, "noisy_dict_2": 13, "noisy_res_2": 13, "149816047538945": 13, "3802857225639665": 13, "292797576724562": 13, "212": 13, "122": 13, "189": 13, "87": 13, "78": 13, "131": 13, "94": 13, "a_1": 13, "otim": 13, "single_qubit_label": 13, "single_qubit_st": 13, "924": 13, "104": 13, "920": 13, "true_stat": 13, "observed_st": 13, "90234375": 13, "1015625": 13, "09765625": 13, "8984375": 13, "joint": [13, 49], "a_pinv": 13, "pinv": 13, "positive_dist": 13, "ncorrect": [13, 23], "neg": [13, 27, 39], "476": 13, "501": [13, 20], "mitigated_sg": 13, "kind": [13, 43], "bar_label": 13, "assumpt": 13, "special": [13, 24, 29, 57, 65], "a_n": 13, "local_label": 13, "local_st": 13, "388": 13, "235": 13, "174": 13, "79": [13, 37], "58": 13, "23": 13, "38": [13, 61, 63], "370": 13, "60": [13, 63], "107": 13, "224": 13, "162": 13, "marginalized_count": 13, "total_shot": 13, "marginal_ct": 13, "85546875": 13, "15722656": 13, "14453125": 13, "84277344": 13, "6328125": 13, "38476562": 13, "3671875": 13, "61523438": 13, "70800781": 13, "32226562": 13, "29199219": 13, "67773438": 13, "pinv_confusion_matric": 13, "a_joint": 13, "559": 13, "26": [13, 14, 16, 37], "510": [13, 52], "521": 13, "446": 13, "mitigated_k_loc": 13, "accur": 13, "scale": [13, 27, 39, 52, 55], "248": 13, "159": 13, "83": 13, "68": 13, "161": 13, "93": 13, "46": 13, "363": 13, "253": 13, "76": 13, "378": 13, "150": [13, 55], "36": [13, 52, 56], "74": 13, "106": 13, "145": 13, "251": 13, "386": 13, "99": 13, "29": [13, 38], "229": 13, "247": 13, "70": 13, "163": 13, "371": 13, "95": 13, "157": 13, "233": 13, "85": [13, 52], "396": 13, "31": [13, 37, 52], "393": 13, "160": 13, "a_ful": 13, "24": [13, 14, 60, 64], "09734490298929": 13, "714": 13, "211": 13, "152": 13, "49": 13, "63": 13, "422": 13, "683": 13, "302": 13, "mitigated_ful": 13, "cue": 14, "sens": [14, 57], "evolut": [14, 23, 25, 34, 60], "mayb": 14, "dimension": [14, 32], "forc": [14, 15, 38, 67], "2d": 14, "cartesian": 14, "coordin": 14, "3d": 14, "sphere": 14, "showcas": 14, "render": 14, "qutip": 14, "sure": [14, 38, 61, 63, 65, 68], "restart": 14, "jupyt": [14, 63], "notebook": 14, "menu": 14, "vscode": [14, 63], "click": [14, 63], "button": 14, "toolbar": 14, "shell": [14, 61, 63, 68], "misunderstand": 14, "qualifi": 14, "bash": [14, 37, 61, 63, 68], "pipe": [14, 57], "sy": [14, 43, 68], "importerror": 14, "nnew": 14, "gt": 14, "post1": 14, "cp310": 14, "manylinux_2_17_x86_64": 14, "manylinux2014_x86_64": 14, "whl": [14, 61], "mb": 14, "69": 14, "eta": 14, "usr": [14, 57, 61, 63, 67], "lib": [14, 57, 59, 60, 61, 63, 64, 67, 68], "dateutil": 14, "post0": 14, "cycler": 14, "kiwisolv": 14, "fonttool": 14, "pypars": 14, "contourpi": 14, "pillow": 14, "six": 14, "successfulli": [14, 53], "root": [14, 61, 63], "broken": 14, "permiss": [14, 61, 63], "conflict": [14, 61], "behaviour": 14, "recommend": [14, 20, 61, 63, 68], "pypa": 14, "io": [14, 63], "venv": 14, "retri": 14, "subsequ": [14, 20, 25, 28, 30, 61, 63], "cell": 14, "instanti": [14, 20, 25, 31, 32, 37, 38, 54, 67], "add_to_bloch_spher": 14, "rng": 14, "default_rng": [14, 52], "blochspherelist": 14, "anglelist": 14, "sph": 14, "displai": [14, 19], "side": [14, 34, 63], "accordingli": [14, 39, 67], "space": [14, 17, 25, 32, 38, 49], "absolut": [14, 32, 57], "had": 14, "toolbox": 14, "blochspher": 14, "unfortun": 14, "handi": 14, "power": [14, 18, 37, 39, 52, 70], "kernel_to_draw": 14, "14159": 14, "tdg": [14, 27], "142": 14, "documentclass": 14, "usepackag": 14, "quantikz": 14, "lstick": 14, "q_0": 14, "amp": 14, "r_1": 14, "qw": 14, "q_1": 14, "targx": 14, "q_2": 14, "q_3": 14, "editor": 14, "export": [14, 36, 37, 38, 60, 61, 68], "molecular": [15, 17], "preprocess": 15, "h_2": 15, "molecul": [15, 17], "hartre": 15, "fock": 15, "uccsd": 15, "openfermionpyscf": [15, 16], "chain": [15, 34], "hydrogen": [15, 56], "atom": [15, 16, 55, 56], "seper": 15, "along": [15, 20, 36, 37, 39, 43, 67], "fix": [15, 39], "interv": 15, "bond": 15, "interatom": 15, "electrostat": 15, "electron": [15, 16], "proton": 15, "shield": 15, "neutron": 15, "chemic": 15, "minimis": 15, "stabl": [15, 63], "hydrogen_count": 15, "angstrom": 15, "bond_dist": 15, "7474": 15, "geometri": [15, 16], "chemistri": 15, "create_molecular_hamiltonian": 15, "sto": 15, "3g": 15, "electron_count": [15, 16], "n_electron": 15, "n_orbit": 15, "coupl": [15, 25, 39, 49, 63], "cluster": [15, 17, 38, 39], "uccsd_num_paramet": [15, 16], "builtin": [15, 57], "1371744305855906": 15, "popular": [15, 63], "callback": [15, 16], "xk": [15, 16], "x0": [15, 16, 20], "pyscf": 16, "openfermion": 16, "gto": 16, "scf": 16, "mcscf": 16, "cc": [16, 34, 57, 61], "1173": 16, "4691": 16, "7570": 16, "mol": 16, "charg": 16, "631g": 16, "myhf": 16, "rhf": 16, "max_cycl": 16, "nelec": 16, "nelectron": 16, "norb": 16, "mo_coeff": 16, "orbit": 16, "norb_ca": 16, "nele_ca": 16, "mycasci": 16, "casci": 16, "ncore": 16, "occupi": [16, 38], "frozen": 16, "mycc": 16, "e_tot": 16, "converg": 16, "9839755372789": 16, "98508980454675": 16, "e_corr": 16, "001114267267875617": 16, "jordan_wign": 16, "get_fermion_oper": 16, "timeit": [16, 43, 52], "run_pyscf": 16, "moleculardata": 16, "molecular_hamiltonian": 16, "get_molecular_hamiltonian": 16, "occupied_indic": 16, "active_indic": 16, "fermion_hamiltonian": 16, "qubit_hamiltonian": 16, "electron_num": 16, "start_tim": 16, "default_tim": 16, "300": 16, "end_tim": 16, "elaps": 16, "tmp": [16, 61], "ipykernel_23147": 16, "4290935201": 16, "complexwarn": 16, "discard": [16, 20], "98415928173183": 16, "105": 16, "929891359000067": 16, "welcom": [17, 37, 50, 63], "page": [17, 43, 48, 50, 61, 63, 68], "streamlin": [17, 68], "scalabl": [17, 37, 68], "offer": [17, 37, 68], "unifi": [17, 35, 68], "brows": 17, "amd64": [17, 18, 70], "pr": 17, "2053": 17, "releas": [17, 35, 38, 39, 57, 63, 68, 70], "toolchain": [17, 33, 36, 43, 57, 63, 64, 65, 66, 68], "heterogen": [17, 19, 42, 61], "troubleshoot": [17, 40], "introduct": [17, 33, 47, 65, 68], "synthesi": [17, 19, 22, 28, 32, 33, 47, 57], "bernstein": [17, 47, 63], "vazirani": [17, 47, 63], "eigensolv": [17, 47], "cuquantum": [17, 39, 47, 52, 60, 61], "deutsch": 17, "fourier": [17, 23], "qaoa": [17, 54], "neural": 17, "network": [17, 18, 36, 37, 38, 46, 49, 60, 63, 70], "dock": 17, "dc": 17, "readout": 17, "mitig": 17, "water": 17, "divis": 17, "With": [17, 18, 38, 43, 53, 57, 64, 70], "coreset": 17, "cloud": [17, 18, 35, 36, 49, 70], "processor": [17, 18, 20, 25, 35, 43, 63, 67, 68, 70], "center": [17, 62, 63], "integr": [17, 19, 25, 32, 36, 38, 63, 64], "downstream": [17, 60, 64, 66], "cmake": [17, 59, 60, 66], "ir": [17, 22, 44, 58, 59, 60], "repositori": [18, 59, 60, 61, 63, 70], "docker": [18, 61, 68, 70], "nightli": [18, 63, 70], "greatli": [18, 70], "increas": [18, 39, 43, 52, 63, 68, 70], "frontend": [18, 70], "blog": [18, 70], "setup": [18, 39, 49, 63, 70], "wheel": [18, 38, 39, 61, 70], "improv": [18, 39, 52, 63, 70], "scenario": [18, 51, 63, 70], "ve": [18, 50, 65, 70], "workload": [18, 38, 63, 70], "gnu": [18, 57, 61, 63, 67, 70], "guid": [18, 36, 61, 63, 65, 68, 70], "older": [18, 61, 63, 70], "glibc": [18, 61, 63, 70], "oqc": [18, 35, 70], "iqm": [18, 35, 70], "publish": [18, 63, 70], "experiment": [18, 63, 70], "arm": [18, 61, 63, 68, 70], "aarch64": [18, 68, 70], "pypi": [18, 61, 68, 70], "quantinuum": [18, 35, 70], "ionq": [18, 35, 70], "linux": [18, 57, 61, 63, 70], "concept": [19, 20, 24, 26], "bind": [19, 22, 24, 27, 61], "coprocess": 19, "annot": [19, 24, 41, 50], "aspect": [19, 20, 39, 67], "core": [19, 20, 39, 52, 57], "higher": 19, "namespac": [19, 20, 22, 23, 24, 27, 28, 30, 32, 33, 37, 38, 43, 48, 54, 59, 60, 65, 67], "philosophi": 20, "stand": 20, "alon": 20, "adaptor": 20, "post": [20, 36, 63], "returntyp": 20, "hasvoidreturntyp": 20, "is_void_v": 20, "sample_opt": 20, "bel": 20, "lu": [20, 23, 32, 46, 50, 51], "sequential_data": 20, "implicit": [20, 32, 34], "reg1": 20, "499": 20, "content": [20, 36, 49, 56, 60, 63], "appear": [20, 63], "alwai": [20, 39, 63], "middl": 20, "implicitli": [20, 25, 34], "ancilla": [20, 22], "difficult": 20, "discern": 20, "ones": 20, "silent": 20, "ancillari": [20, 45], "varieti": [20, 43], "enforc": 20, "sample_async_result": 20, "async_sample_result": [20, 38], "langl": 20, "\ud835\udeb9": 20, "observe_opt": 20, "retain": [20, 26], "measurecount": 20, "spinop": 20, "x0x1exp": 20, "x0x1data": 20, "qarrai": [20, 23, 24, 31, 50, 57], "907": [20, 23, 28, 37, 38, 48, 56], "1433": [20, 23, 28, 37, 38, 48, 56], "21829": [20, 23, 28, 37, 38, 48, 56], "lf": [20, 23, 38, 48], "analyt": 20, "async_observe_result": 20, "broader": [20, 38], "often": [20, 34, 61, 63], "extrem": 20, "therebi": [20, 38, 57], "dictat": 20, "safe": 20, "moreov": [20, 25, 38, 42, 60], "providesgradi": 20, "_providesgradi": 20, "someth": [20, 32, 61, 63, 67], "max_ev": [20, 56], "200": 20, "opt_energi": 20, "grad_vec": 20, "\ud835\udeb9_i": 20, "potenti": [20, 43], "variad": 20, "address": [20, 38, 61], "overal": [20, 57, 60], "deuteron_n3_ansatz": 20, "x1": 20, "vctrl": 20, "h3": 20, "625": 20, "913119": 20, "make_tupl": 20, "bfg": 20, "min_val": 20, "permit": 21, "facilit": [22, 63], "privat": [22, 32], "thenfunctor": 22, "predefin": 22, "otherkernelbuild": 22, "kerneltocal": 22, "kerneltocontrol": 22, "kerneltoadjoint": 22, "argsarrai": 22, "decltyp": 22, "tuple_s": 22, "integral_const": 22, "sizeof": [22, 65], "tuple_el": 22, "conditional_t": [22, 32], "factori": 22, "xprep": 22, "qubitin": 22, "hadamardtest": 22, "num_it": 23, "c_str": [23, 67], "phase_estim": 23, "cpp": [23, 36, 37, 38, 39, 43, 46, 48, 49, 50, 51, 53, 56, 57, 59, 60, 61, 63, 64, 65, 67, 68], "qpe": 23, "stdio": [23, 61], "cmath": 23, "iqft": 23, "denom": 23, "1ul": 23, "eigenst": 23, "stateprep": [23, 24], "ncountingqubit": 23, "state_prep": 23, "oracl": [23, 45], "counting_qubit": 23, "state_regist": 23, "put": [23, 32, 53, 55], "r1pigat": 23, "mostprob": 23, "to_integ": 23, "piestim": 23, "tgate": 23, "xgate": [23, 53], "nc": 23, "nq": 23, "countingqubit": 23, "stateregist": 23, "deuteron_n2_ansatz": 23, "param_spac": 23, "linspac": [23, 49], "energy_at_param": 23, "energyatparam": 23, "reflect_about_uniform": 23, "ctrlqubit": 23, "lastqubit": 23, "compute_act": [23, 29], "run_grov": 23, "callablekernel": 23, "n_iter": 23, "target_st": 23, "target_bit_set": 23, "secret": [23, 63], "strtol": 23, "null": [23, 63], "0b1011": 23, "compute_oracl": 23, "reflect": [23, 39], "iterative_qp": 23, "iqp": 23, "cr0": 23, "cr2": 23, "m_pi_4": 23, "differenti": 24, "former": 24, "latter": [24, 57], "my_first_entry_point_kernel": 24, "my_second_entry_point_kernel": 24, "my_first_pure_device_kernel": 24, "bodi": 24, "parent": 24, "stack": 24, "boolexprfromqubitmeasur": 24, "another_qubit": 24, "uncomput": [24, 25], "is_arithmetic_v": 24, "span": [24, 32], "recurs": 24, "mycustomsimplestruct": 24, "recursivevec": 24, "var": [24, 68], "kernelthatreturn": 24, "mysimplestruct": 24, "recursivelist": 24, "fill": [24, 49, 60], "1415926": 24, "kernellambda": 24, "synchron": [24, 38, 49], "mystateprep": 24, "prep": 24, "mygenericalgorithm": 24, "placehold": 24, "mygenericalgorithm2": 24, "callkernel": 24, "anothervers": 24, "constrain": [24, 51], "is_convertible_v": 24, "takes_qubit": [24, 51], "mygenericalgorithmonqarrai": 24, "mygenericalgorithmonqubit": 24, "presum": 25, "graphic": 25, "fpga": 25, "evolv": [25, 55], "concurr": [25, 37], "messag": [25, 37, 61, 63], "inter": [25, 39], "fabric": [25, 56], "drive": 25, "infinit": [25, 32, 43], "hidden": [25, 45], "purpos": [25, 34, 63], "novel": 25, "placement": 25, "copyabl": [25, 32], "flavor": 25, "tightli": 25, "modal": 25, "influenc": 25, "previou": [26, 32, 56, 63], "sfina": 26, "foundat": 27, "operand": [27, 38], "inst_nam": 27, "header": [27, 61, 63, 65, 67], "synthes": [27, 31, 57], "reli": [27, 57, 63, 65, 67], "qubitarg": 27, "qr": [27, 39], "scalarangl": 27, "rotation_nam": 27, "measure_op": 27, "convei": 27, "offici": [27, 61, 63], "p_i": 28, "prod_": 28, "sigma_j": 28, "th": 28, "trotter": 28, "intent": 29, "u_cod": 29, "v_code": 29, "computef": 29, "actionf": 29, "computel": 29, "segment": [29, 68], "effort": 30, "get_platform": [30, 38, 48], "ctrl_qubit": 31, "quantumregist": 31, "x_gate": 31, "toffoli": 31, "ctrl_bit": 31, "rx_and_h_gat": 31, "kerneltestcontrol": 31, "kerneltestadjoint": 31, "aggreg": 31, "qubit0": [31, 39], "qubit1": [31, 39], "kernel_arg": 31, "fundament": [32, 55, 63, 68], "hilbert": 32, "theorem": 32, "movabl": 32, "never": 32, "n_level": 32, "discret": 32, "adl": 32, "deal": 32, "familiar": 32, "inner": [32, 38, 45], "stride": 32, "first_5": 32, "qb": 32, "knowledg": 32, "ahead": 32, "storag": [32, 55], "fivecompiletimequbit": 32, "formul": 34, "short": 34, "particl": 34, "conceptu": 34, "effect": [34, 39, 43, 52, 53, 55, 68], "sai": 34, "embodi": 34, "greater": [34, 37, 39, 55], "behind": 34, "dataflow": 34, "contrast": 34, "consum": [34, 67], "truli": 34, "ssa": 34, "clarifi": 34, "toi": 34, "foo": 34, "boilerpl": [34, 60], "c0": 34, "c1": 34, "extract_ref": [34, 57], "ref": [34, 57], "bunch": 34, "decid": 34, "i1": [34, 57], "imagin": 34, "adjac": [34, 36], "naiv": 34, "awai": 34, "Such": [34, 43], "miss": [34, 39, 61], "Of": 34, "cours": 34, "correctli": [34, 61, 65, 67], "quit": [34, 43], "prone": 34, "analys": 34, "q0_1": 34, "q0_0": 34, "wire": 34, "q0_z": 34, "happen": [34, 63], "elimin": [34, 38], "r0": 34, "qref": 34, "unwrap": 34, "misc": 34, "q0_m": 34, "q0_l": 34, "q1_x": 34, "q0_p": 34, "q0_y": 34, "straightforwardli": 34, "cancel": [34, 53, 63, 68], "mmeori": 34, "comprehens": [35, 36], "orca": 35, "tensornet": [35, 37, 38, 39], "mp": [35, 37, 39], "account": [36, 37, 49, 63], "ionq_api_kei": 36, "ionq_generated_api_kei": 36, "authent": [36, 38, 63], "aria": [36, 49], "login": [36, 63], "emit": [36, 57], "diagnost": 36, "inject": [36, 49, 57, 63], "cortex": 36, "cli": [36, 63], "token": [36, 63], "cach": 36, "iqm_tokens_fil": 36, "mandatori": 36, "match": [36, 61, 63, 67], "coco": [36, 49], "adoni": [36, 49], "iqm_server_url": 36, "demo": 36, "fi": [36, 61], "apollo": 36, "url": [36, 38, 49, 61, 63], "oxford": 36, "ring": 36, "topologi": 36, "luci": 36, "kagom": 36, "lattic": 36, "toshiko": 36, "registr": [36, 59, 60], "contact": [36, 49], "oqc_qcaas_support": [36, 49], "oxfordquantumcircuit": [36, 49], "email": [36, 37], "password": [36, 63], "oqc_url": [36, 49], "oqc_email": [36, 49], "oqc_password": [36, 49], "suppli": 36, "qcaa": 36, "servic": [36, 37, 38, 49, 63], "assembli": 36, "qat": 36, "pt": [36, 49, 63], "boson": [36, 49], "photon": [36, 49, 55], "interf": [36, 49], "beam": [36, 49], "splitter": [36, 49], "detector": [36, 49], "bin": [36, 38, 49, 61, 63], "interferomet": [36, 49], "tbi": [36, 49], "delai": [36, 49], "sent": [36, 38, 49], "orca_access_url": [36, 49], "orca_url": [36, 49], "getenv": [36, 49], "localhost": [36, 38, 49, 63], "bs_angl": [36, 49], "loop_length": [36, 49], "apt": [36, 63], "curl": [36, 61], "jq": 36, "your_alia": 36, "your_password": 36, "qapi": 36, "home": [36, 37, 63], "id_token": 36, "cat": [36, 63], "refresh_token": 36, "refresh": 36, "echo": [36, 37, 61, 63, 67], "quantinuum_config": 36, "cudaq_quantinuum_credenti": 36, "checker": [36, 49], "mere": [36, 61], "h1": [36, 49], "2e": [36, 49], "sc": 36, "1sc": 36, "navig": [36, 63], "tab": [36, 63], "tabl": [36, 37, 38, 60, 63], "world": [37, 42, 50], "visit": [37, 43], "link": [37, 57, 61, 63, 64, 65, 67], "approv": 37, "nvqc_api_kei": 37, "session": [37, 38, 63], "bashrc": [37, 63], "rather": [37, 39, 43, 55, 67], "2024": 37, "438": 37, "3600": 37, "h100": 37, "80gb": 37, "hbm3": 37, "driver": [37, 61, 63], "gb": [37, 39, 52], "clock": 37, "rate": 37, "mhz": 37, "2619": 37, "1980": 37, "1111111111111111111111111": [37, 52], "486": 37, "0000000000000000000000000": [37, 52], "514": 37, "nvqc_intro": 37, "05": 37, "545": 37, "487": 37, "513": 37, "nvqc_sampl": 37, "grow": [37, 60], "beyond": [37, 39, 52, 59], "ngpu": 37, "unabl": [37, 63], "deploy": 37, "dm": 37, "ye": [37, 63], "cutensornet": [37, 39], "contract": [37, 39], "wherebi": [37, 38, 39], "worker": 37, "nqpu": 37, "opt_gradi": 37, "submiss": [37, 44, 49], "energy_futur": 37, "plus_futur": 37, "minus_futur": 37, "optimal_valu": 37, "grad": 37, "paramshift": 37, "74886": 37, "nvqc_vqe": 37, "incom": [37, 51], "attain": 37, "speedup": [37, 52], "On": [37, 38, 39, 46, 50, 63, 68], "busi": 37, "deliv": 37, "substanti": 37, "my": [37, 60, 63], "nvqc_log_level": 37, "disabl": [37, 39, 61], "credenti": [37, 49], "lieu": 37, "api_kei": 37, "nvqc_config": 37, "elucid": 38, "unlik": [38, 43], "opportun": 38, "think": [38, 55], "count_futur": 38, "kerneltobesampl": 38, "runtimeparam": 38, "singleton": [38, 48], "zu": [38, 48], "countfutur": 38, "emplace_back": 38, "four": [38, 48, 55], "gpuemulatedqpu": 38, "37": 38, "33": [38, 63], "cudaq_mqpu_ngpu": 38, "suffici": [38, 61, 63, 68], "mpiexec": [38, 39, 61], "script": [38, 43, 61, 63], "srun": 38, "controls_count": 38, "auto_launch": 38, "isdigit": 38, "nrcontrol": 38, "tidx": 38, "background": 38, "daemon": 38, "qpud": 38, "shut": 38, "manual": [38, 46, 53, 61, 63], "explain": [38, 55], "cudaq_loc": 38, "grep": [38, 61], "qpud_pi": 38, "cuda_visible_devic": [38, 39], "tcp": [38, 63], "ip": 38, "ld_library_path": [38, 61, 68], "launcher": 38, "app": 38, "firewal": 38, "secur": [38, 63], "port1": 38, "port2": 38, "port3": 38, "port4": 38, "per": [38, 39, 52, 56], "open": [38, 49, 57, 61, 63], "resolv": 38, "contigu": 38, "byte": [38, 52, 67], "memcpi": 38, "ixiz": 38, "charact": 38, "incur": 38, "overhead": 38, "0000": 38, "1111": 38, "demand": 38, "veri": [38, 50, 59, 67], "defer": 38, "rtti": 38, "standalon": [38, 60], "chosen": [39, 52, 61], "accommod": 39, "switch": [39, 52], "modif": [39, 43, 50], "invalid": 39, "cudaq_fusion_max_qubit": 39, "fusion": 39, "cudaq_fusion_diagonal_gate_max_qubit": 39, "diagon": 39, "cudaq_fusion_num_host_thread": 39, "cudaq_max_cpu_memory_gb": 39, "migrat": [39, 61], "unlimit": 39, "cudaq_max_gpu_memory_gb": 39, "exce": 39, "particularli": [39, 42], "cudaq_mgpu_lib_mpi": 39, "share": [39, 60, 63, 67], "libmpi": [39, 63], "cudaq_mgpu_comm_plugin_typ": 39, "extern": [39, 57, 59, 61, 67], "openmpi": [39, 61, 63, 68], "mpich": [39, 61], "commplugin": 39, "cudaq_mgpu_nqubits_thresh": 39, "cudaq_mgpu_fus": 39, "cudaq_mgpu_p2p_device_bit": 39, "gpudirect": 39, "p2p": 39, "cudaq_gpu_fabr": 39, "mnnvl": 39, "nvl": 39, "nvlink": 39, "cudaq_global_index_bit": 39, "comma": 39, "slower": 39, "cudaq_host_device_migration_level": 39, "tune": [39, 56], "fuse": 39, "4x4": 39, "2x2": 39, "bandwidth": 39, "significantli": 39, "suitabl": [39, 61, 63, 67], "thank": 39, "despit": [39, 49], "poor": 39, "visibl": [39, 63], "cutensornet_comm_lib": 39, "newli": [39, 63], "libcutensornet_distributed_interface_mpi": 39, "dedic": 39, "dgx": 39, "omp_plac": 39, "omp_num_thread": 39, "number_of_cores_per_nod": 39, "number_of_gpus_per_nod": 39, "wave": 39, "sparsiti": 39, "decomposit": 39, "svd": 39, "singular": [39, 61], "truncat": 39, "tractabl": 39, "footprint": 39, "cudaq_mps_max_bond": 39, "cudaq_mps_abs_cutoff": 39, "cutoff": 39, "largest": 39, "trim": 39, "1e": 39, "cudaq_mps_relative_cutoff": 39, "fraction": 39, "cudaq_mps_svd_algo": 39, "gesvd": 39, "gesvdj": 39, "jacobi": 39, "gesvdp": 39, "gesvdr": 39, "medium": 39, "overridden": [39, 60], "cudaq_default_simul": [39, 46], "debug": [40, 57, 61, 63], "amongst": 41, "subroutin": 42, "closer": [42, 50, 57], "collaps": [43, 55, 60], "roughli": [43, 52, 53, 55], "50": [43, 53, 55, 67], "505": 43, "495": 43, "result_0": 43, "ensembl": 43, "5005": 43, "4995": 43, "result_1": 43, "subtl": 43, "repeatedli": 43, "rebuilt": 43, "most_probable_result": 43, "intens": 43, "respons": 43, "event": [43, 61], "kernel2": 43, "num_gpu": [43, 52], "result_2": 43, "confirm": [43, 49, 53, 61, 63, 68], "determinist": 43, "close": [43, 49], "025": 43, "million": 43, "35x": 43, "code_to_tim": 43, "1000000": 43, "57462": 43, "stmt": 43, "773286": 43, "isol": 43, "atoi": [43, 68], "chrono": 43, "high_resolution_clock": 43, "durat": 43, "took": 43, "8337": 43, "18988": 43, "cudaq_log_level": 44, "prepend": 44, "cudaq_dump_jit_ir": 44, "output_filenam": 44, "highest": 45, "random_bit": 45, "bitset": 45, "randint": 45, "un": 45, "difficulti": 45, "verif": 45, "hidden_bit": 45, "auxillary_qubit": 45, "bernstein_vazirani": [45, 63], "success": [45, 59], "random_bitstr": 45, "vector_of_bit": 45, "hidden_bitstr": 45, "recov": 45, "cuquantum_backend": 46, "hang": [46, 63, 68], "observe_mqpu": 48, "No": [49, 52, 63], "redefin": 49, "flight": 49, "async_count": 49, "txt": [49, 59, 60, 63, 64], "same_fil": 49, "retrieved_async_result": 49, "mimic": 49, "dashboard": 49, "fstream": 49, "meantim": [49, 63], "ofstream": 49, "savem": 49, "readin": 49, "ifstream": 49, "proceed": [49, 61], "qb1": 49, "qb2": 49, "qb3": 49, "qb4": 49, "qb5": 49, "adonis_ghz": 49, "transpar": 49, "worri": 49, "schemat": 49, "optic": 49, "reconfigur": 49, "shifter": 49, "enter": [49, 63], "indistinguish": 49, "vacuum": 49, "interfer": [49, 53, 61, 63], "exit": [49, 52, 63], "half": 49, "n_beam_splitt": 49, "ps_angl": 49, "n_sampl": 49, "helper": [49, 56], "linear_spaced_vector": 49, "static_cast": [49, 65], "sum_loop_length": 49, "accumul": 49, "n_loop": 49, "n_mode": 49, "endpoint": 49, "syntax_check": 49, "gotten": 50, "hello": [50, 63], "static_kernel": 50, "x_kernel": 51, "control_vector": 51, "multi_controlled_oper": 51, "ccnot": 51, "applyx": 51, "ccnot_test": 51, "apply_x": 51, "counts2": 51, "seamless": [52, 63], "multithread": 52, "ghz_state": 52, "sample_ghz_st": 52, "cpu_result": 52, "475": 52, "525": [52, 63], "2500x": 52, "gpu_result": 52, "490": 52, "8700": 52, "freeli": [52, 61, 63], "filenam": 52, "qubits_list": 52, "990": 52, "dev": [52, 61, 63], "xi": 52, "2500": 52, "4x": 52, "asyncresult": 52, "conclud": 53, "examin": 53, "scrambl": 53, "bring": 53, "noise_depolar": 53, "noiseless_count": 53, "environment": 53, "amplitude_damp": 53, "keyword": 53, "noiseless_result": 53, "noise_amplitude_damp": 53, "wherein": 53, "undergo": 53, "degre": 53, "noise_bit_flip": 53, "bf": 53, "phase_flip": 53, "presenc": 53, "noise_phase_flip": 53, "pf": 53, "kraus_oper": 53, "nielsen": 53, "chuang": 53, "chapter": 53, "depol": 53, "99498743710662": 53, "05773502691896258": 53, "unset": 53, "good": 53, "avoid": [53, 61, 67, 68], "rectangular": 54, "n_layer": [54, 56], "hp": 54, "random_vector": [54, 56], "mt19937": [54, 56], "default_se": [54, 56], "16lf": [54, 56], "transmiss": 55, "analog": 55, "counterpart": 55, "transistor": 55, "alter": 55, "superconduct": 55, "materi": 55, "ion": 55, "trap": 55, "concern": [55, 61], "ourselv": 55, "obei": 55, "law": 55, "mathemat": 55, "physicist": 55, "theori": 55, "linearli": 55, "logarithm": 55, "dirac": 55, "beta": [55, 57], "correspondingli": [55, 67], "approx": 55, "feasibl": 55, "art": [55, 67], "manipul": 55, "offload": 55, "equiv": 55, "lvert": 55, "rvert": 55, "502": 55, "498": 55, "modulu": 55, "conserv": 55, "uphold": 55, "excit": 55, "probabilist": 55, "infer": 55, "wavefunct": 55, "devis": 55, "phenomena": 55, "predict": 55, "postul": 55, "alpha_": 55, "propos": 56, "simple_vq": 56, "pick": [56, 60, 61], "nminim": 56, "vqe_h2": 56, "builder": [56, 57], "arrang": 56, "so4": 56, "so4_fabr": 56, "block_siz": 56, "counter": 56, "subq": 56, "so4_param": 56, "slice_vector": 56, "odd": 56, "h2_data": 56, "10647701149499994": 56, "0454063328691": 56, "170280101353": 56, "120200490713": 56, "168335986252": 56, "165606823582": 56, "22004130022499996": 56, "174072892497": 56, "17028010135300004": 56, "22004130022499999": 56, "p_counter": 56, "n_blocks_per_lay": 56, "init_param": 56, "max_line_search_tri": 56, "gradient_vector": 56, "adam": 56, "temp": 57, "llvm": [57, 59, 60, 61, 65], "qke": [57, 59], "pipelin": 57, "canonic": 57, "lift": 57, "indirect": 57, "direct": [57, 67], "loader": 57, "expand": 57, "cfg": 57, "cse": 57, "lpsxpu": 57, "p3de4l": 57, "fixup": 57, "linkag": 57, "pl": [57, 61], "llc": [57, 61], "reloc": 57, "pic": 57, "filetyp": 57, "obj": 57, "o2": 57, "clang": [57, 61, 67], "gcc": [57, 61, 63, 67], "x86_64": [57, 61, 63, 68], "lib64": [57, 63, 65], "stub": 57, "wl": [57, 61, 67], "rpath": [57, 67], "llib": 57, "lcudaq": 57, "ensmallen": 57, "em": 57, "lnvqir": 57, "orchestr": 57, "qtx": 57, "mangled_name_map": 57, "__nvqpp__mlirgen__ghz": 57, "_zn3ghzclei": 57, "i32": 57, "entrypoint": 57, "alloca": 57, "memref": 57, "extsi": 57, "c0_i32": 57, "c0_i32_0": 57, "alloca_1": 57, "c1_i32": 57, "subi": 57, "cmpi": 57, "slt": 57, "addi": 57, "unoptim": 57, "mangl": 57, "introspect": 57, "overwrit": 57, "libcudaq": 57, "libnvqir": [57, 60], "robust": 57, "intermedi": 57, "depart": 57, "recal": 57, "datalayout": 57, "p270": 57, "p271": 57, "p272": 57, "f80": 57, "n8": 57, "s128": 57, "unknown": [57, 63], "invokewithcontrolqubit": 57, "__quantum__qis__x__ctl": 57, "__quantum__rt__array_get_size_1d": 57, "__quantum__qis__h": 57, "i8": 57, "__quantum__rt__array_get_element_ptr_1d": 57, "sext": 57, "bitcast": 57, "icmp": 57, "sgt": 57, "br": 57, "ph": 57, "prehead": 57, "_crit_edg": 57, "pred": 57, "trip": 57, "zext": 57, "indvar": 57, "iv": 57, "nuw": 57, "nsw": 57, "nonnul": 57, "exitcond": 57, "ph3": 57, "_crit_edge4": 57, "exitcond5": 57, "mycustomplugin": 59, "cmakelist": [59, 60, 64], "add_llvm_pass_plugin": 59, "operationpass": 59, "quakedialect": 59, "quakeop": 59, "rewrit": 59, "frozenrewritepatternset": 59, "dialectconvers": 59, "replaceh": 59, "oprewritepattern": 59, "hop": 59, "logicalresult": 59, "matchandrewrit": 59, "patternrewrit": 59, "replaceopwithnewop": 59, "sop": 59, "isadj": 59, "getparamet": 59, "getcontrol": 59, "gettarget": 59, "custompassplugin": 59, "passwrapp": 59, "funcop": 59, "mlir_define_explicit_internal_inline_type_id": 59, "stringref": 59, "runonoper": 59, "getoper": 59, "getcontext": 59, "rewritepatternset": 59, "insert": 59, "conversiontarget": 59, "addlegaldialect": 59, "addillegalop": 59, "applypartialconvers": 59, "emitoperror": 59, "signalpassfailur": 59, "cudaq_register_mlir_pass": 59, "add_subdirectori": 59, "circuitsimulatorbas": 60, "lot": 60, "qppcircuitsimul": 60, "custateveccircuitsimul": 60, "openmp": [60, 61, 68], "addqubittost": 60, "addqubitstost": 60, "resetqubit": 60, "qubitidx": 60, "resetqubitstateimpl": 60, "applyg": 60, "gateapplicationtask": 60, "measurequbit": 60, "floattyp": 60, "mysimul": 60, "nvqir_register_simul": 60, "mysimulatorclassnam": 60, "dylib": 60, "nvqir_simulation_backend": 60, "cuda_quantum_path": [60, 61, 63, 64], "find_packag": [60, 64], "nvqir_add_backend": 60, "folder": [60, 61, 63, 64], "cmake_minimum_requir": [60, 64], "fatal_error": [60, 64], "democreatenvqirbackend": 60, "cxx": [60, 61, 64, 68], "measuredbit": 60, "cuda_quantum": [60, 61], "cd": [60, 61, 63, 64], "ninja": [60, 64], "dnvqir_dir": 60, "softwar": [61, 63], "rootless": 61, "admin": [61, 63], "meet": 61, "carefulli": 61, "almost": 61, "though": 61, "piec": 61, "requisit": 61, "almalinux": 61, "manylinux_2_28": 61, "cento": [61, 63], "debian": [61, 63], "fedora": [61, 63], "opensus": [61, 63], "sled": [61, 63], "sle": [61, 63], "rhel": [61, 63], "rocki": [61, 63], "ubuntu": [61, 63], "04": [61, 63], "newer": [61, 63, 68], "x86": [61, 63], "arm64": [61, 63, 68], "v8": [61, 63], "volta": [61, 63], "ture": [61, 63], "amper": [61, 63], "ada": [61, 63], "hopper": [61, 63], "470": [61, 63], "57": [61, 63], "02": [61, 63], "strongli": 61, "git": 61, "unzip": 61, "web": [61, 63], "cudaq_install_prefix": 61, "cuquantum_install_prefix": 61, "cutensor_install_prefix": 61, "cutensor": 61, "llvm_install_prefix": 61, "blas_install_prefix": 61, "bla": 61, "zlib_install_prefix": 61, "zlib": 61, "openssl_install_prefix": 61, "openssl": 61, "curl_install_prefix": 61, "protocol": 61, "deviat": 61, "toolkit": [61, 63, 65, 68], "onlin": [61, 63], "cuda_vers": [61, 63], "cuda_download_url": [61, 63], "repo": [61, 63], "subfold": [61, 63], "rhel8": [61, 63], "cuda_arch_fold": [61, 63], "dnf": [61, 63], "nobest": [61, 63], "setopt": [61, 63], "install_weak_dep": [61, 63], "tr": [61, 63], "gcc_version": 61, "toolset": [61, 67], "assembl": 61, "enable_script": 61, "gcc_toolchain": 61, "rh": 61, "cudacxx": 61, "nvcc": [61, 63, 65], "cudahostcxx": 61, "omit": 61, "commit": 61, "checkout": 61, "archiv": [61, 63, 67], "subsect": 61, "devel": [61, 63], "suffix": 61, "conda": [61, 68], "auditwheel": 61, "patchelf": 61, "llvm_project": 61, "flang": 61, "lld": 61, "install_prerequisit": [61, 63], "sh": [61, 63, 68], "fc": 61, "histori": 61, "setuptools_scm_pretend_vers": 61, "cudaq_wheel": 61, "manylinux_platform": 61, "linux_": 61, "sed": [61, 63], "manylinux_2_28_": 61, "pwd": [61, 67], "_skbuild": 61, "repair": 61, "plat": 61, "libcubla": [61, 63], "libcublaslt": 61, "libcusolv": [61, 63], "libcutensor": 61, "libcutensornet": 61, "libcustatevec": 61, "libcudart": 61, "libnvtoolsext": 61, "libnvidia": 61, "ml": 61, "wheelhous": 61, "inde": 61, "cudaq_enable_static_link": 61, "cudaq_require_openmp": 61, "cudaq_werror": 61, "cudaq_python_support": 61, "build_cudaq": 61, "primarili": 61, "linker": [61, 67], "makeself": 61, "cuda_quantum_asset": 61, "mv": 61, "ld": 61, "build_config": 61, "xml": 61, "gzip": [61, 63], "sha256": 61, "install_cuda_quantum": [61, 63, 68], "unam": [61, 63, 68], "migrate_asset": 61, "search": [61, 63], "libc6": [61, 63], "sudo": [61, 63, 68], "set_env": [61, 63], "asset": [61, 63, 68], "highli": [61, 63], "profil": [61, 63, 68], "Their": 61, "did": [61, 63], "prefer": [61, 63], "version_suffix": [61, 63], "nvtx": [61, 63], "cudart": [61, 63], "awar": 61, "autoconf": 61, "libtool": 61, "flex": 61, "openmpi_vers": 61, "openmpi_download_url": 61, "ompi": 61, "tar": [61, 63], "gz": [61, 63], "xf": 61, "strip": 61, "rf": [61, 63], "autogen": 61, "ldflag": 61, "prefix": [61, 63], "getpwuid": 61, "mem": 61, "memcheck": 61, "verb": 61, "nproc": 61, "mpic": 61, "mpi_cuda_check": 61, "__has_includ": 61, "ext": 61, "endif": 61, "mpi_init": 61, "exit_cod": 61, "mpix_query_cuda_support": 61, "mpi_fin": 61, "mca": 61, "plm_rsh_agent": 61, "ssh": 61, "agent": 61, "rsh": 61, "unless": [61, 63], "slurm": 61, "mpi_path": [61, 63, 68], "distributed_interfac": [61, 63, 68], "activate_custom_mpi": [61, 63, 68], "guidanc": 63, "bundl": 63, "deploi": 63, "contribut": 63, "unsur": 63, "engin": 63, "desktop": 63, "administr": 63, "ngc": 63, "whenev": 63, "pull": 63, "nvcr": 63, "prototyp": 63, "tri": 63, "readm": 63, "appreci": 63, "insuffici": 63, "hover": 63, "rsa": 63, "id_rsa": 63, "pub": 63, "itd": 63, "2222": 63, "exec": 63, "openssh": 63, "usepam": 63, "sshd_config": 63, "cp": 63, "authorized_kei": 63, "sbin": 63, "sshd": 63, "stricthostkeycheck": 63, "userknownhostsfil": 63, "globalknownhostsfil": 63, "relocat": 63, "wsl": 63, "prerequisit": 63, "sylab": 63, "ce": 63, "xzf": 63, "mconfig": 63, "suid": 63, "builddir": 63, "bootstrap": 63, "runscript": 63, "mount": 63, "devpt": 63, "fakeroot": 63, "sif": 63, "writabl": 63, "nv": 63, "conf": 63, "ldd": [63, 67], "privileg": 63, "revis": 63, "upvot": 63, "posix": 63, "browser": 63, "palett": 63, "attach": 63, "window": 63, "reload": 63, "microsoft": 63, "sandbox": 63, "portmap": 63, "sshd_output": 63, "listen": 63, "1025": 63, "65535": 63, "ui": 63, "encrypt": 63, "pop": [63, 67], "ask": 63, "aren": 63, "icon": 63, "sidebar": 63, "prompt": 63, "workspac": 63, "edit": 63, "remotecommand": 63, "requesttti": 63, "hostnam": 63, "enableremotecommand": 63, "uselocalserv": 63, "remoteserverlistenonsocket": 63, "connecttimeout": 63, "serverinstallpath": 63, "sign": 63, "upgrad": 63, "ac": 63, "ace_nam": 63, "instance_nam": 63, "commandlin": 63, "job_id": 63, "600": 63, "8888": 63, "lab": 63, "portal": 63, "minut": 63, "404": 63, "patient": 63, "happi": 63, "cuda11x": 63, "ship": 63, "vendor": 63, "prebuilt": 63, "guarante": 63, "libcudaq_distributed_interface_mpi": 63, "cudaq_mpi_comm_lib": 63, "uninstal": 63, "dsize": 63, "fairli": 63, "succe": 63, "proce": [63, 68], "sort": 64, "imper": 64, "mycudaqapp": 64, "add_execut": 64, "ghz_ex": 64, "dcudaq_dir": 64, "cu": 65, "my_proj": 65, "conform": 65, "my_proj_quantum": 65, "libc": 65, "cudadatatyp": [65, 67], "cudasetfirstnel": 65, "sv": 65, "__restrict__": 65, "sv2": 65, "int64_t": 65, "blockidx": 65, "blockdim": 65, "threadidx": 65, "setfirstnel": 65, "uint32_t": [65, 67], "n_block": [65, 67], "int32_t": [65, 67], "threads_per_block": [65, 67], "newdevicestatevector": 65, "devicestatevector": [65, 67], "previousstatedimens": 65, "reinterpret_cast": [65, 67], "cufloatcomplex": [65, 67], "cudoublecomplex": [65, 67], "cucomplex": 65, "cuda_runtim": 65, "device_launch_paramet": 65, "my_kernel": 65, "cudamalloc": 65, "xcompil": 65, "fpic": [65, 67], "cuda_hom": 65, "lcudart": 65, "my_execut": 65, "outlin": 67, "hood": 67, "quantum_kernel": 67, "sstream": 67, "chanc": 67, "bell_distribut": 67, "stringbuf": 67, "ptr": 67, "strcpy": 67, "libstdc": 67, "libquantum_kernel": 67, "bell_dist": 67, "endl": 67, "lquantum_kernel": 67, "abi": 67, "incompat": 67, "watch": 67, "surround": 67, "wherea": 67, "third_party_librari": 67, "libexternal_librari": 67, "my_cod": 67, "bstatic": 67, "lexternal_librari": 67, "bdynam": 67, "undefin": 67, "crut": 67, "libexternal_library_complet": 67, "naddlib": 67, "nsave": 67, "nend": 67, "lexternal_library_complet": 67, "shim": 67, "pragma": 67, "is_integr": 67, "initializedevicestatevector": 67, "statedimens": 67, "cudainitializedevicestatevector": 67, "cumbersom": 67, "necessarili": 67, "recogn": 67, "catch": 67, "forg": 68, "env": 68, "conda_prefix": 68, "ompi_mca_opal_cuda_support": 68, "ompi_mca_btl": 68, "openib": 68, "fault": 68, "bash_profil": 68, "bash_login": 68, "intel": 68, "amd": 68, "averag": 68}, "objects": {"": [[2, 0, 1, "_CPPv45cudaq", "cudaq"], [2, 1, 1, "_CPPv4N5cudaq20BaseNvcfSimulatorQPUE", "cudaq::BaseNvcfSimulatorQPU"], [2, 1, 1, "_CPPv4N5cudaq17BaseRemoteRESTQPUE", "cudaq::BaseRemoteRESTQPU"], [2, 1, 1, "_CPPv4N5cudaq22BaseRemoteSimulatorQPUE", "cudaq::BaseRemoteSimulatorQPU"], [2, 1, 1, "_CPPv4I0EN5cudaq9CusvStateE", "cudaq::CusvState"], [2, 2, 1, "_CPPv4I0EN5cudaq9CusvStateE", "cudaq::CusvState::ScalarType"], [2, 1, 1, "_CPPv4N5cudaq16ExecutionContextE", "cudaq::ExecutionContext"], [2, 3, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringE", "cudaq::ExecutionContext::ExecutionContext"], [2, 3, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringENSt6size_tE", "cudaq::ExecutionContext::ExecutionContext"], [2, 4, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringE", "cudaq::ExecutionContext::ExecutionContext::n"], [2, 4, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringENSt6size_tE", "cudaq::ExecutionContext::ExecutionContext::n"], [2, 4, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringENSt6size_tE", "cudaq::ExecutionContext::ExecutionContext::shots_"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext13amplitudeMapsE", "cudaq::ExecutionContext::amplitudeMaps"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext9asyncExecE", "cudaq::ExecutionContext::asyncExec"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext14batchIterationE", "cudaq::ExecutionContext::batchIteration"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext16canHandleObserveE", "cudaq::ExecutionContext::canHandleObserve"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext16expectationValueE", "cudaq::ExecutionContext::expectationValue"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext12futureResultE", "cudaq::ExecutionContext::futureResult"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext31hasConditionalsOnMeasureResultsE", "cudaq::ExecutionContext::hasConditionalsOnMeasureResults"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext22invocationResultBufferE", "cudaq::ExecutionContext::invocationResultBuffer"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext10kernelNameE", "cudaq::ExecutionContext::kernelName"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext11kernelTraceE", "cudaq::ExecutionContext::kernelTrace"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext4nameE", "cudaq::ExecutionContext::name"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext10noiseModelE", "cudaq::ExecutionContext::noiseModel"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext9optResultE", "cudaq::ExecutionContext::optResult"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext20overlapComputeStatesE", "cudaq::ExecutionContext::overlapComputeStates"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext13overlapResultE", "cudaq::ExecutionContext::overlapResult"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext13registerNamesE", "cudaq::ExecutionContext::registerNames"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext10reorderIdxE", "cudaq::ExecutionContext::reorderIdx"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext6resultE", "cudaq::ExecutionContext::result"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext5shotsE", "cudaq::ExecutionContext::shots"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext15simulationStateE", "cudaq::ExecutionContext::simulationState"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext4spinE", "cudaq::ExecutionContext::spin"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext15totalIterationsE", "cudaq::ExecutionContext::totalIterations"], [2, 1, 1, "_CPPv4N5cudaq15ExecutionResultE", "cudaq::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionary", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryNSt6stringE", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryd", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultENSt6stringE", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultERK15ExecutionResult", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEd", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEv", "cudaq::ExecutionResult::ExecutionResult"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionary", "cudaq::ExecutionResult::ExecutionResult::c"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryNSt6stringE", "cudaq::ExecutionResult::ExecutionResult::c"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryd", "cudaq::ExecutionResult::ExecutionResult::c"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryd", "cudaq::ExecutionResult::ExecutionResult::e"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEd", "cudaq::ExecutionResult::ExecutionResult::expVal"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryNSt6stringE", "cudaq::ExecutionResult::ExecutionResult::name"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultENSt6stringE", "cudaq::ExecutionResult::ExecutionResult::name"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultERK15ExecutionResult", "cudaq::ExecutionResult::ExecutionResult::other"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult12appendResultENSt6stringENSt6size_tE", "cudaq::ExecutionResult::appendResult"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult12appendResultENSt6stringENSt6size_tE", "cudaq::ExecutionResult::appendResult::bitString"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult12appendResultENSt6stringENSt6size_tE", "cudaq::ExecutionResult::appendResult::count"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::ExecutionResult::deserialize"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::ExecutionResult::deserialize::data"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResultaSERK15ExecutionResult", "cudaq::ExecutionResult::operator="], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResultaSERK15ExecutionResult", "cudaq::ExecutionResult::operator=::other"], [2, 3, 1, "_CPPv4NK5cudaq15ExecutionResulteqERK15ExecutionResult", "cudaq::ExecutionResult::operator=="], [2, 4, 1, "_CPPv4NK5cudaq15ExecutionResulteqERK15ExecutionResult", "cudaq::ExecutionResult::operator==::result"], [2, 5, 1, "_CPPv4N5cudaq15ExecutionResult12registerNameE", "cudaq::ExecutionResult::registerName"], [2, 5, 1, "_CPPv4N5cudaq15ExecutionResult14sequentialDataE", "cudaq::ExecutionResult::sequentialData"], [2, 3, 1, "_CPPv4NK5cudaq15ExecutionResult9serializeEv", "cudaq::ExecutionResult::serialize"], [2, 0, 1, "_CPPv4N5cudaq19KernelExecutionTaskE", "cudaq::KernelExecutionTask"], [2, 1, 1, "_CPPv4N5cudaq3QPUE", "cudaq::QPU"], [2, 3, 1, "_CPPv4N5cudaq3QPU3QPUENSt6size_tE", "cudaq::QPU::QPU"], [2, 3, 1, "_CPPv4N5cudaq3QPU3QPUERR3QPU", "cudaq::QPU::QPU"], [2, 3, 1, "_CPPv4N5cudaq3QPU3QPUEv", "cudaq::QPU::QPU"], [2, 4, 1, "_CPPv4N5cudaq3QPU3QPUENSt6size_tE", "cudaq::QPU::QPU::_qpuId"], [2, 3, 1, "_CPPv4N5cudaq3QPU7enqueueER11QuantumTask", "cudaq::QPU::enqueue"], [2, 4, 1, "_CPPv4N5cudaq3QPU7enqueueER11QuantumTask", "cudaq::QPU::enqueue::task"], [2, 3, 1, "_CPPv4N5cudaq3QPU15getConnectivityEv", "cudaq::QPU::getConnectivity"], [2, 3, 1, "_CPPv4NK5cudaq3QPU20getExecutionThreadIdEv", "cudaq::QPU::getExecutionThreadId"], [2, 3, 1, "_CPPv4N5cudaq3QPU12getNumQubitsEv", "cudaq::QPU::getNumQubits"], [2, 3, 1, "_CPPv4NK5cudaq3QPU21getRemoteCapabilitiesEv", "cudaq::QPU::getRemoteCapabilities"], [2, 3, 1, "_CPPv4N5cudaq3QPU10isEmulatedEv", "cudaq::QPU::isEmulated"], [2, 3, 1, "_CPPv4N5cudaq3QPU11isSimulatorEv", "cudaq::QPU::isSimulator"], [2, 3, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE", "cudaq::QPU::launchKernel"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE", "cudaq::QPU::launchKernel::args"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE", "cudaq::QPU::launchKernel::kernelFunc"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE", "cudaq::QPU::launchKernel::name"], [2, 3, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution"], [2, 4, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution::name"], [2, 4, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution::serializeCodeExecutionObject"], [2, 3, 1, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE", "cudaq::QPU::onRandomSeedSet"], [2, 4, 1, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE", "cudaq::QPU::onRandomSeedSet::seed"], [2, 3, 1, "_CPPv4N5cudaq3QPU21resetExecutionContextEv", "cudaq::QPU::resetExecutionContext"], [2, 3, 1, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext", "cudaq::QPU::setExecutionContext"], [2, 4, 1, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext", "cudaq::QPU::setExecutionContext::context"], [2, 3, 1, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE", "cudaq::QPU::setId"], [2, 4, 1, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE", "cudaq::QPU::setId::_qpuId"], [2, 3, 1, "_CPPv4N5cudaq3QPU8setShotsEi", "cudaq::QPU::setShots"], [2, 4, 1, "_CPPv4N5cudaq3QPU8setShotsEi", "cudaq::QPU::setShots::_nShots"], [2, 3, 1, "_CPPv4N5cudaq3QPU27supportsConditionalFeedbackEv", "cudaq::QPU::supportsConditionalFeedback"], [2, 3, 1, "_CPPv4N5cudaq3QPUD0Ev", "cudaq::QPU::~QPU"], [2, 1, 1, "_CPPv4N5cudaq10QuakeValueE", "cudaq::QuakeValue"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue::builder"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue::builder"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue::v"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue::v"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue22canValidateNumElementsEv", "cudaq::QuakeValue::canValidateNumElements"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue12constantSizeEv", "cudaq::QuakeValue::constantSize"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4dumpERNSt7ostreamE", "cudaq::QuakeValue::dump"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4dumpEv", "cudaq::QuakeValue::dump"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue19getRequiredElementsEv", "cudaq::QuakeValue::getRequiredElements"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValue8getValueEv", "cudaq::QuakeValue::getValue"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValue7inverseEv", "cudaq::QuakeValue::inverse"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue8isStdVecEv", "cudaq::QuakeValue::isStdVec"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue", "cudaq::QuakeValue::operator*"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemlEKd", "cudaq::QuakeValue::operator*"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue", "cudaq::QuakeValue::operator*::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue", "cudaq::QuakeValue::operator+"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplEKd", "cudaq::QuakeValue::operator+"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplEKi", "cudaq::QuakeValue::operator+"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue", "cudaq::QuakeValue::operator+::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiEKd", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiEKi", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValuemiEv", "cudaq::QuakeValue::operator-"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue", "cudaq::QuakeValue::operator-::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue", "cudaq::QuakeValue::operator/"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuedvEKd", "cudaq::QuakeValue::operator/"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue", "cudaq::QuakeValue::operator/::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE", "cudaq::QuakeValue::operator[]"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue", "cudaq::QuakeValue::operator[]"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE", "cudaq::QuakeValue::operator[]::idx"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue", "cudaq::QuakeValue::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4sizeEv", "cudaq::QuakeValue::size"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice::count"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice::startIdx"], [2, 0, 1, "_CPPv4N5cudaq11QuantumTaskE", "cudaq::QuantumTask"], [2, 0, 1, "_CPPv4N5cudaq17QubitConnectivityE", "cudaq::QubitConnectivity"], [2, 0, 1, "_CPPv4N5cudaq9QubitEdgeE", "cudaq::QubitEdge"], [2, 1, 1, "_CPPv4N5cudaq18RemoteCapabilitiesE", "cudaq::RemoteCapabilities"], [2, 3, 1, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb", "cudaq::RemoteCapabilities::RemoteCapabilities"], [2, 4, 1, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb", "cudaq::RemoteCapabilities::RemoteCapabilities::initValue"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities18serializedCodeExecE", "cudaq::RemoteCapabilities::serializedCodeExec"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities12stateOverlapE", "cudaq::RemoteCapabilities::stateOverlap"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities3vqeE", "cudaq::RemoteCapabilities::vqe"], [2, 1, 1, "_CPPv4N5cudaq21RemoteSimulationStateE", "cudaq::RemoteSimulationState"], [2, 1, 1, "_CPPv4N5cudaq9ResourcesE", "cudaq::Resources"], [2, 1, 1, "_CPPv4N5cudaq30SerializedCodeExecutionContextE", "cudaq::SerializedCodeExecutionContext"], [2, 1, 1, "_CPPv4N5cudaq15SimulationStateE", "cudaq::SimulationState"], [2, 1, 1, "_CPPv4N5cudaq15SimulationState6TensorE", "cudaq::SimulationState::Tensor"], [2, 6, 1, "_CPPv4N5cudaq15SimulationState9precisionE", "cudaq::SimulationState::precision"], [2, 7, 1, "_CPPv4N5cudaq15SimulationState9precision4fp32E", "cudaq::SimulationState::precision::fp32"], [2, 7, 1, "_CPPv4N5cudaq15SimulationState9precision4fp64E", "cudaq::SimulationState::precision::fp64"], [2, 0, 1, "_CPPv4N5cudaq15TensorStateDataE", "cudaq::TensorStateData"], [2, 1, 1, "_CPPv4N5cudaq5TraceE", "cudaq::Trace"], [2, 1, 1, "_CPPv4N5cudaq25amplitude_damping_channelE", "cudaq::amplitude_damping_channel"], [2, 1, 1, "_CPPv4I0EN5cudaq12async_resultE", "cudaq::async_result"], [2, 2, 1, "_CPPv4I0EN5cudaq12async_resultE", "cudaq::async_result::T"], [2, 3, 1, "_CPPv4N5cudaq12async_result3getEv", "cudaq::async_result::get"], [2, 1, 1, "_CPPv4N5cudaq16bit_flip_channelE", "cudaq::bit_flip_channel"], [2, 0, 1, "_CPPv4N5cudaq7complexE", "cudaq::complex"], [2, 1, 1, "_CPPv4N5cudaq14complex_matrixE", "cudaq::complex_matrix"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix4colsEv", "cudaq::complex_matrix::cols"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::cols"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::cols"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::rawData"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::rows"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::rows"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix4dataEv", "cudaq::complex_matrix::data"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix4dumpERNSt7ostreamE", "cudaq::complex_matrix::dump"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix4dumpEv", "cudaq::complex_matrix::dump"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix4dumpERNSt7ostreamE", "cudaq::complex_matrix::dump::os"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix11eigenvaluesEv", "cudaq::complex_matrix::eigenvalues"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix12eigenvectorsEv", "cudaq::complex_matrix::eigenvectors"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix18minimal_eigenvalueEv", "cudaq::complex_matrix::minimal_eigenvalue"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrixclENSt6size_tENSt6size_tE", "cudaq::complex_matrix::operator()"], [2, 4, 1, "_CPPv4NK5cudaq14complex_matrixclENSt6size_tENSt6size_tE", "cudaq::complex_matrix::operator()::i"], [2, 4, 1, "_CPPv4NK5cudaq14complex_matrixclENSt6size_tENSt6size_tE", "cudaq::complex_matrix::operator()::j"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrixmlER14complex_matrix", "cudaq::complex_matrix::operator*"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrixmlERNSt6vectorI10value_typeEE", "cudaq::complex_matrix::operator*"], [2, 4, 1, "_CPPv4NK5cudaq14complex_matrixmlER14complex_matrix", "cudaq::complex_matrix::operator*::other"], [2, 4, 1, "_CPPv4NK5cudaq14complex_matrixmlERNSt6vectorI10value_typeEE", "cudaq::complex_matrix::operator*::other"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix4rowsEv", "cudaq::complex_matrix::rows"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix8set_zeroEv", "cudaq::complex_matrix::set_zero"], [2, 0, 1, "_CPPv4N5cudaq14complex_matrix10value_typeE", "cudaq::complex_matrix::value_type"], [2, 1, 1, "_CPPv4N5cudaq22depolarization_channelE", "cudaq::depolarization_channel"], [2, 0, 1, "_CPPv4N5cudaq7detailsE", "cudaq::details"], [2, 1, 1, "_CPPv4N5cudaq7details17KernelBuilderTypeE", "cudaq::details::KernelBuilderType"], [2, 3, 1, "_CPPv4N5cudaq7details17KernelBuilderType17KernelBuilderTypeERRNSt8functionIFN4mlir4TypeEPN4mlir11MLIRContextEEEE", "cudaq::details::KernelBuilderType::KernelBuilderType"], [2, 4, 1, "_CPPv4N5cudaq7details17KernelBuilderType17KernelBuilderTypeERRNSt8functionIFN4mlir4TypeEPN4mlir11MLIRContextEEEE", "cudaq::details::KernelBuilderType::KernelBuilderType::f"], [2, 3, 1, "_CPPv4N5cudaq7details17KernelBuilderType6createEPN4mlir11MLIRContextE", "cudaq::details::KernelBuilderType::create"], [2, 4, 1, "_CPPv4N5cudaq7details17KernelBuilderType6createEPN4mlir11MLIRContextE", "cudaq::details::KernelBuilderType::create::ctx"], [2, 1, 1, "_CPPv4N5cudaq7details6futureE", "cudaq::details::future"], [2, 3, 1, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE", "cudaq::details::future::future"], [2, 3, 1, "_CPPv4N5cudaq7details6future6futureERR6future", "cudaq::details::future::future"], [2, 3, 1, "_CPPv4N5cudaq7details6future6futureEv", "cudaq::details::future::future"], [2, 4, 1, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE", "cudaq::details::future::future::_jobs"], [2, 4, 1, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE", "cudaq::details::future::future::config"], [2, 4, 1, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE", "cudaq::details::future::future::qpuNameIn"], [2, 1, 1, "_CPPv4N5cudaq7details19kernel_builder_baseE", "cudaq::details::kernel_builder_base"], [2, 3, 1, "_CPPv4N5cudaq7details19kernel_builder_baselsERNSt7ostreamERK19kernel_builder_base", "cudaq::details::kernel_builder_base::operator<<"], [2, 4, 1, "_CPPv4N5cudaq7details19kernel_builder_baselsERNSt7ostreamERK19kernel_builder_base", "cudaq::details::kernel_builder_base::operator<<::builder"], [2, 4, 1, "_CPPv4N5cudaq7details19kernel_builder_baselsERNSt7ostreamERK19kernel_builder_base", "cudaq::details::kernel_builder_base::operator<<::stream"], [2, 3, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw::Args"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw::QuantumKernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw::args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw::kernel"], [2, 5, 1, "_CPPv4N5cudaq3dynE", "cudaq::dyn"], [2, 1, 1, "_CPPv4N5cudaq8gradientE", "cudaq::gradient"], [2, 3, 1, "_CPPv4N5cudaq8gradient5cloneEv", "cudaq::gradient::clone"], [2, 3, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradient::compute"], [2, 3, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute::dx"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradient::compute::func"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradient::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute::h"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradient::compute::x"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute::x"], [2, 3, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelT", "cudaq::gradient::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient"], [2, 3, 1, "_CPPv4N5cudaq8gradient8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradient::gradient"], [2, 3, 1, "_CPPv4N5cudaq8gradient8gradientEv", "cudaq::gradient::gradient"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelT", "cudaq::gradient::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient::QuantumKernel"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelT", "cudaq::gradient::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient::kernel"], [2, 4, 1, "_CPPv4N5cudaq8gradient8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradient::gradient::kernel"], [2, 3, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs"], [2, 2, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs::Args"], [2, 2, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs::QuantumKernel"], [2, 4, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs::args"], [2, 4, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs::kernel"], [2, 3, 1, "_CPPv4I0EN5cudaq8gradient9setKernelEvR13QuantumKernel", "cudaq::gradient::setKernel"], [2, 2, 1, "_CPPv4I0EN5cudaq8gradient9setKernelEvR13QuantumKernel", "cudaq::gradient::setKernel::QuantumKernel"], [2, 4, 1, "_CPPv4I0EN5cudaq8gradient9setKernelEvR13QuantumKernel", "cudaq::gradient::setKernel::kernel"], [2, 1, 1, "_CPPv4N5cudaq9gradients18central_differenceE", "cudaq::gradients::central_difference"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference5cloneEv", "cudaq::gradients::central_difference::clone"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::central_difference::compute"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute::dx"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute::exp_h"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::central_difference::compute::func"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::central_difference::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute::h"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::central_difference::compute::x"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute::x"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelT", "cudaq::gradients::central_difference::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::central_difference::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference8gradientEv", "cudaq::gradients::central_difference::gradient"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelT", "cudaq::gradients::central_difference::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::QuantumKernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelT", "cudaq::gradients::central_difference::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::kernel"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::central_difference::gradient::kernel"], [2, 1, 1, "_CPPv4N5cudaq9gradients18forward_differenceE", "cudaq::gradients::forward_difference"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference5cloneEv", "cudaq::gradients::forward_difference::clone"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::forward_difference::compute"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute::dx"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::forward_difference::compute::func"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::forward_difference::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute::h"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::forward_difference::compute::x"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute::x"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelT", "cudaq::gradients::forward_difference::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::forward_difference::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference8gradientEv", "cudaq::gradients::forward_difference::gradient"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelT", "cudaq::gradients::forward_difference::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::QuantumKernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelT", "cudaq::gradients::forward_difference::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::kernel"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::forward_difference::gradient::kernel"], [2, 1, 1, "_CPPv4N5cudaq9gradients15parameter_shiftE", "cudaq::gradients::parameter_shift"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift5cloneEv", "cudaq::gradients::parameter_shift::clone"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::parameter_shift::compute"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute::dx"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute::exp_h"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::parameter_shift::compute::func"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::parameter_shift::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute::h"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::parameter_shift::compute::x"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute::x"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelT", "cudaq::gradients::parameter_shift::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::parameter_shift::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift8gradientEv", "cudaq::gradients::parameter_shift::gradient"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelT", "cudaq::gradients::parameter_shift::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::QuantumKernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelT", "cudaq::gradients::parameter_shift::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::kernel"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::parameter_shift::gradient::kernel"], [2, 1, 1, "_CPPv4IDpEN5cudaq14kernel_builderE", "cudaq::kernel_builder"], [2, 2, 1, "_CPPv4IDpEN5cudaq14kernel_builderE", "cudaq::kernel_builder::Args"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder11constantValEd", "cudaq::kernel_builder::constantVal"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder11constantValEd", "cudaq::kernel_builder::constantVal::val"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder12getArgumentsEv", "cudaq::kernel_builder::getArguments"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder12getNumParamsEv", "cudaq::kernel_builder::getNumParams"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder11isArgStdVecENSt6size_tE", "cudaq::kernel_builder::isArgStdVec"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder11isArgStdVecENSt6size_tE", "cudaq::kernel_builder::isArgStdVec::idx"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder14kernel_builderERNSt6vectorIN7details17KernelBuilderTypeEEE", "cudaq::kernel_builder::kernel_builder"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder14kernel_builderERNSt6vectorIN7details17KernelBuilderTypeEEE", "cudaq::kernel_builder::kernel_builder::types"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder4nameEv", "cudaq::kernel_builder::name"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder6qallocE10QuakeValue", "cudaq::kernel_builder::qalloc"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder6qallocEKNSt6size_tE", "cudaq::kernel_builder::qalloc"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder6qallocERNSt6vectorINSt7complexIdEEEE", "cudaq::kernel_builder::qalloc"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder6qallocEv", "cudaq::kernel_builder::qalloc"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder6qallocEKNSt6size_tE", "cudaq::kernel_builder::qalloc::nQubits"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder6qallocE10QuakeValue", "cudaq::kernel_builder::qalloc::size"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder6qallocERNSt6vectorINSt7complexIdEEEE", "cudaq::kernel_builder::qalloc::state"], [2, 3, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap"], [2, 3, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder4swapERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::control"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::controls"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::first"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::first"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder4swapERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::first"], [2, 2, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::mod"], [2, 2, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::mod"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::second"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::second"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder4swapERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::second"], [2, 1, 1, "_CPPv4N5cudaq13kraus_channelE", "cudaq::kraus_channel"], [2, 3, 1, "_CPPv4NK5cudaq13kraus_channel5emptyEv", "cudaq::kraus_channel::empty"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel7get_opsEv", "cudaq::kraus_channel::get_ops"], [2, 3, 1, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE", "cudaq::kraus_channel::kraus_channel"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERK13kraus_channel", "cudaq::kraus_channel::kraus_channel"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERRNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelEv", "cudaq::kraus_channel::kraus_channel"], [2, 2, 1, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE", "cudaq::kraus_channel::kraus_channel::T"], [2, 4, 1, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE", "cudaq::kraus_channel::kraus_channel::inputLists"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel::ops"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERRNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel::ops"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERK13kraus_channel", "cudaq::kraus_channel::kraus_channel::other"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channelaSERK13kraus_channel", "cudaq::kraus_channel::operator="], [2, 4, 1, "_CPPv4N5cudaq13kraus_channelaSERK13kraus_channel", "cudaq::kraus_channel::operator=::other"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channelixEKNSt6size_tE", "cudaq::kraus_channel::operator[]"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channelixEKNSt6size_tE", "cudaq::kraus_channel::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op", "cudaq::kraus_channel::push_back"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op", "cudaq::kraus_channel::push_back::op"], [2, 3, 1, "_CPPv4NK5cudaq13kraus_channel4sizeEv", "cudaq::kraus_channel::size"], [2, 1, 1, "_CPPv4N5cudaq8kraus_opE", "cudaq::kraus_op"], [2, 3, 1, "_CPPv4NK5cudaq8kraus_op7adjointEv", "cudaq::kraus_op::adjoint"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op4dataE", "cudaq::kraus_op::data"], [2, 3, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op"], [2, 3, 1, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE", "cudaq::kraus_op::kraus_op"], [2, 3, 1, "_CPPv4N5cudaq8kraus_op8kraus_opERK8kraus_op", "cudaq::kraus_op::kraus_op"], [2, 2, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op::T"], [2, 4, 1, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE", "cudaq::kraus_op::kraus_op::d"], [2, 4, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op::initList"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op5nColsE", "cudaq::kraus_op::nCols"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op5nRowsE", "cudaq::kraus_op::nRows"], [2, 3, 1, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op", "cudaq::kraus_op::operator="], [2, 4, 1, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op", "cudaq::kraus_op::operator=::other"], [2, 0, 1, "_CPPv4N5cudaq3mpiE", "cudaq::mpi"], [2, 3, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather"], [2, 3, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather::global"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather::global"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather::local"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather::local"], [2, 3, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce"], [2, 3, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::BinaryFunction"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce::Func"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::T"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce::T"], [2, 4, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::function"], [2, 4, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::localValue"], [2, 3, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast"], [2, 3, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast::data"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast::data"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast::rootRank"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast::rootRank"], [2, 3, 1, "_CPPv4N5cudaq3mpi8finalizeEv", "cudaq::mpi::finalize"], [2, 3, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize"], [2, 3, 1, "_CPPv4N5cudaq3mpi10initializeEv", "cudaq::mpi::initialize"], [2, 4, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize::argc"], [2, 4, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize::argv"], [2, 3, 1, "_CPPv4N5cudaq3mpi14is_initializedEv", "cudaq::mpi::is_initialized"], [2, 3, 1, "_CPPv4N5cudaq3mpi9num_ranksEv", "cudaq::mpi::num_ranks"], [2, 3, 1, "_CPPv4N5cudaq3mpi4rankEv", "cudaq::mpi::rank"], [2, 1, 1, "_CPPv4N5cudaq11noise_modelE", "cudaq::noise_model"], [2, 3, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel"], [2, 2, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::QuantumOp"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::channel"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::channel"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::quantumOp"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::qubits"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::qubits"], [2, 3, 1, "_CPPv4NK5cudaq11noise_model5emptyEv", "cudaq::noise_model::empty"], [2, 3, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels"], [2, 3, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels"], [2, 2, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels::QuantumOp"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels::quantumOp"], [2, 4, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels::qubits"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels::qubits"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11noise_modelEv", "cudaq::noise_model::noise_model"], [2, 3, 1, "_CPPv4N5cudaq18num_available_gpusEv", "cudaq::num_available_gpus"], [2, 1, 1, "_CPPv4N5cudaq14observe_resultE", "cudaq::observe_result"], [2, 3, 1, "_CPPv4I0EN5cudaq14observe_result6countsE13sample_result10SpinOpType", "cudaq::observe_result::counts"], [2, 2, 1, "_CPPv4I0EN5cudaq14observe_result6countsE13sample_result10SpinOpType", "cudaq::observe_result::counts::SpinOpType"], [2, 4, 1, "_CPPv4I0EN5cudaq14observe_result6countsE13sample_result10SpinOpType", "cudaq::observe_result::counts::term"], [2, 3, 1, "_CPPv4N5cudaq14observe_result4dumpEv", "cudaq::observe_result::dump"], [2, 3, 1, "_CPPv4I0EN5cudaq14observe_result11expectationEd10SpinOpType", "cudaq::observe_result::expectation"], [2, 3, 1, "_CPPv4N5cudaq14observe_result11expectationEv", "cudaq::observe_result::expectation"], [2, 2, 1, "_CPPv4I0EN5cudaq14observe_result11expectationEd10SpinOpType", "cudaq::observe_result::expectation::SpinOpType"], [2, 4, 1, "_CPPv4I0EN5cudaq14observe_result11expectationEd10SpinOpType", "cudaq::observe_result::expectation::term"], [2, 3, 1, "_CPPv4N5cudaq14observe_result14id_coefficientEv", "cudaq::observe_result::id_coefficient"], [2, 3, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op", "cudaq::observe_result::observe_result"], [2, 3, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result", "cudaq::observe_result::observe_result"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op", "cudaq::observe_result::observe_result::H"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result", "cudaq::observe_result::observe_result::H"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result", "cudaq::observe_result::observe_result::counts"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op", "cudaq::observe_result::observe_result::e"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result", "cudaq::observe_result::observe_result::e"], [2, 3, 1, "_CPPv4N5cudaq14observe_resultcvdEv", "cudaq::observe_result::operator double"], [2, 3, 1, "_CPPv4N5cudaq14observe_result8raw_dataEv", "cudaq::observe_result::raw_data"], [2, 1, 1, "_CPPv4N5cudaq20optimizable_functionE", "cudaq::optimizable_function"], [2, 0, 1, "_CPPv4N5cudaq19optimization_resultE", "cudaq::optimization_result"], [2, 1, 1, "_CPPv4N5cudaq9optimizerE", "cudaq::optimizer"], [2, 3, 1, "_CPPv4N5cudaq9optimizer8optimizeEKiRR20optimizable_function", "cudaq::optimizer::optimize"], [2, 4, 1, "_CPPv4N5cudaq9optimizer8optimizeEKiRR20optimizable_function", "cudaq::optimizer::optimize::dim"], [2, 4, 1, "_CPPv4N5cudaq9optimizer8optimizeEKiRR20optimizable_function", "cudaq::optimizer::optimize::opt_function"], [2, 3, 1, "_CPPv4N5cudaq9optimizer17requiresGradientsEv", "cudaq::optimizer::requiresGradients"], [2, 1, 1, "_CPPv4N5cudaq18phase_flip_channelE", "cudaq::phase_flip_channel"], [2, 1, 1, "_CPPv4I_NSt6size_tE_NSt6size_tE0EN5cudaq4qregE", "cudaq::qreg"], [2, 2, 1, "_CPPv4I_NSt6size_tE_NSt6size_tE0EN5cudaq4qregE", "cudaq::qreg::Levels"], [2, 2, 1, "_CPPv4I_NSt6size_tE_NSt6size_tE0EN5cudaq4qregE", "cudaq::qreg::N"], [2, 3, 1, "_CPPv4N5cudaq4qreg4backENSt6size_tE", "cudaq::qreg::back"], [2, 3, 1, "_CPPv4N5cudaq4qreg4backEv", "cudaq::qreg::back"], [2, 4, 1, "_CPPv4N5cudaq4qreg4backENSt6size_tE", "cudaq::qreg::back::count"], [2, 3, 1, "_CPPv4N5cudaq4qreg5beginEv", "cudaq::qreg::begin"], [2, 3, 1, "_CPPv4N5cudaq4qreg5clearEv", "cudaq::qreg::clear"], [2, 3, 1, "_CPPv4N5cudaq4qreg5frontENSt6size_tE", "cudaq::qreg::front"], [2, 3, 1, "_CPPv4N5cudaq4qreg5frontEv", "cudaq::qreg::front"], [2, 4, 1, "_CPPv4N5cudaq4qreg5frontENSt6size_tE", "cudaq::qreg::front::count"], [2, 3, 1, "_CPPv4N5cudaq4qregixEKNSt6size_tE", "cudaq::qreg::operator[]"], [2, 4, 1, "_CPPv4N5cudaq4qregixEKNSt6size_tE", "cudaq::qreg::operator[]::idx"], [2, 3, 1, "_CPPv4NK5cudaq4qreg4sizeEv", "cudaq::qreg::size"], [2, 3, 1, "_CPPv4N5cudaq4qreg5sliceENSt6size_tENSt6size_tE", "cudaq::qreg::slice"], [2, 4, 1, "_CPPv4N5cudaq4qreg5sliceENSt6size_tENSt6size_tE", "cudaq::qreg::slice::size"], [2, 4, 1, "_CPPv4N5cudaq4qreg5sliceENSt6size_tENSt6size_tE", "cudaq::qreg::slice::start"], [2, 0, 1, "_CPPv4N5cudaq4qreg10value_typeE", "cudaq::qreg::value_type"], [2, 1, 1, "_CPPv4I_NSt6size_tE_NSt6size_tEEN5cudaq5qspanE", "cudaq::qspan"], [2, 2, 1, "_CPPv4I_NSt6size_tE_NSt6size_tEEN5cudaq5qspanE", "cudaq::qspan::Levels"], [2, 2, 1, "_CPPv4I_NSt6size_tE_NSt6size_tEEN5cudaq5qspanE", "cudaq::qspan::N"], [2, 1, 1, "_CPPv4N5cudaq16quantum_platformE", "cudaq::quantum_platform"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform11clear_shotsEv", "cudaq::quantum_platform::clear_shots"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform12connectivityEv", "cudaq::quantum_platform::connectivity"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tER19KernelExecutionTask", "cudaq::quantum_platform::enqueueAsyncTask"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tERNSt8functionIFvvEEE", "cudaq::quantum_platform::enqueueAsyncTask"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tERNSt8functionIFvvEEE", "cudaq::quantum_platform::enqueueAsyncTask::f"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tER19KernelExecutionTask", "cudaq::quantum_platform::enqueueAsyncTask::qpu_id"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tERNSt8functionIFvvEEE", "cudaq::quantum_platform::enqueueAsyncTask::qpu_id"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tER19KernelExecutionTask", "cudaq::quantum_platform::enqueueAsyncTask::t"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform12getLogStreamEv", "cudaq::quantum_platform::getLogStream"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform15get_current_qpuEv", "cudaq::quantum_platform::get_current_qpu"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform12get_exec_ctxEv", "cudaq::quantum_platform::get_exec_ctx"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsENSt6size_tE", "cudaq::quantum_platform::get_num_qubits"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsEv", "cudaq::quantum_platform::get_num_qubits"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsENSt6size_tE", "cudaq::quantum_platform::get_num_qubits::qpu_id"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform23get_remote_capabilitiesEKNSt6size_tE", "cudaq::quantum_platform::get_remote_capabilities"], [2, 4, 1, "_CPPv4NK5cudaq16quantum_platform23get_remote_capabilitiesEKNSt6size_tE", "cudaq::quantum_platform::get_remote_capabilities::qpuId"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9get_shotsEv", "cudaq::quantum_platform::get_shots"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform11is_emulatedEKNSt6size_tE", "cudaq::quantum_platform::is_emulated"], [2, 4, 1, "_CPPv4NK5cudaq16quantum_platform11is_emulatedEKNSt6size_tE", "cudaq::quantum_platform::is_emulated::qpuId"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9is_remoteEKNSt6size_tE", "cudaq::quantum_platform::is_remote"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9is_remoteEKNSt6size_tE", "cudaq::quantum_platform::is_remote::qpuId"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform12is_simulatorEKNSt6size_tE", "cudaq::quantum_platform::is_simulator"], [2, 4, 1, "_CPPv4NK5cudaq16quantum_platform12is_simulatorEKNSt6size_tE", "cudaq::quantum_platform::is_simulator::qpu_id"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::H"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::gradient"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::kernelArgs"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::kernelName"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::n_params"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::optimizer"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::shots"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14list_platformsEv", "cudaq::quantum_platform::list_platforms"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform4nameEv", "cudaq::quantum_platform::name"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform8num_qpusEv", "cudaq::quantum_platform::num_qpus"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform15onRandomSeedSetENSt6size_tE", "cudaq::quantum_platform::onRandomSeedSet"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform15onRandomSeedSetENSt6size_tE", "cudaq::quantum_platform::onRandomSeedSet::seed"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14resetLogStreamEv", "cudaq::quantum_platform::resetLogStream"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14reset_exec_ctxENSt6size_tE", "cudaq::quantum_platform::reset_exec_ctx"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform14reset_exec_ctxENSt6size_tE", "cudaq::quantum_platform::reset_exec_ctx::qpu_id"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform11reset_noiseEv", "cudaq::quantum_platform::reset_noise"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform12setLogStreamERNSt7ostreamE", "cudaq::quantum_platform::setLogStream"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform12setLogStreamERNSt7ostreamE", "cudaq::quantum_platform::setLogStream::logStream"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform16setTargetBackendERKNSt6stringE", "cudaq::quantum_platform::setTargetBackend"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16setTargetBackendERKNSt6stringE", "cudaq::quantum_platform::setTargetBackend::name"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform15set_current_qpuEKNSt6size_tE", "cudaq::quantum_platform::set_current_qpu"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform15set_current_qpuEKNSt6size_tE", "cudaq::quantum_platform::set_current_qpu::device_id"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform12set_exec_ctxEPN5cudaq16ExecutionContextENSt6size_tE", "cudaq::quantum_platform::set_exec_ctx"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform12set_exec_ctxEPN5cudaq16ExecutionContextENSt6size_tE", "cudaq::quantum_platform::set_exec_ctx::ctx"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform12set_exec_ctxEPN5cudaq16ExecutionContextENSt6size_tE", "cudaq::quantum_platform::set_exec_ctx::qpu_id"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9set_noiseEPK11noise_model", "cudaq::quantum_platform::set_noise"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9set_noiseEPK11noise_model", "cudaq::quantum_platform::set_noise::model"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9set_shotsEi", "cudaq::quantum_platform::set_shots"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9set_shotsEi", "cudaq::quantum_platform::set_shots::numShots"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform29supports_conditional_feedbackEKNSt6size_tE", "cudaq::quantum_platform::supports_conditional_feedback"], [2, 4, 1, "_CPPv4NK5cudaq16quantum_platform29supports_conditional_feedbackEKNSt6size_tE", "cudaq::quantum_platform::supports_conditional_feedback::qpu_id"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform26supports_task_distributionEv", "cudaq::quantum_platform::supports_task_distribution"], [2, 0, 1, "_CPPv4N5cudaq5qubitE", "cudaq::qubit"], [2, 1, 1, "_CPPv4I_NSt6size_tEEN5cudaq5quditE", "cudaq::qudit"], [2, 2, 1, "_CPPv4I_NSt6size_tEEN5cudaq5quditE", "cudaq::qudit::Levels"], [2, 3, 1, "_CPPv4N5cudaq5qudit5quditEv", "cudaq::qudit::qudit"], [2, 1, 1, "_CPPv4I_NSt6size_tEEN5cudaq7qvectorE", "cudaq::qvector"], [2, 2, 1, "_CPPv4I_NSt6size_tEEN5cudaq7qvectorE", "cudaq::qvector::Levels"], [2, 3, 1, "_CPPv4N5cudaq7qvector4backENSt6size_tE", "cudaq::qvector::back"], [2, 3, 1, "_CPPv4N5cudaq7qvector4backEv", "cudaq::qvector::back"], [2, 4, 1, "_CPPv4N5cudaq7qvector4backENSt6size_tE", "cudaq::qvector::back::count"], [2, 3, 1, "_CPPv4N5cudaq7qvector5beginEv", "cudaq::qvector::begin"], [2, 3, 1, "_CPPv4N5cudaq7qvector5clearEv", "cudaq::qvector::clear"], [2, 3, 1, "_CPPv4N5cudaq7qvector3endEv", "cudaq::qvector::end"], [2, 3, 1, "_CPPv4N5cudaq7qvector5frontENSt6size_tE", "cudaq::qvector::front"], [2, 3, 1, "_CPPv4N5cudaq7qvector5frontEv", "cudaq::qvector::front"], [2, 4, 1, "_CPPv4N5cudaq7qvector5frontENSt6size_tE", "cudaq::qvector::front::count"], [2, 3, 1, "_CPPv4N5cudaq7qvectoraSERK7qvector", "cudaq::qvector::operator="], [2, 3, 1, "_CPPv4N5cudaq7qvectorixEKNSt6size_tE", "cudaq::qvector::operator[]"], [2, 4, 1, "_CPPv4N5cudaq7qvectorixEKNSt6size_tE", "cudaq::qvector::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorENSt6size_tE", "cudaq::qvector::qvector"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorERK5state", "cudaq::qvector::qvector"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorERK7qvector", "cudaq::qvector::qvector"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorERKNSt6vectorI7complexEEb", "cudaq::qvector::qvector"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorERR7qvector", "cudaq::qvector::qvector"], [2, 4, 1, "_CPPv4N5cudaq7qvector7qvectorENSt6size_tE", "cudaq::qvector::qvector::size"], [2, 4, 1, "_CPPv4N5cudaq7qvector7qvectorERK5state", "cudaq::qvector::qvector::state"], [2, 4, 1, "_CPPv4N5cudaq7qvector7qvectorERKNSt6vectorI7complexEEb", "cudaq::qvector::qvector::validate"], [2, 4, 1, "_CPPv4N5cudaq7qvector7qvectorERKNSt6vectorI7complexEEb", "cudaq::qvector::qvector::vector"], [2, 3, 1, "_CPPv4NK5cudaq7qvector4sizeEv", "cudaq::qvector::size"], [2, 3, 1, "_CPPv4N5cudaq7qvector5sliceENSt6size_tENSt6size_tE", "cudaq::qvector::slice"], [2, 4, 1, "_CPPv4N5cudaq7qvector5sliceENSt6size_tENSt6size_tE", "cudaq::qvector::slice::size"], [2, 4, 1, "_CPPv4N5cudaq7qvector5sliceENSt6size_tENSt6size_tE", "cudaq::qvector::slice::start"], [2, 0, 1, "_CPPv4N5cudaq7qvector10value_typeE", "cudaq::qvector::value_type"], [2, 1, 1, "_CPPv4I_NSt6size_tEEN5cudaq5qviewE", "cudaq::qview"], [2, 2, 1, "_CPPv4I_NSt6size_tEEN5cudaq5qviewE", "cudaq::qview::Levels"], [2, 0, 1, "_CPPv4N5cudaq5qview10value_typeE", "cudaq::qview::value_type"], [2, 3, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType", "cudaq::range"], [2, 3, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range"], [2, 3, 1, "_CPPv4N5cudaq5rangeENSt6size_tE", "cudaq::range"], [2, 2, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType", "cudaq::range::ElementType"], [2, 2, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range::ElementType"], [2, 4, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType", "cudaq::range::N"], [2, 4, 1, "_CPPv4N5cudaq5rangeENSt6size_tE", "cudaq::range::N"], [2, 4, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range::start"], [2, 4, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range::step"], [2, 4, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range::stop"], [2, 0, 1, "_CPPv4N5cudaq4realE", "cudaq::real"], [2, 0, 1, "_CPPv4N5cudaq8registryE", "cudaq::registry"], [2, 1, 1, "_CPPv4I0EN5cudaq8registry14RegisteredTypeE", "cudaq::registry::RegisteredType"], [2, 2, 1, "_CPPv4I0EN5cudaq8registry14RegisteredTypeE", "cudaq::registry::RegisteredType::T"], [2, 1, 1, "_CPPv4N5cudaq13sample_resultE", "cudaq::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult", "cudaq::sample_result::append"], [2, 4, 1, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult", "cudaq::sample_result::append::result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5beginEv", "cudaq::sample_result::begin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result5beginEv", "cudaq::sample_result::begin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result6cbeginEv", "cudaq::sample_result::cbegin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4cendEv", "cudaq::sample_result::cend"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5clearEv", "cudaq::sample_result::clear"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count"], [2, 4, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count::bitString"], [2, 4, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::sample_result::deserialize"], [2, 4, 1, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::sample_result::deserialize::data"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE", "cudaq::sample_result::dump"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4dumpEv", "cudaq::sample_result::dump"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE", "cudaq::sample_result::dump::os"], [2, 3, 1, "_CPPv4N5cudaq13sample_result3endEv", "cudaq::sample_result::end"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result3endEv", "cudaq::sample_result::end"], [2, 3, 1, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE", "cudaq::sample_result::exp_val_z"], [2, 4, 1, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE", "cudaq::sample_result::exp_val_z::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE", "cudaq::sample_result::expectation"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE", "cudaq::sample_result::expectation::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal"], [2, 3, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::marginalIndices"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::marginalIndices"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::registerName"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE", "cudaq::sample_result::has_even_parity"], [2, 4, 1, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE", "cudaq::sample_result::has_even_parity::bitString"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE", "cudaq::sample_result::has_expectation"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE", "cudaq::sample_result::has_expectation::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE", "cudaq::sample_result::most_probable"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE", "cudaq::sample_result::most_probable::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultpLERK13sample_result", "cudaq::sample_result::operator+="], [2, 4, 1, "_CPPv4N5cudaq13sample_resultpLERK13sample_result", "cudaq::sample_result::operator+=::other"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultaSER13sample_result", "cudaq::sample_result::operator="], [2, 4, 1, "_CPPv4N5cudaq13sample_resultaSER13sample_result", "cudaq::sample_result::operator=::counts"], [2, 3, 1, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result", "cudaq::sample_result::operator=="], [2, 4, 1, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result", "cudaq::sample_result::operator==::counts"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability::bitString"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result14register_namesEv", "cudaq::sample_result::register_names"], [2, 3, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder"], [2, 4, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder::index"], [2, 4, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERK13sample_result", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultEv", "cudaq::sample_result::sample_result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::preComputedExp"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult", "cudaq::sample_result::sample_result::result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult", "cudaq::sample_result::sample_result::result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::results"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::results"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result9serializeEv", "cudaq::sample_result::serialize"], [2, 3, 1, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE", "cudaq::sample_result::size"], [2, 4, 1, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE", "cudaq::sample_result::size::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE", "cudaq::sample_result::to_map"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE", "cudaq::sample_result::to_map::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultD0Ev", "cudaq::sample_result::~sample_result"], [2, 3, 1, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE", "cudaq::set_noise"], [2, 4, 1, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE", "cudaq::set_noise::model"], [2, 3, 1, "_CPPv4N5cudaq15set_random_seedENSt6size_tE", "cudaq::set_random_seed"], [2, 4, 1, "_CPPv4N5cudaq15set_random_seedENSt6size_tE", "cudaq::set_random_seed::seed"], [2, 6, 1, "_CPPv4N5cudaq20simulation_precisionE", "cudaq::simulation_precision"], [2, 7, 1, "_CPPv4N5cudaq20simulation_precision4fp32E", "cudaq::simulation_precision::fp32"], [2, 7, 1, "_CPPv4N5cudaq20simulation_precision4fp64E", "cudaq::simulation_precision::fp64"], [2, 1, 1, "_CPPv4N5cudaq7spin_opE", "cudaq::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op5beginEv", "cudaq::spin_op::begin"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op5beginEv", "cudaq::spin_op::begin"], [2, 0, 1, "_CPPv4N5cudaq7spin_op12csr_spmatrixE", "cudaq::spin_op::csr_spmatrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE", "cudaq::spin_op::distribute_terms"], [2, 4, 1, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE", "cudaq::spin_op::distribute_terms::numChunks"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op4dumpEv", "cudaq::spin_op::dump"], [2, 3, 1, "_CPPv4N5cudaq7spin_op3endEv", "cudaq::spin_op::end"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op3endEv", "cudaq::spin_op::end"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op14for_each_pauliERRNSt8functionIFv5pauliNSt6size_tEEEE", "cudaq::spin_op::for_each_pauli"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op13for_each_termERRNSt8functionIFvR7spin_opEEE", "cudaq::spin_op::for_each_term"], [2, 3, 1, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE", "cudaq::spin_op::from_word"], [2, 4, 1, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE", "cudaq::spin_op::from_word::pauliWord"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op21getDataRepresentationEv", "cudaq::spin_op::getDataRepresentation"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op12getDataTupleEv", "cudaq::spin_op::getDataTuple"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op15get_coefficientEv", "cudaq::spin_op::get_coefficient"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op12get_raw_dataEv", "cudaq::spin_op::get_raw_data"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op11is_identityEv", "cudaq::spin_op::is_identity"], [2, 1, 1, "_CPPv4I0EN5cudaq7spin_op8iteratorE", "cudaq::spin_op::iterator"], [2, 2, 1, "_CPPv4I0EN5cudaq7spin_op8iteratorE", "cudaq::spin_op::iterator::QualifiedSpinOp"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op10num_qubitsEv", "cudaq::spin_op::num_qubits"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9num_termsEv", "cudaq::spin_op::num_terms"], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE", "cudaq::spin_op::operator*="], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLEKd", "cudaq::spin_op::operator*="], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLERK7spin_op", "cudaq::spin_op::operator*="], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE", "cudaq::spin_op::operator*=::v"], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLEKd", "cudaq::spin_op::operator*=::v"], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLERK7spin_op", "cudaq::spin_op::operator*=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_oppLERK7spin_op", "cudaq::spin_op::operator+="], [2, 4, 1, "_CPPv4N5cudaq7spin_oppLERK7spin_op", "cudaq::spin_op::operator+=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_opmIERK7spin_op", "cudaq::spin_op::operator-="], [2, 4, 1, "_CPPv4N5cudaq7spin_opmIERK7spin_op", "cudaq::spin_op::operator-=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_opaSERK7spin_op", "cudaq::spin_op::operator="], [2, 3, 1, "_CPPv4NK5cudaq7spin_opeqERK7spin_op", "cudaq::spin_op::operator=="], [2, 4, 1, "_CPPv4NK5cudaq7spin_opeqERK7spin_op", "cudaq::spin_op::operator==::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::nQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::nTerms"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::seed"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opEv", "cudaq::spin_op::spin_op"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::_terms"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op::bsf"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op::coeff"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op::coeff"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op::coeffs"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op::data_rep"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op::id"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op::nQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE", "cudaq::spin_op::spin_op::numQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op", "cudaq::spin_op::spin_op::o"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op::term"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::termData"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::termData"], [2, 0, 1, "_CPPv4N5cudaq7spin_op12spin_op_termE", "cudaq::spin_op::spin_op_term"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9to_matrixEv", "cudaq::spin_op::to_matrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op16to_sparse_matrixEv", "cudaq::spin_op::to_sparse_matrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9to_stringEb", "cudaq::spin_op::to_string"], [2, 4, 1, "_CPPv4NK5cudaq7spin_op9to_stringEb", "cudaq::spin_op::to_string::printCoefficients"], [2, 3, 1, "_CPPv4N5cudaq7spin_opD0Ev", "cudaq::spin_op::~spin_op"], [2, 1, 1, "_CPPv4N5cudaq5stateE", "cudaq::state"], [2, 3, 1, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE", "cudaq::state::amplitude"], [2, 4, 1, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE", "cudaq::state::amplitude::basisState"], [2, 3, 1, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE", "cudaq::state::amplitudes"], [2, 4, 1, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE", "cudaq::state::amplitudes::basisStates"], [2, 3, 1, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE", "cudaq::state::dump"], [2, 3, 1, "_CPPv4NK5cudaq5state4dumpEv", "cudaq::state::dump"], [2, 4, 1, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE", "cudaq::state::dump::os"], [2, 3, 1, "_CPPv4N5cudaq5state9from_dataERK10state_data", "cudaq::state::from_data"], [2, 4, 1, "_CPPv4N5cudaq5state9from_dataERK10state_data", "cudaq::state::from_data::data"], [2, 3, 1, "_CPPv4NK5cudaq5state14get_num_qubitsEv", "cudaq::state::get_num_qubits"], [2, 3, 1, "_CPPv4NK5cudaq5state15get_num_tensorsEv", "cudaq::state::get_num_tensors"], [2, 3, 1, "_CPPv4NK5cudaq5state13get_precisionEv", "cudaq::state::get_precision"], [2, 3, 1, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE", "cudaq::state::get_tensor"], [2, 4, 1, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE", "cudaq::state::get_tensor::tensorIdx"], [2, 3, 1, "_CPPv4NK5cudaq5state11get_tensorsEv", "cudaq::state::get_tensors"], [2, 3, 1, "_CPPv4NK5cudaq5state9is_on_gpuEv", "cudaq::state::is_on_gpu"], [2, 3, 1, "_CPPv4N5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()"], [2, 3, 1, "_CPPv4N5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE", "cudaq::state::operator()"], [2, 4, 1, "_CPPv4N5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()::idx"], [2, 4, 1, "_CPPv4N5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()::jdx"], [2, 4, 1, "_CPPv4N5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE", "cudaq::state::operator()::tensorIdx"], [2, 3, 1, "_CPPv4N5cudaq5stateaSERR5state", "cudaq::state::operator="], [2, 4, 1, "_CPPv4N5cudaq5stateaSERR5state", "cudaq::state::operator=::other"], [2, 3, 1, "_CPPv4N5cudaq5stateixENSt6size_tE", "cudaq::state::operator[]"], [2, 4, 1, "_CPPv4N5cudaq5stateixENSt6size_tE", "cudaq::state::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq5state7overlapERK5state", "cudaq::state::overlap"], [2, 4, 1, "_CPPv4N5cudaq5state7overlapERK5state", "cudaq::state::overlap::other"], [2, 3, 1, "_CPPv4N5cudaq5state5stateEP15SimulationState", "cudaq::state::state"], [2, 3, 1, "_CPPv4N5cudaq5state5stateERK5state", "cudaq::state::state"], [2, 4, 1, "_CPPv4N5cudaq5state5stateERK5state", "cudaq::state::state::other"], [2, 4, 1, "_CPPv4N5cudaq5state5stateEP15SimulationState", "cudaq::state::state::ptrToOwn"], [2, 3, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host"], [2, 2, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::ScalarType"], [2, 4, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::hostPtr"], [2, 4, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::numElements"], [2, 0, 1, "_CPPv4N5cudaq10state_dataE", "cudaq::state_data"], [2, 0, 1, "_CPPv4N5cudaq6tensorE", "cudaq::tensor"], [2, 3, 1, "_CPPv4N5cudaq11unset_noiseEv", "cudaq::unset_noise"], [2, 1, 1, "_CPPv4N5nvqir18MPSSimulationStateE", "nvqir::MPSSimulationState"], [2, 1, 1, "_CPPv4N5nvqir24TensorNetSimulationStateE", "nvqir::TensorNetSimulationState"], [3, 8, 0, "-", "cudaq"]], "cudaq": [[3, 9, 1, "", "AmplitudeDampingChannel"], [3, 9, 1, "", "AsyncObserveResult"], [3, 9, 1, "", "AsyncSampleResult"], [3, 9, 1, "", "AsyncStateResult"], [3, 9, 1, "", "BitFlipChannel"], [3, 9, 1, "", "ComplexMatrix"], [3, 9, 1, "", "DepolarizationChannel"], [3, 11, 1, "", "Kernel"], [3, 9, 1, "", "KrausChannel"], [3, 9, 1, "", "KrausOperator"], [3, 9, 1, "", "NoiseModel"], [3, 9, 1, "", "ObserveResult"], [3, 9, 1, "", "OptimizationResult"], [3, 9, 1, "", "PhaseFlipChannel"], [3, 9, 1, "", "PyKernel"], [3, 9, 1, "", "PyKernelDecorator"], [3, 9, 1, "", "QuakeValue"], [3, 9, 1, "", "SampleResult"], [3, 9, 1, "", "SimulationPrecision"], [3, 9, 1, "", "SpinOperator"], [3, 9, 1, "", "State"], [3, 9, 1, "", "Target"], [3, 9, 1, "", "Tensor"], [3, 13, 1, "", "draw"], [3, 13, 1, "", "get_state"], [3, 13, 1, "", "get_state_async"], [3, 13, 1, "", "get_target"], [3, 13, 1, "", "get_targets"], [3, 13, 1, "", "has_target"], [3, 10, 1, "", "initialize_cudaq"], [3, 13, 1, "", "kernel"], [3, 13, 1, "", "make_kernel"], [3, 10, 1, "", "num_available_gpus"], [3, 13, 1, "", "observe"], [3, 13, 1, "", "observe_async"], [3, 11, 1, "", "qreg"], [3, 9, 1, "", "qubit"], [3, 9, 1, "", "qvector"], [3, 13, 1, "", "reset_target"], [3, 13, 1, "", "sample"], [3, 13, 1, "", "sample_async"], [3, 13, 1, "", "set_noise"], [3, 10, 1, "", "set_random_seed"], [3, 13, 1, "", "set_target"], [3, 13, 1, "", "translate"], [3, 13, 1, "", "unset_noise"], [3, 13, 1, "", "vqe"]], "cudaq.AmplitudeDampingChannel": [[3, 10, 1, "", "__init__"]], "cudaq.AsyncObserveResult": [[3, 10, 1, "", "get"]], "cudaq.AsyncSampleResult": [[3, 10, 1, "", "get"]], "cudaq.AsyncStateResult": [[3, 10, 1, "", "get"]], "cudaq.BitFlipChannel": [[3, 10, 1, "", "__init__"]], "cudaq.ComplexMatrix": [[3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "__str__"], [3, 10, 1, "", "minimal_eigenvalue"]], "cudaq.DepolarizationChannel": [[3, 10, 1, "", "__init__"]], "cudaq.KrausChannel": [[3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "append"]], "cudaq.KrausOperator": [[3, 12, 1, "", "col_count"], [3, 12, 1, "", "row_count"]], "cudaq.NoiseModel": [[3, 10, 1, "", "__init__"], [3, 10, 1, "", "add_channel"], [3, 10, 1, "", "get_channels"]], "cudaq.ObserveResult": [[3, 10, 1, "", "counts"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "expectation"], [3, 10, 1, "", "expectation_z"], [3, 10, 1, "", "get_spin"]], "cudaq.PhaseFlipChannel": [[3, 10, 1, "", "__init__"]], "cudaq.PyKernel": [[3, 11, 1, "", "argument_count"], [3, 11, 1, "", "arguments"], [3, 11, 1, "", "name"]], "cudaq.PyKernelDecorator": [[3, 10, 1, "", "__call__"], [3, 10, 1, "", "__str__"], [3, 10, 1, "", "compile"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "to_json"], [3, 10, 1, "", "type_to_str"]], "cudaq.QuakeValue": [[3, 10, 1, "", "__add__"], [3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "__mul__"], [3, 10, 1, "", "__neg__"], [3, 10, 1, "", "__radd__"], [3, 10, 1, "", "__rmul__"], [3, 10, 1, "", "__rsub__"], [3, 10, 1, "", "__sub__"], [3, 10, 1, "", "slice"]], "cudaq.SampleResult": [[3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "__iter__"], [3, 10, 1, "", "__len__"], [3, 10, 1, "", "clear"], [3, 10, 1, "", "count"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "expectation"], [3, 10, 1, "", "expectation_z"], [3, 10, 1, "", "get_marginal_counts"], [3, 10, 1, "", "get_register_counts"], [3, 10, 1, "", "get_sequential_data"], [3, 10, 1, "", "items"], [3, 10, 1, "", "most_probable"], [3, 10, 1, "", "probability"], [3, 11, 1, "", "register_names"], [3, 10, 1, "", "values"]], "cudaq.SimulationPrecision": [[3, 12, 1, "", "name"]], "cudaq.SpinOperator": [[3, 10, 1, "", "__add__"], [3, 10, 1, "", "__eq__"], [3, 10, 1, "", "__iter__"], [3, 10, 1, "", "__mul__"], [3, 10, 1, "", "__radd__"], [3, 10, 1, "", "__rmul__"], [3, 10, 1, "", "__rsub__"], [3, 10, 1, "", "__sub__"], [3, 10, 1, "", "distribute_terms"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "for_each_pauli"], [3, 10, 1, "", "for_each_term"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "from_word"], [3, 10, 1, "", "get_coefficient"], [3, 10, 1, "", "get_qubit_count"], [3, 10, 1, "", "get_raw_data"], [3, 10, 1, "", "get_term_count"], [3, 10, 1, "", "is_identity"], [3, 10, 1, "", "random"], [3, 10, 1, "", "serialize"], [3, 10, 1, "", "to_json"], [3, 10, 1, "", "to_matrix"], [3, 10, 1, "", "to_sparse_matrix"], [3, 10, 1, "", "to_string"]], "cudaq.State": [[3, 10, 1, "", "amplitude"], [3, 10, 1, "", "amplitudes"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "from_data"], [3, 10, 1, "", "getTensor"], [3, 10, 1, "", "getTensors"], [3, 10, 1, "", "is_on_gpu"], [3, 10, 1, "", "num_qubits"], [3, 10, 1, "", "overlap"]], "cudaq.Target": [[3, 12, 1, "", "description"], [3, 10, 1, "", "get_precision"], [3, 10, 1, "", "is_emulated"], [3, 10, 1, "", "is_remote"], [3, 12, 1, "", "name"], [3, 10, 1, "", "num_qpus"], [3, 12, 1, "", "platform"], [3, 12, 1, "", "simulator"]], "cudaq.gradients": [[3, 9, 1, "", "CentralDifference"], [3, 9, 1, "", "ForwardDifference"], [3, 9, 1, "", "ParameterShift"], [3, 9, 1, "", "gradient"]], "cudaq.gradients.CentralDifference": [[3, 10, 1, "", "compute"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "to_json"]], "cudaq.gradients.ForwardDifference": [[3, 10, 1, "", "compute"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "to_json"]], "cudaq.gradients.ParameterShift": [[3, 10, 1, "", "compute"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "to_json"]], "cudaq.mpi": [[3, 10, 1, "", "all_gather"], [3, 10, 1, "", "broadcast"], [3, 10, 1, "", "finalize"], [3, 10, 1, "", "initialize"], [3, 10, 1, "", "is_initialized"], [3, 10, 1, "", "num_ranks"], [3, 10, 1, "", "rank"]], "cudaq.optimizers": [[3, 9, 1, "", "COBYLA"], [3, 9, 1, "", "GradientDescent"], [3, 9, 1, "", "LBFGS"], [3, 9, 1, "", "NelderMead"], [3, 9, 1, "", "optimizer"]], "cudaq.optimizers.COBYLA": [[3, 10, 1, "", "from_json"], [3, 12, 1, "", "initial_parameters"], [3, 12, 1, "", "lower_bounds"], [3, 12, 1, "", "max_iterations"], [3, 10, 1, "", "optimize"], [3, 10, 1, "", "requires_gradients"], [3, 10, 1, "", "to_json"], [3, 12, 1, "", "upper_bounds"]], "cudaq.optimizers.GradientDescent": [[3, 10, 1, "", "from_json"], [3, 12, 1, "", "initial_parameters"], [3, 12, 1, "", "lower_bounds"], [3, 12, 1, "", "max_iterations"], [3, 10, 1, "", "optimize"], [3, 10, 1, "", "requires_gradients"], [3, 10, 1, "", "to_json"], [3, 12, 1, "", "upper_bounds"]], "cudaq.optimizers.LBFGS": [[3, 10, 1, "", "from_json"], [3, 12, 1, "", "initial_parameters"], [3, 12, 1, "", "lower_bounds"], [3, 12, 1, "", "max_iterations"], [3, 10, 1, "", "optimize"], [3, 10, 1, "", "requires_gradients"], [3, 10, 1, "", "to_json"], [3, 12, 1, "", "upper_bounds"]], "cudaq.optimizers.NelderMead": [[3, 10, 1, "", "from_json"], [3, 12, 1, "", "initial_parameters"], [3, 12, 1, "", "lower_bounds"], [3, 12, 1, "", "max_iterations"], [3, 10, 1, "", "optimize"], [3, 10, 1, "", "requires_gradients"], [3, 10, 1, "", "to_json"], [3, 12, 1, "", "upper_bounds"]], "cudaq.spin": [[3, 13, 1, "", "i"], [3, 13, 1, "", "x"], [3, 13, 1, "", "y"], [3, 13, 1, "", "z"]]}, "objtypes": {"0": "cpp:type", "1": "cpp:class", "2": "cpp:templateParam", "3": "cpp:function", "4": "cpp:functionParam", "5": "cpp:member", "6": "cpp:enum", "7": "cpp:enumerator", "8": "py:module", "9": "py:class", "10": "py:method", "11": "py:attribute", "12": "py:property", "13": "py:function"}, "objnames": {"0": ["cpp", "type", "C++ type"], "1": ["cpp", "class", "C++ class"], "2": ["cpp", "templateParam", "C++ template parameter"], "3": ["cpp", "function", "C++ function"], "4": ["cpp", "functionParam", "C++ function parameter"], "5": ["cpp", "member", "C++ member"], "6": ["cpp", "enum", "C++ enum"], "7": ["cpp", "enumerator", "C++ enumerator"], "8": ["py", "module", "Python module"], "9": ["py", "class", "Python class"], "10": ["py", "method", "Python method"], "11": ["py", "attribute", "Python attribute"], "12": ["py", "property", "Python property"], "13": ["py", "function", "Python function"]}, "titleterms": {"code": [0, 63], "document": 0, "cuda": [0, 2, 3, 4, 15, 17, 18, 19, 20, 35, 36, 39, 40, 41, 42, 43, 47, 57, 58, 59, 60, 61, 63, 64, 65, 67, 68, 69, 70], "q": [0, 2, 3, 4, 15, 17, 18, 19, 20, 35, 36, 39, 40, 41, 42, 43, 47, 57, 58, 59, 60, 61, 63, 64, 65, 67, 68, 69, 70], "api": [0, 2, 3], "quantum": [1, 2, 4, 6, 8, 12, 15, 20, 23, 24, 27, 28, 29, 30, 32, 37, 38, 49, 54, 55, 56], "oper": [1, 2, 27, 28], "unitari": 1, "qubit": [1, 7, 13, 14, 27, 32], "x": 1, "y": 1, "z": 1, "h": 1, "r1": 1, "rx": 1, "ry": 1, "rz": 1, "": [1, 6, 23, 60], "t": 1, "swap": 1, "u3": 1, "adjoint": 1, "control": [1, 21, 51], "measur": [1, 55], "mz": 1, "mx": 1, "my": 1, "user": 1, "defin": 1, "custom": 1, "c": [2, 7, 36, 61, 67], "common": [2, 29], "nois": [2, 13], "model": [2, 13, 25], "kernel": [2, 3, 14, 22, 24, 38, 42], "builder": 2, "algorithm": [2, 6, 7, 20, 23, 54], "platform": [2, 30, 38], "util": 2, "namespac": [2, 26], "python": [3, 36, 61, 63], "program": [3, 23, 29, 41, 43], "construct": 3, "execut": [3, 37], "backend": [3, 35, 36, 37, 39], "configur": 3, "data": [3, 4], "type": [3, 32], "optim": [3, 15, 20, 54], "gradient": [3, 20], "noisi": [3, 10, 53], "simul": [3, 4, 10, 16, 37, 38, 39, 44, 46, 53, 60, 63], "mpi": [3, 61, 63], "submodul": 3, "divis": 4, "cluster": 4, "With": 4, "coreset": 4, "us": [4, 7, 15, 32, 49, 63, 65], "preprocess": 4, "function": [4, 20], "qaoa": [4, 9, 11], "implement": 4, "scale": 4, "cost": 5, "minim": 5, "deutsch": 6, "xor": 6, "oplu": 6, "oracl": 6, "phase": [6, 23], "parallel": [6, 38, 48, 52], "hadamard": 7, "test": 7, "A": [7, 16], "numer": 7, "result": 7, "refer": [7, 16], "b": [7, 16], "sampl": [7, 20, 23, 43], "primit": [7, 20], "ancilla": 7, "comput": [7, 29, 36, 48, 49, 55, 63], "expect": [7, 48], "valu": [7, 48], "multi": [7, 38, 39, 51, 52], "gpu": [7, 16, 37, 39, 43, 52, 63], "matrix": [7, 13, 39], "element": 7, "diagon": 7, "exampl": [7, 23, 47], "numpi": 7, "cupi": 7, "In": [7, 63], "thi": [7, 60], "sinc": 7, "we": 7, "ar": 7, "have": 7, "2x2": 7, "hybrid": 8, "neural": 8, "network": [8, 39], "molecular": 9, "dock": 9, "via": [9, 63], "dc": 9, "max": 11, "cut": 11, "fourier": 12, "transform": 12, "revisit": 12, "readout": 13, "error": 13, "mitig": 13, "invers": 13, "confus": 13, "from": [13, 36, 61, 67], "singl": [13, 39], "k": 13, "local": [13, 63], "matric": 13, "full": 13, "visual": 14, "variat": [15, 56], "eigensolv": [15, 56], "integr": [15, 66, 67], "third": [15, 67], "parti": [15, 67], "water": 16, "molecul": 16, "activ": 16, "space": 16, "cpu": [16, 39], "v": [16, 63], "classic": 16, "ccsd": 16, "vqe": 16, "uccsd": 16, "content": [17, 40, 62], "releas": 18, "languag": 19, "specif": [19, 33], "cudaq": [20, 27, 28, 32], "observ": [20, 43], "deprec": [20, 32], "move": 20, "librari": [20, 61, 67], "flow": 21, "just": 22, "time": 22, "creation": 22, "hello": 23, "world": 23, "simpl": 23, "bell": 23, "state": [23, 38, 39, 55], "ghz": 23, "prepar": 23, "estim": 23, "deuteron": 23, "bind": 23, "energi": 23, "paramet": 23, "sweep": 23, "grover": 23, "iter": 23, "machin": 25, "standard": 26, "intrins": 27, "spin_op": 28, "pattern": 29, "action": [29, 60], "uncomput": 29, "sub": 31, "circuit": [31, 52, 60], "synthesi": [31, 51], "qudit": 32, "level": 32, "contain": [32, 63], "qview": 32, "2": 32, "qvector": 32, "qarrai": 32, "n": 32, "qspan": 32, "instead": 32, "qreg": 32, "quak": 34, "dialect": 34, "gener": 34, "introduct": [34, 50, 63], "motiv": 34, "target": [35, 52], "hardwar": [36, 49], "ionq": [36, 49], "set": 36, "credenti": 36, "submiss": 36, "iqm": [36, 49], "oqc": [36, 49], "orca": [36, 49], "quantinuum": [36, 49], "nvidia": [37, 38], "cloud": [37, 63], "quick": [37, 68], "start": [37, 63, 68], "select": 37, "multipl": [37, 48, 52], "qpu": 37, "asynchron": 37, "faq": 37, "processor": [38, 48, 52], "mqpu": 38, "distribut": [38, 63], "mode": [38, 39], "remot": [38, 63], "support": [38, 39, 61, 63], "argument": 38, "serial": 38, "access": [38, 63], "vector": 39, "featur": 39, "environ": 39, "variabl": 39, "option": 39, "node": 39, "addit": [39, 63], "openmp": 39, "onli": 39, "tensor": 39, "product": 39, "default": 39, "basic": 40, "build": [41, 61], "your": [41, 43, 59, 68], "first": [41, 43], "what": 42, "i": 42, "run": 43, "troubleshoot": 44, "debug": 44, "verbos": 44, "output": 44, "bernstein": 45, "vazirani": 45, "cuquantum": 46, "across": [48, 52], "provid": 49, "workflow": 52, "avail": 52, "batch": 52, "hamiltonian": 52, "term": 52, "approxim": 54, "101": 55, "gate": 55, "work": 57, "ir": 57, "extend": [58, 60], "creat": 59, "own": 59, "compil": [59, 67], "pass": 59, "new": 60, "circuitsimul": 60, "requir": [60, 63], "subtyp": 60, "method": 60, "overrid": 60, "let": 60, "see": 60, "instal": [61, 62, 63, 68], "sourc": 61, "prerequisit": 61, "depend": [61, 63], "toolchain": [61, 67], "host": [61, 63], "runtim": 61, "guid": 62, "docker": 63, "singular": 63, "wheel": 63, "pre": 63, "built": 63, "binari": [63, 67], "develop": 63, "connect": 63, "tunnel": 63, "ssh": 63, "dgx": 63, "get": 63, "jupyterlab": 63, "tool": [63, 66], "pypi": 63, "imag": 63, "updat": 63, "compat": 63, "system": 63, "next": 63, "step": 63, "cmake": 64, "project": 65, "other": 66, "softwar": 66, "call": 67, "an": 67, "interfac": 67, "between": 67, "differ": 67, "valid": 68, "tutori": 69, "version": 70}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "nbsphinx": 4, "sphinx": 57}, "alltitles": {"Sub-circuit Synthesis": [[31, "sub-circuit-synthesis"]], "Machine Model": [[25, "machine-model"]], "Quantum Operators": [[28, "quantum-operators"]], "cudaq::spin_op": [[28, "cudaq-spin-op"]], "Quantum Kernels": [[24, "quantum-kernels"]], "Common Quantum Programming Patterns": [[29, "common-quantum-programming-patterns"]], "Compute-Action-Uncompute": [[29, "compute-action-uncompute"]], "Quantum Platform": [[30, "quantum-platform"]], "Quantum Intrinsic Operations": [[27, "quantum-intrinsic-operations"]], "Operations on cudaq::qubit": [[27, "operations-on-cudaq-qubit"]], "Namespace and Standard": [[26, "namespace-and-standard"]], "Bernstein-Vazirani": [[45, "bernstein-vazirani"]], "Simulations with cuQuantum": [[46, "simulations-with-cuquantum"]], "Troubleshooting": [[44, "troubleshooting"]], "Debugging and Verbose Simulation Output": [[44, "debugging-and-verbose-simulation-output"]], "Building your first CUDA-Q Program": [[41, "building-your-first-cuda-q-program"]], "CUDA-Q Basics": [[40, "cuda-q-basics"]], "Contents": [[40, null], [62, null], [17, null]], "What is a CUDA-Q kernel?": [[42, "what-is-a-cuda-q-kernel"]], "CUDA-Q by Example": [[47, "cuda-q-by-example"]], "Running your first CUDA-Q Program": [[43, "running-your-first-cuda-q-program"]], "Sample": [[43, "sample"]], "Observe": [[43, "observe"]], "Running on a GPU": [[43, "running-on-a-gpu"]], "Multi-control Synthesis": [[51, "multi-control-synthesis"]], "Quantum Approximate Optimization Algorithm": [[54, "quantum-approximate-optimization-algorithm"]], "Using Quantum Hardware Providers": [[49, "using-quantum-hardware-providers"]], "IonQ": [[49, "ionq"], [36, "ionq"]], "IQM": [[49, "iqm"], [36, "iqm"]], "OQC": [[49, "oqc"], [36, "oqc"]], "ORCA Computing": [[49, "orca-computing"], [36, "orca-computing"]], "Quantinuum": [[49, "quantinuum"], [36, "quantinuum"]], "Introduction": [[50, "introduction"], [63, "introduction"]], "Multi-GPU Workflows": [[52, "multi-gpu-workflows"]], "Available Targets": [[52, "available-targets"]], "Parallelization across Multiple Processors": [[52, "parallelization-across-multiple-processors"]], "Batching Hamiltonian Terms": [[52, "batching-hamiltonian-terms"]], "Circuit Batching": [[52, "circuit-batching"]], "Noisy Simulation": [[53, "noisy-simulation"], [3, "noisy-simulation"], [10, "Noisy-Simulation"]], "Computing Expectation Values": [[48, "computing-expectation-values"]], "Parallelizing across Multiple Processors": [[48, "parallelizing-across-multiple-processors"]], "Quantum Computing 101": [[55, "quantum-computing-101"]], "Quantum States": [[55, "quantum-states"]], "Quantum Gates": [[55, "quantum-gates"]], "Measurements": [[55, "measurements"]], "Installation from Source": [[61, "installation-from-source"]], "Prerequisites": [[61, "prerequisites"]], "Build Dependencies": [[61, "build-dependencies"]], "CUDA": [[61, "cuda"]], "Toolchain": [[61, "toolchain"]], "Building CUDA-Q": [[61, "building-cuda-q"]], "Python Support": [[61, "python-support"]], "C++ Support": [[61, "c-support"]], "Installation on the Host": [[61, "installation-on-the-host"]], "CUDA Runtime Libraries": [[61, "cuda-runtime-libraries"]], "MPI": [[61, "mpi"]], "Create your own CUDA-Q Compiler Pass": [[59, "create-your-own-cuda-q-compiler-pass"]], "Installation Guide": [[62, "installation-guide"]], "Extending CUDA-Q": [[58, "extending-cuda-q"]], "Local Installation": [[63, "local-installation"]], "Docker": [[63, "docker"]], "Singularity": [[63, "singularity"]], "Python wheels": [[63, "python-wheels"]], "Pre-built binaries": [[63, "pre-built-binaries"]], "Development with VS Code": [[63, "development-with-vs-code"]], "Using a Docker container": [[63, "using-a-docker-container"]], "Using a Singularity container": [[63, "using-a-singularity-container"]], "Connecting to a Remote Host": [[63, "connecting-to-a-remote-host"]], "Developing with Remote Tunnels": [[63, "developing-with-remote-tunnels"]], "Remote Access via SSH": [[63, "remote-access-via-ssh"]], "DGX Cloud": [[63, "dgx-cloud"]], "Get Started": [[63, "get-started"]], "Use JupyterLab": [[63, "use-jupyterlab"]], "Use VS Code": [[63, "use-vs-code"]], "Additional CUDA Tools": [[63, "additional-cuda-tools"]], "Installation via PyPI": [[63, "installation-via-pypi"]], "Installation In Container Images": [[63, "installation-in-container-images"]], "Installing Pre-built Binaries": [[63, "installing-pre-built-binaries"]], "Distributed Computing with MPI": [[63, "distributed-computing-with-mpi"]], "Updating CUDA-Q": [[63, "updating-cuda-q"]], "Dependencies and Compatibility": [[63, "dependencies-and-compatibility"]], "Supported Systems": [[63, "id10"]], "Requirements for GPU Simulation": [[63, "id11"]], "Next Steps": [[63, "next-steps"]], "Extending CUDA-Q with a new Simulator": [[60, "extending-cuda-q-with-a-new-simulator"]], "CircuitSimulator": [[60, "circuitsimulator"]], "Required Circuit Simulator Subtype Method Overrides": [[60, "id1"]], "Let\u2019s see this in action": [[60, "let-s-see-this-in-action"]], "Working with the CUDA-Q IR": [[57, "working-with-the-cuda-q-ir"]], "Variational Quantum Eigensolver": [[56, "variational-quantum-eigensolver"], [15, "Variational-Quantum-Eigensolver"]], "Multi-Processor Platforms": [[38, "multi-processor-platforms"]], "NVIDIA MQPU Platform": [[38, "nvidia-mqpu-platform"]], "Parallel distribution mode": [[38, "parallel-distribution-mode"]], "Remote MQPU Platform": [[38, "remote-mqpu-platform"]], "Supported Kernel Arguments": [[38, "supported-kernel-arguments"]], "Kernel argument serialization": [[38, "id4"]], "Accessing Simulated Quantum State": [[38, "accessing-simulated-quantum-state"]], "CUDA-Q Backends": [[35, "cuda-q-backends"]], "Backend Targets": [[35, null]], "CUDA-Q Simulation Backends": [[39, "cuda-q-simulation-backends"]], "State Vector Simulators": [[39, "state-vector-simulators"]], "Features": [[39, "features"]], "Single-GPU": [[39, "single-gpu"]], "Environment variable options supported in single-GPU mode": [[39, "id4"]], "Multi-node multi-GPU": [[39, "multi-node-multi-gpu"], [39, "id2"]], "Additional environment variable options for multi-node multi-GPU mode": [[39, "id5"]], "OpenMP CPU-only": [[39, "openmp-cpu-only"]], "Tensor Network Simulators": [[39, "tensor-network-simulators"]], "Matrix product state": [[39, "matrix-product-state"]], "Default Simulator": [[39, "default-simulator"]], "Quantum Types": [[32, "quantum-types"]], "cudaq::qudit": [[32, "cudaq-qudit-levels"]], "cudaq::qubit": [[32, "cudaq-qubit"]], "Quantum Containers": [[32, "quantum-containers"]], "cudaq::qview": [[32, "cudaq-qview-levels-2"]], "cudaq::qvector": [[32, "cudaq-qvector-levels-2"]], "cudaq::qarray": [[32, "cudaq-qarray-n-levels-2"]], "cudaq::qspan (Deprecated. Use cudaq::qview instead.)": [[32, "cudaq-qspan-n-levels-deprecated-use-cudaq-qview-levels-instead"]], "cudaq::qreg (Deprecated. Use cudaq::qvector instead.)": [[32, "cudaq-qreg-n-levels-deprecated-use-cudaq-qvector-levels-instead"]], "Specifications": [[33, "specifications"]], "Quake Dialect": [[34, "quake-dialect"]], "General Introduction": [[34, "general-introduction"]], "Motivation": [[34, "motivation"]], "CUDA-Q Hardware Backends": [[36, "cuda-q-hardware-backends"]], "Setting Credentials": [[36, "setting-credentials"], [36, "id1"], [36, "id4"], [36, "id7"], [36, "quantinuum-backend"]], "Submission from C++": [[36, "submission-from-c"], [36, "id2"], [36, "id5"], [36, "id8"], [36, "id11"]], "Submission from Python": [[36, "submission-from-python"], [36, "id3"], [36, "id6"], [36, "id9"], [36, "id12"]], "NVIDIA Quantum Cloud": [[37, "nvidia-quantum-cloud"]], "Quick Start": [[37, "quick-start"], [68, "quick-start"]], "Simulator Backend Selection": [[37, "simulator-backend-selection"]], "Multiple GPUs": [[37, "multiple-gpus"]], "Simulator Backends": [[37, "id1"]], "Multiple QPUs Asynchronous Execution": [[37, "multiple-qpus-asynchronous-execution"]], "FAQ": [[37, "faq"]], "CUDA-Q Versions": [[70, "cuda-q-versions"]], "Install CUDA-Q": [[68, "install-cuda-q"]], "Validate your Installation": [[68, "validate-your-installation"]], "Integration with other Software Tools": [[66, "integration-with-other-software-tools"]], "CUDA-Q and CMake": [[64, "cuda-q-and-cmake"]], "CUDA-Q Tutorials": [[69, "cuda-q-tutorials"]], "Integrating with Third-Party Libraries": [[67, "integrating-with-third-party-libraries"]], "Calling a CUDA-Q library from C++": [[67, "calling-a-cuda-q-library-from-c"]], "Calling an C++ library from CUDA-Q": [[67, "calling-an-c-library-from-cuda-q"]], "Interfacing between binaries compiled with a different toolchains": [[67, "interfacing-between-binaries-compiled-with-a-different-toolchains"]], "Using CUDA and CUDA-Q in a Project": [[65, "using-cuda-and-cuda-q-in-a-project"]], "CUDA-Q Releases": [[18, "cuda-q-releases"]], "Just-in-Time Kernel Creation": [[22, "just-in-time-kernel-creation"]], "Quantum Algorithmic Primitives": [[20, "quantum-algorithmic-primitives"]], "cudaq::sample": [[20, "cudaq-sample"]], "cudaq::observe": [[20, "cudaq-observe"]], "cudaq::optimizer (deprecated, functionality moved to CUDA-Q libraries)": [[20, "cudaq-optimizer-deprecated-functionality-moved-to-cuda-q-libraries"]], "cudaq::gradient (deprecated, functionality moved to CUDA-Q libraries)": [[20, "cudaq-gradient-deprecated-functionality-moved-to-cuda-q-libraries"]], "Language Specification": [[19, "language-specification"]], "CUDA-Q": [[19, null], [17, "cuda-q"]], "Control Flow": [[21, "control-flow"]], "Example Programs": [[23, "example-programs"]], "Hello World - Simple Bell State": [[23, "hello-world-simple-bell-state"]], "GHZ State Preparation and Sampling": [[23, "ghz-state-preparation-and-sampling"]], "Quantum Phase Estimation": [[23, "quantum-phase-estimation"]], "Deuteron Binding Energy Parameter Sweep": [[23, "deuteron-binding-energy-parameter-sweep"]], "Grover\u2019s Algorithm": [[23, "grover-s-algorithm"]], "Iterative Phase Estimation": [[23, "iterative-phase-estimation"]], "Water Molecule with Active Space (CPU vs. GPU)": [[16, "Water-Molecule-with-Active-Space-(CPU-vs.-GPU)"]], "A- Classical simulation as a reference: CCSD": [[16, "A--Classical-simulation-as-a-reference:-CCSD"]], "B- VQE-UCCSD:": [[16, "B--VQE-UCCSD:"]], "Quantum Operations": [[1, "quantum-operations"]], "Unitary Operations on Qubits": [[1, "unitary-operations-on-qubits"]], "x": [[1, "x"]], "y": [[1, "y"]], "z": [[1, "z"]], "h": [[1, "h"]], "r1": [[1, "r1"]], "rx": [[1, "rx"]], "ry": [[1, "ry"]], "rz": [[1, "rz"]], "s": [[1, "s"]], "t": [[1, "t"]], "swap": [[1, "swap"]], "u3": [[1, "u3"]], "Adjoint and Controlled Operations": [[1, "adjoint-and-controlled-operations"]], "Measurements on Qubits": [[1, "measurements-on-qubits"]], "mz": [[1, "mz"]], "mx": [[1, "mx"]], "my": [[1, "my"]], "User-Defined Custom Operations": [[1, "user-defined-custom-operations"]], "CUDA-Q Python API": [[3, "module-cudaq"]], "Program Construction": [[3, "program-construction"]], "Kernel Execution": [[3, "kernel-execution"]], "Backend Configuration": [[3, "backend-configuration"]], "Data Types": [[3, "data-types"]], "Optimizers": [[3, "optimizers"]], "Gradients": [[3, "gradients"]], "MPI Submodule": [[3, "mpi-submodule"]], "Cost Minimization": [[5, "Cost-Minimization"]], "Deutsch\u2019s Algorithm": [[6, "Deutsch's-Algorithm"]], "XOR \\oplus": [[6, "XOR-\\oplus"]], "Quantum oracles": [[6, "Quantum-oracles"]], "Phase oracle": [[6, "Phase-oracle"]], "Quantum parallelism": [[6, "Quantum-parallelism"]], "Deutschs\u2019 Algorithm:": [[6, "Deutschs'-Algorithm:"]], "Code documentation": [[0, "code-documentation"]], "CUDA-Q API": [[0, null]], "Hadamard Test": [[7, "Hadamard-Test"]], "A- Numerical result as a reference:": [[7, "A--Numerical-result-as-a-reference:"]], "B- Using sample algorithmic primitive to sample the ancilla qubit and compute the expectation value.": [[7, "B--Using-sample-algorithmic-primitive-to-sample-the-ancilla-qubit-and-compute-the-expectation-value."]], "C- Use multi-GPUs to compute the matrix elements": [[7, "C--Use-multi-GPUs-to-compute-the-matrix-elements"]], "Diagonalize the matrix using for example Numpy or CuPy. In this example, since we are having 2x2 matrix, we use numpy.": [[7, "Diagonalize-the-matrix-using-for-example-Numpy-or-CuPy.-In-this-example,-since-we-are-having-2x2-matrix,-we-use-numpy."]], "Divisive Clustering With Coresets Using CUDA-Q": [[4, "Divisive-Clustering-With-Coresets-Using-CUDA-Q"]], "Data preprocessing": [[4, "Data-preprocessing"]], "Quantum functions": [[4, "Quantum-functions"]], "Divisive Clustering Function": [[4, "Divisive-Clustering-Function"]], "QAOA Implementation": [[4, "QAOA-Implementation"]], "Scaling simulations with CUDA-Q": [[4, "Scaling-simulations-with-CUDA-Q"]], "CUDA-Q C++ API": [[2, "cuda-q-c-api"]], "Operators": [[2, "operators"]], "Quantum": [[2, "quantum"]], "Common": [[2, "common"]], "Noise Modeling": [[2, "noise-modeling"]], "Kernel Builder": [[2, "kernel-builder"]], "Algorithms": [[2, "algorithms"]], "Platform": [[2, "platform"]], "Utilities": [[2, "utilities"]], "Namespaces": [[2, "namespaces"]], "Molecular docking via DC-QAOA": [[9, "Molecular-docking-via-DC-QAOA"]], "Using CUDA-Q Optimizers": [[15, "Using-CUDA-Q-Optimizers"]], "Integration with Third-Party Optimizers": [[15, "Integration-with-Third-Party-Optimizers"]], "Visualization": [[14, "Visualization"]], "Qubit Visualization": [[14, "Qubit-Visualization"]], "Kernel Visualization": [[14, "Kernel-Visualization"]], "Quantum Fourier Transform": [[12, "Quantum-Fourier-Transform"]], "Quantum Fourier Transform revisited": [[12, "Quantum-Fourier-Transform-revisited"]], "Max-Cut with QAOA": [[11, "Max-Cut-with-QAOA"]], "Hybrid Quantum Neural Networks": [[8, "Hybrid-Quantum-Neural-Networks"]], "Readout Error Mitigation": [[13, "Readout-Error-Mitigation"]], "Inverse confusion matrix from single-qubit noise model": [[13, "Inverse-confusion-matrix-from-single-qubit-noise-model"]], "Inverse confusion matrix from k local confusion matrices": [[13, "Inverse-confusion-matrix-from-k-local-confusion-matrices"]], "Inverse of full confusion matrix": [[13, "Inverse-of-full-confusion-matrix"]]}, "indexentries": {"cudaq (c++ type)": [[2, "_CPPv45cudaq"]], "cudaq::basenvcfsimulatorqpu (c++ class)": [[2, "_CPPv4N5cudaq20BaseNvcfSimulatorQPUE"]], "cudaq::baseremoterestqpu (c++ class)": [[2, "_CPPv4N5cudaq17BaseRemoteRESTQPUE"]], "cudaq::baseremotesimulatorqpu (c++ class)": [[2, "_CPPv4N5cudaq22BaseRemoteSimulatorQPUE"]], "cudaq::cusvstate (c++ class)": [[2, "_CPPv4I0EN5cudaq9CusvStateE"]], "cudaq::executioncontext (c++ class)": [[2, "_CPPv4N5cudaq16ExecutionContextE"]], "cudaq::executioncontext::executioncontext (c++ function)": [[2, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringE"], [2, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringENSt6size_tE"]], "cudaq::executioncontext::amplitudemaps (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext13amplitudeMapsE"]], "cudaq::executioncontext::asyncexec (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext9asyncExecE"]], "cudaq::executioncontext::batchiteration (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext14batchIterationE"]], "cudaq::executioncontext::canhandleobserve (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext16canHandleObserveE"]], "cudaq::executioncontext::expectationvalue (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext16expectationValueE"]], "cudaq::executioncontext::futureresult (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext12futureResultE"]], "cudaq::executioncontext::hasconditionalsonmeasureresults (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext31hasConditionalsOnMeasureResultsE"]], "cudaq::executioncontext::invocationresultbuffer (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext22invocationResultBufferE"]], "cudaq::executioncontext::kernelname (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext10kernelNameE"]], "cudaq::executioncontext::kerneltrace (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext11kernelTraceE"]], "cudaq::executioncontext::name (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext4nameE"]], "cudaq::executioncontext::noisemodel (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext10noiseModelE"]], "cudaq::executioncontext::optresult (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext9optResultE"]], "cudaq::executioncontext::overlapcomputestates (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext20overlapComputeStatesE"]], "cudaq::executioncontext::overlapresult (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext13overlapResultE"]], "cudaq::executioncontext::registernames (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext13registerNamesE"]], "cudaq::executioncontext::reorderidx (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext10reorderIdxE"]], "cudaq::executioncontext::result (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext6resultE"]], "cudaq::executioncontext::shots (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext5shotsE"]], "cudaq::executioncontext::simulationstate (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext15simulationStateE"]], "cudaq::executioncontext::spin (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext4spinE"]], "cudaq::executioncontext::totaliterations (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext15totalIterationsE"]], "cudaq::executionresult (c++ struct)": [[2, "_CPPv4N5cudaq15ExecutionResultE"]], "cudaq::executionresult::executionresult (c++ function)": [[2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionary"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryNSt6stringE"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryd"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultENSt6stringE"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultERK15ExecutionResult"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEd"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEv"]], "cudaq::executionresult::appendresult (c++ function)": [[2, "_CPPv4N5cudaq15ExecutionResult12appendResultENSt6stringENSt6size_tE"]], "cudaq::executionresult::deserialize (c++ function)": [[2, "_CPPv4N5cudaq15ExecutionResult11deserializeERNSt6vectorINSt6size_tEEE"]], "cudaq::executionresult::operator= (c++ function)": [[2, "_CPPv4N5cudaq15ExecutionResultaSERK15ExecutionResult"]], "cudaq::executionresult::operator== (c++ function)": [[2, "_CPPv4NK5cudaq15ExecutionResulteqERK15ExecutionResult"]], "cudaq::executionresult::registername (c++ member)": [[2, "_CPPv4N5cudaq15ExecutionResult12registerNameE"]], "cudaq::executionresult::sequentialdata (c++ member)": [[2, "_CPPv4N5cudaq15ExecutionResult14sequentialDataE"]], "cudaq::executionresult::serialize (c++ function)": [[2, "_CPPv4NK5cudaq15ExecutionResult9serializeEv"]], "cudaq::kernelexecutiontask (c++ type)": [[2, "_CPPv4N5cudaq19KernelExecutionTaskE"]], "cudaq::qpu (c++ class)": [[2, "_CPPv4N5cudaq3QPUE"]], "cudaq::qpu::qpu (c++ function)": [[2, "_CPPv4N5cudaq3QPU3QPUENSt6size_tE"], [2, "_CPPv4N5cudaq3QPU3QPUERR3QPU"], [2, "_CPPv4N5cudaq3QPU3QPUEv"]], "cudaq::qpu::enqueue (c++ function)": [[2, "_CPPv4N5cudaq3QPU7enqueueER11QuantumTask"]], "cudaq::qpu::getconnectivity (c++ function)": [[2, "_CPPv4N5cudaq3QPU15getConnectivityEv"]], "cudaq::qpu::getexecutionthreadid (c++ function)": [[2, "_CPPv4NK5cudaq3QPU20getExecutionThreadIdEv"]], "cudaq::qpu::getnumqubits (c++ function)": [[2, "_CPPv4N5cudaq3QPU12getNumQubitsEv"]], "cudaq::qpu::getremotecapabilities (c++ function)": [[2, "_CPPv4NK5cudaq3QPU21getRemoteCapabilitiesEv"]], "cudaq::qpu::isemulated (c++ function)": [[2, "_CPPv4N5cudaq3QPU10isEmulatedEv"]], "cudaq::qpu::issimulator (c++ function)": [[2, "_CPPv4N5cudaq3QPU11isSimulatorEv"]], "cudaq::qpu::launchkernel (c++ function)": [[2, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE"]], "cudaq::qpu::launchserializedcodeexecution (c++ function)": [[2, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE"]], "cudaq::qpu::onrandomseedset (c++ function)": [[2, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE"]], "cudaq::qpu::resetexecutioncontext (c++ function)": [[2, "_CPPv4N5cudaq3QPU21resetExecutionContextEv"]], "cudaq::qpu::setexecutioncontext (c++ function)": [[2, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext"]], "cudaq::qpu::setid (c++ function)": [[2, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE"]], "cudaq::qpu::setshots (c++ function)": [[2, "_CPPv4N5cudaq3QPU8setShotsEi"]], "cudaq::qpu::supportsconditionalfeedback (c++ function)": [[2, "_CPPv4N5cudaq3QPU27supportsConditionalFeedbackEv"]], "cudaq::qpu::~qpu (c++ function)": [[2, "_CPPv4N5cudaq3QPUD0Ev"]], "cudaq::quakevalue (c++ class)": [[2, "_CPPv4N5cudaq10QuakeValueE"]], "cudaq::quakevalue::quakevalue (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE"], [2, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd"]], "cudaq::quakevalue::canvalidatenumelements (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue22canValidateNumElementsEv"]], "cudaq::quakevalue::constantsize (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue12constantSizeEv"]], "cudaq::quakevalue::dump (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue4dumpERNSt7ostreamE"], [2, "_CPPv4N5cudaq10QuakeValue4dumpEv"]], "cudaq::quakevalue::getrequiredelements (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue19getRequiredElementsEv"]], "cudaq::quakevalue::getvalue (c++ function)": [[2, "_CPPv4NK5cudaq10QuakeValue8getValueEv"]], "cudaq::quakevalue::inverse (c++ function)": [[2, "_CPPv4NK5cudaq10QuakeValue7inverseEv"]], "cudaq::quakevalue::isstdvec (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue8isStdVecEv"]], "cudaq::quakevalue::operator* (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuemlEKd"]], "cudaq::quakevalue::operator+ (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValueplEKd"], [2, "_CPPv4N5cudaq10QuakeValueplEKi"]], "cudaq::quakevalue::operator- (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuemiEKd"], [2, "_CPPv4N5cudaq10QuakeValuemiEKi"], [2, "_CPPv4NK5cudaq10QuakeValuemiEv"]], "cudaq::quakevalue::operator/ (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuedvEKd"]], "cudaq::quakevalue::operator[] (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE"], [2, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue"]], "cudaq::quakevalue::size (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue4sizeEv"]], "cudaq::quakevalue::slice (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE"]], "cudaq::quantumtask (c++ type)": [[2, "_CPPv4N5cudaq11QuantumTaskE"]], "cudaq::qubitconnectivity (c++ type)": [[2, "_CPPv4N5cudaq17QubitConnectivityE"]], "cudaq::qubitedge (c++ type)": [[2, "_CPPv4N5cudaq9QubitEdgeE"]], "cudaq::remotecapabilities (c++ struct)": [[2, "_CPPv4N5cudaq18RemoteCapabilitiesE"]], "cudaq::remotecapabilities::remotecapabilities (c++ function)": [[2, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb"]], "cudaq::remotecapabilities::serializedcodeexec (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities18serializedCodeExecE"]], "cudaq::remotecapabilities::stateoverlap (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities12stateOverlapE"]], "cudaq::remotecapabilities::vqe (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities3vqeE"]], "cudaq::remotesimulationstate (c++ class)": [[2, "_CPPv4N5cudaq21RemoteSimulationStateE"]], "cudaq::resources (c++ class)": [[2, "_CPPv4N5cudaq9ResourcesE"]], "cudaq::serializedcodeexecutioncontext (c++ class)": [[2, "_CPPv4N5cudaq30SerializedCodeExecutionContextE"]], "cudaq::simulationstate (c++ class)": [[2, "_CPPv4N5cudaq15SimulationStateE"]], "cudaq::simulationstate::tensor (c++ struct)": [[2, "_CPPv4N5cudaq15SimulationState6TensorE"]], "cudaq::simulationstate::precision (c++ enum)": [[2, "_CPPv4N5cudaq15SimulationState9precisionE"]], "cudaq::simulationstate::precision::fp32 (c++ enumerator)": [[2, "_CPPv4N5cudaq15SimulationState9precision4fp32E"]], "cudaq::simulationstate::precision::fp64 (c++ enumerator)": [[2, "_CPPv4N5cudaq15SimulationState9precision4fp64E"]], "cudaq::tensorstatedata (c++ type)": [[2, "_CPPv4N5cudaq15TensorStateDataE"]], "cudaq::trace (c++ class)": [[2, "_CPPv4N5cudaq5TraceE"]], "cudaq::amplitude_damping_channel (c++ class)": [[2, "_CPPv4N5cudaq25amplitude_damping_channelE"]], "cudaq::async_result (c++ class)": [[2, "_CPPv4I0EN5cudaq12async_resultE"]], "cudaq::async_result::get (c++ function)": [[2, "_CPPv4N5cudaq12async_result3getEv"]], "cudaq::bit_flip_channel (c++ class)": [[2, "_CPPv4N5cudaq16bit_flip_channelE"]], "cudaq::complex (c++ type)": [[2, "_CPPv4N5cudaq7complexE"]], "cudaq::complex_matrix (c++ class)": [[2, "_CPPv4N5cudaq14complex_matrixE"]], "cudaq::complex_matrix::cols (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix4colsEv"]], "cudaq::complex_matrix::complex_matrix (c++ function)": [[2, "_CPPv4N5cudaq14complex_matrix14complex_matrixEKNSt6size_tEKNSt6size_tE"], [2, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE"]], "cudaq::complex_matrix::data (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix4dataEv"]], "cudaq::complex_matrix::dump (c++ function)": [[2, "_CPPv4N5cudaq14complex_matrix4dumpERNSt7ostreamE"], [2, "_CPPv4N5cudaq14complex_matrix4dumpEv"]], "cudaq::complex_matrix::eigenvalues (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix11eigenvaluesEv"]], "cudaq::complex_matrix::eigenvectors (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix12eigenvectorsEv"]], "cudaq::complex_matrix::minimal_eigenvalue (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix18minimal_eigenvalueEv"]], "cudaq::complex_matrix::operator() (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrixclENSt6size_tENSt6size_tE"]], "cudaq::complex_matrix::operator* (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrixmlER14complex_matrix"], [2, "_CPPv4NK5cudaq14complex_matrixmlERNSt6vectorI10value_typeEE"]], "cudaq::complex_matrix::rows (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix4rowsEv"]], "cudaq::complex_matrix::set_zero (c++ function)": [[2, "_CPPv4N5cudaq14complex_matrix8set_zeroEv"]], "cudaq::complex_matrix::value_type (c++ type)": [[2, "_CPPv4N5cudaq14complex_matrix10value_typeE"]], "cudaq::depolarization_channel (c++ class)": [[2, "_CPPv4N5cudaq22depolarization_channelE"]], "cudaq::details (c++ type)": [[2, "_CPPv4N5cudaq7detailsE"]], "cudaq::details::kernelbuildertype (c++ class)": [[2, "_CPPv4N5cudaq7details17KernelBuilderTypeE"]], "cudaq::details::kernelbuildertype::kernelbuildertype (c++ function)": [[2, "_CPPv4N5cudaq7details17KernelBuilderType17KernelBuilderTypeERRNSt8functionIFN4mlir4TypeEPN4mlir11MLIRContextEEEE"]], "cudaq::details::kernelbuildertype::create (c++ function)": [[2, "_CPPv4N5cudaq7details17KernelBuilderType6createEPN4mlir11MLIRContextE"]], "cudaq::details::future (c++ class)": [[2, "_CPPv4N5cudaq7details6futureE"]], "cudaq::details::future::future (c++ function)": [[2, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE"], [2, "_CPPv4N5cudaq7details6future6futureERR6future"], [2, "_CPPv4N5cudaq7details6future6futureEv"]], "cudaq::details::kernel_builder_base (c++ class)": [[2, "_CPPv4N5cudaq7details19kernel_builder_baseE"]], "cudaq::details::kernel_builder_base::operator<< (c++ function)": [[2, "_CPPv4N5cudaq7details19kernel_builder_baselsERNSt7ostreamERK19kernel_builder_base"]], "cudaq::draw (c++ function)": [[2, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args"]], "cudaq::dyn (c++ member)": [[2, "_CPPv4N5cudaq3dynE"]], "cudaq::gradient (c++ class)": [[2, "_CPPv4N5cudaq8gradientE"]], "cudaq::gradient::clone (c++ function)": [[2, "_CPPv4N5cudaq8gradient5cloneEv"]], "cudaq::gradient::compute (c++ function)": [[2, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd"], [2, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd"]], "cudaq::gradient::gradient (c++ function)": [[2, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelT"], [2, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper"], [2, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper"], [2, "_CPPv4N5cudaq8gradient8gradientERRNSt8functionIFvNSt6vectorIdEEEEE"], [2, "_CPPv4N5cudaq8gradient8gradientEv"]], "cudaq::gradient::setargs (c++ function)": [[2, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args"]], "cudaq::gradient::setkernel (c++ function)": [[2, "_CPPv4I0EN5cudaq8gradient9setKernelEvR13QuantumKernel"]], "cudaq::gradients::central_difference (c++ class)": [[2, "_CPPv4N5cudaq9gradients18central_differenceE"]], "cudaq::gradients::central_difference::clone (c++ function)": [[2, "_CPPv4N5cudaq9gradients18central_difference5cloneEv"]], "cudaq::gradients::central_difference::compute (c++ function)": [[2, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd"], [2, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd"]], "cudaq::gradients::central_difference::gradient (c++ function)": [[2, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelT"], [2, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper"], [2, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper"], [2, "_CPPv4N5cudaq9gradients18central_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE"], [2, "_CPPv4N5cudaq9gradients18central_difference8gradientEv"]], "cudaq::gradients::forward_difference (c++ class)": [[2, "_CPPv4N5cudaq9gradients18forward_differenceE"]], "cudaq::gradients::forward_difference::clone (c++ function)": [[2, "_CPPv4N5cudaq9gradients18forward_difference5cloneEv"]], "cudaq::gradients::forward_difference::compute (c++ function)": [[2, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd"], [2, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd"]], "cudaq::gradients::forward_difference::gradient (c++ function)": [[2, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelT"], [2, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper"], [2, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper"], [2, "_CPPv4N5cudaq9gradients18forward_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE"], [2, "_CPPv4N5cudaq9gradients18forward_difference8gradientEv"]], "cudaq::gradients::parameter_shift (c++ class)": [[2, "_CPPv4N5cudaq9gradients15parameter_shiftE"]], "cudaq::gradients::parameter_shift::clone (c++ function)": [[2, "_CPPv4N5cudaq9gradients15parameter_shift5cloneEv"]], "cudaq::gradients::parameter_shift::compute (c++ function)": [[2, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd"], [2, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd"]], "cudaq::gradients::parameter_shift::gradient (c++ function)": [[2, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelT"], [2, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper"], [2, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper"], [2, "_CPPv4N5cudaq9gradients15parameter_shift8gradientERRNSt8functionIFvNSt6vectorIdEEEEE"], [2, "_CPPv4N5cudaq9gradients15parameter_shift8gradientEv"]], "cudaq::kernel_builder (c++ class)": [[2, "_CPPv4IDpEN5cudaq14kernel_builderE"]], "cudaq::kernel_builder::constantval (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder11constantValEd"]], "cudaq::kernel_builder::getarguments (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder12getArgumentsEv"]], "cudaq::kernel_builder::getnumparams (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder12getNumParamsEv"]], "cudaq::kernel_builder::isargstdvec (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder11isArgStdVecENSt6size_tE"]], "cudaq::kernel_builder::kernel_builder (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder14kernel_builderERNSt6vectorIN7details17KernelBuilderTypeEEE"]], "cudaq::kernel_builder::name (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder4nameEv"]], "cudaq::kernel_builder::qalloc (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder6qallocE10QuakeValue"], [2, "_CPPv4N5cudaq14kernel_builder6qallocEKNSt6size_tE"], [2, "_CPPv4N5cudaq14kernel_builder6qallocERNSt6vectorINSt7complexIdEEEE"], [2, "_CPPv4N5cudaq14kernel_builder6qallocEv"]], "cudaq::kernel_builder::swap (c++ function)": [[2, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue"], [2, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue"], [2, "_CPPv4N5cudaq14kernel_builder4swapERK10QuakeValueRK10QuakeValue"]], "cudaq::kraus_channel (c++ class)": [[2, "_CPPv4N5cudaq13kraus_channelE"]], "cudaq::kraus_channel::empty (c++ function)": [[2, "_CPPv4NK5cudaq13kraus_channel5emptyEv"]], "cudaq::kraus_channel::get_ops (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channel7get_opsEv"]], "cudaq::kraus_channel::kraus_channel (c++ function)": [[2, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelERK13kraus_channel"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelERNSt6vectorI8kraus_opEE"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelERRNSt6vectorI8kraus_opEE"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelEv"]], "cudaq::kraus_channel::operator= (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channelaSERK13kraus_channel"]], "cudaq::kraus_channel::operator[] (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channelixEKNSt6size_tE"]], "cudaq::kraus_channel::push_back (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op"]], "cudaq::kraus_channel::size (c++ function)": [[2, "_CPPv4NK5cudaq13kraus_channel4sizeEv"]], "cudaq::kraus_op (c++ struct)": [[2, "_CPPv4N5cudaq8kraus_opE"]], "cudaq::kraus_op::adjoint (c++ function)": [[2, "_CPPv4NK5cudaq8kraus_op7adjointEv"]], "cudaq::kraus_op::data (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op4dataE"]], "cudaq::kraus_op::kraus_op (c++ function)": [[2, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE"], [2, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE"], [2, "_CPPv4N5cudaq8kraus_op8kraus_opERK8kraus_op"]], "cudaq::kraus_op::ncols (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op5nColsE"]], "cudaq::kraus_op::nrows (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op5nRowsE"]], "cudaq::kraus_op::operator= (c++ function)": [[2, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op"]], "cudaq::mpi (c++ type)": [[2, "_CPPv4N5cudaq3mpiE"]], "cudaq::mpi::all_gather (c++ function)": [[2, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE"], [2, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE"]], "cudaq::mpi::all_reduce (c++ function)": [[2, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction"], [2, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func"]], "cudaq::mpi::broadcast (c++ function)": [[2, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi"], [2, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi"]], "cudaq::mpi::finalize (c++ function)": [[2, "_CPPv4N5cudaq3mpi8finalizeEv"]], "cudaq::mpi::initialize (c++ function)": [[2, "_CPPv4N5cudaq3mpi10initializeEiPPc"], [2, "_CPPv4N5cudaq3mpi10initializeEv"]], "cudaq::mpi::is_initialized (c++ function)": [[2, "_CPPv4N5cudaq3mpi14is_initializedEv"]], "cudaq::mpi::num_ranks (c++ function)": [[2, "_CPPv4N5cudaq3mpi9num_ranksEv"]], "cudaq::mpi::rank (c++ function)": [[2, "_CPPv4N5cudaq3mpi4rankEv"]], "cudaq::noise_model (c++ class)": [[2, "_CPPv4N5cudaq11noise_modelE"]], "cudaq::noise_model::add_channel (c++ function)": [[2, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel"], [2, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel"]], "cudaq::noise_model::empty (c++ function)": [[2, "_CPPv4NK5cudaq11noise_model5emptyEv"]], "cudaq::noise_model::get_channels (c++ function)": [[2, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEE"], [2, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEE"]], "cudaq::noise_model::noise_model (c++ function)": [[2, "_CPPv4N5cudaq11noise_model11noise_modelEv"]], "cudaq::num_available_gpus (c++ function)": [[2, "_CPPv4N5cudaq18num_available_gpusEv"]], "cudaq::observe_result (c++ class)": [[2, "_CPPv4N5cudaq14observe_resultE"]], "cudaq::observe_result::counts (c++ function)": [[2, "_CPPv4I0EN5cudaq14observe_result6countsE13sample_result10SpinOpType"]], "cudaq::observe_result::dump (c++ function)": [[2, "_CPPv4N5cudaq14observe_result4dumpEv"]], "cudaq::observe_result::expectation (c++ function)": [[2, "_CPPv4I0EN5cudaq14observe_result11expectationEd10SpinOpType"], [2, "_CPPv4N5cudaq14observe_result11expectationEv"]], "cudaq::observe_result::id_coefficient (c++ function)": [[2, "_CPPv4N5cudaq14observe_result14id_coefficientEv"]], "cudaq::observe_result::observe_result (c++ function)": [[2, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op"], [2, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result"]], "cudaq::observe_result::operator double (c++ function)": [[2, "_CPPv4N5cudaq14observe_resultcvdEv"]], "cudaq::observe_result::raw_data (c++ function)": [[2, "_CPPv4N5cudaq14observe_result8raw_dataEv"]], "cudaq::optimizable_function (c++ class)": [[2, "_CPPv4N5cudaq20optimizable_functionE"]], "cudaq::optimization_result (c++ type)": [[2, "_CPPv4N5cudaq19optimization_resultE"]], "cudaq::optimizer (c++ class)": [[2, "_CPPv4N5cudaq9optimizerE"]], "cudaq::optimizer::optimize (c++ function)": [[2, "_CPPv4N5cudaq9optimizer8optimizeEKiRR20optimizable_function"]], "cudaq::optimizer::requiresgradients (c++ function)": [[2, "_CPPv4N5cudaq9optimizer17requiresGradientsEv"]], "cudaq::phase_flip_channel (c++ class)": [[2, "_CPPv4N5cudaq18phase_flip_channelE"]], "cudaq::qreg (c++ class)": [[2, "_CPPv4I_NSt6size_tE_NSt6size_tE0EN5cudaq4qregE"]], "cudaq::qreg::back (c++ function)": [[2, "_CPPv4N5cudaq4qreg4backENSt6size_tE"], [2, "_CPPv4N5cudaq4qreg4backEv"]], "cudaq::qreg::begin (c++ function)": [[2, "_CPPv4N5cudaq4qreg5beginEv"]], "cudaq::qreg::clear (c++ function)": [[2, "_CPPv4N5cudaq4qreg5clearEv"]], "cudaq::qreg::front (c++ function)": [[2, "_CPPv4N5cudaq4qreg5frontENSt6size_tE"], [2, "_CPPv4N5cudaq4qreg5frontEv"]], "cudaq::qreg::operator[] (c++ function)": [[2, "_CPPv4N5cudaq4qregixEKNSt6size_tE"]], "cudaq::qreg::size (c++ function)": [[2, "_CPPv4NK5cudaq4qreg4sizeEv"]], "cudaq::qreg::slice (c++ function)": [[2, "_CPPv4N5cudaq4qreg5sliceENSt6size_tENSt6size_tE"]], "cudaq::qreg::value_type (c++ type)": [[2, "_CPPv4N5cudaq4qreg10value_typeE"]], "cudaq::qspan (c++ class)": [[2, "_CPPv4I_NSt6size_tE_NSt6size_tEEN5cudaq5qspanE"]], "cudaq::quantum_platform (c++ class)": [[2, "_CPPv4N5cudaq16quantum_platformE"]], "cudaq::quantum_platform::clear_shots (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform11clear_shotsEv"]], "cudaq::quantum_platform::connectivity (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform12connectivityEv"]], "cudaq::quantum_platform::enqueueasynctask (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tER19KernelExecutionTask"], [2, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tERNSt8functionIFvvEEE"]], "cudaq::quantum_platform::getlogstream (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform12getLogStreamEv"]], "cudaq::quantum_platform::get_current_qpu (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform15get_current_qpuEv"]], "cudaq::quantum_platform::get_exec_ctx (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform12get_exec_ctxEv"]], "cudaq::quantum_platform::get_num_qubits (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsENSt6size_tE"], [2, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsEv"]], "cudaq::quantum_platform::get_remote_capabilities (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform23get_remote_capabilitiesEKNSt6size_tE"]], "cudaq::quantum_platform::get_shots (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9get_shotsEv"]], "cudaq::quantum_platform::is_emulated (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform11is_emulatedEKNSt6size_tE"]], "cudaq::quantum_platform::is_remote (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9is_remoteEKNSt6size_tE"]], "cudaq::quantum_platform::is_simulator (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform12is_simulatorEKNSt6size_tE"]], "cudaq::quantum_platform::launchvqe (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE"]], "cudaq::quantum_platform::list_platforms (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform14list_platformsEv"]], "cudaq::quantum_platform::name (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform4nameEv"]], "cudaq::quantum_platform::num_qpus (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform8num_qpusEv"]], "cudaq::quantum_platform::onrandomseedset (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform15onRandomSeedSetENSt6size_tE"]], "cudaq::quantum_platform::resetlogstream (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform14resetLogStreamEv"]], "cudaq::quantum_platform::reset_exec_ctx (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform14reset_exec_ctxENSt6size_tE"]], "cudaq::quantum_platform::reset_noise (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform11reset_noiseEv"]], "cudaq::quantum_platform::setlogstream (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform12setLogStreamERNSt7ostreamE"]], "cudaq::quantum_platform::settargetbackend (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform16setTargetBackendERKNSt6stringE"]], "cudaq::quantum_platform::set_current_qpu (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform15set_current_qpuEKNSt6size_tE"]], "cudaq::quantum_platform::set_exec_ctx (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform12set_exec_ctxEPN5cudaq16ExecutionContextENSt6size_tE"]], "cudaq::quantum_platform::set_noise (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9set_noiseEPK11noise_model"]], "cudaq::quantum_platform::set_shots (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9set_shotsEi"]], "cudaq::quantum_platform::supports_conditional_feedback (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform29supports_conditional_feedbackEKNSt6size_tE"]], "cudaq::quantum_platform::supports_task_distribution (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform26supports_task_distributionEv"]], "cudaq::qubit (c++ type)": [[2, "_CPPv4N5cudaq5qubitE"]], "cudaq::qudit (c++ class)": [[2, "_CPPv4I_NSt6size_tEEN5cudaq5quditE"]], "cudaq::qudit::qudit (c++ function)": [[2, "_CPPv4N5cudaq5qudit5quditEv"]], "cudaq::qvector (c++ class)": [[2, "_CPPv4I_NSt6size_tEEN5cudaq7qvectorE"]], "cudaq::qvector::back (c++ function)": [[2, "_CPPv4N5cudaq7qvector4backENSt6size_tE"], [2, "_CPPv4N5cudaq7qvector4backEv"]], "cudaq::qvector::begin (c++ function)": [[2, "_CPPv4N5cudaq7qvector5beginEv"]], "cudaq::qvector::clear (c++ function)": [[2, "_CPPv4N5cudaq7qvector5clearEv"]], "cudaq::qvector::end (c++ function)": [[2, "_CPPv4N5cudaq7qvector3endEv"]], "cudaq::qvector::front (c++ function)": [[2, "_CPPv4N5cudaq7qvector5frontENSt6size_tE"], [2, "_CPPv4N5cudaq7qvector5frontEv"]], "cudaq::qvector::operator= (c++ function)": [[2, "_CPPv4N5cudaq7qvectoraSERK7qvector"]], "cudaq::qvector::operator[] (c++ function)": [[2, "_CPPv4N5cudaq7qvectorixEKNSt6size_tE"]], "cudaq::qvector::qvector (c++ function)": [[2, "_CPPv4N5cudaq7qvector7qvectorENSt6size_tE"], [2, "_CPPv4N5cudaq7qvector7qvectorERK5state"], [2, "_CPPv4N5cudaq7qvector7qvectorERK7qvector"], [2, "_CPPv4N5cudaq7qvector7qvectorERKNSt6vectorI7complexEEb"], [2, "_CPPv4N5cudaq7qvector7qvectorERR7qvector"]], "cudaq::qvector::size (c++ function)": [[2, "_CPPv4NK5cudaq7qvector4sizeEv"]], "cudaq::qvector::slice (c++ function)": [[2, "_CPPv4N5cudaq7qvector5sliceENSt6size_tENSt6size_tE"]], "cudaq::qvector::value_type (c++ type)": [[2, "_CPPv4N5cudaq7qvector10value_typeE"]], "cudaq::qview (c++ class)": [[2, "_CPPv4I_NSt6size_tEEN5cudaq5qviewE"]], "cudaq::qview::value_type (c++ type)": [[2, "_CPPv4N5cudaq5qview10value_typeE"]], "cudaq::range (c++ function)": [[2, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType"], [2, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType"], [2, "_CPPv4N5cudaq5rangeENSt6size_tE"]], "cudaq::real (c++ type)": [[2, "_CPPv4N5cudaq4realE"]], "cudaq::registry (c++ type)": [[2, "_CPPv4N5cudaq8registryE"]], "cudaq::registry::registeredtype (c++ class)": [[2, "_CPPv4I0EN5cudaq8registry14RegisteredTypeE"]], "cudaq::sample_result (c++ class)": [[2, "_CPPv4N5cudaq13sample_resultE"]], "cudaq::sample_result::append (c++ function)": [[2, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult"]], "cudaq::sample_result::begin (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5beginEv"], [2, "_CPPv4NK5cudaq13sample_result5beginEv"]], "cudaq::sample_result::cbegin (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result6cbeginEv"]], "cudaq::sample_result::cend (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result4cendEv"]], "cudaq::sample_result::clear (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5clearEv"]], "cudaq::sample_result::count (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE"]], "cudaq::sample_result::deserialize (c++ function)": [[2, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE"]], "cudaq::sample_result::dump (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE"], [2, "_CPPv4NK5cudaq13sample_result4dumpEv"]], "cudaq::sample_result::end (c++ function)": [[2, "_CPPv4N5cudaq13sample_result3endEv"], [2, "_CPPv4NK5cudaq13sample_result3endEv"]], "cudaq::sample_result::exp_val_z (c++ function)": [[2, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE"]], "cudaq::sample_result::expectation (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE"]], "cudaq::sample_result::get_marginal (c++ function)": [[2, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE"], [2, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE"]], "cudaq::sample_result::has_even_parity (c++ function)": [[2, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE"]], "cudaq::sample_result::has_expectation (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE"]], "cudaq::sample_result::most_probable (c++ function)": [[2, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE"]], "cudaq::sample_result::operator+= (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultpLERK13sample_result"]], "cudaq::sample_result::operator= (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultaSER13sample_result"]], "cudaq::sample_result::operator== (c++ function)": [[2, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result"]], "cudaq::sample_result::probability (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE"]], "cudaq::sample_result::register_names (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result14register_namesEv"]], "cudaq::sample_result::reorder (c++ function)": [[2, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE"]], "cudaq::sample_result::sample_result (c++ function)": [[2, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERK13sample_result"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult"], [2, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE"], [2, "_CPPv4N5cudaq13sample_result13sample_resultEv"]], "cudaq::sample_result::serialize (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result9serializeEv"]], "cudaq::sample_result::size (c++ function)": [[2, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE"]], "cudaq::sample_result::to_map (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE"]], "cudaq::sample_result::~sample_result (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultD0Ev"]], "cudaq::set_noise (c++ function)": [[2, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE"]], "cudaq::set_random_seed (c++ function)": [[2, "_CPPv4N5cudaq15set_random_seedENSt6size_tE"]], "cudaq::simulation_precision (c++ enum)": [[2, "_CPPv4N5cudaq20simulation_precisionE"]], "cudaq::simulation_precision::fp32 (c++ enumerator)": [[2, "_CPPv4N5cudaq20simulation_precision4fp32E"]], "cudaq::simulation_precision::fp64 (c++ enumerator)": [[2, "_CPPv4N5cudaq20simulation_precision4fp64E"]], "cudaq::spin_op (c++ class)": [[2, "_CPPv4N5cudaq7spin_opE"]], "cudaq::spin_op::begin (c++ function)": [[2, "_CPPv4N5cudaq7spin_op5beginEv"], [2, "_CPPv4NK5cudaq7spin_op5beginEv"]], "cudaq::spin_op::csr_spmatrix (c++ type)": [[2, "_CPPv4N5cudaq7spin_op12csr_spmatrixE"]], "cudaq::spin_op::distribute_terms (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE"]], "cudaq::spin_op::dump (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op4dumpEv"]], "cudaq::spin_op::end (c++ function)": [[2, "_CPPv4N5cudaq7spin_op3endEv"], [2, "_CPPv4NK5cudaq7spin_op3endEv"]], "cudaq::spin_op::for_each_pauli (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op14for_each_pauliERRNSt8functionIFv5pauliNSt6size_tEEEE"]], "cudaq::spin_op::for_each_term (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op13for_each_termERRNSt8functionIFvR7spin_opEEE"]], "cudaq::spin_op::from_word (c++ function)": [[2, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE"]], "cudaq::spin_op::getdatarepresentation (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op21getDataRepresentationEv"]], "cudaq::spin_op::getdatatuple (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op12getDataTupleEv"]], "cudaq::spin_op::get_coefficient (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op15get_coefficientEv"]], "cudaq::spin_op::get_raw_data (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op12get_raw_dataEv"]], "cudaq::spin_op::is_identity (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op11is_identityEv"]], "cudaq::spin_op::iterator (c++ struct)": [[2, "_CPPv4I0EN5cudaq7spin_op8iteratorE"]], "cudaq::spin_op::num_qubits (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op10num_qubitsEv"]], "cudaq::spin_op::num_terms (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9num_termsEv"]], "cudaq::spin_op::operator*= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_opmLEKd"], [2, "_CPPv4N5cudaq7spin_opmLERK7spin_op"]], "cudaq::spin_op::operator+= (c++ function)": [[2, "_CPPv4N5cudaq7spin_oppLERK7spin_op"]], "cudaq::spin_op::operator-= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opmIERK7spin_op"]], "cudaq::spin_op::operator= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opaSERK7spin_op"]], "cudaq::spin_op::operator== (c++ function)": [[2, "_CPPv4NK5cudaq7spin_opeqERK7spin_op"]], "cudaq::spin_op::random (c++ function)": [[2, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj"]], "cudaq::spin_op::spin_op (c++ function)": [[2, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opEv"]], "cudaq::spin_op::spin_op_term (c++ type)": [[2, "_CPPv4N5cudaq7spin_op12spin_op_termE"]], "cudaq::spin_op::to_matrix (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9to_matrixEv"]], "cudaq::spin_op::to_sparse_matrix (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op16to_sparse_matrixEv"]], "cudaq::spin_op::to_string (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9to_stringEb"]], "cudaq::spin_op::~spin_op (c++ function)": [[2, "_CPPv4N5cudaq7spin_opD0Ev"]], "cudaq::state (c++ class)": [[2, "_CPPv4N5cudaq5stateE"]], "cudaq::state::amplitude (c++ function)": [[2, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE"]], "cudaq::state::amplitudes (c++ function)": [[2, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE"]], "cudaq::state::dump (c++ function)": [[2, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE"], [2, "_CPPv4NK5cudaq5state4dumpEv"]], "cudaq::state::from_data (c++ function)": [[2, "_CPPv4N5cudaq5state9from_dataERK10state_data"]], "cudaq::state::get_num_qubits (c++ function)": [[2, "_CPPv4NK5cudaq5state14get_num_qubitsEv"]], "cudaq::state::get_num_tensors (c++ function)": [[2, "_CPPv4NK5cudaq5state15get_num_tensorsEv"]], "cudaq::state::get_precision (c++ function)": [[2, "_CPPv4NK5cudaq5state13get_precisionEv"]], "cudaq::state::get_tensor (c++ function)": [[2, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE"]], "cudaq::state::get_tensors (c++ function)": [[2, "_CPPv4NK5cudaq5state11get_tensorsEv"]], "cudaq::state::is_on_gpu (c++ function)": [[2, "_CPPv4NK5cudaq5state9is_on_gpuEv"]], "cudaq::state::operator() (c++ function)": [[2, "_CPPv4N5cudaq5stateclENSt6size_tENSt6size_tE"], [2, "_CPPv4N5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE"]], "cudaq::state::operator= (c++ function)": [[2, "_CPPv4N5cudaq5stateaSERR5state"]], "cudaq::state::operator[] (c++ function)": [[2, "_CPPv4N5cudaq5stateixENSt6size_tE"]], "cudaq::state::overlap (c++ function)": [[2, "_CPPv4N5cudaq5state7overlapERK5state"]], "cudaq::state::state (c++ function)": [[2, "_CPPv4N5cudaq5state5stateEP15SimulationState"], [2, "_CPPv4N5cudaq5state5stateERK5state"]], "cudaq::state::to_host (c++ function)": [[2, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE"]], "cudaq::state_data (c++ type)": [[2, "_CPPv4N5cudaq10state_dataE"]], "cudaq::tensor (c++ type)": [[2, "_CPPv4N5cudaq6tensorE"]], "cudaq::unset_noise (c++ function)": [[2, "_CPPv4N5cudaq11unset_noiseEv"]], "nvqir::mpssimulationstate (c++ class)": [[2, "_CPPv4N5nvqir18MPSSimulationStateE"]], "nvqir::tensornetsimulationstate (c++ class)": [[2, "_CPPv4N5nvqir24TensorNetSimulationStateE"]], "amplitudedampingchannel (class in cudaq)": [[3, "cudaq.AmplitudeDampingChannel"]], "asyncobserveresult (class in cudaq)": [[3, "cudaq.AsyncObserveResult"]], "asyncsampleresult (class in cudaq)": [[3, "cudaq.AsyncSampleResult"]], "asyncstateresult (class in cudaq)": [[3, "cudaq.AsyncStateResult"]], "bitflipchannel (class in cudaq)": [[3, "cudaq.BitFlipChannel"]], "cobyla (class in cudaq.optimizers)": [[3, "cudaq.optimizers.COBYLA"]], "centraldifference (class in cudaq.gradients)": [[3, "cudaq.gradients.CentralDifference"]], "complexmatrix (class in cudaq)": [[3, "cudaq.ComplexMatrix"]], "depolarizationchannel (class in cudaq)": [[3, "cudaq.DepolarizationChannel"]], "forwarddifference (class in cudaq.gradients)": [[3, "cudaq.gradients.ForwardDifference"]], "gradientdescent (class in cudaq.optimizers)": [[3, "cudaq.optimizers.GradientDescent"]], "kernel (in module cudaq)": [[3, "cudaq.Kernel"]], "krauschannel (class in cudaq)": [[3, "cudaq.KrausChannel"]], "krausoperator (class in cudaq)": [[3, "cudaq.KrausOperator"]], "lbfgs (class in cudaq.optimizers)": [[3, "cudaq.optimizers.LBFGS"]], "neldermead (class in cudaq.optimizers)": [[3, "cudaq.optimizers.NelderMead"]], "noisemodel (class in cudaq)": [[3, "cudaq.NoiseModel"]], "observeresult (class in cudaq)": [[3, "cudaq.ObserveResult"]], "optimizationresult (class in cudaq)": [[3, "cudaq.OptimizationResult"]], "parametershift (class in cudaq.gradients)": [[3, "cudaq.gradients.ParameterShift"]], "phaseflipchannel (class in cudaq)": [[3, "cudaq.PhaseFlipChannel"]], "pykernel (class in cudaq)": [[3, "cudaq.PyKernel"]], "pykerneldecorator (class in cudaq)": [[3, "cudaq.PyKernelDecorator"]], "quakevalue (class in cudaq)": [[3, "cudaq.QuakeValue"]], "sampleresult (class in cudaq)": [[3, "cudaq.SampleResult"]], "simulationprecision (class in cudaq)": [[3, "cudaq.SimulationPrecision"]], "spinoperator (class in cudaq)": [[3, "cudaq.SpinOperator"]], "state (class in cudaq)": [[3, "cudaq.State"]], "target (class in cudaq)": [[3, "cudaq.Target"]], "tensor (class in cudaq)": [[3, "cudaq.Tensor"]], "__add__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__add__"]], "__add__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__add__"]], "__call__() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.__call__"]], "__eq__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__eq__"]], "__getitem__() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.__getitem__"]], "__getitem__() (cudaq.krauschannel method)": [[3, "cudaq.KrausChannel.__getitem__"]], "__getitem__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__getitem__"]], "__getitem__() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.__getitem__"]], "__init__() (cudaq.amplitudedampingchannel method)": [[3, "cudaq.AmplitudeDampingChannel.__init__"]], "__init__() (cudaq.bitflipchannel method)": [[3, "cudaq.BitFlipChannel.__init__"]], "__init__() (cudaq.depolarizationchannel method)": [[3, "cudaq.DepolarizationChannel.__init__"]], "__init__() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.__init__"]], "__init__() (cudaq.phaseflipchannel method)": [[3, "cudaq.PhaseFlipChannel.__init__"]], "__iter__() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.__iter__"]], "__iter__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__iter__"]], "__len__() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.__len__"]], "__mul__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__mul__"]], "__mul__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__mul__"]], "__neg__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__neg__"]], "__radd__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__radd__"]], "__radd__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__radd__"]], "__rmul__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__rmul__"]], "__rmul__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__rmul__"]], "__rsub__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__rsub__"]], "__rsub__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__rsub__"]], "__str__() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.__str__"]], "__str__() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.__str__"]], "__sub__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__sub__"]], "__sub__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__sub__"]], "add_channel() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.add_channel"]], "all_gather() (in module cudaq.mpi)": [[3, "cudaq.mpi.all_gather"]], "amplitude() (cudaq.state method)": [[3, "cudaq.State.amplitude"]], "amplitudes() (cudaq.state method)": [[3, "cudaq.State.amplitudes"]], "append() (cudaq.krauschannel method)": [[3, "cudaq.KrausChannel.append"]], "argument_count (cudaq.pykernel attribute)": [[3, "cudaq.PyKernel.argument_count"]], "arguments (cudaq.pykernel attribute)": [[3, "cudaq.PyKernel.arguments"]], "broadcast() (in module cudaq.mpi)": [[3, "cudaq.mpi.broadcast"]], "clear() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.clear"]], "col_count (cudaq.krausoperator property)": [[3, "cudaq.KrausOperator.col_count"]], "compile() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.compile"]], "compute() (cudaq.gradients.centraldifference method)": [[3, "cudaq.gradients.CentralDifference.compute"]], "compute() (cudaq.gradients.forwarddifference method)": [[3, "cudaq.gradients.ForwardDifference.compute"]], "compute() (cudaq.gradients.parametershift method)": [[3, "cudaq.gradients.ParameterShift.compute"]], "count() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.count"]], "counts() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.counts"]], "cudaq": [[3, "module-cudaq"]], "description (cudaq.target property)": [[3, "cudaq.Target.description"]], "distribute_terms() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.distribute_terms"]], "draw() (in module cudaq)": [[3, "cudaq.draw"]], "dump() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.dump"]], "dump() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.dump"]], "dump() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.dump"]], "dump() (cudaq.state method)": [[3, "cudaq.State.dump"]], "expectation() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.expectation"]], "expectation() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.expectation"]], "expectation_z() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.expectation_z"]], "expectation_z() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.expectation_z"]], "finalize() (in module cudaq.mpi)": [[3, "cudaq.mpi.finalize"]], "for_each_pauli() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.for_each_pauli"]], "for_each_term() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.for_each_term"]], "from_data() (cudaq.state static method)": [[3, "cudaq.State.from_data"]], "from_json() (cudaq.pykerneldecorator static method)": [[3, "cudaq.PyKernelDecorator.from_json"]], "from_json() (cudaq.spinoperator static method)": [[3, "cudaq.SpinOperator.from_json"]], "from_json() (cudaq.gradients.centraldifference static method)": [[3, "cudaq.gradients.CentralDifference.from_json"]], "from_json() (cudaq.gradients.forwarddifference static method)": [[3, "cudaq.gradients.ForwardDifference.from_json"]], "from_json() (cudaq.gradients.parametershift static method)": [[3, "cudaq.gradients.ParameterShift.from_json"]], "from_json() (cudaq.optimizers.cobyla static method)": [[3, "cudaq.optimizers.COBYLA.from_json"]], "from_json() (cudaq.optimizers.gradientdescent static method)": [[3, "cudaq.optimizers.GradientDescent.from_json"]], "from_json() (cudaq.optimizers.lbfgs static method)": [[3, "cudaq.optimizers.LBFGS.from_json"]], "from_json() (cudaq.optimizers.neldermead static method)": [[3, "cudaq.optimizers.NelderMead.from_json"]], "from_word() (cudaq.spinoperator static method)": [[3, "cudaq.SpinOperator.from_word"]], "get() (cudaq.asyncobserveresult method)": [[3, "cudaq.AsyncObserveResult.get"]], "get() (cudaq.asyncsampleresult method)": [[3, "cudaq.AsyncSampleResult.get"]], "get() (cudaq.asyncstateresult method)": [[3, "cudaq.AsyncStateResult.get"]], "gettensor() (cudaq.state method)": [[3, "cudaq.State.getTensor"]], "gettensors() (cudaq.state method)": [[3, "cudaq.State.getTensors"]], "get_channels() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.get_channels"]], "get_coefficient() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.get_coefficient"]], "get_marginal_counts() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.get_marginal_counts"]], "get_precision() (cudaq.target method)": [[3, "cudaq.Target.get_precision"]], "get_qubit_count() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.get_qubit_count"]], "get_raw_data() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.get_raw_data"]], "get_register_counts() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.get_register_counts"]], "get_sequential_data() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.get_sequential_data"]], "get_spin() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.get_spin"]], "get_state() (in module cudaq)": [[3, "cudaq.get_state"]], "get_state_async() (in module cudaq)": [[3, "cudaq.get_state_async"]], "get_target() (in module cudaq)": [[3, "cudaq.get_target"]], "get_targets() (in module cudaq)": [[3, "cudaq.get_targets"]], "get_term_count() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.get_term_count"]], "gradient (class in cudaq.gradients)": [[3, "cudaq.gradients.gradient"]], "has_target() (in module cudaq)": [[3, "cudaq.has_target"]], "initial_parameters (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.initial_parameters"]], "initial_parameters (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.initial_parameters"]], "initial_parameters (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.initial_parameters"]], "initial_parameters (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.initial_parameters"]], "initialize() (in module cudaq.mpi)": [[3, "cudaq.mpi.initialize"]], "initialize_cudaq() (in module cudaq)": [[3, "cudaq.initialize_cudaq"]], "is_emulated() (cudaq.target method)": [[3, "cudaq.Target.is_emulated"]], "is_identity() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.is_identity"]], "is_initialized() (in module cudaq.mpi)": [[3, "cudaq.mpi.is_initialized"]], "is_on_gpu() (cudaq.state method)": [[3, "cudaq.State.is_on_gpu"]], "is_remote() (cudaq.target method)": [[3, "cudaq.Target.is_remote"]], "items() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.items"]], "kernel() (in module cudaq)": [[3, "cudaq.kernel"]], "lower_bounds (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.lower_bounds"]], "lower_bounds (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.lower_bounds"]], "lower_bounds (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.lower_bounds"]], "lower_bounds (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.lower_bounds"]], "make_kernel() (in module cudaq)": [[3, "cudaq.make_kernel"]], "max_iterations (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.max_iterations"]], "max_iterations (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.max_iterations"]], "max_iterations (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.max_iterations"]], "max_iterations (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.max_iterations"]], "minimal_eigenvalue() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.minimal_eigenvalue"]], "module": [[3, "module-cudaq"]], "most_probable() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.most_probable"]], "name (cudaq.pykernel attribute)": [[3, "cudaq.PyKernel.name"]], "name (cudaq.simulationprecision property)": [[3, "cudaq.SimulationPrecision.name"]], "name (cudaq.target property)": [[3, "cudaq.Target.name"]], "num_available_gpus() (in module cudaq)": [[3, "cudaq.num_available_gpus"]], "num_qpus() (cudaq.target method)": [[3, "cudaq.Target.num_qpus"]], "num_qubits() (cudaq.state method)": [[3, "cudaq.State.num_qubits"]], "num_ranks() (in module cudaq.mpi)": [[3, "cudaq.mpi.num_ranks"]], "observe() (in module cudaq)": [[3, "cudaq.observe"]], "observe_async() (in module cudaq)": [[3, "cudaq.observe_async"]], "optimize() (cudaq.optimizers.cobyla method)": [[3, "cudaq.optimizers.COBYLA.optimize"]], "optimize() (cudaq.optimizers.gradientdescent method)": [[3, "cudaq.optimizers.GradientDescent.optimize"]], "optimize() (cudaq.optimizers.lbfgs method)": [[3, "cudaq.optimizers.LBFGS.optimize"]], "optimize() (cudaq.optimizers.neldermead method)": [[3, "cudaq.optimizers.NelderMead.optimize"]], "optimizer (class in cudaq.optimizers)": [[3, "cudaq.optimizers.optimizer"]], "overlap() (cudaq.state method)": [[3, "cudaq.State.overlap"]], "platform (cudaq.target property)": [[3, "cudaq.Target.platform"]], "probability() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.probability"]], "qreg (in module cudaq)": [[3, "cudaq.qreg"]], "qubit (class in cudaq)": [[3, "cudaq.qubit"]], "qvector (class in cudaq)": [[3, "cudaq.qvector"]], "random() (cudaq.spinoperator static method)": [[3, "cudaq.SpinOperator.random"]], "rank() (in module cudaq.mpi)": [[3, "cudaq.mpi.rank"]], "register_names (cudaq.sampleresult attribute)": [[3, "cudaq.SampleResult.register_names"]], "requires_gradients() (cudaq.optimizers.cobyla method)": [[3, "cudaq.optimizers.COBYLA.requires_gradients"]], "requires_gradients() (cudaq.optimizers.gradientdescent method)": [[3, "cudaq.optimizers.GradientDescent.requires_gradients"]], "requires_gradients() (cudaq.optimizers.lbfgs method)": [[3, "cudaq.optimizers.LBFGS.requires_gradients"]], "requires_gradients() (cudaq.optimizers.neldermead method)": [[3, "cudaq.optimizers.NelderMead.requires_gradients"]], "reset_target() (in module cudaq)": [[3, "cudaq.reset_target"]], "row_count (cudaq.krausoperator property)": [[3, "cudaq.KrausOperator.row_count"]], "sample() (in module cudaq)": [[3, "cudaq.sample"]], "sample_async() (in module cudaq)": [[3, "cudaq.sample_async"]], "serialize() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.serialize"]], "set_noise() (in module cudaq)": [[3, "cudaq.set_noise"]], "set_random_seed() (in module cudaq)": [[3, "cudaq.set_random_seed"]], "set_target() (in module cudaq)": [[3, "cudaq.set_target"]], "simulator (cudaq.target property)": [[3, "cudaq.Target.simulator"]], "slice() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.slice"]], "spin.i() (in module cudaq)": [[3, "cudaq.spin.i"]], "spin.x() (in module cudaq)": [[3, "cudaq.spin.x"]], "spin.y() (in module cudaq)": [[3, "cudaq.spin.y"]], "spin.z() (in module cudaq)": [[3, "cudaq.spin.z"]], "to_json() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.to_json"]], "to_json() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.to_json"]], "to_json() (cudaq.gradients.centraldifference method)": [[3, "cudaq.gradients.CentralDifference.to_json"]], "to_json() (cudaq.gradients.forwarddifference method)": [[3, "cudaq.gradients.ForwardDifference.to_json"]], "to_json() (cudaq.gradients.parametershift method)": [[3, "cudaq.gradients.ParameterShift.to_json"]], "to_json() (cudaq.optimizers.cobyla method)": [[3, "cudaq.optimizers.COBYLA.to_json"]], "to_json() (cudaq.optimizers.gradientdescent method)": [[3, "cudaq.optimizers.GradientDescent.to_json"]], "to_json() (cudaq.optimizers.lbfgs method)": [[3, "cudaq.optimizers.LBFGS.to_json"]], "to_json() (cudaq.optimizers.neldermead method)": [[3, "cudaq.optimizers.NelderMead.to_json"]], "to_matrix() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.to_matrix"]], "to_sparse_matrix() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.to_sparse_matrix"]], "to_string() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.to_string"]], "translate() (in module cudaq)": [[3, "cudaq.translate"]], "type_to_str() (cudaq.pykerneldecorator static method)": [[3, "cudaq.PyKernelDecorator.type_to_str"]], "unset_noise() (in module cudaq)": [[3, "cudaq.unset_noise"]], "upper_bounds (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.upper_bounds"]], "upper_bounds (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.upper_bounds"]], "upper_bounds (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.upper_bounds"]], "upper_bounds (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.upper_bounds"]], "values() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.values"]], "vqe() (in module cudaq)": [[3, "cudaq.vqe"]]}}) \ No newline at end of file +Search.setIndex({"docnames": ["api/api", "api/default_ops", "api/languages/cpp_api", "api/languages/python_api", "examples/python/tutorials/Divisive_clustering", "examples/python/tutorials/cost_minimization", "examples/python/tutorials/deutschs_algorithm", "examples/python/tutorials/hadamard_test", "examples/python/tutorials/hybrid_qnns", "examples/python/tutorials/maximum_vertex_weight_clique", "examples/python/tutorials/noisy_simulations", "examples/python/tutorials/qaoa", "examples/python/tutorials/quantum_fourier_transform", "examples/python/tutorials/readout_error_mitigation", "examples/python/tutorials/visualization", "examples/python/tutorials/vqe", "examples/python/tutorials/vqe_water_active_space", "index", "releases", "specification/cudaq", "specification/cudaq/algorithmic_primitives", "specification/cudaq/control_flow", "specification/cudaq/dynamic_kernels", "specification/cudaq/examples", "specification/cudaq/kernels", "specification/cudaq/machine_model", "specification/cudaq/namespace", "specification/cudaq/operations", "specification/cudaq/operators", "specification/cudaq/patterns", "specification/cudaq/platform", "specification/cudaq/synthesis", "specification/cudaq/types", "specification/index", "specification/quake-dialect", "using/backends/backends", "using/backends/hardware", "using/backends/nvqc", "using/backends/platform", "using/backends/simulators", "using/basics/basics", "using/basics/build_kernel", "using/basics/kernel_intro", "using/basics/run_kernel", "using/basics/troubleshooting", "using/examples/bernstein_vazirani", "using/examples/cuquantum", "using/examples/examples", "using/examples/expectation_values", "using/examples/hardware_providers", "using/examples/introduction", "using/examples/multi_control", "using/examples/multi_gpu_workflows", "using/examples/noisy_simulation", "using/examples/qaoa", "using/examples/quantum_operations", "using/examples/vqe", "using/extending/cudaq_ir", "using/extending/extending", "using/extending/mlir_pass", "using/extending/nvqir_simulator", "using/install/data_center_install", "using/install/install", "using/install/local_installation", "using/integration/cmake_app", "using/integration/cuda_gpu", "using/integration/integration", "using/integration/libraries", "using/quick_start", "using/tutorials", "versions"], "filenames": ["api/api.rst", "api/default_ops.rst", "api/languages/cpp_api.rst", "api/languages/python_api.rst", "examples/python/tutorials/Divisive_clustering.ipynb", "examples/python/tutorials/cost_minimization.ipynb", "examples/python/tutorials/deutschs_algorithm.ipynb", "examples/python/tutorials/hadamard_test.ipynb", "examples/python/tutorials/hybrid_qnns.ipynb", "examples/python/tutorials/maximum_vertex_weight_clique.ipynb", "examples/python/tutorials/noisy_simulations.ipynb", "examples/python/tutorials/qaoa.ipynb", "examples/python/tutorials/quantum_fourier_transform.ipynb", "examples/python/tutorials/readout_error_mitigation.ipynb", "examples/python/tutorials/visualization.ipynb", "examples/python/tutorials/vqe.ipynb", "examples/python/tutorials/vqe_water_active_space.ipynb", "index.rst", "releases.rst", "specification/cudaq.rst", "specification/cudaq/algorithmic_primitives.rst", "specification/cudaq/control_flow.rst", "specification/cudaq/dynamic_kernels.rst", "specification/cudaq/examples.rst", "specification/cudaq/kernels.rst", "specification/cudaq/machine_model.rst", "specification/cudaq/namespace.rst", "specification/cudaq/operations.rst", "specification/cudaq/operators.rst", "specification/cudaq/patterns.rst", "specification/cudaq/platform.rst", "specification/cudaq/synthesis.rst", "specification/cudaq/types.rst", "specification/index.rst", "specification/quake-dialect.md", "using/backends/backends.rst", "using/backends/hardware.rst", "using/backends/nvqc.rst", "using/backends/platform.rst", "using/backends/simulators.rst", "using/basics/basics.rst", "using/basics/build_kernel.rst", "using/basics/kernel_intro.rst", "using/basics/run_kernel.rst", "using/basics/troubleshooting.rst", "using/examples/bernstein_vazirani.rst", "using/examples/cuquantum.rst", "using/examples/examples.rst", "using/examples/expectation_values.rst", "using/examples/hardware_providers.rst", "using/examples/introduction.rst", "using/examples/multi_control.rst", "using/examples/multi_gpu_workflows.rst", "using/examples/noisy_simulation.rst", "using/examples/qaoa.rst", "using/examples/quantum_operations.rst", "using/examples/vqe.rst", "using/extending/cudaq_ir.rst", "using/extending/extending.rst", "using/extending/mlir_pass.rst", "using/extending/nvqir_simulator.rst", "using/install/data_center_install.rst", "using/install/install.rst", "using/install/local_installation.rst", "using/integration/cmake_app.rst", "using/integration/cuda_gpu.rst", "using/integration/integration.rst", "using/integration/libraries.rst", "using/quick_start.rst", "using/tutorials.rst", "versions.rst"], "titles": ["Code documentation", "Quantum Operations", "CUDA-Q C++ API", "CUDA-Q Python API", "Divisive Clustering With Coresets Using CUDA-Q", "Cost Minimization", "Deutsch\u2019s Algorithm", "Hadamard Test", "Hybrid Quantum Neural Networks", "Molecular docking via DC-QAOA", "Noisy Simulation", "Max-Cut with QAOA", "Quantum Fourier Transform", "Readout Error Mitigation", "Visualization", "Variational Quantum Eigensolver", "Water Molecule with Active Space (CPU vs. GPU)", "CUDA-Q", "CUDA-Q Releases", "Language Specification", "12. Quantum Algorithmic Primitives", "8. Control Flow", "9. Just-in-Time Kernel Creation", "13. Example Programs", "6. Quantum Kernels", "1. Machine Model", "2. Namespace and Standard", "5. Quantum Intrinsic Operations", "4. Quantum Operators", "10. Common Quantum Programming Patterns", "11. Quantum Platform", "7. Sub-circuit Synthesis", "3. Quantum Types", "Specifications", "Quake Dialect", "CUDA-Q Backends", "CUDA-Q Hardware Backends", "NVIDIA Quantum Cloud", "Multi-Processor Platforms", "CUDA-Q Simulation Backends", "CUDA-Q Basics", "Building your first CUDA-Q Program", "What is a CUDA-Q kernel?", "Running your first CUDA-Q Program", "Troubleshooting", "Bernstein-Vazirani", "Simulations with cuQuantum", "CUDA-Q by Example", "Computing Expectation Values", "Using Quantum Hardware Providers", "Introduction", "Multi-control Synthesis", "Multi-GPU Workflows", "Noisy Simulation", "Quantum Approximate Optimization Algorithm", "Quantum Computing 101", "Variational Quantum Eigensolver", "Working with the CUDA-Q IR", "Extending CUDA-Q", "Create your own CUDA-Q Compiler Pass", "Extending CUDA-Q with a new Simulator", "Installation from Source", "Installation Guide", "Local Installation", "CUDA-Q and CMake", "Using CUDA and CUDA-Q in a Project", "Integration with other Software Tools", "Integrating with Third-Party Libraries", "Quick Start", "CUDA-Q Tutorials", "CUDA-Q Versions"], "terms": {"c": [0, 1, 4, 11, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 37, 38, 39, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 63, 64, 65, 68, 70], "python": [0, 1, 2, 4, 14, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 31, 32, 37, 38, 39, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 56, 60, 67, 68, 69, 70], "quantum": [0, 3, 7, 10, 11, 13, 14, 16, 17, 18, 19, 21, 22, 25, 31, 33, 34, 35, 36, 39, 41, 42, 43, 46, 47, 48, 50, 52, 53, 57, 60, 61, 63, 64, 65, 67, 68, 70], "oper": [0, 3, 4, 6, 7, 8, 9, 10, 11, 12, 14, 17, 19, 20, 22, 23, 24, 25, 29, 31, 32, 33, 34, 36, 37, 39, 41, 43, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 59, 60, 61, 63, 68], "cuda": [1, 5, 6, 8, 9, 10, 11, 12, 14, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 37, 38, 44, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 66], "q": [1, 5, 6, 7, 8, 10, 11, 12, 14, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 37, 38, 44, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 66], "provid": [1, 2, 3, 4, 10, 12, 13, 15, 17, 19, 20, 22, 25, 27, 28, 30, 31, 32, 34, 36, 37, 38, 39, 42, 46, 47, 48, 50, 51, 53, 56, 57, 59, 60, 61, 63, 64, 67], "default": [1, 2, 3, 9, 14, 20, 24, 27, 32, 36, 37, 38, 43, 46, 49, 50, 56, 57, 60, 61, 63, 65, 67, 68], "set": [1, 2, 3, 4, 5, 6, 8, 11, 13, 14, 17, 20, 22, 24, 27, 34, 37, 38, 39, 41, 43, 45, 46, 49, 53, 54, 56, 61, 63, 67, 68], "These": [1, 2, 10, 11, 19, 24, 27, 31, 32, 34, 35, 37, 38, 39, 57, 61, 63], "can": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 64, 65, 66, 67, 68, 70], "us": [1, 2, 3, 5, 6, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 20, 21, 22, 23, 24, 27, 28, 30, 31, 34, 36, 37, 38, 39, 41, 42, 43, 45, 47, 48, 50, 52, 54, 55, 56, 57, 59, 60, 61, 64, 67, 68, 70], "kernel": [1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 23, 25, 27, 28, 29, 30, 31, 32, 33, 36, 37, 39, 40, 41, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 65, 67, 68, 70], "librari": [1, 2, 8, 9, 14, 15, 17, 18, 19, 24, 26, 31, 32, 39, 48, 57, 59, 60, 63, 65, 66, 70], "sinc": [1, 2, 6, 11, 12, 13, 32, 35, 38, 39, 42, 48, 49, 52, 56, 57, 63, 64, 67], "intrins": [1, 24, 31, 32, 34], "nativ": [1, 19, 25, 27, 28, 64], "support": [1, 2, 3, 13, 14, 17, 18, 19, 24, 25, 27, 29, 32, 36, 42, 43, 46, 49, 50, 53, 54, 55, 56, 59, 67, 68, 70], "specif": [1, 2, 3, 4, 17, 20, 24, 26, 27, 28, 29, 32, 34, 36, 37, 38, 39, 42, 43, 50, 55, 57, 60, 61, 63, 65, 67], "target": [1, 2, 3, 4, 6, 7, 8, 10, 11, 14, 16, 18, 20, 27, 30, 34, 36, 37, 38, 39, 43, 45, 46, 48, 49, 51, 53, 55, 57, 59, 60, 61, 63, 68, 70], "depend": [1, 3, 4, 6, 11, 20, 25, 34, 37, 38, 39, 45, 56, 67, 68], "backend": [1, 2, 4, 5, 17, 18, 20, 38, 43, 45, 46, 49, 52, 53, 57, 60, 61, 63, 67, 68, 70], "architectur": [1, 2, 8, 17, 19, 25, 34, 36, 38, 49, 52, 55, 60, 61, 63, 68], "nvq": [1, 20, 23, 36, 37, 38, 39, 43, 46, 48, 49, 50, 51, 53, 56, 57, 60, 63, 64, 65, 67, 68], "compil": [1, 2, 3, 4, 19, 20, 23, 24, 25, 29, 31, 32, 36, 37, 38, 39, 43, 46, 48, 49, 50, 51, 53, 56, 57, 60, 61, 63, 64, 65, 68], "automat": [1, 25, 36, 38, 39, 49, 56, 61, 63, 67], "decompos": 1, "appropri": [1, 2, 4, 6, 12, 19, 27, 38, 61, 63], "The": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 20, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 43, 45, 46, 48, 49, 50, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 65, 67, 68, 70], "section": [1, 6, 12, 22, 38, 39, 61, 63, 67, 68], "list": [1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 13, 14, 15, 16, 18, 20, 24, 35, 36, 37, 39, 45, 49, 52, 54, 55, 56, 61, 63, 67, 68, 70], "implement": [1, 2, 3, 6, 10, 11, 12, 19, 20, 25, 26, 27, 29, 31, 32, 34, 36, 39, 49, 50, 54, 57, 59, 60, 61, 63, 67], "transform": [1, 6, 8, 16, 17, 19, 23, 57, 59], "state": [1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 18, 20, 24, 25, 27, 32, 34, 37, 41, 43, 45, 46, 48, 49, 50, 52, 53, 54, 56, 60, 61, 67, 68, 70], "ar": [1, 2, 3, 4, 6, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 24, 25, 27, 29, 31, 32, 33, 34, 36, 37, 38, 39, 42, 43, 47, 48, 49, 50, 52, 55, 56, 57, 60, 61, 63, 65, 67, 68, 70], "templat": [1, 2, 15, 20, 22, 23, 24, 27, 31, 32, 49, 50, 57, 59, 60, 65, 67], "argument": [1, 2, 3, 4, 6, 11, 13, 14, 20, 22, 24, 31, 32, 36, 41, 43, 48, 51, 52, 56, 57, 60, 63, 67], "allow": [1, 2, 3, 4, 5, 6, 8, 18, 20, 22, 24, 25, 39, 41, 42, 43, 51, 52, 53, 55, 56, 57, 59, 63, 64, 70], "invok": [1, 2, 3, 20, 22, 24, 29, 36, 39, 50, 57, 67], "version": [1, 3, 8, 11, 12, 17, 18, 20, 29, 35, 36, 37, 38, 39, 43, 57, 60, 61, 63, 64, 67, 68], "see": [1, 2, 3, 4, 5, 6, 12, 14, 18, 20, 22, 24, 32, 34, 35, 36, 37, 38, 39, 41, 43, 45, 50, 52, 53, 54, 55, 57, 59, 61, 63, 64, 65, 67, 68, 70], "addition": [1, 18, 63, 70], "overload": [1, 3, 20, 27, 28, 32, 34], "broadcast": [1, 2, 3, 11, 27], "singl": [1, 2, 3, 4, 12, 14, 15, 20, 23, 24, 25, 27, 32, 36, 37, 38, 43, 48, 49, 50, 52, 53, 55, 56, 57, 67], "across": [1, 2, 3, 6, 18, 27, 37, 38, 39, 49, 61, 63, 70], "vector": [1, 2, 3, 4, 5, 8, 14, 20, 22, 23, 24, 27, 30, 32, 34, 37, 38, 45, 46, 49, 50, 51, 52, 54, 56, 60, 61], "For": [1, 2, 3, 4, 6, 11, 12, 13, 18, 20, 22, 27, 34, 36, 37, 38, 39, 41, 42, 43, 44, 45, 49, 51, 52, 54, 55, 56, 60, 61, 63, 65, 67, 68, 70], "exampl": [1, 3, 4, 5, 6, 8, 10, 11, 12, 17, 18, 19, 20, 22, 27, 33, 34, 36, 37, 38, 39, 41, 43, 45, 46, 48, 49, 50, 52, 53, 55, 56, 59, 60, 61, 63, 64, 65, 67, 68, 70], "cudaq": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 21, 22, 23, 24, 26, 29, 30, 31, 36, 37, 38, 39, 41, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 64, 67, 68], "qvector": [1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 23, 24, 27, 31, 37, 38, 41, 43, 45, 46, 48, 49, 51, 52, 54, 55, 56, 57, 67, 68], "flip": [1, 2, 3, 5, 10, 13, 53, 55], "each": [1, 2, 3, 4, 6, 7, 11, 12, 13, 14, 18, 20, 22, 25, 30, 34, 36, 37, 38, 39, 43, 49, 52, 53, 54, 55, 56, 57, 61, 63, 67, 68, 70], "thi": [1, 2, 3, 4, 6, 9, 10, 11, 12, 13, 14, 16, 19, 20, 22, 23, 24, 25, 26, 27, 29, 32, 34, 36, 37, 38, 39, 41, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 61, 63, 64, 65, 67, 68], "pauli": [1, 2, 3, 4, 7, 9, 11, 20, 28, 43, 55, 56], "matrix": [1, 2, 3, 10, 11, 14, 18, 35, 37, 53, 55, 60, 70], "It": [1, 2, 4, 6, 12, 13, 14, 17, 18, 20, 27, 32, 34, 38, 43, 53, 55, 57, 60, 63, 65, 68, 70], "i": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 32, 34, 35, 36, 37, 38, 39, 40, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 64, 65, 67, 68, 70], "also": [1, 2, 3, 4, 6, 10, 12, 13, 14, 15, 18, 20, 24, 28, 36, 37, 38, 39, 41, 42, 43, 49, 52, 55, 56, 57, 59, 60, 61, 63, 65, 68, 70], "known": [1, 2, 24, 50, 57], "NOT": [1, 20, 27, 55], "gate": [1, 2, 4, 5, 6, 8, 10, 11, 12, 13, 14, 18, 27, 31, 32, 34, 36, 39, 41, 45, 50, 51, 53, 56, 60, 70], "appli": [1, 2, 3, 6, 8, 10, 11, 12, 13, 20, 23, 24, 27, 31, 34, 37, 38, 41, 45, 50, 51, 53, 55, 56, 57, 60], "0": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 23, 24, 27, 28, 29, 30, 32, 34, 35, 36, 37, 38, 39, 41, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 61, 63, 65, 67, 68, 70], "1": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 36, 37, 38, 39, 41, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 61, 63, 67, 68, 70], "rotat": [1, 3, 4, 10, 11, 12, 13, 14, 27, 28, 41, 48, 53, 56, 60], "\u03c0": [1, 53], "about": [1, 2, 4, 6, 13, 14, 15, 18, 20, 34, 37, 38, 39, 42, 43, 49, 52, 53, 61, 63, 65, 66, 67, 68, 70], "axi": [1, 8, 15, 53], "enabl": [1, 2, 3, 4, 12, 19, 20, 22, 24, 25, 27, 29, 30, 31, 32, 35, 38, 39, 42, 43, 48, 49, 52, 57, 60, 61, 63, 67, 68], "one": [1, 2, 3, 4, 5, 6, 11, 12, 14, 18, 20, 22, 23, 25, 27, 30, 34, 36, 37, 38, 39, 44, 48, 49, 51, 52, 55, 56, 57, 59, 60, 61, 63, 67, 68, 70], "creat": [1, 2, 3, 4, 10, 11, 12, 13, 14, 15, 17, 20, 22, 28, 31, 36, 37, 38, 42, 43, 49, 50, 52, 53, 54, 56, 57, 58, 60, 61, 63, 64, 65, 67, 68], "superposit": [1, 6, 11, 14, 20, 23, 32, 38, 41, 43, 45, 53, 54, 55], "comput": [1, 2, 3, 4, 6, 8, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 22, 23, 24, 30, 32, 34, 37, 38, 39, 42, 43, 47, 52, 54, 56, 60, 61, 65, 67, 68], "basi": [1, 2, 3, 10, 12, 13, 16, 32, 37, 38, 53, 55, 56], "sqrt": [1, 6, 7, 10, 12, 13, 23, 53, 55, 68], "2": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 36, 37, 38, 39, 43, 45, 48, 49, 51, 52, 53, 54, 55, 56, 57, 61, 63, 65, 67, 68, 70], "an": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 18, 20, 22, 24, 25, 27, 28, 30, 31, 32, 34, 36, 37, 38, 39, 41, 43, 45, 46, 48, 49, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 63, 65, 68, 69, 70], "arbitrari": [1, 2, 36, 51, 67], "\u03bb": 1, "exp": [1, 2, 23, 28], "i\u03bb": 1, "math": [1, 6, 37], "pi": [1, 4, 8, 9, 11, 12, 14, 15, 23, 24, 29, 31, 36, 37, 49, 54], "std": [1, 2, 3, 20, 22, 23, 24, 27, 28, 30, 31, 32, 37, 38, 43, 45, 49, 50, 52, 54, 56, 59, 60, 65, 67], "number": [1, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 20, 23, 28, 30, 32, 34, 36, 37, 38, 39, 41, 43, 45, 46, 48, 49, 50, 51, 52, 55, 56, 57, 60, 63, 68], "\u03b8": 1, "co": [1, 12], "isin": 1, "sin": [1, 12], "its": [1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 18, 19, 20, 30, 32, 34, 37, 38, 39, 43, 45, 50, 54, 55, 56, 57, 60, 61, 63, 67, 68, 69, 70], "4": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 49, 52, 54, 56, 57, 61, 63, 67, 70], "i\u03c0": 1, "two": [1, 2, 3, 4, 6, 7, 9, 10, 11, 13, 14, 25, 34, 36, 38, 43, 48, 49, 51, 53, 55, 63, 67], "qubit_1": [1, 6, 11], "qubit_2": 1, "univers": [1, 4, 37, 55], "three": [1, 13, 25, 36, 37, 48], "paramet": [1, 2, 3, 4, 5, 8, 9, 11, 15, 16, 20, 24, 27, 32, 36, 37, 41, 46, 48, 49, 50, 52, 54, 56, 60, 61], "euler": 1, "angl": [1, 2, 3, 5, 7, 12, 13, 14, 23, 24, 27, 38, 41, 48, 49, 56], "theta": [1, 4, 7, 8, 9, 10, 11, 12, 15, 16, 20, 22, 23, 37, 38, 48, 54, 56], "phi": [1, 7, 20, 22, 57], "\u03c6": 1, "lambda": [1, 2, 4, 9, 11, 13, 20, 23, 24, 29, 51, 52, 56, 57], "i\u03c6": 1, "np": [1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 23, 24, 29, 31, 36, 38, 39, 49, 52, 53, 54, 61], "m_pi": [1, 23, 31, 49, 54], "m_pi_2": [1, 23, 24, 37], "adj": [1, 27], "method": [1, 2, 3, 4, 6, 8, 13, 15, 16, 20, 22, 27, 32, 38, 39, 43, 50], "ani": [1, 2, 3, 4, 10, 11, 14, 20, 24, 26, 27, 29, 31, 32, 36, 37, 39, 41, 43, 44, 49, 50, 51, 53, 60, 61, 63, 67, 68], "alloc": [1, 2, 3, 5, 11, 20, 22, 23, 24, 25, 32, 38, 39, 41, 43, 45, 50, 51, 53, 56, 60], "now": [1, 4, 6, 7, 11, 12, 14, 15, 18, 34, 43, 49, 50, 51, 52, 53, 54, 63, 68, 70], "again": [1, 20, 34, 53, 63, 65], "initi": [1, 2, 3, 4, 5, 9, 11, 12, 15, 16, 20, 36, 38, 49, 52, 53, 54, 55, 56, 61, 63], "ctrl": [1, 2, 6, 11, 14, 20, 22, 23, 27, 37, 38, 41, 45, 46, 48, 49, 50, 51, 54, 55, 56, 57, 63, 68], "condit": [1, 2, 10, 12, 20, 21, 22, 24, 25, 39, 42, 55, 57], "more": [1, 2, 3, 4, 9, 11, 12, 13, 14, 18, 22, 25, 27, 28, 34, 36, 37, 38, 39, 42, 43, 49, 52, 54, 55, 56, 61, 63, 65, 67, 68, 70], "wikipedia": 1, "entri": [1, 20, 24, 38, 49, 57, 63, 67], "ctrl_1": 1, "ctrl_2": 1, "00": [1, 4, 10, 14, 43, 52, 55, 67, 68], "11": [1, 3, 4, 10, 13, 14, 20, 37, 43, 52, 55, 57, 61, 63, 67, 68], "onli": [1, 2, 3, 4, 13, 20, 24, 25, 29, 32, 34, 36, 37, 38, 42, 45, 46, 49, 55, 57, 59, 61, 63, 67, 68], "both": [1, 3, 6, 8, 25, 34, 36, 38, 39, 55, 56, 61, 63, 65], "000": [1, 12, 13, 37, 43], "111": [1, 4, 12, 13], "follow": [1, 2, 3, 4, 6, 7, 11, 12, 13, 14, 18, 20, 22, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 43, 44, 48, 49, 50, 53, 57, 59, 60, 61, 63, 64, 65, 67, 68, 70], "common": [1, 4, 13, 15, 20, 24, 27, 28, 57, 61], "convent": [1, 8, 11], "all": [1, 2, 3, 4, 7, 13, 14, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 29, 30, 32, 34, 36, 37, 38, 39, 43, 45, 48, 49, 52, 53, 54, 55, 56, 57, 61, 63, 64, 65, 67, 68, 70], "howev": [1, 4, 12, 13, 34, 36, 38, 67, 68], "behavior": [1, 2, 4], "chang": [1, 2, 4, 12, 18, 20, 24, 43, 63, 68, 70], "instead": [1, 2, 4, 10, 14, 26, 29, 38, 39, 43, 61, 63, 67], "when": [1, 2, 3, 4, 11, 13, 20, 25, 32, 34, 37, 38, 39, 43, 48, 49, 50, 53, 57, 60, 61, 63, 67, 68], "negat": [1, 2, 3, 27, 31, 32], "polar": [1, 27, 31, 39], "syntax": [1, 4, 18, 19, 24, 25, 27, 29, 36, 49, 65, 70], "preced": [1, 27, 36], "01": [1, 6, 10, 55], "10": [1, 4, 8, 9, 10, 11, 13, 14, 16, 20, 23, 24, 43, 50, 52, 55, 56, 57, 65, 68], "notat": [1, 55], "context": [1, 2, 8, 25, 38, 39, 60], "valid": [1, 2, 3, 17, 24, 36, 39, 49, 61, 63, 67], "either": [1, 6, 8, 11, 25, 36, 38, 39, 49, 55, 56, 61, 63, 68], "similarli": [1, 6, 38, 44, 55], "condition": 1, "respect": [1, 2, 3, 11, 20, 36, 38, 43, 48, 52, 61, 63, 68], "e": [1, 2, 3, 4, 6, 7, 11, 12, 13, 15, 16, 19, 20, 21, 23, 24, 25, 26, 27, 28, 34, 36, 37, 38, 39, 46, 49, 57, 60, 61, 63, 67, 68], "project": [1, 39, 60, 61, 63, 64, 67], "onto": [1, 55], "eigenvector": [1, 2, 7], "non": [1, 2, 3, 9, 13, 20, 24, 25, 32, 38, 39, 43, 48, 50], "linear": [1, 4, 8, 10, 12, 15, 37, 43, 49, 55], "avail": [1, 2, 3, 4, 9, 17, 18, 19, 20, 24, 25, 27, 30, 31, 32, 33, 35, 36, 37, 38, 39, 42, 43, 45, 47, 48, 57, 61, 63, 68, 70], "first": [1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 17, 20, 32, 36, 37, 38, 39, 40, 48, 49, 50, 51, 53, 56, 57, 63, 68], "api": [1, 14, 17, 20, 22, 26, 27, 30, 32, 36, 37, 38, 39, 43, 50, 60, 61, 63, 65, 67], "regist": [1, 2, 3, 12, 15, 20, 23, 25, 32, 36, 38, 45, 50, 51, 53, 57, 60], "outsid": [1, 4, 63, 67], "Then": [1, 13, 45, 49, 53, 59, 60], "within": [1, 2, 3, 15, 20, 24, 26, 28, 32, 36, 38, 39, 42, 43, 49, 50, 53, 55, 59, 61, 63, 64, 65, 67, 68], "like": [1, 2, 3, 4, 6, 11, 12, 14, 15, 18, 20, 24, 32, 36, 38, 43, 49, 50, 52, 55, 56, 57, 61, 63, 64, 67, 68, 70], "built": [1, 2, 4, 5, 12, 18, 36, 39, 42, 43, 46, 53, 56, 61, 67, 68, 70], "abov": [1, 4, 6, 11, 12, 20, 22, 27, 37, 38, 39, 43, 48, 49, 51, 55, 57, 60, 61, 63, 65, 67, 68], "qudit": [1, 2, 21, 25, 27], "level": [1, 2, 18, 19, 20, 25, 27, 37, 38, 39, 57, 60, 64, 70], "register_oper": 1, "accept": [1, 2, 3, 41, 61, 63, 68], "identifi": [1, 2, 11, 45, 61, 63], "string": [1, 2, 3, 14, 20, 22, 23, 30, 39, 43, 50, 57, 63, 67], "numpi": [1, 3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 23, 49, 52, 53, 54, 61], "arrai": [1, 2, 3, 6, 7, 10, 12, 13, 32, 34, 38, 50, 52, 53, 57], "complex": [1, 2, 3, 9, 10, 16, 28, 34, 38, 43, 52, 53, 55, 56, 67], "A": [1, 2, 3, 4, 6, 11, 13, 14, 15, 20, 23, 24, 27, 34, 36, 43, 49, 51, 52, 55, 59, 60, 61, 63], "1d": [1, 2, 3, 14], "interpret": [1, 42, 61], "row": [1, 2, 3, 14], "major": [1, 61], "import": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 23, 28, 36, 37, 38, 39, 41, 43, 45, 46, 48, 49, 50, 52, 53, 54, 55, 56, 57, 61, 67, 68], "custom_h": 1, "custom_x": 1, "def": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 23, 24, 29, 31, 37, 38, 41, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 63, 68], "bell": [1, 20, 67], "sampl": [1, 2, 3, 4, 6, 9, 10, 11, 13, 22, 36, 37, 38, 39, 40, 42, 45, 46, 49, 50, 51, 52, 53, 54, 55, 60, 63, 67, 68], "dump": [1, 2, 3, 10, 20, 23, 37, 38, 43, 45, 46, 49, 50, 52, 53, 54, 67, 68], "macro": [1, 60], "cudaq_register_oper": 1, "uniqu": [1, 2, 3, 4, 11, 13, 20, 25, 27, 32, 38, 65], "name": [1, 2, 3, 4, 11, 20, 22, 27, 30, 35, 37, 38, 39, 48, 52, 55, 57, 60, 61, 63, 64, 67, 68], "represent": [1, 2, 3, 12, 14, 20, 24, 34, 39, 57, 59, 60], "includ": [1, 2, 3, 11, 18, 20, 23, 32, 37, 41, 42, 43, 45, 46, 48, 49, 50, 51, 53, 54, 56, 57, 59, 60, 61, 63, 65, 67, 68, 70], "m_sqrt1_2": 1, "__qpu__": [1, 2, 20, 23, 24, 31, 37, 38, 41, 43, 45, 46, 48, 49, 50, 51, 53, 54, 56, 57, 67, 68], "void": [1, 2, 3, 20, 22, 23, 24, 27, 28, 30, 31, 32, 41, 43, 45, 49, 51, 54, 56, 57, 59, 60, 65, 67, 68], "bell_pair": [1, 2, 3], "r": [1, 13, 27, 32, 36, 37, 38, 39, 48, 49, 56, 57, 63], "int": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 16, 20, 23, 24, 31, 32, 37, 38, 41, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 56, 57, 60, 61, 65, 67, 68], "main": [1, 4, 18, 20, 23, 34, 37, 43, 45, 46, 48, 49, 50, 51, 53, 54, 56, 57, 61, 63, 65, 67, 68, 70], "auto": [1, 2, 20, 22, 23, 24, 28, 31, 32, 37, 38, 39, 41, 43, 45, 46, 48, 49, 50, 51, 53, 54, 56, 57, 59, 67, 68], "count": [1, 2, 3, 4, 7, 9, 11, 13, 20, 22, 23, 32, 36, 37, 38, 39, 43, 46, 49, 50, 51, 52, 53, 54, 56, 57, 60], "bit": [1, 2, 6, 10, 13, 20, 23, 25, 32, 34, 38, 39, 45, 46, 50, 51, 53, 55, 60], "printf": [1, 20, 23, 32, 38, 46, 48, 50, 51, 54, 56, 61], "n": [1, 2, 4, 7, 11, 12, 13, 16, 20, 22, 23, 24, 27, 28, 31, 37, 38, 43, 45, 46, 48, 49, 50, 51, 52, 54, 55, 56, 57, 61, 65, 68], "data": [1, 2, 8, 9, 11, 12, 15, 17, 20, 24, 26, 28, 34, 38, 39, 46, 48, 50, 51, 57, 60, 62, 63, 65, 67], "multi": [1, 12, 14, 17, 18, 19, 22, 25, 27, 31, 35, 36, 37, 43, 47, 48, 55, 60, 61, 67, 68, 70], "msb": 1, "order": [1, 2, 4, 11, 20, 28, 36, 39, 43, 48, 53], "big": [1, 9], "endian": 1, "show": [1, 4, 8, 9, 11, 12, 13, 14, 15, 16, 38, 48, 49, 53, 61, 63], "differ": [1, 2, 3, 4, 6, 7, 8, 12, 13, 14, 34, 36, 37, 38, 42, 43, 49, 52, 53, 61, 63, 65], "test": [1, 4, 8, 13, 17, 22, 52, 61, 63], "cnot": [1, 4, 27, 41, 55, 67], "my_cnot": 1, "print": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 23, 32, 37, 38, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 61, 67, 68], "500": [1, 55, 68], "exact": [1, 4, 39], "random": [1, 2, 3, 4, 9, 11, 13, 14, 15, 16, 38, 39, 45, 52, 54, 56], "construct": [1, 2, 4, 13, 14, 20, 21, 22, 24, 32, 34, 38, 41, 42, 43, 50, 53, 57], "second": [1, 2, 3, 4, 6, 11, 13, 32, 37, 39, 43, 56], "1j": 1, "xy": 1, "kron": [1, 13], "my_xi": 1, "custom_xy_test": 1, "undo": 1, "prior": [1, 55, 61, 63], "1000": [1, 3, 4, 8, 10, 13, 20, 36, 43, 50, 52, 55, 68], "mycnot": 1, "myxi": 1, "current": [1, 2, 3, 4, 14, 18, 20, 30, 36, 38, 39, 45, 60, 63, 67, 70], "simul": [1, 2, 5, 9, 13, 14, 17, 18, 19, 20, 35, 36, 40, 42, 43, 45, 47, 49, 50, 52, 57, 58, 61, 68, 70], "attempt": [1, 2, 67], "hardwar": [1, 4, 12, 17, 18, 35, 39, 43, 47, 67, 70], "result": [1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 13, 14, 15, 16, 20, 21, 22, 23, 25, 34, 36, 37, 38, 39, 43, 45, 46, 48, 49, 50, 51, 52, 53, 55, 57, 60, 63, 67, 68], "runtim": [1, 2, 4, 9, 19, 20, 22, 25, 36, 37, 38, 39, 46, 48, 57, 60, 63, 65], "error": [1, 2, 4, 7, 10, 14, 17, 27, 34, 36, 37, 39, 42, 49, 53, 61, 63, 67], "class": [2, 3, 4, 8, 20, 22, 24, 28, 30, 32, 38, 39, 56, 59, 60], "spin_op": [2, 3, 20, 23, 27, 37, 38, 43, 48, 54, 56], "repres": [2, 3, 4, 6, 10, 11, 12, 14, 20, 34, 36, 39, 49, 55, 56, 57], "gener": [2, 3, 4, 7, 9, 11, 12, 13, 14, 15, 20, 22, 23, 24, 25, 27, 28, 31, 33, 36, 37, 42, 45, 46, 48, 49, 50, 51, 55, 57, 59, 63, 67], "sum": [2, 3, 8, 11, 13, 28, 32, 49, 55], "tensor": [2, 3, 8, 13, 18, 28, 37, 38, 46, 60, 70], "product": [2, 3, 13, 17, 18, 28, 37, 45, 68, 70], "expos": [2, 3, 4, 20, 22, 28, 30, 34, 38, 60], "typic": [2, 20, 32, 37, 41, 42, 48, 57, 64, 65], "algebra": [2, 28, 48, 55], "programm": [2, 3, 20, 21, 22, 24, 25, 27, 29, 30, 32, 36, 38, 50], "defin": [2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 19, 20, 21, 22, 23, 24, 28, 29, 30, 31, 32, 37, 38, 39, 41, 42, 43, 45, 46, 48, 49, 50, 51, 53, 54, 55, 56, 57, 60, 61, 63, 65, 67], "primit": [2, 11, 19, 22, 25, 28, 32, 33, 38, 42, 67], "them": [2, 4, 7, 9, 13, 14, 18, 34, 41, 55, 57, 61, 63, 65, 67, 68, 70], "compos": [2, 3, 8, 11, 24, 25, 36, 49, 57], "larger": [2, 3, 4, 11, 37, 45, 46], "thereof": [2, 25, 28], "public": [2, 4, 20, 22, 28, 30, 32, 38, 45, 56, 59, 60, 63], "type": [2, 4, 5, 6, 11, 12, 13, 19, 20, 22, 24, 25, 27, 28, 33, 36, 38, 39, 41, 45, 48, 50, 53, 54, 55, 56, 57, 60, 63, 67], "spin_op_term": 2, "bool": [2, 3, 20, 24, 27, 28, 30, 38, 60, 67], "we": [2, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 18, 20, 23, 27, 29, 34, 36, 38, 39, 41, 42, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 64, 65, 67, 68, 70], "term": [2, 3, 9, 11, 16, 20, 27, 36, 38, 43, 48, 63], "binari": [2, 3, 4, 8, 11, 12, 18, 36, 45, 61, 65, 70], "symplect": 2, "form": [2, 3, 4, 18, 20, 27, 32, 34, 39, 57, 70], "size": [2, 3, 4, 8, 13, 20, 22, 23, 24, 25, 32, 37, 38, 39, 45, 46, 49, 50, 52, 63, 67], "nqubit": [2, 22, 23, 56, 60], "where": [2, 3, 4, 6, 7, 8, 11, 12, 13, 19, 25, 27, 28, 32, 34, 36, 39, 43, 49, 52, 53, 55, 60, 61, 63, 65], "element": [2, 3, 12, 13, 20, 32, 38, 55], "x": [2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 22, 23, 24, 27, 28, 29, 31, 36, 37, 38, 39, 41, 43, 45, 46, 48, 49, 50, 51, 53, 54, 55, 56, 57, 61, 63, 65, 68], "next": [2, 4, 14, 34, 49, 50, 56, 57, 61], "z": [2, 3, 4, 5, 8, 9, 10, 11, 14, 15, 20, 23, 27, 28, 37, 38, 43, 45, 48, 50, 52, 53, 54, 56, 61], "y": [2, 3, 4, 6, 8, 12, 13, 14, 16, 20, 23, 27, 28, 37, 38, 43, 48, 50, 53, 56, 61, 63, 65, 68], "site": [2, 68], "csr_spmatrix": 2, "tupl": [2, 3, 4, 20, 24, 56], "doubl": [2, 3, 15, 20, 22, 23, 24, 27, 28, 31, 37, 38, 39, 43, 48, 49, 54, 56, 60, 61, 63], "size_t": [2, 20, 22, 24, 28, 30, 32, 38, 49, 50, 60, 65, 67], "typedef": 2, "zero": [2, 3, 5, 7, 8, 13, 25, 38, 43, 55], "spars": [2, 3], "function": [2, 3, 5, 6, 8, 9, 10, 11, 13, 14, 15, 16, 18, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 41, 42, 43, 45, 48, 49, 50, 52, 53, 54, 56, 57, 60, 65, 67, 70], "pair": [2, 3, 11, 24, 30, 34, 63], "const": [2, 20, 22, 23, 24, 27, 28, 30, 32, 37, 46, 49, 54, 56, 59, 60, 65, 67], "termdata": 2, "constructor": [2, 3], "take": [2, 3, 4, 6, 11, 12, 13, 18, 20, 22, 23, 24, 27, 28, 29, 30, 31, 32, 34, 36, 39, 42, 43, 46, 48, 49, 50, 51, 52, 53, 56, 57, 61, 63, 68, 70], "coeffici": [2, 3, 9, 55], "constant": [2, 6, 32, 34, 57], "id": [2, 13, 20, 30, 32, 36, 38, 61, 63], "coeff": 2, "qubit": [2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 15, 16, 20, 22, 23, 24, 25, 28, 30, 31, 34, 36, 37, 38, 39, 41, 42, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 68], "unordered_map": [2, 20], "_term": 2, "full": [2, 3, 18, 37, 38, 52, 55, 57, 59, 61, 63, 64, 70], "composit": 2, "spin": [2, 3, 4, 5, 7, 8, 9, 10, 11, 16, 20, 23, 28, 34, 37, 38, 43, 48, 52, 54, 56, 57], "op": [2, 3, 34, 48, 56, 57], "map": [2, 3, 4, 10, 13, 20, 32, 57, 63], "individu": [2, 3, 25, 32, 38], "bsf": 2, "from": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 20, 21, 23, 24, 25, 28, 32, 34, 37, 38, 39, 42, 43, 45, 48, 49, 52, 53, 54, 56, 57, 60, 63, 64, 65, 68, 70], "ident": [2, 3, 11, 13, 34, 48], "numqubit": [2, 3, 23], "given": [2, 3, 4, 6, 9, 11, 13, 20, 32, 36, 38, 39, 43, 45, 48, 56, 60], "o": [2, 4, 7, 12, 16, 23, 36, 37, 38, 39, 46, 48, 49, 50, 51, 53, 56, 57, 61, 63, 65, 67, 68], "copi": [2, 14, 32, 34, 61, 63], "data_rep": 2, "serial": [2, 3], "encod": [2, 3, 4, 11, 20, 28, 38, 45, 50, 55, 60], "via": [2, 3, 6, 8, 10, 17, 19, 20, 22, 25, 27, 29, 31, 32, 34, 36, 38, 39, 46, 48, 49, 50, 51, 52, 53, 55, 57, 59, 60, 61], "3": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 43, 49, 51, 52, 53, 54, 56, 57, 60, 61, 63, 64, 68, 70], "real": [2, 3, 7, 9, 12, 16, 42], "imaginari": [2, 3, 16], "part": [2, 3, 16, 20, 32, 57, 59, 61, 63], "append": [2, 3, 5, 7, 8, 9, 13, 14, 15, 16, 24, 36, 38, 45, 52], "larg": [2, 3, 13, 27, 38, 39, 42, 46, 55], "end": [2, 3, 6, 10, 12, 13, 14, 20, 32, 36, 38, 43, 49, 53, 55, 61, 63], "total": [2, 3, 4, 8, 9, 12, 16, 37, 38, 39, 43, 49, 52, 63], "destructor": 2, "iter": [2, 3, 4, 20, 32, 49, 56], "begin": [2, 3, 4, 6, 10, 12, 13, 14, 15, 20, 32, 41, 49, 50, 53, 55, 56], "return": [2, 3, 4, 5, 6, 8, 9, 11, 13, 14, 15, 16, 20, 22, 23, 24, 27, 32, 34, 37, 38, 43, 45, 46, 48, 49, 50, 52, 53, 54, 56, 57, 59, 60, 61, 65, 67], "start": [2, 3, 5, 12, 17, 18, 27, 32, 36, 38, 43, 57, 59, 65, 70], "equal": [2, 3, 14, 34, 38, 39, 43, 55], "v": [2, 3, 7, 9, 11, 17, 20, 23, 24, 29, 34, 37, 52, 57, 61], "noexcept": [2, 27], "add": [2, 3, 4, 10, 11, 14, 15, 18, 29, 39, 49, 50, 53, 57, 59, 60, 61, 63, 70], "subtract": [2, 3], "multipli": [2, 3], "true": [2, 3, 4, 8, 13, 20, 24, 36, 52, 61, 63, 68], "here": [2, 3, 4, 6, 10, 12, 13, 15, 17, 18, 20, 22, 23, 24, 27, 29, 37, 38, 45, 46, 48, 50, 51, 53, 54, 56, 57, 59, 61, 63, 67, 68, 70], "doe": [2, 3, 4, 6, 12, 14, 18, 20, 24, 32, 37, 38, 61, 63, 65, 67, 68, 70], "consid": [2, 3, 4, 6, 7, 13, 23, 25, 34, 37, 38, 57, 63], "valu": [2, 3, 4, 5, 6, 8, 9, 11, 13, 16, 17, 20, 22, 24, 28, 32, 34, 37, 38, 39, 43, 45, 47, 52, 54, 55, 56, 57, 61, 67, 68], "num_qubit": [2, 3, 28, 37, 56], "num_term": [2, 28], "get_coeffici": [2, 3, 9, 28], "get": [2, 3, 7, 10, 12, 13, 14, 18, 20, 22, 23, 32, 36, 37, 38, 43, 48, 49, 52, 60, 61, 65, 68, 70], "throw": [2, 14], "except": [2, 3, 4, 14, 67], "get_raw_data": [2, 3], "is_ident": [2, 3, 28], "standard": [2, 3, 19, 20, 21, 22, 24, 27, 33, 38, 41, 42, 46, 57, 59, 61, 63, 65, 67], "out": [2, 3, 4, 6, 8, 10, 11, 12, 14, 18, 20, 25, 32, 34, 38, 39, 43, 44, 48, 49, 53, 56, 60, 63, 64, 67, 70], "to_str": [2, 3, 9, 43], "printcoeffici": 2, "getdatarepresent": 2, "getdatatupl": 2, "fulli": [2, 4, 8, 18, 19, 38, 50, 57, 61, 63, 67, 70], "distribute_term": [2, 3], "numchunk": 2, "distribut": [2, 3, 10, 13, 18, 25, 37, 39, 43, 48, 50, 61, 67, 70], "chunk": [2, 3, 25], "for_each_term": [2, 3, 9, 28], "give": [2, 7, 11, 12, 13, 18, 20, 38, 39, 53, 61, 63, 69, 70], "functor": 2, "reduct": 2, "captur": [2, 11, 18, 24, 70], "variabl": [2, 4, 11, 18, 24, 25, 36, 37, 38, 44, 46, 49, 52, 53, 61, 63, 68, 70], "for_each_pauli": [2, 3, 28], "thrown": [2, 3, 67], "than": [2, 3, 11, 12, 14, 27, 34, 37, 39, 43, 55, 61, 63, 67], "user": [2, 3, 4, 13, 14, 18, 20, 22, 23, 25, 26, 29, 32, 36, 37, 38, 39, 49, 52, 53, 57, 60, 61, 63, 70], "should": [2, 3, 12, 19, 20, 25, 27, 28, 30, 32, 36, 38, 39, 43, 45, 53, 60, 61, 63, 67, 68], "pass": [2, 3, 4, 8, 9, 14, 17, 20, 24, 25, 28, 32, 36, 38, 46, 49, 51, 53, 56, 57, 58, 63, 67], "index": [2, 3, 4, 28, 30, 32, 34, 38, 45, 60], "complex_matrix": 2, "to_matrix": [2, 3, 7], "dens": 2, "to_sparse_matrix": [2, 3], "col": 2, "static": [2, 3, 20, 27, 32, 57, 61, 67], "nterm": 2, "unsign": 2, "seed": [2, 3, 9, 11, 13, 14, 15, 16, 39, 52, 54], "random_devic": 2, "act": [2, 4, 5, 6, 11, 34, 55], "specifi": [2, 3, 4, 8, 9, 11, 12, 13, 14, 20, 23, 24, 25, 27, 28, 29, 30, 32, 36, 37, 38, 39, 43, 45, 49, 50, 52, 53, 54, 57, 60, 61, 63], "overrid": [2, 20, 39, 59, 61], "repeat": [2, 13, 20, 54, 56], "from_word": [2, 3], "pauliword": 2, "input": [2, 3, 4, 6, 8, 9, 12, 20, 22, 23, 24, 31, 32, 38, 43, 48, 49, 52, 56], "word": [2, 3, 9, 53], "g": [2, 3, 4, 11, 19, 20, 21, 24, 25, 26, 27, 28, 34, 36, 37, 38, 39, 49, 57, 60, 61, 63, 64, 67, 68], "xyx": [2, 3], "3rd": 2, "typenam": [2, 20, 22, 23, 24, 27, 31, 32, 49, 65, 67], "qualifiedspinop": 2, "struct": [2, 20, 22, 23, 24, 27, 31, 37, 38, 46, 48, 49, 50, 51, 54, 56, 57, 59, 67], "constexpr": [2, 22, 32, 37], "dyn": [2, 32, 46, 53], "d": [2, 3, 4, 23, 24, 25, 32, 36, 49, 53, 56, 63], "system": [2, 3, 4, 14, 15, 20, 25, 30, 32, 34, 38, 39, 42, 43, 48, 49, 52, 53, 55, 56, 59, 61, 64, 65, 67, 68], "inlin": [2, 20, 57], "new": [2, 3, 4, 12, 14, 17, 18, 20, 22, 34, 42, 57, 58, 61, 63, 67, 68, 70], "enable_if_t": 2, "qreg": [2, 3, 11, 37], "contain": [2, 3, 4, 11, 13, 17, 18, 20, 25, 27, 30, 34, 37, 39, 42, 43, 48, 49, 54, 56, 57, 60, 61, 67, 68, 70], "dynam": [2, 3, 22, 24, 25, 32, 41, 42, 46, 57, 67], "time": [2, 3, 4, 10, 11, 12, 13, 14, 16, 19, 20, 23, 25, 32, 33, 36, 37, 38, 39, 43, 46, 49, 50, 52, 55, 57, 61, 63, 68], "By": [2, 4, 20, 27, 36, 37, 38, 39, 43, 49, 65], "value_typ": 2, "indic": [2, 3, 24, 27, 28, 32, 53, 60], "underli": [2, 3, 4, 20, 30, 32, 36, 38, 60], "interfac": [2, 32, 39, 60, 61, 63, 65], "idx": [2, 3, 8, 32, 38], "qspan": 2, "front": [2, 23, 31, 32, 51], "back": [2, 23, 32, 34, 38, 49, 50, 53, 63], "last": [2, 13, 23, 32, 38, 48, 56], "slice": [2, 3, 32, 56], "clear": [2, 3, 20, 32, 60], "destroi": [2, 32], "postcondit": [2, 32], "own": [2, 3, 4, 10, 13, 25, 30, 32, 39, 56, 57, 60, 61, 63, 67], "semant": [2, 3, 19, 24, 25, 26, 29, 31, 32, 34, 57], "held": 2, "explicit": [2, 20, 31, 39, 49, 67], "determin": [2, 4, 6, 43], "If": [2, 3, 4, 6, 8, 9, 12, 13, 14, 20, 34, 37, 39, 43, 45, 49, 52, 55, 56, 61, 63, 67, 68], "check": [2, 4, 18, 36, 37, 49, 55, 61, 63, 70], "norm": [2, 13], "pre": [2, 16, 18, 20, 36, 39, 48, 49, 51, 61, 67, 70], "exist": [2, 3, 14, 18, 19, 20, 25, 26, 43, 59, 61, 63, 67, 68, 70], "could": [2, 4, 37, 41, 55, 56, 61], "from_data": [2, 3], "retriev": [2, 3, 20, 38, 49], "get_stat": [2, 3, 7, 12, 14, 38], "delet": [2, 32, 63, 67], "cannot": [2, 12, 14, 23, 24, 32, 34, 55, 63], "move": [2, 8, 32, 59, 61, 63, 68], "assign": [2, 4, 11, 30, 38, 39, 61], "qview": [2, 7, 12, 23, 24, 31, 45], "observe_result": [2, 3, 20, 48], "encapsul": [2, 8, 20, 32, 38, 67], "observ": [2, 3, 4, 5, 7, 8, 9, 10, 11, 13, 15, 16, 23, 36, 38, 39, 40, 42, 46, 48, 50, 51, 52, 54, 55, 56, 60, 68], "call": [2, 3, 4, 5, 6, 8, 10, 11, 12, 14, 15, 22, 23, 24, 27, 31, 38, 39, 42, 43, 49, 50, 51, 52, 54, 55, 56, 57, 60, 61, 63, 65], "measur": [2, 3, 4, 6, 7, 8, 10, 12, 13, 20, 21, 23, 24, 25, 27, 34, 36, 38, 39, 41, 42, 43, 45, 49, 50, 53, 56, 57, 60, 68], "execut": [2, 4, 12, 14, 18, 19, 20, 22, 24, 25, 30, 31, 36, 38, 39, 42, 43, 44, 45, 46, 48, 49, 50, 52, 57, 60, 63, 64, 65, 67, 68, 70], "ansatz": [2, 4, 5, 11, 15, 16, 20, 23, 37, 38, 48, 54, 56], "circuit": [2, 3, 4, 6, 7, 8, 11, 12, 13, 19, 20, 24, 25, 28, 29, 33, 34, 36, 37, 38, 39, 42, 43, 48, 49, 54, 56, 57, 59], "global": [2, 3, 4, 11, 20, 24, 37, 43, 61], "expect": [2, 3, 4, 5, 8, 9, 10, 11, 13, 15, 16, 17, 20, 37, 38, 39, 43, 47, 52, 53, 54, 56, 61, 63, 67, 68], "h": [2, 3, 4, 6, 7, 9, 11, 12, 13, 14, 15, 16, 20, 22, 23, 27, 28, 29, 31, 32, 34, 36, 37, 38, 41, 43, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 65, 67, 68], "precomput": 2, "psi": [2, 5, 6, 7, 20, 23, 43, 55], "sample_result": [2, 3, 20, 49, 67], "wa": [2, 3, 4, 6, 20, 38, 50, 57, 61, 64, 68], "shot": [2, 3, 4, 7, 9, 13, 20, 23, 36, 43, 50, 55, 60], "base": [2, 3, 4, 8, 12, 13, 18, 19, 20, 22, 26, 27, 32, 37, 38, 39, 43, 45, 52, 56, 57, 60, 61, 63, 65, 70], "raw_data": [2, 4, 20], "raw": [2, 3, 4], "convers": [2, 20], "simpli": [2, 14, 55, 63, 68], "ignor": [2, 4, 39], "fine": [2, 20, 46, 50, 51, 55], "grain": [2, 20, 46, 50, 51], "explicitli": [2, 4, 34, 36, 39, 57, 65, 67], "request": [2, 20, 37, 38, 39, 49, 63], "oppos": [2, 67], "observe_data": 2, "spinoptyp": [2, 20], "sub": [2, 3, 19, 20, 23, 24, 32, 33, 63], "id_coeffici": [2, 20], "executioncontext": 2, "abstract": [2, 19, 20, 22, 27, 28, 30, 32, 38, 42], "how": [2, 4, 5, 11, 12, 13, 14, 15, 18, 20, 22, 27, 37, 38, 39, 42, 43, 47, 49, 50, 51, 52, 53, 54, 56, 57, 60, 61, 63, 64, 67, 68, 70], "shots_": 2, "member": [2, 3, 11, 24, 56], "basic": [2, 5, 17, 37, 63, 68], "option": [2, 3, 4, 6, 13, 15, 16, 20, 22, 27, 30, 36, 37, 38, 43, 48, 49, 51, 52, 56, 60, 61, 63], "invoc": [2, 3, 22, 24, 30, 32, 38, 39, 60], "expectationvalu": 2, "nullopt": 2, "optimization_result": [2, 20], "optresult": 2, "optim": [2, 4, 5, 8, 9, 11, 13, 16, 17, 18, 19, 29, 32, 34, 37, 39, 47, 56, 57, 59, 61, 63, 70], "hasconditionalsonmeasureresult": 2, "fals": [2, 3, 4, 9, 61, 63], "being": [2, 3, 5, 10, 19, 20, 34, 39, 49, 53, 67], "ha": [2, 3, 4, 6, 10, 11, 13, 20, 27, 34, 36, 37, 39, 42, 43, 45, 49, 52, 53, 55, 56, 61, 63, 67], "statement": [2, 6, 20, 21, 42], "noise_model": [2, 3, 10, 13, 53], "noisemodel": [2, 3, 10, 13, 53], "nullptr": 2, "canhandleobserv": 2, "flag": [2, 24, 36, 38, 39, 46, 49, 57, 59, 63, 67], "handl": [2, 3, 4, 36, 37, 38, 39, 45, 46, 49, 60, 63, 67], "task": [2, 4, 14, 20, 28, 38, 39, 43, 57, 60], "under": [2, 13, 36, 59, 60, 61, 63, 67], "asyncexec": 2, "occur": [2, 3, 4, 13, 20, 25, 49, 53, 55, 63], "asynchron": [2, 3, 20, 30, 38, 43, 49, 52], "detail": [2, 11, 18, 19, 25, 36, 37, 60, 61, 63, 68, 70], "futur": [2, 3, 20, 35, 36, 38, 39, 49, 53, 61, 63], "futureresult": 2, "store": [2, 3, 25, 32, 38, 43, 49, 52, 55, 57], "unique_ptr": 2, "simulationst": 2, "pointer": [2, 3, 67], "amplitudemap": 2, "amplitud": [2, 3, 12, 38, 52, 53, 55], "overlapcomputest": 2, "overlap": [2, 3, 38], "overlapresult": 2, "trace": [2, 3, 10, 37], "kerneltrac": 2, "run": [2, 3, 4, 6, 8, 13, 14, 16, 17, 19, 20, 23, 36, 37, 38, 39, 40, 42, 46, 48, 49, 50, 51, 52, 53, 56, 57, 60, 61, 63, 64, 67, 68], "tracer": 2, "persist": [2, 20, 25, 37, 63], "resourc": [2, 30, 37, 38, 39, 43, 56, 61, 63], "kernelnam": [2, 3], "batchiter": 2, "batch": [2, 25], "observe_n": 2, "sample_n": 2, "totaliter": 2, "registernam": [2, 20], "mid": [2, 3, 39], "mode": [2, 3, 4, 25, 36, 49, 57, 61], "keep": [2, 13, 20, 39, 56], "track": [2, 20, 55, 56], "reorderidx": 2, "inform": [2, 3, 4, 6, 18, 20, 25, 27, 30, 32, 36, 37, 38, 39, 43, 49, 52, 55, 57, 61, 63, 65, 66, 68, 70], "reorder": 2, "after": [2, 3, 4, 6, 14, 20, 43, 49, 53, 57, 61, 63], "empti": [2, 3, 22, 28, 39, 49, 53, 63], "mean": [2, 12, 27, 34, 39, 49, 52, 63, 68], "char": [2, 23, 38, 43, 61, 67, 68], "invocationresultbuff": 2, "buffer": [2, 38, 67], "note": [2, 3, 4, 11, 13, 14, 23, 25, 34, 37, 38, 43, 45, 49, 53, 55, 56, 57, 61, 63, 67], "need": [2, 4, 10, 11, 12, 13, 14, 34, 36, 37, 38, 39, 43, 48, 49, 52, 56, 60, 61, 63, 64, 67], "abl": [2, 4, 14, 20, 36, 37, 38, 43, 45, 63, 67, 68], "job": [2, 11, 20, 37, 38, 49, 63], "qpu": [2, 3, 7, 17, 18, 19, 20, 25, 30, 36, 38, 39, 42, 43, 48, 49, 52, 60, 67, 68, 70], "extra": [2, 27, 34, 36, 45, 53, 56], "configur": [2, 4, 15, 30, 36, 37, 38, 39, 49, 52, 57, 60, 61, 63, 64, 67, 68], "later": [2, 4, 6, 20, 24, 38, 49, 61, 63], "server": [2, 36, 38, 49, 63], "file": [2, 4, 20, 27, 36, 37, 38, 43, 44, 49, 52, 56, 57, 59, 60, 61, 63, 64, 65, 67, 68], "read": [2, 3, 11, 49, 56], "wrap": [2, 20, 22, 34], "t": [2, 3, 6, 7, 12, 14, 18, 20, 23, 24, 27, 28, 37, 39, 49, 50, 55, 61, 63, 70], "case": [2, 3, 4, 6, 10, 11, 12, 13, 20, 34, 41, 48, 53, 61, 65, 67], "must": [2, 3, 13, 19, 20, 24, 26, 29, 32, 34, 36, 39, 49, 53, 55, 56, 59, 60, 61, 63, 67, 68], "some": [2, 4, 8, 12, 18, 20, 34, 37, 38, 39, 55, 57, 59, 60, 61, 63, 64, 67, 68, 70], "point": [2, 3, 4, 12, 20, 24, 27, 38, 39, 57, 60, 61, 63], "same": [2, 3, 4, 6, 11, 12, 13, 14, 20, 34, 36, 38, 43, 49, 51, 52, 53, 57, 60, 61, 63, 67], "_job": 2, "qpunamein": 2, "config": [2, 60, 61, 63, 68], "info": [2, 37, 44, 57], "requir": [2, 3, 4, 6, 8, 12, 14, 20, 24, 26, 27, 29, 31, 32, 34, 36, 37, 38, 39, 45, 49, 52, 55, 61, 64, 68], "date": 2, "even": [2, 4, 6, 11, 18, 39, 56, 61, 63, 67, 70], "async_result": [2, 49], "face": [2, 26], "which": [2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 18, 20, 22, 25, 28, 32, 34, 36, 38, 39, 48, 49, 50, 52, 55, 56, 57, 60, 61, 63, 64, 67, 70], "itself": [2, 31, 34, 38, 61, 63], "collect": [2, 3, 9, 14, 43], "pertin": [2, 20, 26, 31, 32], "remot": [2, 3, 20, 25, 35, 37, 44, 52], "rest": [2, 3, 19, 36, 38, 45, 49, 61, 63, 67], "wait": [2, 3, 4, 37, 38, 43, 49], "until": [2, 3, 4, 43, 49], "readi": [2, 15, 49, 53, 63], "executionresult": 2, "correspond": [2, 3, 4, 5, 11, 20, 36, 45, 49, 50, 54, 61, 63, 65], "well": [2, 3, 13, 18, 20, 23, 25, 39, 45, 60, 63, 64, 67, 70], "integ": [2, 3, 11, 24, 30, 38, 39, 43, 52], "1st": [2, 10], "bitstr": [2, 3, 4, 11, 20, 45], "m": [2, 4, 7, 13, 14, 16, 23, 28, 38, 39, 52, 57, 61, 63, 67, 68], "tripl": [2, 57], "long": [2, 20, 23, 43, 46, 61, 63, 67, 68], "length": [2, 13, 45, 49, 56], "deseri": 2, "discuss": [2, 4, 59], "brief": [2, 53, 60], "countsdictionari": [2, 20], "assum": [2, 3, 4, 11, 13, 25, 27, 32, 38, 39, 43, 49, 60, 61, 63, 65], "expval": [2, 20], "other": [2, 3, 4, 11, 12, 13, 15, 17, 19, 22, 24, 27, 32, 34, 36, 37, 38, 39, 41, 42, 43, 49, 53, 61, 63, 67, 68], "appendresult": 2, "globalregisternam": [2, 20], "classic": [2, 4, 6, 8, 11, 12, 15, 19, 21, 24, 25, 27, 28, 32, 34, 38, 42, 43, 49, 55, 56, 57, 60, 61, 64, 67], "sequentialdata": 2, "sequenti": [2, 3, 20, 37, 43], "collat": [2, 3], "": [2, 3, 4, 7, 10, 11, 12, 13, 14, 16, 17, 20, 27, 30, 34, 36, 37, 38, 41, 42, 43, 46, 48, 49, 50, 51, 52, 53, 54, 56, 57, 59, 61, 63, 64, 65, 68], "holist": 2, "nullari": 2, "precomputedexp": 2, "__global__": [2, 3, 20, 37, 65], "has_expect": 2, "string_view": [2, 20, 60], "anoth": [2, 4, 23, 24, 34, 39, 45, 49, 51, 53, 61], "register_nam": [2, 3, 20], "tandem": [2, 52], "to_map": [2, 20], "regnam": 2, "merg": [2, 57], "necessari": [2, 36, 38, 39, 49, 53, 57, 61, 63, 67], "document": [2, 3, 14, 17, 18, 19, 27, 35, 36, 37, 59, 60, 61, 63, 67, 70], "exp_val_z": 2, "deprec": [2, 3, 16, 35, 38, 39], "probabl": [2, 3, 7, 10, 13, 20, 43, 45, 53, 55, 67], "most_prob": [2, 3, 9, 23, 43, 45, 55], "most": [2, 3, 4, 11, 18, 20, 34, 37, 43, 45, 49, 57, 61, 63, 64, 67, 70], "ostream": [2, 67], "output": [2, 3, 6, 8, 14, 24, 36, 40, 43, 57, 63, 67, 68], "stream": [2, 4, 25], "extract": [2, 3, 4, 6, 20, 22, 23, 32, 34, 43, 56, 57, 61, 63], "unord": 2, "get_margin": [2, 20], "marginalindic": [2, 20], "margin": [2, 13], "those": [2, 18, 20, 24, 34, 38, 39, 57, 70], "subset": [2, 3, 4, 8, 20, 24, 32, 34], "rvalu": 2, "refer": [2, 11, 17, 20, 24, 25, 32, 34, 36, 37, 38, 49, 54, 61, 63], "newbitstr": 2, "oldbitstr": 2, "process": [2, 3, 4, 12, 16, 19, 20, 25, 30, 36, 37, 38, 39, 42, 49, 52, 55, 57, 61, 67], "rang": [2, 4, 5, 7, 8, 9, 11, 12, 13, 14, 15, 16, 18, 23, 24, 31, 32, 37, 38, 41, 45, 46, 52, 54, 63, 68, 70], "const_iter": 2, "cbegin": 2, "cend": 2, "has_even_par": 2, "pariti": 2, "extens": [2, 14, 19, 20, 26, 32, 35, 60, 63, 65, 68], "concret": [2, 3, 11, 20, 43, 48], "describ": [2, 3, 10, 13, 30, 32, 36, 51, 55, 60, 61, 63, 67], "effici": [2, 4, 39], "manner": [2, 20, 38, 60], "client": [2, 20, 37, 61], "remain": [2, 3, 31, 49, 53, 61], "gpu": [2, 3, 4, 5, 6, 8, 9, 12, 17, 18, 19, 25, 38, 40, 42, 45, 46, 47, 60, 61, 65, 67, 68, 70], "devic": [2, 3, 4, 8, 10, 13, 20, 23, 24, 27, 31, 36, 37, 38, 39, 43, 49, 56, 57, 60, 63], "cpu": [2, 4, 8, 9, 10, 11, 12, 13, 14, 17, 35, 37, 38, 42, 43, 45, 46, 52, 53, 57, 61, 63, 67, 68], "memori": [2, 4, 8, 21, 24, 25, 32, 34, 37, 38, 39, 42, 45, 52, 57, 63], "primari": [2, 3, 20, 32, 60], "goal": [2, 4, 11], "minim": [2, 4, 11, 13, 14, 15, 16, 17, 48, 56, 61, 63, 68], "transfer": [2, 38, 39], "subclass": [2, 20, 60], "cusvstat": 2, "scalartyp": [2, 67], "remotesimulationst": 2, "nvqir": [2, 17, 57, 58, 60], "mpssimulationst": 2, "tensornetsimulationst": 2, "made": [2, 11, 43, 53, 63], "up": [2, 3, 4, 6, 11, 12, 14, 22, 28, 39, 42, 48, 52, 53, 54, 56, 57, 60, 63], "extent": [2, 3, 39], "enum": 2, "precis": [2, 3, 12, 15, 37, 39, 55], "enumer": [2, 3, 13, 23, 45], "fp32": [2, 3, 37, 38, 39], "fp64": [2, 3, 15, 16, 35, 37, 38, 39], "simulation_precis": 2, "possibl": [2, 4, 6, 13, 14, 19, 34, 55, 63, 65, 67], "float": [2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 15, 16, 20, 23, 24, 27, 31, 37, 38, 39, 48, 54, 56, 60], "tensorstatedata": 2, "dimens": [2, 3, 4, 5, 9, 11, 20, 54, 56], "state_data": 2, "variant": [2, 27], "custatevec": [2, 37, 38, 39, 60], "care": [2, 20, 67], "taken": [2, 4, 9], "ensur": [2, 57, 59, 61, 63, 67], "comparison": [2, 6], "compat": [2, 3, 26, 39, 61], "registeredtyp": 2, "declar": [2, 20, 24, 25, 27, 57, 60, 65, 67], "themselv": [2, 36, 41], "plugin": [2, 18, 59, 61, 63, 70], "myinterfac": 2, "column": [2, 3, 14], "upon": [2, 5, 34, 43, 49, 55, 63], "destruct": 2, "rawdata": 2, "intern": [2, 3, 38], "modifi": [2, 23, 24, 27, 31, 34, 39, 56, 63], "correct": [2, 12, 13, 23, 42, 49, 61, 63], "j": [2, 3, 4, 7, 9, 11, 12, 13, 23, 24, 28, 52, 54, 61], "minimal_eigenvalu": [2, 3], "eigenvalu": [2, 3, 11, 39, 56], "thei": [2, 3, 4, 5, 11, 24, 32, 34, 42, 55, 56, 61, 63], "set_zero": 2, "seen": [2, 6], "manag": [2, 14, 37, 38, 61, 63], "instruct": [2, 18, 25, 27, 29, 34, 36, 37, 39, 49, 50, 56, 57, 61, 63, 67, 68, 70], "control": [2, 3, 7, 11, 12, 17, 18, 19, 22, 23, 24, 25, 27, 29, 31, 32, 33, 34, 36, 38, 41, 42, 45, 47, 49, 50, 53, 55, 56, 57, 60, 63, 70], "flow": [2, 8, 19, 20, 24, 33, 42, 57], "path": [2, 3, 14, 36, 57, 60, 61, 63], "thu": [2, 37, 38, 39, 55, 57], "might": [2, 4, 22, 27, 34, 35, 37, 38, 51], "produc": [2, 3, 4, 11, 20, 23, 28, 29, 34, 41, 43, 50, 57, 60, 67], "elementtyp": 2, "is_integral_v": 2, "is_signed_v": 2, "increment": [2, 52], "exclus": [2, 6], "stop": [2, 43, 63], "step": [2, 4, 6, 8, 12, 23, 57, 61, 65, 68], "reach": [2, 52], "quantumkernel": [2, 20, 31], "arg": [2, 3, 4, 8, 12, 13, 20, 22, 27, 31, 38, 43, 57, 63], "is_invocable_v": 2, "draw": [2, 3, 4, 5, 6, 10, 12, 13, 14, 43, 45], "utf": [2, 3], "8": [2, 3, 4, 8, 9, 11, 12, 13, 14, 15, 16, 18, 20, 23, 24, 25, 35, 36, 37, 38, 39, 49, 52, 53, 54, 56, 57, 61, 63, 68, 70], "usag": [2, 38, 52], "iostream": [2, 37, 41, 43, 45, 67], "mz": [2, 3, 6, 7, 13, 20, 22, 23, 34, 36, 37, 38, 41, 43, 45, 46, 49, 50, 51, 52, 53, 55, 57, 67, 68], "cout": [2, 37, 43, 45, 67], "q0": [2, 3, 4, 5, 6, 10, 12, 14, 34], "q1": [2, 3, 4, 5, 6, 10, 12, 14, 34], "ry": [2, 3, 4, 5, 7, 8, 9, 20, 23, 24, 27, 29, 37, 38, 48, 56], "59": [2, 3, 11, 20, 23, 38, 48], "callabl": [2, 3, 19, 20, 22, 23, 24, 41, 48, 50], "trivial": [2, 4, 20, 38, 46, 48, 64], "signatur": [2, 3, 20, 22, 24, 51, 57], "evalu": [2, 3, 4, 7, 20, 37, 38, 39, 48], "without": [2, 3, 20, 24, 31, 36, 39, 45, 49, 53, 61, 63, 67, 68], "regard": 2, "depth": [2, 4, 69], "etc": [2, 24, 25, 38, 42, 56, 60, 61, 63, 68], "kraus_op": 2, "krau": [2, 10, 53], "initializer_list": 2, "initlist": 2, "adjoint": [2, 12, 22, 23, 27, 31, 34, 57], "flatten": [2, 67], "nrow": [2, 8, 14], "ncol": [2, 14], "kraus_channel": [2, 53], "channel": [2, 3, 10, 13, 53, 63], "action": [2, 20, 23, 24, 63], "matric": [2, 39], "amplitude_damping_channel": [2, 53], "bit_flip_channel": [2, 53], "depolarization_channel": [2, 10, 53], "phase_flip_channel": [2, 53], "inputlist": 2, "lvalu": 2, "make": [2, 3, 6, 12, 14, 20, 38, 39, 53, 54, 56, 57, 60, 61, 63, 65, 68], "get_op": 2, "push_back": [2, 24, 45], "autom": [2, 60], "creation": [2, 4, 19, 33, 56, 60], "damp": [2, 53], "phase": [2, 3, 12, 27, 49, 53], "depolar": [2, 10, 53], "densiti": [2, 3, 10, 13, 14, 35, 37, 39, 53], "add_channel": [2, 3, 10, 13, 53], "quantumop": 2, "get_channel": [2, 3], "relev": [2, 4, 5, 8, 13, 16, 30, 39], "kernel_build": [2, 22], "kernel_builder_bas": 2, "kernelbuildertyp": 2, "mlir": [2, 3, 17, 38, 57, 58, 59, 61], "getargu": [2, 22, 59], "quakevalu": [2, 3, 22], "isargstdvec": 2, "otherwis": [2, 3, 6, 39, 43], "getnumparam": [2, 22], "qalloc": [2, 3, 22, 36, 37, 38, 52], "qvec": [2, 34, 36], "veq": [2, 3, 34, 57], "blockargu": 2, "object": [2, 3, 4, 9, 11, 13, 14, 20, 24, 34, 38, 43, 54, 56, 57], "simplic": 2, "impli": [2, 3, 39], "goe": [2, 25, 45], "scope": [2, 24, 25, 32, 57, 59], "befor": [2, 11, 14, 36, 44, 49, 53, 56, 61, 63], "mai": [2, 3, 4, 6, 11, 20, 22, 24, 25, 27, 31, 32, 36, 37, 38, 39, 42, 43, 44, 46, 49, 51, 56, 61, 63, 65, 67, 68], "garbag": 2, "constantv": 2, "val": [2, 13, 49], "swap": [2, 14, 23, 49], "mod": [2, 27], "is_same_v": 2, "perform": [2, 4, 6, 8, 12, 13, 15, 18, 20, 23, 36, 38, 39, 43, 45, 49, 51, 52, 55, 59, 60, 61, 63, 67, 68, 70], "fredkin": 2, "between": [2, 3, 4, 7, 11, 13, 15, 24, 34, 37, 41, 42, 43, 49, 52, 53, 63, 65], "meant": [2, 19, 46], "thin": [2, 3], "wrapper": [2, 3, 38], "around": [2, 3, 6, 13, 20, 45, 53, 68], "instanc": [2, 3, 4, 20, 22, 27, 32, 37, 38, 39, 42, 63], "quak": [2, 3, 11, 17, 33, 57, 59], "dialect": [2, 3, 57, 59], "arithmet": [2, 24, 25, 56], "getvalu": 2, "actual": [2, 13, 20, 43, 60], "implicitlocopbuild": 2, "arith": [2, 34, 57], "constantfloatop": 2, "canvalidatenumel": 2, "stdvectyp": 2, "do": [2, 4, 12, 13, 18, 27, 29, 32, 34, 37, 38, 39, 41, 42, 50, 55, 57, 61, 63, 64, 65, 68, 70], "loop": [2, 3, 4, 11, 21, 32, 41, 49, 52, 54, 56, 57], "know": [2, 14, 18, 34, 70], "bound": [2, 3, 13, 56], "startidx": [2, 3], "subscript": [2, 3, 36, 37], "stdvec": [2, 34, 57], "constants": 2, "isstdvec": 2, "getrequiredel": 2, "veqtyp": 2, "divid": [2, 11], "invers": [2, 12, 23], "so": [2, 4, 7, 9, 11, 13, 14, 20, 36, 38, 39, 45, 50, 55, 56, 57, 59, 60, 61, 63, 67, 68], "friend": 2, "write": [2, 3, 44, 49, 55, 56, 59, 63, 65], "u": [2, 4, 5, 6, 9, 11, 12, 14, 15, 23, 24, 28, 29, 41, 42, 43, 51, 52, 53, 55, 56, 57], "wai": [2, 3, 6, 20, 31, 34, 43, 61], "code": [2, 3, 4, 6, 11, 12, 14, 15, 19, 20, 22, 23, 24, 25, 28, 29, 31, 32, 34, 36, 37, 38, 39, 43, 48, 49, 50, 52, 53, 55, 56, 57, 59, 60, 61, 64, 65, 67, 68], "mlircontext": 2, "ctx": [2, 8, 59], "f": [2, 4, 6, 13, 23, 24, 45, 48, 56, 61, 68], "high": [2, 13, 52, 57, 67], "serv": [2, 3, 4, 24, 32, 37, 59, 61], "work": [2, 4, 12, 13, 17, 20, 37, 38, 52, 56, 58, 61, 63, 64, 67, 68], "subtyp": 2, "possibli": [2, 13, 24], "deleg": [2, 37, 60, 63], "third": [2, 3, 17, 56, 66], "parti": [2, 17, 56, 66], "immut": 2, "mutabl": [2, 20], "gradient": [2, 5, 8, 37, 54, 56], "df": [2, 13], "dx_i": 2, "scalar": [2, 20], "queri": [2, 6, 20, 30, 38, 45, 48], "whether": [2, 3, 61, 63], "strategi": [2, 20, 25, 31, 56, 60], "parameter": [2, 3, 4, 11, 15, 20, 22, 24, 27, 37, 42, 48, 50, 52, 56], "left": [2, 6, 7, 11, 12, 49, 60, 63], "thing": [2, 51, 56], "max": [2, 4, 9, 17, 37, 39, 49, 54], "cobyla": [2, 3, 4, 5, 9, 15, 16, 20, 54, 56], "opt": [2, 24, 57, 59, 61, 63], "assert": [2, 23, 24], "requiresgradi": [2, 20], "algo": 2, "opt_val": [2, 37, 54, 56], "opt_param": [2, 20, 37, 54, 56], "dx": [2, 20], "virtual": [2, 14, 18, 20, 37, 38, 43, 48, 52, 60, 61, 70], "achiev": [2, 11, 12, 20, 36, 37, 51, 56], "dim": [2, 37], "optimizable_funct": [2, 20], "opt_funct": [2, 20, 37], "variat": [2, 4, 5, 8, 11, 16, 17, 20, 47], "custom": [2, 10, 18, 20, 24, 38, 39, 50, 53, 56, 59, 61, 63, 66, 67, 70], "ptrtoown": 2, "conveni": [2, 12, 28, 34, 56, 61, 63], "jdx": 2, "tensoridx": 2, "get_tensor": 2, "just": [2, 4, 6, 7, 11, 19, 33, 38, 43, 44, 45, 50, 55, 57, 63], "rank": [2, 3, 38, 46, 50, 52], "get_num_tensor": 2, "get_num_qubit": [2, 30], "get_precis": [2, 3], "is_on_gpu": [2, 3], "to_host": 2, "hostptr": 2, "numel": 2, "pure": [2, 10, 23, 24, 31, 56], "basisst": 2, "host": [2, 21, 23, 24, 25, 28, 32, 37, 38, 39, 48, 67, 68], "leverag": [2, 3, 4, 20, 22, 24, 27, 31, 32, 39, 50, 54, 56, 57, 60, 64], "separ": [2, 4, 39, 61, 63], "mapper": 2, "inherit": [2, 21, 25, 38], "updat": [2, 4, 20, 36, 49, 61, 68], "protect": [2, 32, 60], "getexpectedvalu": 2, "central_differ": [2, 20, 56], "forward_differ": 2, "parameter_shift": 2, "prescrib": 2, "kernelt": 2, "argsmapp": [2, 20], "setarg": 2, "save": [2, 8, 37, 38, 43, 52, 57, 63, 65], "nvqc": [2, 35, 37], "setkernel": 2, "been": [2, 3, 14, 36, 37, 42, 43, 49, 61, 63], "have": [2, 3, 4, 6, 11, 12, 13, 14, 18, 20, 34, 37, 38, 39, 43, 45, 49, 52, 53, 55, 59, 61, 63, 64, 65, 67, 68, 70], "funcatx": [2, 3], "func": [2, 20, 34, 57, 59], "clone": [2, 8, 32, 59, 61], "deriv": [2, 4, 6, 20, 55], "exp_h": [2, 20], "forward": [2, 8], "approxim": [2, 4, 11, 17, 39, 43, 47], "registri": [2, 63], "unit": [2, 3, 19, 24, 25, 27, 30, 32, 36, 42, 55], "express": [2, 18, 20, 21, 22, 23, 25, 28, 38, 42, 50, 51, 57, 67, 70], "certain": [2, 32, 37, 38, 39, 60, 63], "logic": [2, 6, 30, 32, 38], "connect": [2, 4, 8, 11, 18, 25, 30, 32, 34, 49, 61, 70], "queue": [2, 20, 37, 49], "enqueu": 2, "relat": [2, 4, 11, 57], "quantum_platform": [2, 3, 30, 38, 48, 57], "baseremoterestqpu": 2, "baseremotesimulatorqpu": 2, "_qpuid": 2, "setid": 2, "thread": [2, 3, 25, 38, 39, 48, 52, 60], "getexecutionthreadid": 2, "getnumqubit": 2, "getconnect": 2, "issimul": 2, "supportsconditionalfeedback": 2, "feedback": [2, 25, 42, 63], "remotecap": 2, "getremotecap": 2, "capabl": [2, 37, 39, 52, 61, 63], "setshot": 2, "_nshot": 2, "noth": 2, "wish": [2, 4, 37, 38, 48, 63], "isemul": 2, "local": [2, 3, 14, 17, 36, 37, 38, 43, 46, 49, 57, 61, 62, 64], "emul": [2, 3, 36, 49], "quantumtask": 2, "setexecutioncontext": 2, "resetexecutioncontext": 2, "reset": [2, 3, 20, 23, 25, 39, 60], "launchkernel": 2, "kernelfunc": 2, "uint64_t": 2, "launch": [2, 20, 38, 39, 63, 68], "pack": [2, 67], "launchserializedcodeexecut": 2, "serializedcodeexecutioncontext": 2, "serializecodeexecutionobject": 2, "onrandomseedset": 2, "notifi": 2, "let": [2, 6, 7, 10, 11, 12, 13, 14, 15, 27, 34, 41, 42, 43, 46, 48, 50, 51, 52, 53, 54, 55, 56, 57, 63, 64, 65, 68], "basenvcfsimulatorqpu": 2, "submit": [2, 36, 37, 49, 63], "nvcf": 2, "realiz": [2, 55], "intend": [2, 19, 20, 22, 61, 65], "popul": [2, 45], "platformqpu": 2, "qubitconnect": [2, 30], "fetch": [2, 4], "supports_task_distribut": 2, "multipl": [2, 4, 13, 14, 16, 18, 27, 36, 38, 39, 42, 43, 49, 51, 55, 70], "parallel": [2, 19, 25, 39, 43, 63, 68], "qpu_id": [2, 3, 7, 20, 30, 37, 38, 43, 52], "get_shot": 2, "getter": 2, "onc": [2, 4, 12, 13, 22, 36, 37, 39, 42, 43, 49, 61, 63, 65, 68], "set_shot": 2, "clear_shot": 2, "remov": [2, 4, 34, 35, 37, 38, 39, 63], "numshot": 2, "setter": 2, "set_exec_ctx": 2, "get_exec_ctx": 2, "reset_exec_ctx": 2, "num_qpu": [2, 3, 7, 30, 37, 38, 48], "is_simul": [2, 30], "supports_conditional_feedback": 2, "get_current_qpu": [2, 30], "set_current_qpu": [2, 30], "device_id": [2, 30], "is_remot": [2, 3, 30], "qpuid": [2, 30, 38], "is_emul": [2, 3, 30], "set_nois": [2, 3, 53], "get_remote_cap": 2, "applic": [2, 4, 6, 11, 12, 13, 15, 17, 20, 27, 31, 36, 39, 42, 43, 47, 63, 64, 67, 68, 69], "reset_nois": 2, "turn": [2, 8, 12, 14, 37, 44, 60], "off": [2, 3, 4, 8, 12, 37, 38, 61], "enqueueasynctask": 2, "kernelexecutiontask": 2, "launchvq": 2, "kernelarg": 2, "n_param": [2, 54, 56], "vqe": [2, 3, 4, 11, 15, 37, 54, 56], "settargetbackend": 2, "resetlogstream": 2, "log": [2, 3, 18, 37, 61, 63, 70], "getlogstream": 2, "setlogstream": 2, "logstream": 2, "list_platform": 2, "structur": [2, 3, 4, 8, 11, 20, 22, 26, 28, 30, 32, 38, 39, 57, 59, 60, 65], "boolean": [2, 22], "field": [2, 11, 38], "initvalu": 2, "stateoverlap": 2, "serializedcodeexec": 2, "command": [2, 4, 37, 38, 39, 43, 45, 46, 48, 49, 52, 60, 61, 63, 64, 65, 67, 68], "entir": [2, 14, 34, 50, 56, 60], "forth": [2, 38], "commun": [2, 20, 36, 38, 39, 61], "ultim": [2, 57, 60], "what": [2, 3, 4, 11, 14, 17, 18, 40, 52, 60, 67, 70], "ad": [2, 13, 18, 20, 36, 37, 50, 53, 57, 61, 63, 65, 68, 70], "promis": 2, "qubitedg": [2, 30], "num_available_gpu": [2, 3, 43, 52], "set_random_se": [2, 3, 8, 9, 11, 13, 39, 54, 56], "caller": [2, 24], "unset_nois": [2, 3, 53], "dealloc": [2, 25, 32, 60], "mpi": [2, 18, 38, 39, 46, 50, 52, 68, 70], "against": [2, 18, 36, 61, 65, 70], "argc": [2, 23, 43, 61, 68], "argv": [2, 23, 43, 61, 68], "program": [2, 17, 19, 22, 24, 27, 32, 33, 36, 37, 38, 39, 40, 42, 49, 50, 52, 53, 57, 61, 63, 65, 68], "is_initi": [2, 3, 46, 50], "alreadi": [2, 3, 14, 61, 63, 68], "final": [2, 3, 4, 5, 38, 48, 50, 52, 56, 57, 60, 61], "num_rank": [2, 3, 52], "all_gath": [2, 3], "gather": [2, 3, 23, 43, 55], "fit": [2, 61], "come": [2, 25, 37, 49, 67], "all_reduc": 2, "binaryfunct": 2, "localvalu": 2, "reduc": [2, 7, 13, 39], "rootrank": [2, 3], "make_kernel": [3, 22, 36, 37, 38, 52], "els": [3, 4, 8, 14, 22, 38, 39, 43, 61, 65, 68], "int_valu": 3, "float_valu": 3, "pykernel": 3, "argtypelist": 3, "programmat": 3, "str": [3, 4, 9, 13, 36, 38, 43, 45, 49, 55, 67], "argument_count": 3, "alia": [3, 32], "pykerneldecor": 3, "verbos": [3, 40, 57, 61, 64], "modul": [3, 8, 39, 43, 56, 57, 61], "none": [3, 8, 23, 24, 39], "funcsrc": 3, "locat": [3, 36, 38, 61, 63, 67], "overrideglobalscopedvar": 3, "decor": [3, 4, 24, 41], "lower": [3, 57, 60], "ast": 3, "jit": [3, 4], "executionengin": 3, "__call__": 3, "__str__": 3, "from_json": 3, "jstr": 3, "overridedict": 3, "convert": [3, 4, 20, 48, 57], "json": [3, 36, 38, 49, 63], "to_json": 3, "self": [3, 4, 8, 11, 24, 61, 63], "reconstruct": 3, "elsewher": 3, "type_to_str": 3, "clean": 3, "kwarg": [3, 4], "languag": [3, 17, 18, 21, 24, 25, 26, 27, 32, 33, 38, 42, 50, 55, 57, 60, 64, 70], "attribut": [3, 24, 50, 57], "coprocessor": [3, 20, 24], "shots_count": [3, 4, 6, 7, 9, 10, 13, 36, 43, 46, 50, 52], "over": [3, 10, 20, 32, 43, 49, 53, 54, 56, 60, 63], "ndarrai": [3, 8, 10, 14], "leav": [3, 10, 36, 49, 63], "doesn": 3, "firstfloat": 3, "secondfloat": 3, "kei": [3, 9, 11, 12, 13, 29, 36, 37, 60, 63, 68], "nois": [3, 4, 10, 20, 30, 36, 49, 53], "model": [3, 4, 10, 17, 19, 20, 22, 24, 27, 32, 33, 34, 36, 38, 49, 53, 57, 60, 63, 68], "dictionari": [3, 13, 20, 43, 50, 56], "sampleresult": [3, 4, 43, 50, 60], "sample_async": [3, 7, 20, 38, 43, 49], "_mlir_lib": 3, "_quakedialect": 3, "cudaq_runtim": 3, "asyncsampleresult": [3, 49], "platform": [3, 17, 18, 19, 27, 33, 35, 36, 37, 39, 43, 48, 52, 57, 60, 61, 63, 68, 70], "Will": [3, 29, 43], "whose": [3, 8, 11, 14, 15, 20, 25, 37, 38, 48, 55], "identif": 3, "spin_oper": [3, 11, 43, 48, 56], "spinoper": [3, 4, 8, 9, 11, 16, 43, 48, 52, 56], "everi": [3, 11, 13, 18, 37, 38, 42, 43, 49, 50, 61, 68, 70], "nest": [3, 38], "hermitian": 3, "calcul": [3, 4, 5, 6, 7, 8, 37, 38, 43, 49, 52, 56], "observeresult": [3, 43, 56], "observe_async": [3, 20, 37, 52], "asyncobserveresult": 3, "arg0": [3, 57], "prepar": [3, 4, 7, 8, 12, 13, 15, 45, 48, 50, 52, 54], "select": [3, 4, 8, 15, 39, 43, 46, 48, 63, 67], "get_state_async": 3, "asyncstateresult": 3, "parameter_count": [3, 4, 9, 11, 15, 16, 52, 54, 56], "argument_mapp": [3, 11], "gradient_strategi": [3, 56], "arg1": 3, "format": [3, 8, 14, 20, 23, 32, 61], "ascii": [3, 14], "latex": [3, 14], "cx": [3, 4, 13, 22, 36, 37, 45, 52, 68], "translat": [3, 20, 55, 57], "qir": [3, 57, 60], "adapt": [3, 11, 18, 70], "openqasm2": 3, "openqasm": 3, "moduleid": [3, 57], "llvmdialectmodul": [3, 57], "source_filenam": [3, 57], "opaqu": [3, 32, 57], "__nvqpp__mlirgen__function_variable_qreg": 3, "_z13variable_qregv": 3, "local_unnamed_addr": [3, 57], "tail": [3, 57], "__quantum__rt__qubit_allocate_arrai": [3, 57], "i64": [3, 57], "__quantum__qis__mz": [3, 57], "9": [3, 4, 8, 9, 13, 14, 20, 24, 25, 57, 61, 63], "7": [3, 4, 5, 7, 8, 9, 11, 12, 13, 14, 18, 20, 24, 25, 27, 32, 38, 52, 57, 61, 63, 70], "__quantum__rt__qubit_release_arrai": [3, 57], "ret": [3, 57], "has_target": 3, "get_target": [3, 7, 37, 38, 48, 68], "rais": 3, "set_target": [3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 36, 37, 38, 39, 43, 45, 46, 48, 49, 52, 53, 60], "reset_target": 3, "initialize_cudaq": 3, "environ": [3, 4, 10, 14, 18, 36, 37, 38, 44, 46, 49, 59, 61, 63, 68, 70], "detect": [3, 43, 52, 61, 63, 67], "simulationprecis": 3, "underyl": 3, "properti": [3, 4, 6, 34], "noindex": 3, "infrastructur": [3, 18, 38, 59, 61, 70], "descript": [3, 37, 39, 60, 61, 63], "featur": [3, 4, 12, 18, 24, 61, 63, 67, 68, 70], "activ": [3, 8, 17, 38, 39, 61, 63, 68], "consist": [3, 4, 43], "physic": [3, 11, 19, 25, 32, 34, 36, 38, 39, 49, 55], "0101": [3, 54], "1010": [3, 54], "consol": [3, 37, 44, 61], "cupi": [3, 63], "gettensor": 3, "compris": 3, "tensori": 3, "mlirvalu": 3, "As": [3, 11, 19, 25, 26, 32, 38, 39, 41, 55, 56, 59], "hold": [3, 56], "__add__": 3, "runtimeerror": [3, 4], "new_valu": 3, "5": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 23, 24, 25, 27, 28, 31, 32, 37, 38, 39, 45, 46, 48, 49, 52, 53, 54, 56, 57, 61, 63, 65, 70], "__radd__": 3, "__sub__": 3, "__rsub__": 3, "__neg__": 3, "__mul__": 3, "__rmul__": 3, "__getitem__": 3, "you": [3, 4, 6, 12, 13, 14, 17, 18, 20, 36, 37, 39, 43, 45, 49, 50, 52, 53, 56, 57, 59, 60, 61, 63, 64, 65, 67, 68, 70], "complexmatrix": 3, "lowest": 3, "__eq__": 3, "togeth": [3, 13, 17, 39, 57, 68], "__iter__": 3, "through": [3, 4, 6, 8, 10, 20, 36, 41, 44, 46, 50, 53, 56, 60, 61, 63, 68], "chunk_count": 3, "d1": 3, "d2": [3, 48], "d3": 3, "receiv": [3, 20], "while": [3, 18, 24, 42, 43, 49, 57, 61, 63, 67, 70], "0j": [3, 7, 9, 11, 43], "get_qubit_count": 3, "get_term_count": [3, 16], "qubit_count": [3, 6, 8, 10, 11, 12, 15, 16, 38, 41, 43, 45, 46, 52, 54, 68], "term_count": [3, 52], "3087171799": 3, "ith": 3, "scipi": [3, 13, 14, 15, 16, 56], "csr_arrai": 3, "print_coeffici": 3, "termin": [3, 52, 63], "At": [3, 61, 63], "directli": [3, 19, 20, 25, 32, 34, 57, 63, 67, 68], "c_if": [3, 22], "dure": [3, 5, 10, 20, 36, 39, 61, 63, 67], "__len__": 3, "equival": [3, 11, 38, 39, 43], "metadata": [3, 15, 57], "experi": [3, 4, 13, 36, 49, 61, 63], "expectation_z": 3, "get_marginal_count": [3, 13], "marginal_indic": 3, "get_register_count": 3, "get_sequential_data": 3, "item": [3, 8, 13, 67], "frequent": 3, "proport": 3, "kick": [3, 38], "pattern": [3, 4, 19, 20, 24, 33, 57, 59], "sub_term": 3, "favor": 3, "get_spin": 3, "accessor": [3, 38], "optimizationresult": 3, "gradientdesc": 3, "initial_paramet": [3, 4, 5, 9, 11, 54, 56], "lower_bound": 3, "max_iter": [3, 4, 56], "maximum": [3, 4, 39], "requires_gradi": 3, "upper_bound": 3, "upper": 3, "neldermead": [3, 9, 11], "lbfg": [3, 20, 37, 56], "centraldiffer": [3, 56], "parameter_vector": [3, 4, 11, 37, 56], "loss": 3, "forwarddiffer": 3, "parametershift": 3, "krauschannel": [3, 10, 53], "__init__": [3, 4, 8, 24], "bitflipchannel": [3, 13, 53], "decoher": [3, 10, 53], "Its": [3, 32, 39, 55, 57], "vice": 3, "versa": 3, "180": [3, 53], "therefor": [3, 11, 12, 32, 57, 59], "phaseflipchannel": [3, 53], "untouch": 3, "depolarizationchannel": [3, 10, 53], "mixtur": 3, "decai": [3, 10, 53], "amplitudedampingchannel": [3, 53], "dissip": [3, 53], "energi": [3, 4, 15, 16, 20, 37, 48, 53, 56], "due": [3, 4, 10, 14, 15, 20, 39, 43, 53, 67], "interact": [3, 30, 53, 63], "ground": [3, 4, 15, 37, 53, 55, 56], "krausoper": [3, 53], "ki": 3, "dag": [3, 14, 29], "col_count": 3, "row_count": 3, "scatter": [3, 4], "concaten": 3, "arg2": 3, "tutori": [4, 11, 13, 63], "explor": [4, 52, 55, 63], "recent": 4, "research": [4, 37], "arxiv": 4, "paper": [4, 9, 54], "http": [4, 8, 11, 12, 14, 36, 38, 49, 61, 63], "org": [4, 61, 63], "pdf": [4, 14], "2402": 4, "01529": 4, "team": 4, "edinburgh": 4, "jointli": 4, "develop": [4, 17, 24, 25, 36, 37, 39, 47, 55, 59, 60, 61, 64, 68], "nvidia": [4, 5, 6, 7, 8, 9, 11, 12, 15, 16, 17, 18, 19, 25, 35, 39, 43, 45, 46, 48, 52, 60, 61, 63, 65, 68, 70], "author": 4, "better": [4, 11, 13, 37, 39, 61], "understand": [4, 13, 19, 63], "barrier": 4, "mit": 4, "licens": [4, 61, 63], "found": [4, 14, 18, 20, 23, 27, 36, 43, 60, 61, 63, 65, 66, 68, 70], "github": [4, 8, 11, 12, 18, 36, 39, 61, 63, 68, 70], "com": [4, 8, 11, 12, 36, 49, 61, 63], "boniface316": 4, "bigdata_vqa": 4, "unsupervis": 4, "learn": [4, 8, 11, 14, 18, 37, 42, 43, 67, 68, 70], "techniqu": [4, 39, 43], "aim": [4, 6, 11, 45], "group": [4, 32, 39], "similar": [4, 20, 38, 43, 61], "characterist": 4, "enhanc": 4, "find": [4, 6, 11, 13, 15, 17, 36, 37, 38, 55, 56, 57, 61, 63], "reliabl": [4, 67], "analysi": [4, 34, 57], "todai": 4, "sever": [4, 50, 53], "limit": [4, 38, 39, 43, 52, 67], "practic": [4, 6, 13, 53], "would": [4, 6, 11, 12, 18, 34, 52, 55, 61, 63, 65, 67, 70], "far": 4, "too": [4, 14, 46, 55], "mani": [4, 12, 18, 27, 30, 38, 39, 43, 52, 68, 70], "extend": [4, 12, 14, 17, 18, 19, 66, 70], "harrow": 4, "fewer": [4, 39], "walk": [4, 60, 61, 63], "approach": [4, 12, 13, 20, 24, 57], "emphas": 4, "util": [4, 8, 10, 20, 32, 37, 38, 39, 52, 57, 60], "bipartit": 4, "branch": [4, 18, 22, 61, 63, 70], "directori": [4, 59, 61, 63, 67], "tree": 4, "uncom": [4, 11, 61, 63], "line": [4, 11, 14, 36, 38, 39, 45, 49, 57, 60, 61, 63], "insid": [4, 38, 63], "skip": [4, 14, 61], "mkdir": [4, 60, 61, 64], "divisive_clustering_src": 4, "wget": [4, 61, 63], "p": [4, 7, 9, 10, 13, 53, 54, 61, 63], "githubusercont": 4, "doc": [4, 38], "sphinx": 4, "divisive_clust": 4, "py": [4, 16, 38, 39, 43, 44, 52, 56, 63, 68], "main_divisive_clust": 4, "instal": [4, 5, 8, 13, 14, 15, 16, 17, 18, 36, 39, 57, 59, 60, 64, 65, 67, 70], "packag": [4, 5, 6, 8, 13, 14, 16, 61, 63, 67, 68], "pip": [4, 5, 8, 13, 14, 15, 16, 38, 39, 61, 63, 68], "mpi4pi": [4, 39, 68], "6": [4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 23, 24, 25, 27, 28, 32, 36, 37, 38, 39, 48, 49, 56, 57, 63, 70], "networkx": 4, "panda": [4, 13], "scikit": [4, 8], "tqdm": 4, "66": [4, 9], "auxillari": [4, 45], "nx": 4, "pd": [4, 13], "matplotlib": [4, 5, 8, 9, 13, 14, 15, 16], "pyplot": [4, 5, 8, 9, 13, 14, 15, 16], "plt": [4, 5, 8, 9, 13, 14, 15, 16], "warn": [4, 14, 16, 36], "divisiveclust": 4, "dendrogram": 4, "voironi_tessal": 4, "filterwarn": 4, "below": [4, 5, 6, 8, 11, 12, 15, 18, 20, 36, 37, 38, 39, 43, 49, 52, 54, 56, 57, 61, 63, 67, 68, 70], "toggl": 4, "circuit_depth": 4, "75": [4, 12, 16], "max_shot": 4, "x_1": 4, "x_2": 4, "cdot": 4, "x_n": 4, "weight": [4, 9], "much": [4, 56, 60], "smaller": [4, 39], "w": [4, 29, 39, 49], "enough": 4, "reason": [4, 34], "conclus": 4, "There": [4, 20, 22, 36, 37, 38, 52, 63], "variou": [4, 18, 38, 41, 50, 53, 57, 60, 70], "build": [4, 5, 11, 13, 14, 15, 17, 18, 22, 27, 28, 40, 42, 43, 48, 54, 55, 56, 59, 60, 63, 64, 65, 67, 70], "machin": [4, 11, 19, 33, 36, 38, 49, 63], "1703": 4, "06476": 4, "algorithm": [4, 5, 11, 12, 15, 17, 19, 22, 24, 33, 34, 37, 38, 39, 43, 45, 47, 48, 51, 56, 63], "essenti": 4, "boil": 4, "down": [4, 38], "toler": 4, "constraint": [4, 13, 24, 25, 26, 39, 43, 49, 55], "priori": 4, "load": [4, 8, 20, 25, 36, 37, 49, 57, 59], "frame": 4, "imag": [4, 8, 11, 18, 49, 61, 68, 70], "black": [4, 6], "star": 4, "create_dataset": 4, "number_of_sampling_for_centroid": 4, "coreset_s": 4, "number_of_coresets_to_evalu": 4, "coreset_method": 4, "bfl2": 4, "coreset_vector": 4, "coreset_weight": 4, "get_best_coreset": 4, "coreset_df": 4, "datafram": [4, 13], "chr": 4, "65": [4, 11, 13], "028364": 4, "669787": 4, "234": [4, 13], "230716": 4, "167441": 4, "354792": 4, "101": [4, 12, 13, 23], "319288": 4, "b": [4, 20, 49], "022889": 4, "921443": 4, "125": [4, 20, 23, 28, 37, 38, 48, 56], "158339": 4, "706134": 4, "636852": 4, "13": [4, 8, 9, 11, 13, 15, 16, 52, 54, 56, 57, 63], "650774": 4, "998497": 4, "455847": 4, "116": 4, "758239": 4, "507918": 4, "630311": 4, "120": [4, 63], "727176": 4, "102508": 4, "297727": 4, "53": [4, 13, 14], "294127": 4, "722463": 4, "400433": 4, "77": [4, 13], "415840": 4, "425868": 4, "341136": 4, "42": [4, 8, 13, 15, 16], "847985": 4, "985373": 4, "063209": 4, "240": 4, "116237": 4, "label": [4, 8, 13, 57, 61, 68], "7eba00": 4, "color": [4, 11], "marker": 4, "xlabel": [4, 5, 8, 9, 15, 16], "ylabel": [4, 5, 8, 9, 15, 16], "titl": [4, 15, 16, 36, 56, 63, 68], "best": [4, 12, 61, 63], "legend": [4, 8], "In": [4, 6, 10, 11, 13, 14, 20, 24, 34, 36, 38, 39, 41, 43, 45, 48, 49, 50, 53, 56, 59, 60, 61, 67], "cast": [4, 16], "problem": [4, 11, 12, 15, 34, 42, 54], "routin": [4, 11, 20, 56], "graph": [4, 9, 11, 54], "edg": [4, 9, 11], "e_": 4, "ij": 4, "w_iw_jd_": 4, "d_": 4, "euclidean": 4, "distanc": [4, 13, 15], "coreset_to_graph": 4, "vqa": 4, "hamiltonian": [4, 5, 7, 8, 9, 10, 11, 15, 16, 23, 37, 38, 39, 43, 48, 54, 56], "src": [4, 36, 61], "motiv": [4, 33, 61], "cut": [4, 17, 54], "get_k2_hamiltonian": 4, "k2": 4, "layer": [4, 8, 11, 24, 54, 56], "r_z": 4, "r_y": 4, "cascad": 4, "benefit": [4, 18, 43, 68, 70], "get_vqe_circuit": 4, "number_of_qubit": 4, "theta_posit": 4, "rz": [4, 11, 14, 23, 27, 54], "visual": [4, 11, 17, 34, 47], "rand": [4, 45], "8904": 4, "7335": 4, "4343": 4, "2236": 4, "7937": 4, "9981": 4, "3945": 4, "q2": [4, 5, 12, 14], "696": 4, "3352": 4, "q3": [4, 14], "6658": 4, "05277": 4, "q4": 4, "791": 4, "003569": 4, "4119": 4, "3205": 4, "3504": 4, "3913": 4, "7392": 4, "3171": 4, "0008056": 4, "cde": 4, "proper": 4, "get_optim": 4, "addit": [4, 6, 12, 20, 37, 41, 42, 45, 52, 61, 67, 68], "initial_param": 4, "uniform": [4, 9, 11, 13, 20, 23, 43, 52, 54], "divisiveclusteringvqa": 4, "procedur": [4, 5, 15], "bipart": 4, "top": [4, 6, 13, 38, 60, 64], "pleas": [4, 14, 16, 18, 37, 38, 39, 49, 52, 59, 61, 63, 68, 70], "run_divisive_clust": 4, "get_counts_from_simul": 4, "cost": [4, 8, 9, 11, 15, 16, 17, 20, 37, 56], "our": [4, 5, 6, 10, 11, 14, 18, 34, 36, 41, 43, 45, 49, 50, 51, 52, 53, 56, 57, 61, 63, 64, 65, 68, 70], "obtain": [4, 13, 14, 15, 18, 37, 61, 70], "acceler": [4, 8, 17, 18, 37, 39, 43, 45, 46, 52, 60, 61, 63, 68, 70], "associ": [4, 11, 25, 38, 55], "corest": 4, "super": [4, 8], "coreset_vectors_df_for_iter": 4, "coreset_vectors_for_iteration_np": 4, "coreset_weights_for_iteration_np": 4, "_get_iteration_coreset_vectors_and_weight": 4, "metric": 4, "coreset_to_graph_metr": 4, "_get_best_bitstr": 4, "len": [4, 5, 7, 8, 9, 11, 12, 13, 16, 23, 32, 38, 43, 45, 49, 52, 68], "node": [4, 9, 11, 19, 38, 52, 61], "create_hamiltonian": 4, "optimizer_funct": 4, "create_circuit": 4, "objective_funct": [4, 56], "get_result": [4, 56], "optimal_paramet": [4, 9, 11, 37, 54], "mostli": 4, "previous": [4, 36, 63], "tot": 4, "he": 4, "threshold_for_max_cut": 4, "percent": 4, "advanc": [4, 56], "normal": [4, 8, 15, 16, 55], "get_divisive_sequ": 4, "analyz": [4, 59], "postprocess": 4, "hi": 4, "sourc": [4, 10, 11, 13, 18, 34, 39, 45, 53, 57, 60, 63, 64, 65, 68, 70], "12": [4, 8, 13, 14, 20, 37, 57, 61, 63], "normalize_vector": 4, "sort_by_descend": 4, "dist": [4, 13, 14, 67], "hierarchial_clustering_sequ": 4, "100": [4, 8, 10, 13, 16, 23, 46], "129": 4, "lt": 4, "12075": 4, "19it": 4, "35025": 4, "50it": 4, "18": [4, 7, 13, 57], "44254": 4, "09it": 4, "15827": 4, "56it": 4, "13617": 4, "87it": 4, "nice": 4, "earli": [4, 37, 63], "split": [4, 52], "mark": [4, 67], "least": [4, 11, 38, 61], "dendo": 4, "plot_dendrogram": 4, "plot_titl": 4, "plot": [4, 5, 8, 9, 13, 15, 16], "notic": [4, 11, 34, 45, 46, 52, 57, 64], "complic": [4, 28], "becom": [4, 13, 39, 48, 63, 64], "occasion": 4, "especi": 4, "partit": [4, 9, 11, 37, 38, 63], "puzzl": 4, "glanc": 4, "seem": [4, 46, 55, 63, 68], "natur": [4, 14, 39, 55], "look": [4, 14, 18, 34, 36, 38, 42, 43, 46, 48, 49, 50, 51, 52, 53, 56, 57, 61, 63, 70], "strai": 4, "belong": 4, "wrong": 4, "explan": 4, "stochast": [4, 20], "few": [4, 11], "were": [4, 45, 56, 63], "rememb": [4, 6], "pai": [4, 12], "penalti": [4, 9], "exclud": [4, 37, 43, 45, 61], "proxim": 4, "small": [4, 13, 39, 67], "less": [4, 53, 61], "impact": [4, 10, 53], "usual": [4, 61, 63, 67], "unusu": 4, "go": [4, 6, 14, 32, 38, 50, 61, 63], "origin": [4, 10, 34, 45, 56, 57], "14": [4, 7, 13, 37, 49, 57], "plot_hierarchial_split": 4, "hierarch": 4, "flat": [4, 38], "perpendicular": 4, "intersect": 4, "threshold": [4, 39], "height": 4, "want": [4, 7, 11, 13, 14, 34, 37, 38, 57, 60, 61, 63, 65, 68], "get_clusters_using_k": 4, "desir": [4, 30, 38, 43, 60, 61, 63, 65], "figur": [4, 6, 8, 12, 57], "15": [4, 13, 52, 56, 57, 61, 63], "threshold_height": 4, "get_clusters_using_height": 4, "red": [4, 13], "blue": 4, "green": [4, 11], "purpl": 4, "orang": 4, "yellow": 4, "color_threshold": 4, "plot_clust": 4, "16": [4, 13, 14, 37, 56, 57], "show_annot": 4, "get_voronoi_tessal": 4, "region": 4, "accord": 4, "centroid": 4, "tesslation_by_clust": 4, "complet": [4, 10, 20, 36, 61, 63, 67, 68], "plot_voironi": 4, "overli": 4, "17": [4, 8, 13, 57, 65], "vt": 4, "voironi": 4, "tessal": 4, "design": [4, 11, 17, 19, 38, 68], "flexibl": [4, 41, 61], "tool": [4, 13, 14, 18, 34, 57, 59, 61, 65, 67, 70], "done": [4, 14, 32, 44, 53, 61, 63], "get_qaoa_circuit": 4, "rx": [4, 5, 7, 8, 9, 11, 13, 14, 27, 31, 52, 54], "3527": 4, "19": [4, 7, 13, 37, 57], "20": [4, 7, 13, 26, 32, 56, 57, 65, 68], "484": 4, "12163": 4, "89it": 4, "52703": 4, "30it": 4, "48": 4, "31987": 4, "07it": 4, "36393": 4, "37957": 4, "42473": 4, "96it": 4, "quickli": [4, 20, 63], "encount": [4, 37, 39, 49, 61, 63, 68], "challeng": 4, "port": [4, 38, 63], "hpc": [4, 18, 63, 70], "becam": 4, "massiv": 4, "25": [4, 8, 12, 13, 23, 37, 38, 39, 43, 52, 63], "present": [4, 11, 13, 43, 46, 61, 64], "compar": [4, 42, 43, 45, 46, 63, 68], "your": [4, 14, 17, 20, 36, 37, 38, 39, 40, 45, 48, 49, 52, 53, 56, 60, 61, 63, 67], "100000": [4, 7, 52], "try": [4, 12, 14, 52, 63], "slightli": [4, 56], "qpp": [4, 8, 9, 11, 12, 16, 35, 37, 39, 43, 52, 57, 60, 63, 68], "python3": [4, 14, 38, 39, 43, 44, 52, 61, 63, 68], "751": 4, "3460": 4, "26it": 4, "42771": 4, "74it": 4, "4064": 4, "6862": 4, "37it": 4, "56871": 4, "92it": 4, "44979": 4, "13it": 4, "128": [4, 8, 57], "19366": 4, "94it": 4, "53773": 4, "54648": 4, "91it": 4, "51941": 4, "85it": 4, "56111": 4, "461": 4, "866833317": 4, "spent": 4, "452308367999706": 4, "oner": 4, "feel": 4, "free": [4, 5, 11, 20, 22, 23, 24, 25, 27, 29, 31, 36, 37, 41, 50, 54, 56, 57, 60, 63], "interrupt": 4, "patienc": 4, "worn": 4, "still": [4, 24, 34, 43, 49, 53, 55, 63, 67], "easili": [4, 11, 43, 45, 46, 56, 61, 63, 67], "27": [4, 13, 43], "7352": 4, "03": [4, 37], "2063": 4, "82it": 4, "16492": 4, "4739": 4, "44it": 4, "256": [4, 8], "15185": 4, "58it": 4, "64": [4, 8, 38, 39, 57, 61, 63], "23728": 4, "05it": 4, "15437": 4, "97it": 4, "50840": 4, "32": [4, 8, 13, 36, 39, 57, 63], "33562": 4, "54120": 4, "54560": 4, "55924": 4, "42717": 4, "29it": 4, "55007": 4, "27it": 4, "53601": 4, "33it": 4, "47127": 4, "01it": 4, "67": 4, "61674502899999": 4, "21": [4, 7, 13, 57], "439895901": 4, "push": [4, 67], "34": [4, 13], "a100": 4, "yourself": [4, 61], "28": [4, 8, 13, 14, 16, 18, 38, 46, 61, 63, 68, 70], "nlopt": [4, 57], "failur": [4, 67], "To": [4, 10, 11, 12, 13, 20, 24, 27, 32, 36, 37, 38, 39, 42, 43, 46, 48, 49, 50, 53, 57, 59, 60, 61, 63, 64, 65, 67, 68], "pool": [4, 37, 52], "finish": [4, 43, 57], "fail": [4, 39, 59, 63, 67], "immedi": [4, 38, 60], "issu": [4, 20, 39, 61, 63, 67], "30": [4, 8, 13, 38, 45, 52], "mgpu": [4, 12, 18, 35, 37, 38, 39, 52, 70], "gpu_count": 4, "smi": [4, 61, 63], "l": [4, 20, 57, 65, 67], "wc": 4, "mpirun": [4, 38, 39, 52], "Not": [4, 24, 37, 63], "hybrid": [5, 17, 56, 64, 68], "involv": [5, 39, 52, 57, 67], "bloch": [5, 14], "ket": [5, 6, 7, 12, 14, 43, 55], "workflow": [5, 8, 17, 20, 47, 57, 61, 64], "intial": 5, "statevector": [5, 12, 52, 55, 68], "bra": [5, 7, 43], "cost_valu": [5, 9], "expectation_valu": [5, 48], "demonstr": [5, 6, 12, 15, 19, 20, 22, 38, 43, 46, 51, 57], "initial_cost_valu": 5, "suit": [5, 56, 63], "alogrithm": 5, "decreas": [5, 45], "x_valu": [5, 9], "y_valu": [5, 9], "epoch": [5, 8, 9, 15, 16], "text": [5, 6, 12, 13], "39": [5, 9, 13, 14, 16], "longrightarrow": 6, "balanc": 6, "regardless": [6, 67], "ouput": 6, "question": 6, "answer": [6, 12], "solv": [6, 7, 11, 12, 42], "treat": [6, 38], "snippet": [6, 37, 38, 48, 57, 63], "box": [6, 10, 67], "don": [6, 12, 18, 20, 37, 70], "access": [6, 12, 18, 20, 25, 36, 37, 46, 50, 51, 52, 55, 60, 70], "elif": 6, "That": [6, 20, 68], "twice": 6, "claim": 6, "evalul": 6, "advantag": [6, 63], "symbol": [6, 61, 67], "OR": [6, 49], "rule": 6, "modulo": 6, "oplus5": 6, "_": [6, 8, 13, 14, 45], "8_": 6, "oplus4": 6, "9_": 6, "quick": [6, 17, 36, 65], "suppos": [6, 64], "yield": [6, 55, 68], "sequenc": [6, 11, 34, 42], "u_f": 6, "align": [6, 12, 57, 67], "remark": 6, "becaus": [6, 34, 39, 45, 49, 61, 63, 68], "overlin": 6, "bar": [6, 11, 12, 13, 14], "denot": [6, 12, 24, 26], "prove": [6, 55], "shall": [6, 7, 55], "tfrac": [6, 55], "summari": 6, "unchang": [6, 10, 57], "simultan": [6, 37], "mechan": [6, 20, 22, 28, 32, 34, 38, 44, 55, 59], "exploit": [6, 39], "abil": [6, 25, 46, 57], "neq": 6, "diagram": [6, 11, 12, 36, 49], "psi_0": 6, "tag": [6, 12, 61, 63], "psi_1": 6, "h_1h_0": 6, "frac": [6, 7, 11, 12, 13], "psi_2": 6, "drop": 6, "further": [6, 27, 34, 41, 43, 57, 60, 68], "psi_": 6, "pm": 6, "fx": 6, "shown": [6, 38, 39], "qubit_0": [6, 11], "quantiti": 7, "u_": 7, "qquad": 7, "x_1x_2": 7, "fact": [7, 12, 34, 67], "dagger": [7, 10, 29, 55], "simpl": [7, 10, 22, 25, 37, 38, 41, 43, 48, 49, 50, 53, 56, 57, 59, 63, 64, 68], "re": [7, 13, 20, 34, 50, 52, 53, 61, 63], "right": [7, 11, 12], "functool": [7, 13], "qubit_num": [7, 9, 16], "num": 7, "psi_stat": 7, "phi_stat": 7, "ham": [7, 9], "ham_matrix": 7, "exp_val": [7, 8, 15, 16, 38, 48], "dot": [7, 11, 13], "conj": 7, "707107": 7, "7071067690849304": 7, "u_psi": 7, "u_phi": 7, "ham_cir": 7, "mean_val": 7, "qc": [7, 36], "85356": 7, "14644": 7, "70712": 7, "0015811092713661505": 7, "mqpu": [7, 35, 39, 43, 48, 52], "qpu_count": [7, 38], "i_result": 7, "63807": 7, "36193": 7, "27614": 7, "0021491238917289066": 7, "49929": 7, "50071": 7, "00142": 7, "0022360657230949183": 7, "50041": 7, "49959": 7, "00082": 7, "0022360672257336093": 7, "50276": 7, "49724": 7, "00552": 7, "0022360339102974265": 7, "my_mat": 7, "dtype": [7, 10, 13, 53], "k": [7, 9, 12, 24, 56], "linalg": [7, 13], "eigh": 7, "eigen": [7, 23, 60], "00551752": 7, "27614248": 7, "00303004": 7, "99999541": 7, "highlight": [8, 18, 70], "pytorch": 8, "maximis": 8, "classif": 8, "mnist": 8, "dataset": 8, "classifi": 8, "hand": [8, 37, 38, 39, 63, 67], "written": [8, 13, 20, 55, 56, 61, 65], "digit": 8, "torch": 8, "torchvis": 8, "autograd": 8, "nn": 8, "sklearn": 8, "model_select": 8, "train_test_split": 8, "manual_se": 8, "22": [8, 13, 14, 43, 57, 61, 63], "44": [8, 13], "prepare_data": 8, "target_digit": 8, "sample_count": [8, 52], "test_siz": 8, "percentag": 8, "remaind": [8, 11], "train": 8, "totensor": 8, "1307": 8, "3081": 8, "download": [8, 14, 61, 63, 68], "filter": 8, "datapoint": 8, "subset_indic": 8, "randperm": 8, "unsqueez": 8, "relabel": 8, "min": [8, 49], "x_train": 8, "x_test": 8, "y_train": 8, "y_test": 8, "shuffl": 8, "random_st": 8, "classification_threshold": 8, "boundari": 8, "accuraci": [8, 39], "parmet": 8, "shift": [8, 37, 63], "magnitud": 8, "visualis": 8, "sample_to_plot": 8, "grid_img": 8, "make_grid": 8, "pad": 8, "imshow": 8, "permut": 8, "quantumfunct": 8, "finit": 8, "theta_v": 8, "excetut": 8, "live": 8, "tolist": 8, "shape": [8, 16, 52], "staticmethod": 8, "quantum_circuit": 8, "backward": [8, 26], "reshap": 8, "save_for_backward": 8, "grad_output": 8, "saved_tensor": 8, "thetas_plu": 8, "exp_vals_plu": 8, "thetas_minu": 8, "exp_vals_minu": 8, "mul": 8, "quantumlay": 8, "adher": [8, 24, 26, 32, 55, 60], "hybrid_qnn": 8, "fc1": 8, "fc2": 8, "dropout": 8, "fc3": 8, "fc4": 8, "fc5": 8, "feed": [8, 11], "view": [8, 25, 63, 69], "relu": 8, "fed": 8, "sigmoid": 8, "accuracy_scor": 8, "y_hat": 8, "hybrid_model": 8, "adadelta": 8, "lr": [8, 57], "001": [8, 12, 13, 63], "weight_decai": 8, "loss_funct": 8, "bceloss": 8, "training_cost": 8, "testing_cost": 8, "training_accuraci": 8, "testing_accuraci": 8, "zero_grad": 8, "y_hat_train": 8, "train_cost": 8, "eval": 8, "no_grad": 8, "y_hat_test": 8, "test_cost": 8, "figsiz": [8, 13], "subplot": [8, 13], "tight_layout": 8, "__version__": [8, 11, 12], "latest": [8, 11, 12, 18, 38, 61, 63, 70], "a726804916fd397408cbf595ce6fe5f33dcd8b4c": [8, 11, 12], "cliqu": 9, "non_edg": 9, "6686": 9, "1453": 9, "num_lay": 9, "expens": 9, "6886": 9, "1091": 9, "0770": 9, "ham_cliqu": 9, "spin_ham": [9, 16], "wt": 9, "zip": [9, 61], "term_coeffici": 9, "term_word": 9, "dc_qaoa": 9, "coef": 9, "pauli_word": [9, 38], "exp_pauli": 9, "iiziiz": 9, "ziizii": 9, "1657": 9, "iziiii": 9, "iziizi": 9, "42735": 9, "iiizii": 9, "2791499999999996": 9, "iiiiii": 9, "iiziii": 9, "iiiiiz": 9, "ziiiii": 9, "iiiizi": 9, "21810696323572243": [9, 11], "20613464375211488": [9, 11], "2546877639814583": [9, 11], "3657985647468064": [9, 11], "37118004688049144": 9, "03656087558321203": 9, "08564174998504231": 9, "21639801853794682": 9, "11122286088634259": 9, "1743727097033635": 9, "36518146001762486": 9, "15829741539542244": 9, "3467434780387345": 9, "28043500852894776": 9, "09986021299050934": 9, "14125225086023052": 9, "19141728018199775": 9, "11970943368650361": 9, "3853063093646483": 9, "1112643868789806": 9, "3527177454825464": 9, "22156160012057186": 9, "1418496891385843": 9, "32811766468303116": 9, "367642000671186": 9, "34158180583996006": 9, "10196745745501312": 9, "29359239180502594": 9, "3858537615546677": 9, "19366130907065582": 9, "24570488114056754": 9, "3332307385378807": 9, "12287973244618389": 9, "007274514934614895": 9, "015799547372526146": 9, "3578070967202224": 9, "39268963055535144": 9, "19872246354138554": 9, "16668715544467982": 9, "13777293592446055": 9, "17514665212709513": 9, "15350249947988204": 9, "32872977428061945": 9, "20068831419712105": 9, "032919322131134854": 9, "19399909325771983": 9, "09477141125241506": 9, "08210460401106645": 9, "21392577760158515": 9, "3393568044538389": 9, "14615087942938465": 9, "03790339186006314": 9, "2843250892879255": 9, "3151384847055956": 9, "19983741137121905": 9, "27348611567665115": 9, "33457528180906904": 9, "14145414847455462": 9, "20604220093940323": 9, "05410235084309195": 9, "04447870918600966": 9, "3355714098595045": 9, "266806440171265": 9, "07436189654442632": 9, "2789176729721685": 9, "2427508182662484": 9, "optimal_expect": [9, 11, 54], "0057970170760537": 9, "0617900450255213": 9, "008832997414504553": 9, "5446745231437978": 9, "9170743966952536": 9, "5684145055308018": 9, "45653992738579674": 9, "48765328828009236": 9, "08690545932812363": 9, "4396413285058074": 9, "18459993158979182": 9, "309747594917737": 9, "2588385005776594": 9, "834255663515425": 9, "674712608431175": 9, "40174553656823186": 9, "1936475123928361": 9, "11292461472367524": 9, "40520422214477836": 9, "5249647407525035": 9, "8276837818165452": 9, "2945660883282474": 9, "8060498989662159": 9, "08051672267342141": 9, "016438756265571293": 9, "5245041151262497": 9, "4087477995498743": 9, "24688680789607903": 9, "1121838066265077": 9, "1445970943333728": 9, "22281558391261153": 9, "29034932090910637": 9, "0492037973620043": 9, "2734013684834806": 9, "5265417924961102": 9, "5099056677967553": 9, "8636684922225737": 9, "6164906874232119": 9, "42851259141848624": 9, "09675272347583658": 9, "05697275350531247": 9, "7102412317670379": 9, "11174687408874051": 9, "32505750242276577": 9, "4397450017834574": 9, "023604090020531092": 9, "072436348972407": 9, "38357054930488194": 9, "13613334013073858": 9, "10505045798768743": 9, "0359359294549595": 9, "24377425227508304": 9, "10609870738840588": 9, "2073332743736556": 9, "07232539343493427": 9, "6190529241716675": 9, "03799182564866846": 9, "17548654124993912": 9, "5257077568577536": 9, "23376653076971432": 9, "3391308272563698": 9, "4193139961661264": 9, "02390444901420668": 9, "2521154835623746": 9, "1843328649807838": 9, "6609672889772077": 9, "2612231428844001": 9, "200000": 9, "mvwcp": 9, "altern": [9, 11, 36, 46, 49, 51, 54, 56, 61, 63, 68], "111000": 9, "character": [10, 13], "coher": [10, 24], "incoher": 10, "aris": 10, "commonli": [10, 61, 63], "systemat": 10, "miscalibr": 10, "epsilon": 10, "entangl": [10, 14, 25, 37, 41, 49, 56], "lead": [10, 11], "mix": [10, 49, 53], "emploi": 10, "formal": 10, "posit": [10, 11, 13, 27, 39], "preserv": 10, "k_i": 10, "satisfi": [10, 14, 32, 49, 61], "sum_": [10, 11, 12, 28, 55], "mathbb": [10, 11, 55], "k_0": 10, "pmatrix": 10, "k_1": 10, "ideal": [10, 37, 49], "noiseless": 10, "ideal_count": 10, "choos": [10, 43, 63], "error_prob": 10, "kraus_0": [10, 53], "complex128": [10, 53], "kraus_1": [10, 53], "bitflip_channel": 10, "0th": 10, "bitflip": [10, 13], "longer": [10, 46, 61], "uniformli": 10, "noisy_count": [10, 53], "850": 10, "88": 10, "56": 10, "noisy_result": [10, 53], "8666666666666666": 10, "farhi": 11, "et": 11, "al": 11, "introduc": [11, 20], "dive": [11, 14, 63], "ll": [11, 12, 50, 56, 57, 60, 64], "maxim": [11, 37, 39, 41, 49, 52], "although": [11, 55], "rel": [11, 39], "easi": [11, 53, 65], "vertic": [11, 14], "hard": 11, "wide": [11, 34, 57, 67], "statist": [11, 20, 23, 43, 55], "among": [11, 38], "furthermor": [11, 18, 70], "wider": [11, 38], "portfolio": 11, "shop": 11, "schedul": [11, 43], "vertex": 11, "subseteq": 11, "interchang": [11, 39], "undirect": 11, "v_0": 11, "v_1": 11, "exactli": 11, "bigcup": 11, "bigcap": 11, "emptyset": 11, "illustr": [11, 20, 36, 38, 47, 49, 50, 53, 54], "disjoint": 11, "grai": 11, "depict": [11, 14], "distinct": [11, 14, 34], "substack": 11, "sometim": 11, "01100": [11, 38], "01011": 11, "v1": [11, 36, 54], "v2": [11, 54], "v0": [11, 54], "v3": [11, 54, 61, 63], "v4": [11, 63], "solut": 11, "10100": 11, "01010": 11, "10101": 11, "edges_src": 11, "edges_tgt": 11, "algortihm": 11, "particular": [11, 14, 18, 36, 63, 67, 70], "hamilitonian": 11, "distinguish": [11, 34], "block": [11, 29, 56], "mixer": [11, 54], "deeper": [11, 14], "layer_count": [11, 54], "qaoaproblem": 11, "alpha": [11, 55], "subcircuit": [11, 42], "kernel_qaoa": [11, 54], "restrict": [11, 38], "plaehold": 11, "And": [11, 34], "place": [11, 38, 41, 43, 45, 53], "compon": [11, 61, 63, 67, 68], "qubitu": 11, "qubitv": 11, "mention": 11, "earlier": [11, 43], "z_v": 11, "vale": 11, "arbirtrari": 11, "formula": 11, "z_uz_v": 11, "minimum": [11, 15, 37], "refram": 11, "promot": [11, 17, 68], "equat": [11, 12], "replac": [11, 36, 37, 56, 57, 59, 61, 63], "reformul": 11, "ii": 11, "hamiltonian_max_cut": 11, "inititi": 11, "param": [11, 23, 24, 27, 37, 52, 54, 56], "comment": [11, 45], "iiziz": 11, "izzii": 11, "iiiii": 11, "zziii": 11, "iiizz": 11, "iizzi": 11, "ziizi": 11, "495973826282007": 11, "51349181993727": 11, "21299416361632417": 11, "3250526425808945": 11, "886630847343767": 11, "outcom": 11, "max_cut": 11, "11111": 11, "11110": 11, "01101": 11, "148": 11, "01110": 11, "47": [11, 13, 14], "01000": 11, "00110": 11, "54": [11, 13], "165": 11, "00101": 11, "154": 11, "00100": 11, "01001": 11, "41": 11, "00000": 11, "00011": 11, "10011": [11, 38], "00010": 11, "01111": 11, "11011": 11, "00111": 11, "11100": 11, "10001": 11, "10010": 11, "144": [11, 13], "10110": 11, "40": [11, 13, 15, 52], "10000": [11, 36, 43, 49, 52], "10111": 11, "11000": 11, "11101": 11, "11001": 11, "11010": 11, "aid": [12, 19], "area": [12, 38], "signal": [12, 25], "compress": 12, "quantiz": 12, "qft": 12, "ingredi": 12, "shor": 12, "exponenti": [12, 13, 28, 52], "faster": [12, 39], "factor": [12, 13], "prime": 12, "plai": 12, "vital": 12, "role": 12, "interest": [12, 15, 16, 48, 50], "idea": 12, "frequenc": 12, "domain": 12, "easier": [12, 20, 57, 60], "analogi": 12, "ixi": 12, "rangl": [12, 13, 20, 68], "summar": [12, 63], "hadamard": [12, 17, 22, 27, 32, 34, 45, 50, 53, 55, 59], "5i": 12, "010": [12, 13], "35": [12, 13, 16], "0i": 12, "25i": 12, "35i": 12, "r_k": 12, "bmatrix": [12, 13, 55], "ciruit": 12, "quantum_fourier_transform": 12, "input_st": [12, 36, 49], "cr1": [12, 23], "zeroth": 12, "decim": 12, "round": [12, 23, 56], "r1": [12, 14, 23, 27, 34], "571": 12, "7854": 12, "25j": 12, "35j": 12, "verifi": [12, 55], "continu": [12, 43, 49, 57], "seri": [12, 36, 49], "henc": [12, 34, 38, 43, 52, 55, 61, 63, 67], "fast": [12, 25, 39, 42], "n2": 12, "why": 12, "life": [12, 37], "li": [12, 57], "One": [12, 20, 34, 38, 39, 44, 48], "invert": 12, "revers": [12, 31], "quantum_fourier_transform2": 12, "attent": 12, "definit": [12, 20, 22, 24, 53, 60], "unitari": [12, 15, 23, 27, 34, 51, 54, 55], "inverse_qft": 12, "verification_exampl": 12, "caus": 13, "imperfect": 13, "properli": [13, 43, 61, 67], "squar": [13, 32, 55], "tell": [13, 55], "independ": [13, 20, 25, 38, 39, 61], "estim": [13, 15, 43], "pseudoinvers": 13, "noisi": [13, 17, 47], "p_": 13, "adjust": [13, 39, 61, 67], "quasi": 13, "combin": [13, 17, 42, 43, 55, 66, 67], "correl": 13, "affect": [13, 39, 53, 60], "impract": 13, "seaborn": 13, "sn": 13, "itertool": 13, "union": 13, "set_styl": 13, "dark": 13, "prob": 13, "principl": 13, "yet": [13, 18, 38, 63, 70], "get_nois": 13, "n_qubit": [13, 23, 54, 56], "isinst": 13, "bit_flip": [13, 53], "help": [13, 14, 44, 63], "state_label": 13, "ghz": [13, 37, 41, 43, 46, 49, 50, 52, 57, 64], "ghz_kernel": 13, "plot_cmat": 13, "mat": 13, "fig": 13, "ax": 13, "im2": 13, "matshow": 13, "cmap": 13, "cm": 13, "vmin": 13, "vmax": 13, "set_ytick": 13, "arang": 13, "set_xtick": 13, "set_yticklabel": 13, "set_xticklabel": 13, "set_titl": 13, "fontsiz": 13, "set_xlabel": 13, "xaxi": 13, "set_label_posit": 13, "set_ylabel": 13, "colorbar": 13, "closest": 13, "min_": 13, "rm": [13, 61, 63], "_1": 13, "find_closest_distribut": 13, "empirical_dist": 13, "empir": 13, "l1": 13, "ord": 13, "con": 13, "ineq": 13, "fun": [13, 16], "eq": [13, 57], "bnd": 13, "initial_valu": 13, "slsqp": 13, "maxit": [13, 15, 16], "get_counts_from_distribut": 13, "drawn": 13, "choic": [13, 39], "return_count": 13, "1024": [13, 46], "join": [13, 45], "noise_1": 13, "ghz_result": 13, "noisy_dict_1": 13, "dict": 13, "noisy_res_1": 13, "352": 13, "43": 13, "367": 13, "011": [13, 23], "61": 13, "110": 13, "low": [13, 27, 52], "noise_2": 13, "noisy_dict_2": 13, "noisy_res_2": 13, "149816047538945": 13, "3802857225639665": 13, "292797576724562": 13, "212": 13, "122": 13, "189": 13, "87": 13, "78": 13, "131": 13, "94": 13, "a_1": 13, "otim": 13, "single_qubit_label": 13, "single_qubit_st": 13, "924": 13, "104": 13, "920": 13, "true_stat": 13, "observed_st": 13, "90234375": 13, "1015625": 13, "09765625": 13, "8984375": 13, "joint": [13, 49], "a_pinv": 13, "pinv": 13, "positive_dist": 13, "ncorrect": [13, 23], "neg": [13, 27, 39], "476": 13, "501": [13, 20], "mitigated_sg": 13, "kind": [13, 43], "bar_label": 13, "assumpt": 13, "special": [13, 24, 29, 57, 65], "a_n": 13, "local_label": 13, "local_st": 13, "388": 13, "235": 13, "174": 13, "79": [13, 37], "58": [13, 14], "23": 13, "38": [13, 61, 63], "370": 13, "60": [13, 63], "107": 13, "224": 13, "162": 13, "marginalized_count": 13, "total_shot": 13, "marginal_ct": 13, "85546875": 13, "15722656": 13, "14453125": 13, "84277344": 13, "6328125": 13, "38476562": 13, "3671875": 13, "61523438": 13, "70800781": 13, "32226562": 13, "29199219": 13, "67773438": 13, "pinv_confusion_matric": 13, "a_joint": 13, "559": 13, "26": [13, 14, 16, 37], "510": [13, 52], "521": 13, "446": 13, "mitigated_k_loc": 13, "accur": 13, "scale": [13, 27, 39, 52, 55], "248": 13, "159": 13, "83": 13, "68": 13, "161": 13, "93": 13, "46": 13, "363": 13, "253": 13, "76": 13, "378": 13, "150": [13, 55], "36": [13, 52, 56], "74": 13, "106": 13, "145": 13, "251": 13, "386": 13, "99": 13, "29": [13, 38], "229": 13, "247": 13, "70": 13, "163": 13, "371": 13, "95": 13, "157": 13, "233": 13, "85": [13, 52], "396": 13, "31": [13, 37, 52], "393": 13, "160": 13, "a_ful": 13, "24": [13, 14, 60, 64], "09734490298929": 13, "714": 13, "211": 13, "152": 13, "49": 13, "63": 13, "422": 13, "683": 13, "302": 13, "mitigated_ful": 13, "cue": 14, "sens": [14, 57], "evolut": [14, 23, 25, 34, 60], "mayb": 14, "dimension": [14, 32], "forc": [14, 15, 38, 67], "2d": 14, "cartesian": 14, "coordin": 14, "3d": 14, "sphere": 14, "showcas": 14, "render": 14, "qutip": 14, "sure": [14, 38, 61, 63, 65, 68], "restart": 14, "jupyt": [14, 63], "notebook": 14, "menu": 14, "vscode": [14, 63], "click": [14, 63], "button": 14, "toolbar": 14, "shell": [14, 61, 63, 68], "misunderstand": 14, "qualifi": 14, "bash": [14, 37, 61, 63, 68], "pipe": [14, 57], "sy": [14, 43, 68], "importerror": 14, "nnew": 14, "gt": 14, "post1": 14, "cp310": 14, "manylinux_2_17_x86_64": 14, "manylinux2014_x86_64": 14, "whl": [14, 61], "mb": 14, "eta": 14, "usr": [14, 57, 61, 63, 67], "lib": [14, 57, 59, 60, 61, 63, 64, 67, 68], "pypars": 14, "cycler": 14, "contourpi": 14, "kiwisolv": 14, "dateutil": 14, "post0": 14, "fonttool": 14, "pillow": 14, "six": 14, "successfulli": [14, 53], "root": [14, 61, 63], "broken": 14, "permiss": [14, 61, 63], "conflict": [14, 61], "behaviour": 14, "recommend": [14, 20, 61, 63, 68], "pypa": 14, "io": [14, 63], "venv": 14, "retri": 14, "subsequ": [14, 20, 25, 28, 30, 61, 63], "cell": 14, "instanti": [14, 20, 25, 31, 32, 37, 38, 54, 67], "add_to_bloch_spher": 14, "rng": 14, "default_rng": [14, 52], "blochspherelist": 14, "anglelist": 14, "sph": 14, "displai": [14, 19], "side": [14, 34, 63], "accordingli": [14, 39, 67], "space": [14, 17, 25, 32, 38, 49], "absolut": [14, 32, 57], "had": 14, "toolbox": 14, "blochspher": 14, "unfortun": 14, "handi": 14, "power": [14, 18, 37, 39, 52, 70], "kernel_to_draw": 14, "14159": 14, "tdg": [14, 27], "142": 14, "documentclass": 14, "usepackag": 14, "quantikz": 14, "lstick": 14, "q_0": 14, "amp": 14, "r_1": 14, "qw": 14, "q_1": 14, "targx": 14, "q_2": 14, "q_3": 14, "editor": 14, "export": [14, 36, 37, 38, 60, 61, 68], "molecular": [15, 17], "preprocess": 15, "h_2": 15, "molecul": [15, 17], "hartre": 15, "fock": 15, "uccsd": 15, "openfermionpyscf": [15, 16], "chain": [15, 34], "hydrogen": [15, 56], "atom": [15, 16, 55, 56], "seper": 15, "along": [15, 20, 36, 37, 39, 43, 67], "fix": [15, 18, 39, 70], "interv": 15, "bond": 15, "interatom": 15, "electrostat": 15, "electron": [15, 16], "proton": 15, "shield": 15, "neutron": 15, "chemic": 15, "minimis": 15, "stabl": [15, 63], "hydrogen_count": 15, "angstrom": 15, "bond_dist": 15, "7474": 15, "geometri": [15, 16], "chemistri": 15, "create_molecular_hamiltonian": 15, "sto": 15, "3g": 15, "electron_count": [15, 16], "n_electron": 15, "n_orbit": 15, "coupl": [15, 25, 39, 49, 63], "cluster": [15, 17, 38, 39], "uccsd_num_paramet": [15, 16], "builtin": [15, 57], "1371744305855906": 15, "popular": [15, 63], "callback": [15, 16], "xk": [15, 16], "x0": [15, 16, 20], "pyscf": 16, "openfermion": 16, "gto": 16, "scf": 16, "mcscf": 16, "cc": [16, 34, 57, 61], "1173": 16, "4691": 16, "7570": 16, "mol": 16, "charg": 16, "631g": 16, "myhf": 16, "rhf": 16, "max_cycl": 16, "nelec": 16, "nelectron": 16, "norb": 16, "mo_coeff": 16, "orbit": 16, "norb_ca": 16, "nele_ca": 16, "mycasci": 16, "casci": 16, "ncore": 16, "occupi": [16, 38], "frozen": 16, "mycc": 16, "e_tot": 16, "converg": 16, "9839755372789": 16, "98508980454675": 16, "e_corr": 16, "001114267267875617": 16, "jordan_wign": 16, "get_fermion_oper": 16, "timeit": [16, 43, 52], "run_pyscf": 16, "moleculardata": 16, "molecular_hamiltonian": 16, "get_molecular_hamiltonian": 16, "occupied_indic": 16, "active_indic": 16, "fermion_hamiltonian": 16, "qubit_hamiltonian": 16, "electron_num": 16, "start_tim": 16, "default_tim": 16, "300": 16, "end_tim": 16, "elaps": 16, "tmp": [16, 61], "ipykernel_23147": 16, "4290935201": 16, "complexwarn": 16, "discard": [16, 20], "98415928173183": 16, "105": 16, "929891359000067": 16, "welcom": [17, 37, 50, 63], "page": [17, 43, 48, 50, 61, 63, 68], "streamlin": [17, 68], "scalabl": [17, 37, 68], "offer": [17, 37, 68], "unifi": [17, 35, 68], "brows": 17, "amd64": [17, 18, 70], "pr": 17, "2053": 17, "releas": [17, 35, 38, 39, 57, 63, 68, 70], "toolchain": [17, 33, 36, 43, 57, 63, 64, 65, 66, 68], "heterogen": [17, 19, 42, 61], "troubleshoot": [17, 40], "introduct": [17, 33, 47, 65, 68], "synthesi": [17, 19, 22, 28, 32, 33, 47, 57], "bernstein": [17, 47, 63], "vazirani": [17, 47, 63], "eigensolv": [17, 47], "cuquantum": [17, 39, 47, 52, 60, 61], "deutsch": 17, "fourier": [17, 23], "qaoa": [17, 54], "neural": 17, "network": [17, 18, 36, 37, 38, 46, 49, 60, 63, 70], "dock": 17, "dc": 17, "readout": 17, "mitig": 17, "water": 17, "divis": 17, "With": [17, 18, 38, 43, 53, 57, 64, 70], "coreset": 17, "cloud": [17, 18, 35, 36, 49, 70], "processor": [17, 18, 20, 25, 35, 43, 63, 67, 68, 70], "center": [17, 62, 63], "integr": [17, 19, 25, 32, 36, 38, 63, 64], "downstream": [17, 60, 64, 66], "cmake": [17, 59, 60, 66], "ir": [17, 22, 44, 58, 59, 60], "repositori": [18, 59, 60, 61, 63, 70], "docker": [18, 61, 68, 70], "nightli": [18, 63, 70], "improv": [18, 39, 52, 63, 70], "eas": [18, 70], "think": [18, 38, 55, 70], "great": [18, 70], "contribut": [18, 63, 70], "thank": [18, 39, 70], "extern": [18, 39, 57, 59, 61, 67, 70], "contributor": [18, 70], "wheel": [18, 38, 39, 61, 70], "signific": [18, 70], "fusion": [18, 39, 70], "cudaq_mgpu_fus": [18, 39, 70], "bug": [18, 70], "greatli": [18, 70], "increas": [18, 39, 43, 52, 63, 68, 70], "frontend": [18, 70], "blog": [18, 70], "setup": [18, 39, 49, 63, 70], "scenario": [18, 51, 63, 70], "ve": [18, 50, 65, 70], "workload": [18, 38, 63, 70], "gnu": [18, 57, 61, 63, 67, 70], "guid": [18, 36, 61, 63, 65, 68, 70], "older": [18, 61, 63, 70], "glibc": [18, 61, 63, 70], "oqc": [18, 35, 70], "iqm": [18, 35, 70], "publish": [18, 63, 70], "experiment": [18, 63, 70], "arm": [18, 61, 63, 68, 70], "aarch64": [18, 68, 70], "pypi": [18, 61, 68, 70], "quantinuum": [18, 35, 70], "ionq": [18, 35, 70], "linux": [18, 57, 61, 63, 70], "concept": [19, 20, 24, 26], "bind": [19, 22, 24, 27, 61], "coprocess": 19, "annot": [19, 24, 41, 50], "aspect": [19, 20, 39, 67], "core": [19, 20, 39, 52, 57], "higher": 19, "namespac": [19, 20, 22, 23, 24, 27, 28, 30, 32, 33, 37, 38, 43, 48, 54, 59, 60, 65, 67], "philosophi": 20, "stand": 20, "alon": 20, "adaptor": 20, "post": [20, 36, 63], "returntyp": 20, "hasvoidreturntyp": 20, "is_void_v": 20, "sample_opt": 20, "bel": 20, "lu": [20, 23, 32, 46, 50, 51], "sequential_data": 20, "implicit": [20, 32, 34], "reg1": 20, "499": 20, "content": [20, 36, 49, 56, 60, 63], "appear": [20, 63], "alwai": [20, 39, 63], "middl": 20, "implicitli": [20, 25, 34], "ancilla": [20, 22], "difficult": 20, "discern": 20, "ones": 20, "silent": 20, "ancillari": [20, 45], "varieti": [20, 43], "enforc": 20, "sample_async_result": 20, "async_sample_result": [20, 38], "langl": 20, "\ud835\udeb9": 20, "observe_opt": 20, "retain": [20, 26], "measurecount": 20, "spinop": 20, "x0x1exp": 20, "x0x1data": 20, "qarrai": [20, 23, 24, 31, 50, 57], "907": [20, 23, 28, 37, 38, 48, 56], "1433": [20, 23, 28, 37, 38, 48, 56], "21829": [20, 23, 28, 37, 38, 48, 56], "lf": [20, 23, 38, 48], "analyt": 20, "async_observe_result": 20, "broader": [20, 38], "often": [20, 34, 61, 63], "extrem": 20, "therebi": [20, 38, 57], "dictat": 20, "safe": 20, "moreov": [20, 25, 38, 42, 60], "providesgradi": 20, "_providesgradi": 20, "someth": [20, 32, 61, 63, 67], "max_ev": [20, 56], "200": 20, "opt_energi": 20, "grad_vec": 20, "\ud835\udeb9_i": 20, "potenti": [20, 43], "variad": 20, "address": [20, 38, 61], "overal": [20, 57, 60], "deuteron_n3_ansatz": 20, "x1": 20, "vctrl": 20, "h3": 20, "625": 20, "913119": 20, "make_tupl": 20, "bfg": 20, "min_val": 20, "permit": 21, "facilit": [22, 63], "privat": [22, 32], "thenfunctor": 22, "predefin": 22, "otherkernelbuild": 22, "kerneltocal": 22, "kerneltocontrol": 22, "kerneltoadjoint": 22, "argsarrai": 22, "decltyp": 22, "tuple_s": 22, "integral_const": 22, "sizeof": [22, 65], "tuple_el": 22, "conditional_t": [22, 32], "factori": 22, "xprep": 22, "qubitin": 22, "hadamardtest": 22, "num_it": 23, "c_str": [23, 67], "phase_estim": 23, "cpp": [23, 36, 37, 38, 39, 43, 46, 48, 49, 50, 51, 53, 56, 57, 59, 60, 61, 63, 64, 65, 67, 68], "qpe": 23, "stdio": [23, 61], "cmath": 23, "iqft": 23, "denom": 23, "1ul": 23, "eigenst": 23, "stateprep": [23, 24], "ncountingqubit": 23, "state_prep": 23, "oracl": [23, 45], "counting_qubit": 23, "state_regist": 23, "put": [23, 32, 53, 55], "r1pigat": 23, "mostprob": 23, "to_integ": 23, "piestim": 23, "tgate": 23, "xgate": [23, 53], "nc": 23, "nq": 23, "countingqubit": 23, "stateregist": 23, "deuteron_n2_ansatz": 23, "param_spac": 23, "linspac": [23, 49], "energy_at_param": 23, "energyatparam": 23, "reflect_about_uniform": 23, "ctrlqubit": 23, "lastqubit": 23, "compute_act": [23, 29], "run_grov": 23, "callablekernel": 23, "n_iter": 23, "target_st": 23, "target_bit_set": 23, "secret": [23, 63], "strtol": 23, "null": [23, 63], "0b1011": 23, "compute_oracl": 23, "reflect": [23, 39], "iterative_qp": 23, "iqp": 23, "cr0": 23, "cr2": 23, "m_pi_4": 23, "differenti": 24, "former": 24, "latter": [24, 57], "my_first_entry_point_kernel": 24, "my_second_entry_point_kernel": 24, "my_first_pure_device_kernel": 24, "bodi": 24, "parent": 24, "stack": 24, "boolexprfromqubitmeasur": 24, "another_qubit": 24, "uncomput": [24, 25], "is_arithmetic_v": 24, "span": [24, 32], "recurs": 24, "mycustomsimplestruct": 24, "recursivevec": 24, "var": [24, 68], "kernelthatreturn": 24, "mysimplestruct": 24, "recursivelist": 24, "fill": [24, 49, 60], "1415926": 24, "kernellambda": 24, "synchron": [24, 38, 49], "mystateprep": 24, "prep": 24, "mygenericalgorithm": 24, "placehold": 24, "mygenericalgorithm2": 24, "callkernel": 24, "anothervers": 24, "constrain": [24, 51], "is_convertible_v": 24, "takes_qubit": [24, 51], "mygenericalgorithmonqarrai": 24, "mygenericalgorithmonqubit": 24, "presum": 25, "graphic": 25, "fpga": 25, "evolv": [25, 55], "concurr": [25, 37], "messag": [25, 37, 61, 63], "inter": [25, 39], "fabric": [25, 56], "drive": 25, "infinit": [25, 32, 43], "hidden": [25, 45], "purpos": [25, 34, 63], "novel": 25, "placement": 25, "copyabl": [25, 32], "flavor": 25, "tightli": 25, "modal": 25, "influenc": 25, "previou": [26, 32, 56, 63], "sfina": 26, "foundat": 27, "operand": [27, 38], "inst_nam": 27, "header": [27, 61, 63, 65, 67], "synthes": [27, 31, 57], "reli": [27, 57, 63, 65, 67], "qubitarg": 27, "qr": [27, 39], "scalarangl": 27, "rotation_nam": 27, "measure_op": 27, "convei": 27, "offici": [27, 61, 63], "p_i": 28, "prod_": 28, "sigma_j": 28, "th": 28, "trotter": 28, "intent": 29, "u_cod": 29, "v_code": 29, "computef": 29, "actionf": 29, "computel": 29, "segment": [29, 68], "effort": 30, "get_platform": [30, 38, 48], "ctrl_qubit": 31, "quantumregist": 31, "x_gate": 31, "toffoli": 31, "ctrl_bit": 31, "rx_and_h_gat": 31, "kerneltestcontrol": 31, "kerneltestadjoint": 31, "aggreg": 31, "qubit0": [31, 39], "qubit1": [31, 39], "kernel_arg": 31, "fundament": [32, 55, 63, 68], "hilbert": 32, "theorem": 32, "movabl": 32, "never": 32, "n_level": 32, "discret": 32, "adl": 32, "deal": 32, "familiar": 32, "inner": [32, 38, 45], "stride": 32, "first_5": 32, "qb": 32, "knowledg": 32, "ahead": 32, "storag": [32, 55], "fivecompiletimequbit": 32, "formul": 34, "short": 34, "particl": 34, "conceptu": 34, "effect": [34, 39, 43, 52, 53, 55, 68], "sai": 34, "embodi": 34, "greater": [34, 37, 39, 55], "behind": 34, "dataflow": 34, "contrast": 34, "consum": [34, 67], "truli": 34, "ssa": 34, "clarifi": 34, "toi": 34, "foo": 34, "boilerpl": [34, 60], "c0": 34, "c1": 34, "extract_ref": [34, 57], "ref": [34, 57], "bunch": 34, "decid": 34, "i1": [34, 57], "imagin": 34, "adjac": [34, 36], "naiv": 34, "awai": 34, "Such": [34, 43], "miss": [34, 39, 61], "Of": 34, "cours": 34, "correctli": [34, 61, 65, 67], "quit": [34, 43], "prone": 34, "analys": 34, "q0_1": 34, "q0_0": 34, "wire": 34, "q0_z": 34, "happen": [34, 63], "elimin": [34, 38], "r0": 34, "qref": 34, "unwrap": 34, "misc": 34, "q0_m": 34, "q0_l": 34, "q1_x": 34, "q0_p": 34, "q0_y": 34, "straightforwardli": 34, "cancel": [34, 53, 63, 68], "mmeori": 34, "comprehens": [35, 36], "orca": 35, "tensornet": [35, 37, 38, 39], "mp": [35, 37, 39], "account": [36, 37, 49, 63], "ionq_api_kei": 36, "ionq_generated_api_kei": 36, "authent": [36, 38, 63], "aria": [36, 49], "login": [36, 63], "emit": [36, 57], "diagnost": 36, "inject": [36, 49, 57, 63], "cortex": 36, "cli": [36, 63], "token": [36, 63], "cach": 36, "iqm_tokens_fil": 36, "mandatori": 36, "match": [36, 61, 63, 67], "coco": [36, 49], "adoni": [36, 49], "iqm_server_url": 36, "demo": 36, "fi": [36, 61], "apollo": 36, "url": [36, 38, 49, 61, 63], "oxford": 36, "ring": 36, "topologi": 36, "luci": 36, "kagom": 36, "lattic": 36, "toshiko": 36, "registr": [36, 59, 60], "contact": [36, 49], "oqc_qcaas_support": [36, 49], "oxfordquantumcircuit": [36, 49], "email": [36, 37], "password": [36, 63], "oqc_url": [36, 49], "oqc_email": [36, 49], "oqc_password": [36, 49], "suppli": 36, "qcaa": 36, "servic": [36, 37, 38, 49, 63], "assembli": 36, "qat": 36, "pt": [36, 49, 63], "boson": [36, 49], "photon": [36, 49, 55], "interf": [36, 49], "beam": [36, 49], "splitter": [36, 49], "detector": [36, 49], "bin": [36, 38, 49, 61, 63], "interferomet": [36, 49], "tbi": [36, 49], "delai": [36, 49], "sent": [36, 38, 49], "orca_access_url": [36, 49], "orca_url": [36, 49], "getenv": [36, 49], "localhost": [36, 38, 49, 63], "bs_angl": [36, 49], "loop_length": [36, 49], "apt": [36, 63], "curl": [36, 61], "jq": 36, "your_alia": 36, "your_password": 36, "qapi": 36, "home": [36, 37, 63], "id_token": 36, "cat": [36, 63], "refresh_token": 36, "refresh": 36, "echo": [36, 37, 61, 63, 67], "quantinuum_config": 36, "cudaq_quantinuum_credenti": 36, "checker": [36, 49], "mere": [36, 61], "h1": [36, 49], "2e": [36, 49], "sc": 36, "1sc": 36, "navig": [36, 63], "tab": [36, 63], "tabl": [36, 37, 38, 60, 63], "world": [37, 42, 50], "visit": [37, 43], "link": [37, 57, 61, 63, 64, 65, 67], "approv": 37, "nvqc_api_kei": 37, "session": [37, 38, 63], "bashrc": [37, 63], "rather": [37, 39, 43, 55, 67], "2024": 37, "438": 37, "3600": 37, "h100": 37, "80gb": 37, "hbm3": 37, "driver": [37, 61, 63], "gb": [37, 39, 52], "clock": 37, "rate": 37, "mhz": 37, "2619": 37, "1980": 37, "1111111111111111111111111": [37, 52], "486": 37, "0000000000000000000000000": [37, 52], "514": 37, "nvqc_intro": 37, "05": 37, "545": 37, "487": 37, "513": 37, "nvqc_sampl": 37, "grow": [37, 60], "beyond": [37, 39, 52, 59], "ngpu": 37, "unabl": [37, 63], "deploy": 37, "dm": 37, "ye": [37, 63], "cutensornet": [37, 39], "contract": [37, 39], "wherebi": [37, 38, 39], "worker": 37, "nqpu": 37, "opt_gradi": 37, "submiss": [37, 44, 49], "energy_futur": 37, "plus_futur": 37, "minus_futur": 37, "optimal_valu": 37, "grad": 37, "paramshift": 37, "74886": 37, "nvqc_vqe": 37, "incom": [37, 51], "attain": 37, "speedup": [37, 52], "On": [37, 38, 39, 46, 50, 63, 68], "busi": 37, "deliv": 37, "substanti": 37, "my": [37, 60, 63], "nvqc_log_level": 37, "disabl": [37, 39, 61], "credenti": [37, 49], "lieu": 37, "api_kei": 37, "nvqc_config": 37, "elucid": 38, "unlik": [38, 43], "opportun": 38, "count_futur": 38, "kerneltobesampl": 38, "runtimeparam": 38, "singleton": [38, 48], "zu": [38, 48], "countfutur": 38, "emplace_back": 38, "four": [38, 48, 55], "gpuemulatedqpu": 38, "37": 38, "33": [38, 63], "cudaq_mqpu_ngpu": 38, "suffici": [38, 61, 63, 68], "mpiexec": [38, 39, 61], "script": [38, 43, 61, 63], "srun": 38, "controls_count": 38, "auto_launch": 38, "isdigit": 38, "nrcontrol": 38, "tidx": 38, "background": 38, "daemon": 38, "qpud": 38, "shut": 38, "manual": [38, 46, 53, 61, 63], "explain": [38, 55], "cudaq_loc": 38, "grep": [38, 61], "qpud_pi": 38, "cuda_visible_devic": [38, 39], "tcp": [38, 63], "ip": 38, "ld_library_path": [38, 61, 68], "launcher": 38, "app": 38, "firewal": 38, "secur": [38, 63], "port1": 38, "port2": 38, "port3": 38, "port4": 38, "per": [38, 39, 52, 56], "open": [38, 49, 57, 61, 63], "resolv": 38, "contigu": 38, "byte": [38, 52, 67], "memcpi": 38, "ixiz": 38, "charact": 38, "incur": 38, "overhead": 38, "0000": 38, "1111": 38, "demand": 38, "veri": [38, 50, 59, 67], "defer": 38, "rtti": 38, "standalon": [38, 60], "chosen": [39, 52, 61], "accommod": 39, "switch": [39, 52], "modif": [39, 43, 50], "invalid": 39, "cudaq_fusion_max_qubit": 39, "cudaq_fusion_diagonal_gate_max_qubit": 39, "diagon": 39, "cudaq_fusion_num_host_thread": 39, "cudaq_max_cpu_memory_gb": 39, "migrat": [39, 61], "unlimit": 39, "cudaq_max_gpu_memory_gb": 39, "exce": 39, "particularli": [39, 42], "cudaq_mgpu_lib_mpi": 39, "share": [39, 60, 63, 67], "libmpi": [39, 63], "cudaq_mgpu_comm_plugin_typ": 39, "openmpi": [39, 61, 63, 68], "mpich": [39, 61], "commplugin": 39, "cudaq_mgpu_nqubits_thresh": 39, "cudaq_mgpu_p2p_device_bit": 39, "gpudirect": 39, "p2p": 39, "cudaq_gpu_fabr": 39, "mnnvl": 39, "nvl": 39, "nvlink": 39, "cudaq_global_index_bit": 39, "comma": 39, "slower": 39, "cudaq_host_device_migration_level": 39, "tune": [39, 56], "fuse": 39, "4x4": 39, "2x2": 39, "bandwidth": 39, "significantli": 39, "suitabl": [39, 61, 63, 67], "despit": [39, 49], "poor": 39, "visibl": [39, 63], "cutensornet_comm_lib": 39, "newli": [39, 63], "libcutensornet_distributed_interface_mpi": 39, "dedic": 39, "dgx": 39, "omp_plac": 39, "omp_num_thread": 39, "number_of_cores_per_nod": 39, "number_of_gpus_per_nod": 39, "wave": 39, "sparsiti": 39, "decomposit": 39, "svd": 39, "singular": [39, 61], "truncat": 39, "tractabl": 39, "footprint": 39, "cudaq_mps_max_bond": 39, "cudaq_mps_abs_cutoff": 39, "cutoff": 39, "largest": 39, "trim": 39, "1e": 39, "cudaq_mps_relative_cutoff": 39, "fraction": 39, "cudaq_mps_svd_algo": 39, "gesvd": 39, "gesvdj": 39, "jacobi": 39, "gesvdp": 39, "gesvdr": 39, "medium": 39, "overridden": [39, 60], "cudaq_default_simul": [39, 46], "debug": [40, 57, 61, 63], "amongst": 41, "subroutin": 42, "closer": [42, 50, 57], "collaps": [43, 55, 60], "roughli": [43, 52, 53, 55], "50": [43, 53, 55, 67], "505": 43, "495": 43, "result_0": 43, "ensembl": 43, "5005": 43, "4995": 43, "result_1": 43, "subtl": 43, "repeatedli": 43, "rebuilt": 43, "most_probable_result": 43, "intens": 43, "respons": 43, "event": [43, 61], "kernel2": 43, "num_gpu": [43, 52], "result_2": 43, "confirm": [43, 49, 53, 61, 63, 68], "determinist": 43, "close": [43, 49], "025": 43, "million": 43, "35x": 43, "code_to_tim": 43, "1000000": 43, "57462": 43, "stmt": 43, "773286": 43, "isol": 43, "atoi": [43, 68], "chrono": 43, "high_resolution_clock": 43, "durat": 43, "took": 43, "8337": 43, "18988": 43, "cudaq_log_level": 44, "prepend": 44, "cudaq_dump_jit_ir": 44, "output_filenam": 44, "highest": 45, "random_bit": 45, "bitset": 45, "randint": 45, "un": 45, "difficulti": 45, "verif": 45, "hidden_bit": 45, "auxillary_qubit": 45, "bernstein_vazirani": [45, 63], "success": [45, 59], "random_bitstr": 45, "vector_of_bit": 45, "hidden_bitstr": 45, "recov": 45, "cuquantum_backend": 46, "hang": [46, 63, 68], "observe_mqpu": 48, "No": [49, 52, 63], "redefin": 49, "flight": 49, "async_count": 49, "txt": [49, 59, 60, 63, 64], "same_fil": 49, "retrieved_async_result": 49, "mimic": 49, "dashboard": 49, "fstream": 49, "meantim": [49, 63], "ofstream": 49, "savem": 49, "readin": 49, "ifstream": 49, "proceed": [49, 61], "qb1": 49, "qb2": 49, "qb3": 49, "qb4": 49, "qb5": 49, "adonis_ghz": 49, "transpar": 49, "worri": 49, "schemat": 49, "optic": 49, "reconfigur": 49, "shifter": 49, "enter": [49, 63], "indistinguish": 49, "vacuum": 49, "interfer": [49, 53, 61, 63], "exit": [49, 52, 63], "half": 49, "n_beam_splitt": 49, "ps_angl": 49, "n_sampl": 49, "helper": [49, 56], "linear_spaced_vector": 49, "static_cast": [49, 65], "sum_loop_length": 49, "accumul": 49, "n_loop": 49, "n_mode": 49, "endpoint": 49, "syntax_check": 49, "gotten": 50, "hello": [50, 63], "static_kernel": 50, "x_kernel": 51, "control_vector": 51, "multi_controlled_oper": 51, "ccnot": 51, "applyx": 51, "ccnot_test": 51, "apply_x": 51, "counts2": 51, "seamless": [52, 63], "multithread": 52, "ghz_state": 52, "sample_ghz_st": 52, "cpu_result": 52, "475": 52, "525": [52, 63], "2500x": 52, "gpu_result": 52, "490": 52, "8700": 52, "freeli": [52, 61, 63], "filenam": 52, "qubits_list": 52, "990": 52, "dev": [52, 61, 63], "xi": 52, "2500": 52, "4x": 52, "asyncresult": 52, "conclud": 53, "examin": 53, "scrambl": 53, "bring": 53, "noise_depolar": 53, "noiseless_count": 53, "environment": 53, "amplitude_damp": 53, "keyword": 53, "noiseless_result": 53, "noise_amplitude_damp": 53, "wherein": 53, "undergo": 53, "degre": 53, "noise_bit_flip": 53, "bf": 53, "phase_flip": 53, "presenc": 53, "noise_phase_flip": 53, "pf": 53, "kraus_oper": 53, "nielsen": 53, "chuang": 53, "chapter": 53, "depol": 53, "99498743710662": 53, "05773502691896258": 53, "unset": 53, "good": 53, "avoid": [53, 61, 67, 68], "rectangular": 54, "n_layer": [54, 56], "hp": 54, "random_vector": [54, 56], "mt19937": [54, 56], "default_se": [54, 56], "16lf": [54, 56], "transmiss": 55, "analog": 55, "counterpart": 55, "transistor": 55, "alter": 55, "superconduct": 55, "materi": 55, "ion": 55, "trap": 55, "concern": [55, 61], "ourselv": 55, "obei": 55, "law": 55, "mathemat": 55, "physicist": 55, "theori": 55, "linearli": 55, "logarithm": 55, "dirac": 55, "beta": [55, 57], "correspondingli": [55, 67], "approx": 55, "feasibl": 55, "art": [55, 67], "manipul": 55, "offload": 55, "equiv": 55, "lvert": 55, "rvert": 55, "502": 55, "498": 55, "modulu": 55, "conserv": 55, "uphold": 55, "excit": 55, "probabilist": 55, "infer": 55, "wavefunct": 55, "devis": 55, "phenomena": 55, "predict": 55, "postul": 55, "alpha_": 55, "propos": 56, "simple_vq": 56, "pick": [56, 60, 61], "nminim": 56, "vqe_h2": 56, "builder": [56, 57], "arrang": 56, "so4": 56, "so4_fabr": 56, "block_siz": 56, "counter": 56, "subq": 56, "so4_param": 56, "slice_vector": 56, "odd": 56, "h2_data": 56, "10647701149499994": 56, "0454063328691": 56, "170280101353": 56, "120200490713": 56, "168335986252": 56, "165606823582": 56, "22004130022499996": 56, "174072892497": 56, "17028010135300004": 56, "22004130022499999": 56, "p_counter": 56, "n_blocks_per_lay": 56, "init_param": 56, "max_line_search_tri": 56, "gradient_vector": 56, "adam": 56, "temp": 57, "llvm": [57, 59, 60, 61, 65], "qke": [57, 59], "pipelin": 57, "canonic": 57, "lift": 57, "indirect": 57, "direct": [57, 67], "loader": 57, "expand": 57, "cfg": 57, "cse": 57, "lpsxpu": 57, "p3de4l": 57, "fixup": 57, "linkag": 57, "pl": [57, 61], "llc": [57, 61], "reloc": 57, "pic": 57, "filetyp": 57, "obj": 57, "o2": 57, "clang": [57, 61, 67], "gcc": [57, 61, 63, 67], "x86_64": [57, 61, 63, 68], "lib64": [57, 63, 65], "stub": 57, "wl": [57, 61, 67], "rpath": [57, 67], "llib": 57, "lcudaq": 57, "ensmallen": 57, "em": 57, "lnvqir": 57, "orchestr": 57, "qtx": 57, "mangled_name_map": 57, "__nvqpp__mlirgen__ghz": 57, "_zn3ghzclei": 57, "i32": 57, "entrypoint": 57, "alloca": 57, "memref": 57, "extsi": 57, "c0_i32": 57, "c0_i32_0": 57, "alloca_1": 57, "c1_i32": 57, "subi": 57, "cmpi": 57, "slt": 57, "addi": 57, "unoptim": 57, "mangl": 57, "introspect": 57, "overwrit": 57, "libcudaq": 57, "libnvqir": [57, 60], "robust": 57, "intermedi": 57, "depart": 57, "recal": 57, "datalayout": 57, "p270": 57, "p271": 57, "p272": 57, "f80": 57, "n8": 57, "s128": 57, "unknown": [57, 63], "invokewithcontrolqubit": 57, "__quantum__qis__x__ctl": 57, "__quantum__rt__array_get_size_1d": 57, "__quantum__qis__h": 57, "i8": 57, "__quantum__rt__array_get_element_ptr_1d": 57, "sext": 57, "bitcast": 57, "icmp": 57, "sgt": 57, "br": 57, "ph": 57, "prehead": 57, "_crit_edg": 57, "pred": 57, "trip": 57, "zext": 57, "indvar": 57, "iv": 57, "nuw": 57, "nsw": 57, "nonnul": 57, "exitcond": 57, "ph3": 57, "_crit_edge4": 57, "exitcond5": 57, "mycustomplugin": 59, "cmakelist": [59, 60, 64], "add_llvm_pass_plugin": 59, "operationpass": 59, "quakedialect": 59, "quakeop": 59, "rewrit": 59, "frozenrewritepatternset": 59, "dialectconvers": 59, "replaceh": 59, "oprewritepattern": 59, "hop": 59, "logicalresult": 59, "matchandrewrit": 59, "patternrewrit": 59, "replaceopwithnewop": 59, "sop": 59, "isadj": 59, "getparamet": 59, "getcontrol": 59, "gettarget": 59, "custompassplugin": 59, "passwrapp": 59, "funcop": 59, "mlir_define_explicit_internal_inline_type_id": 59, "stringref": 59, "runonoper": 59, "getoper": 59, "getcontext": 59, "rewritepatternset": 59, "insert": 59, "conversiontarget": 59, "addlegaldialect": 59, "addillegalop": 59, "applypartialconvers": 59, "emitoperror": 59, "signalpassfailur": 59, "cudaq_register_mlir_pass": 59, "add_subdirectori": 59, "circuitsimulatorbas": 60, "lot": 60, "qppcircuitsimul": 60, "custateveccircuitsimul": 60, "openmp": [60, 61, 68], "addqubittost": 60, "addqubitstost": 60, "resetqubit": 60, "qubitidx": 60, "resetqubitstateimpl": 60, "applyg": 60, "gateapplicationtask": 60, "measurequbit": 60, "floattyp": 60, "mysimul": 60, "nvqir_register_simul": 60, "mysimulatorclassnam": 60, "dylib": 60, "nvqir_simulation_backend": 60, "cuda_quantum_path": [60, 61, 63, 64], "find_packag": [60, 64], "nvqir_add_backend": 60, "folder": [60, 61, 63, 64], "cmake_minimum_requir": [60, 64], "fatal_error": [60, 64], "democreatenvqirbackend": 60, "cxx": [60, 61, 64, 68], "measuredbit": 60, "cuda_quantum": [60, 61], "cd": [60, 61, 63, 64], "ninja": [60, 64], "dnvqir_dir": 60, "softwar": [61, 63], "rootless": 61, "admin": [61, 63], "meet": 61, "carefulli": 61, "almost": 61, "though": 61, "piec": 61, "requisit": 61, "almalinux": 61, "manylinux_2_28": 61, "cento": [61, 63], "debian": [61, 63], "fedora": [61, 63], "opensus": [61, 63], "sled": [61, 63], "sle": [61, 63], "rhel": [61, 63], "rocki": [61, 63], "ubuntu": [61, 63], "04": [61, 63], "newer": [61, 63, 68], "x86": [61, 63], "arm64": [61, 63, 68], "v8": [61, 63], "volta": [61, 63], "ture": [61, 63], "amper": [61, 63], "ada": [61, 63], "hopper": [61, 63], "470": [61, 63], "57": [61, 63], "02": [61, 63], "strongli": 61, "git": 61, "unzip": 61, "web": [61, 63], "cudaq_install_prefix": 61, "cuquantum_install_prefix": 61, "cutensor_install_prefix": 61, "cutensor": 61, "llvm_install_prefix": 61, "blas_install_prefix": 61, "bla": 61, "zlib_install_prefix": 61, "zlib": 61, "openssl_install_prefix": 61, "openssl": 61, "curl_install_prefix": 61, "protocol": 61, "deviat": 61, "toolkit": [61, 63, 65, 68], "onlin": [61, 63], "cuda_vers": [61, 63], "cuda_download_url": [61, 63], "repo": [61, 63], "subfold": [61, 63], "rhel8": [61, 63], "cuda_arch_fold": [61, 63], "dnf": [61, 63], "nobest": [61, 63], "setopt": [61, 63], "install_weak_dep": [61, 63], "tr": [61, 63], "gcc_version": 61, "toolset": [61, 67], "assembl": 61, "enable_script": 61, "gcc_toolchain": 61, "rh": 61, "cudacxx": 61, "nvcc": [61, 63, 65], "cudahostcxx": 61, "omit": 61, "commit": 61, "checkout": 61, "archiv": [61, 63, 67], "subsect": 61, "devel": [61, 63], "suffix": 61, "conda": [61, 68], "auditwheel": 61, "patchelf": 61, "llvm_project": 61, "flang": 61, "lld": 61, "install_prerequisit": [61, 63], "sh": [61, 63, 68], "fc": 61, "histori": 61, "setuptools_scm_pretend_vers": 61, "cudaq_wheel": 61, "manylinux_platform": 61, "linux_": 61, "sed": [61, 63], "manylinux_2_28_": 61, "pwd": [61, 67], "_skbuild": 61, "repair": 61, "plat": 61, "libcubla": [61, 63], "libcublaslt": 61, "libcusolv": [61, 63], "libcutensor": 61, "libcutensornet": 61, "libcustatevec": 61, "libcudart": 61, "libnvtoolsext": 61, "libnvidia": 61, "ml": 61, "wheelhous": 61, "inde": 61, "cudaq_enable_static_link": 61, "cudaq_require_openmp": 61, "cudaq_werror": 61, "cudaq_python_support": 61, "build_cudaq": 61, "primarili": 61, "linker": [61, 67], "makeself": 61, "cuda_quantum_asset": 61, "mv": 61, "ld": 61, "build_config": 61, "xml": 61, "gzip": [61, 63], "sha256": 61, "install_cuda_quantum": [61, 63, 68], "unam": [61, 63, 68], "migrate_asset": 61, "search": [61, 63], "libc6": [61, 63], "sudo": [61, 63, 68], "set_env": [61, 63], "asset": [61, 63, 68], "highli": [61, 63], "profil": [61, 63, 68], "Their": 61, "did": [61, 63], "prefer": [61, 63], "version_suffix": [61, 63], "nvtx": [61, 63], "cudart": [61, 63], "awar": 61, "autoconf": 61, "libtool": 61, "flex": 61, "openmpi_vers": 61, "openmpi_download_url": 61, "ompi": 61, "tar": [61, 63], "gz": [61, 63], "xf": 61, "strip": 61, "rf": [61, 63], "autogen": 61, "ldflag": 61, "prefix": [61, 63], "getpwuid": 61, "mem": 61, "memcheck": 61, "verb": 61, "nproc": 61, "mpic": 61, "mpi_cuda_check": 61, "__has_includ": 61, "ext": 61, "endif": 61, "mpi_init": 61, "exit_cod": 61, "mpix_query_cuda_support": 61, "mpi_fin": 61, "mca": 61, "plm_rsh_agent": 61, "ssh": 61, "agent": 61, "rsh": 61, "unless": [61, 63], "slurm": 61, "mpi_path": [61, 63, 68], "distributed_interfac": [61, 63, 68], "activate_custom_mpi": [61, 63, 68], "guidanc": 63, "bundl": 63, "deploi": 63, "unsur": 63, "engin": 63, "desktop": 63, "administr": 63, "ngc": 63, "whenev": 63, "pull": 63, "nvcr": 63, "prototyp": 63, "tri": 63, "readm": 63, "appreci": 63, "insuffici": 63, "hover": 63, "rsa": 63, "id_rsa": 63, "pub": 63, "itd": 63, "2222": 63, "exec": 63, "openssh": 63, "usepam": 63, "sshd_config": 63, "cp": 63, "authorized_kei": 63, "sbin": 63, "sshd": 63, "stricthostkeycheck": 63, "userknownhostsfil": 63, "globalknownhostsfil": 63, "relocat": 63, "wsl": 63, "prerequisit": 63, "sylab": 63, "ce": 63, "xzf": 63, "mconfig": 63, "suid": 63, "builddir": 63, "bootstrap": 63, "runscript": 63, "mount": 63, "devpt": 63, "fakeroot": 63, "sif": 63, "writabl": 63, "nv": 63, "conf": 63, "ldd": [63, 67], "privileg": 63, "revis": 63, "upvot": 63, "posix": 63, "browser": 63, "palett": 63, "attach": 63, "window": 63, "reload": 63, "microsoft": 63, "sandbox": 63, "portmap": 63, "sshd_output": 63, "listen": 63, "1025": 63, "65535": 63, "ui": 63, "encrypt": 63, "pop": [63, 67], "ask": 63, "aren": 63, "icon": 63, "sidebar": 63, "prompt": 63, "workspac": 63, "edit": 63, "remotecommand": 63, "requesttti": 63, "hostnam": 63, "enableremotecommand": 63, "uselocalserv": 63, "remoteserverlistenonsocket": 63, "connecttimeout": 63, "serverinstallpath": 63, "sign": 63, "upgrad": 63, "ac": 63, "ace_nam": 63, "instance_nam": 63, "commandlin": 63, "job_id": 63, "600": 63, "8888": 63, "lab": 63, "portal": 63, "minut": 63, "404": 63, "patient": 63, "happi": 63, "cuda11x": 63, "ship": 63, "vendor": 63, "prebuilt": 63, "guarante": 63, "libcudaq_distributed_interface_mpi": 63, "cudaq_mpi_comm_lib": 63, "uninstal": 63, "dsize": 63, "fairli": 63, "succe": 63, "proce": [63, 68], "sort": 64, "imper": 64, "mycudaqapp": 64, "add_execut": 64, "ghz_ex": 64, "dcudaq_dir": 64, "cu": 65, "my_proj": 65, "conform": 65, "my_proj_quantum": 65, "libc": 65, "cudadatatyp": [65, 67], "cudasetfirstnel": 65, "sv": 65, "__restrict__": 65, "sv2": 65, "int64_t": 65, "blockidx": 65, "blockdim": 65, "threadidx": 65, "setfirstnel": 65, "uint32_t": [65, 67], "n_block": [65, 67], "int32_t": [65, 67], "threads_per_block": [65, 67], "newdevicestatevector": 65, "devicestatevector": [65, 67], "previousstatedimens": 65, "reinterpret_cast": [65, 67], "cufloatcomplex": [65, 67], "cudoublecomplex": [65, 67], "cucomplex": 65, "cuda_runtim": 65, "device_launch_paramet": 65, "my_kernel": 65, "cudamalloc": 65, "xcompil": 65, "fpic": [65, 67], "cuda_hom": 65, "lcudart": 65, "my_execut": 65, "outlin": 67, "hood": 67, "quantum_kernel": 67, "sstream": 67, "chanc": 67, "bell_distribut": 67, "stringbuf": 67, "ptr": 67, "strcpy": 67, "libstdc": 67, "libquantum_kernel": 67, "bell_dist": 67, "endl": 67, "lquantum_kernel": 67, "abi": 67, "incompat": 67, "watch": 67, "surround": 67, "wherea": 67, "third_party_librari": 67, "libexternal_librari": 67, "my_cod": 67, "bstatic": 67, "lexternal_librari": 67, "bdynam": 67, "undefin": 67, "crut": 67, "libexternal_library_complet": 67, "naddlib": 67, "nsave": 67, "nend": 67, "lexternal_library_complet": 67, "shim": 67, "pragma": 67, "is_integr": 67, "initializedevicestatevector": 67, "statedimens": 67, "cudainitializedevicestatevector": 67, "cumbersom": 67, "necessarili": 67, "recogn": 67, "catch": 67, "forg": 68, "env": 68, "conda_prefix": 68, "ompi_mca_opal_cuda_support": 68, "ompi_mca_btl": 68, "openib": 68, "fault": 68, "bash_profil": 68, "bash_login": 68, "intel": 68, "amd": 68, "averag": 68}, "objects": {"": [[2, 0, 1, "_CPPv45cudaq", "cudaq"], [2, 1, 1, "_CPPv4N5cudaq20BaseNvcfSimulatorQPUE", "cudaq::BaseNvcfSimulatorQPU"], [2, 1, 1, "_CPPv4N5cudaq17BaseRemoteRESTQPUE", "cudaq::BaseRemoteRESTQPU"], [2, 1, 1, "_CPPv4N5cudaq22BaseRemoteSimulatorQPUE", "cudaq::BaseRemoteSimulatorQPU"], [2, 1, 1, "_CPPv4I0EN5cudaq9CusvStateE", "cudaq::CusvState"], [2, 2, 1, "_CPPv4I0EN5cudaq9CusvStateE", "cudaq::CusvState::ScalarType"], [2, 1, 1, "_CPPv4N5cudaq16ExecutionContextE", "cudaq::ExecutionContext"], [2, 3, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringE", "cudaq::ExecutionContext::ExecutionContext"], [2, 3, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringENSt6size_tE", "cudaq::ExecutionContext::ExecutionContext"], [2, 4, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringE", "cudaq::ExecutionContext::ExecutionContext::n"], [2, 4, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringENSt6size_tE", "cudaq::ExecutionContext::ExecutionContext::n"], [2, 4, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringENSt6size_tE", "cudaq::ExecutionContext::ExecutionContext::shots_"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext13amplitudeMapsE", "cudaq::ExecutionContext::amplitudeMaps"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext9asyncExecE", "cudaq::ExecutionContext::asyncExec"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext14batchIterationE", "cudaq::ExecutionContext::batchIteration"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext16canHandleObserveE", "cudaq::ExecutionContext::canHandleObserve"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext16expectationValueE", "cudaq::ExecutionContext::expectationValue"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext12futureResultE", "cudaq::ExecutionContext::futureResult"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext31hasConditionalsOnMeasureResultsE", "cudaq::ExecutionContext::hasConditionalsOnMeasureResults"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext22invocationResultBufferE", "cudaq::ExecutionContext::invocationResultBuffer"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext10kernelNameE", "cudaq::ExecutionContext::kernelName"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext11kernelTraceE", "cudaq::ExecutionContext::kernelTrace"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext4nameE", "cudaq::ExecutionContext::name"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext10noiseModelE", "cudaq::ExecutionContext::noiseModel"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext9optResultE", "cudaq::ExecutionContext::optResult"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext20overlapComputeStatesE", "cudaq::ExecutionContext::overlapComputeStates"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext13overlapResultE", "cudaq::ExecutionContext::overlapResult"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext13registerNamesE", "cudaq::ExecutionContext::registerNames"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext10reorderIdxE", "cudaq::ExecutionContext::reorderIdx"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext6resultE", "cudaq::ExecutionContext::result"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext5shotsE", "cudaq::ExecutionContext::shots"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext15simulationStateE", "cudaq::ExecutionContext::simulationState"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext4spinE", "cudaq::ExecutionContext::spin"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext15totalIterationsE", "cudaq::ExecutionContext::totalIterations"], [2, 1, 1, "_CPPv4N5cudaq15ExecutionResultE", "cudaq::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionary", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryNSt6stringE", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryd", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultENSt6stringE", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultERK15ExecutionResult", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEd", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEv", "cudaq::ExecutionResult::ExecutionResult"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionary", "cudaq::ExecutionResult::ExecutionResult::c"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryNSt6stringE", "cudaq::ExecutionResult::ExecutionResult::c"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryd", "cudaq::ExecutionResult::ExecutionResult::c"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryd", "cudaq::ExecutionResult::ExecutionResult::e"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEd", "cudaq::ExecutionResult::ExecutionResult::expVal"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryNSt6stringE", "cudaq::ExecutionResult::ExecutionResult::name"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultENSt6stringE", "cudaq::ExecutionResult::ExecutionResult::name"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultERK15ExecutionResult", "cudaq::ExecutionResult::ExecutionResult::other"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult12appendResultENSt6stringENSt6size_tE", "cudaq::ExecutionResult::appendResult"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult12appendResultENSt6stringENSt6size_tE", "cudaq::ExecutionResult::appendResult::bitString"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult12appendResultENSt6stringENSt6size_tE", "cudaq::ExecutionResult::appendResult::count"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::ExecutionResult::deserialize"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::ExecutionResult::deserialize::data"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResultaSERK15ExecutionResult", "cudaq::ExecutionResult::operator="], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResultaSERK15ExecutionResult", "cudaq::ExecutionResult::operator=::other"], [2, 3, 1, "_CPPv4NK5cudaq15ExecutionResulteqERK15ExecutionResult", "cudaq::ExecutionResult::operator=="], [2, 4, 1, "_CPPv4NK5cudaq15ExecutionResulteqERK15ExecutionResult", "cudaq::ExecutionResult::operator==::result"], [2, 5, 1, "_CPPv4N5cudaq15ExecutionResult12registerNameE", "cudaq::ExecutionResult::registerName"], [2, 5, 1, "_CPPv4N5cudaq15ExecutionResult14sequentialDataE", "cudaq::ExecutionResult::sequentialData"], [2, 3, 1, "_CPPv4NK5cudaq15ExecutionResult9serializeEv", "cudaq::ExecutionResult::serialize"], [2, 0, 1, "_CPPv4N5cudaq19KernelExecutionTaskE", "cudaq::KernelExecutionTask"], [2, 1, 1, "_CPPv4N5cudaq3QPUE", "cudaq::QPU"], [2, 3, 1, "_CPPv4N5cudaq3QPU3QPUENSt6size_tE", "cudaq::QPU::QPU"], [2, 3, 1, "_CPPv4N5cudaq3QPU3QPUERR3QPU", "cudaq::QPU::QPU"], [2, 3, 1, "_CPPv4N5cudaq3QPU3QPUEv", "cudaq::QPU::QPU"], [2, 4, 1, "_CPPv4N5cudaq3QPU3QPUENSt6size_tE", "cudaq::QPU::QPU::_qpuId"], [2, 3, 1, "_CPPv4N5cudaq3QPU7enqueueER11QuantumTask", "cudaq::QPU::enqueue"], [2, 4, 1, "_CPPv4N5cudaq3QPU7enqueueER11QuantumTask", "cudaq::QPU::enqueue::task"], [2, 3, 1, "_CPPv4N5cudaq3QPU15getConnectivityEv", "cudaq::QPU::getConnectivity"], [2, 3, 1, "_CPPv4NK5cudaq3QPU20getExecutionThreadIdEv", "cudaq::QPU::getExecutionThreadId"], [2, 3, 1, "_CPPv4N5cudaq3QPU12getNumQubitsEv", "cudaq::QPU::getNumQubits"], [2, 3, 1, "_CPPv4NK5cudaq3QPU21getRemoteCapabilitiesEv", "cudaq::QPU::getRemoteCapabilities"], [2, 3, 1, "_CPPv4N5cudaq3QPU10isEmulatedEv", "cudaq::QPU::isEmulated"], [2, 3, 1, "_CPPv4N5cudaq3QPU11isSimulatorEv", "cudaq::QPU::isSimulator"], [2, 3, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE", "cudaq::QPU::launchKernel"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE", "cudaq::QPU::launchKernel::args"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE", "cudaq::QPU::launchKernel::kernelFunc"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE", "cudaq::QPU::launchKernel::name"], [2, 3, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution"], [2, 4, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution::name"], [2, 4, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution::serializeCodeExecutionObject"], [2, 3, 1, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE", "cudaq::QPU::onRandomSeedSet"], [2, 4, 1, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE", "cudaq::QPU::onRandomSeedSet::seed"], [2, 3, 1, "_CPPv4N5cudaq3QPU21resetExecutionContextEv", "cudaq::QPU::resetExecutionContext"], [2, 3, 1, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext", "cudaq::QPU::setExecutionContext"], [2, 4, 1, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext", "cudaq::QPU::setExecutionContext::context"], [2, 3, 1, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE", "cudaq::QPU::setId"], [2, 4, 1, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE", "cudaq::QPU::setId::_qpuId"], [2, 3, 1, "_CPPv4N5cudaq3QPU8setShotsEi", "cudaq::QPU::setShots"], [2, 4, 1, "_CPPv4N5cudaq3QPU8setShotsEi", "cudaq::QPU::setShots::_nShots"], [2, 3, 1, "_CPPv4N5cudaq3QPU27supportsConditionalFeedbackEv", "cudaq::QPU::supportsConditionalFeedback"], [2, 3, 1, "_CPPv4N5cudaq3QPUD0Ev", "cudaq::QPU::~QPU"], [2, 1, 1, "_CPPv4N5cudaq10QuakeValueE", "cudaq::QuakeValue"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue::builder"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue::builder"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue::v"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue::v"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue22canValidateNumElementsEv", "cudaq::QuakeValue::canValidateNumElements"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue12constantSizeEv", "cudaq::QuakeValue::constantSize"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4dumpERNSt7ostreamE", "cudaq::QuakeValue::dump"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4dumpEv", "cudaq::QuakeValue::dump"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue19getRequiredElementsEv", "cudaq::QuakeValue::getRequiredElements"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValue8getValueEv", "cudaq::QuakeValue::getValue"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValue7inverseEv", "cudaq::QuakeValue::inverse"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue8isStdVecEv", "cudaq::QuakeValue::isStdVec"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue", "cudaq::QuakeValue::operator*"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemlEKd", "cudaq::QuakeValue::operator*"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue", "cudaq::QuakeValue::operator*::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue", "cudaq::QuakeValue::operator+"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplEKd", "cudaq::QuakeValue::operator+"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplEKi", "cudaq::QuakeValue::operator+"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue", "cudaq::QuakeValue::operator+::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiEKd", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiEKi", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValuemiEv", "cudaq::QuakeValue::operator-"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue", "cudaq::QuakeValue::operator-::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue", "cudaq::QuakeValue::operator/"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuedvEKd", "cudaq::QuakeValue::operator/"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue", "cudaq::QuakeValue::operator/::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE", "cudaq::QuakeValue::operator[]"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue", "cudaq::QuakeValue::operator[]"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE", "cudaq::QuakeValue::operator[]::idx"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue", "cudaq::QuakeValue::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4sizeEv", "cudaq::QuakeValue::size"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice::count"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice::startIdx"], [2, 0, 1, "_CPPv4N5cudaq11QuantumTaskE", "cudaq::QuantumTask"], [2, 0, 1, "_CPPv4N5cudaq17QubitConnectivityE", "cudaq::QubitConnectivity"], [2, 0, 1, "_CPPv4N5cudaq9QubitEdgeE", "cudaq::QubitEdge"], [2, 1, 1, "_CPPv4N5cudaq18RemoteCapabilitiesE", "cudaq::RemoteCapabilities"], [2, 3, 1, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb", "cudaq::RemoteCapabilities::RemoteCapabilities"], [2, 4, 1, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb", "cudaq::RemoteCapabilities::RemoteCapabilities::initValue"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities18serializedCodeExecE", "cudaq::RemoteCapabilities::serializedCodeExec"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities12stateOverlapE", "cudaq::RemoteCapabilities::stateOverlap"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities3vqeE", "cudaq::RemoteCapabilities::vqe"], [2, 1, 1, "_CPPv4N5cudaq21RemoteSimulationStateE", "cudaq::RemoteSimulationState"], [2, 1, 1, "_CPPv4N5cudaq9ResourcesE", "cudaq::Resources"], [2, 1, 1, "_CPPv4N5cudaq30SerializedCodeExecutionContextE", "cudaq::SerializedCodeExecutionContext"], [2, 1, 1, "_CPPv4N5cudaq15SimulationStateE", "cudaq::SimulationState"], [2, 1, 1, "_CPPv4N5cudaq15SimulationState6TensorE", "cudaq::SimulationState::Tensor"], [2, 6, 1, "_CPPv4N5cudaq15SimulationState9precisionE", "cudaq::SimulationState::precision"], [2, 7, 1, "_CPPv4N5cudaq15SimulationState9precision4fp32E", "cudaq::SimulationState::precision::fp32"], [2, 7, 1, "_CPPv4N5cudaq15SimulationState9precision4fp64E", "cudaq::SimulationState::precision::fp64"], [2, 0, 1, "_CPPv4N5cudaq15TensorStateDataE", "cudaq::TensorStateData"], [2, 1, 1, "_CPPv4N5cudaq5TraceE", "cudaq::Trace"], [2, 1, 1, "_CPPv4N5cudaq25amplitude_damping_channelE", "cudaq::amplitude_damping_channel"], [2, 1, 1, "_CPPv4I0EN5cudaq12async_resultE", "cudaq::async_result"], [2, 2, 1, "_CPPv4I0EN5cudaq12async_resultE", "cudaq::async_result::T"], [2, 3, 1, "_CPPv4N5cudaq12async_result3getEv", "cudaq::async_result::get"], [2, 1, 1, "_CPPv4N5cudaq16bit_flip_channelE", "cudaq::bit_flip_channel"], [2, 0, 1, "_CPPv4N5cudaq7complexE", "cudaq::complex"], [2, 1, 1, "_CPPv4N5cudaq14complex_matrixE", "cudaq::complex_matrix"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix4colsEv", "cudaq::complex_matrix::cols"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::cols"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::cols"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::rawData"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::rows"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::rows"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix4dataEv", "cudaq::complex_matrix::data"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix4dumpERNSt7ostreamE", "cudaq::complex_matrix::dump"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix4dumpEv", "cudaq::complex_matrix::dump"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix4dumpERNSt7ostreamE", "cudaq::complex_matrix::dump::os"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix11eigenvaluesEv", "cudaq::complex_matrix::eigenvalues"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix12eigenvectorsEv", "cudaq::complex_matrix::eigenvectors"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix18minimal_eigenvalueEv", "cudaq::complex_matrix::minimal_eigenvalue"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrixclENSt6size_tENSt6size_tE", "cudaq::complex_matrix::operator()"], [2, 4, 1, "_CPPv4NK5cudaq14complex_matrixclENSt6size_tENSt6size_tE", "cudaq::complex_matrix::operator()::i"], [2, 4, 1, "_CPPv4NK5cudaq14complex_matrixclENSt6size_tENSt6size_tE", "cudaq::complex_matrix::operator()::j"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrixmlER14complex_matrix", "cudaq::complex_matrix::operator*"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrixmlERNSt6vectorI10value_typeEE", "cudaq::complex_matrix::operator*"], [2, 4, 1, "_CPPv4NK5cudaq14complex_matrixmlER14complex_matrix", "cudaq::complex_matrix::operator*::other"], [2, 4, 1, "_CPPv4NK5cudaq14complex_matrixmlERNSt6vectorI10value_typeEE", "cudaq::complex_matrix::operator*::other"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix4rowsEv", "cudaq::complex_matrix::rows"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix8set_zeroEv", "cudaq::complex_matrix::set_zero"], [2, 0, 1, "_CPPv4N5cudaq14complex_matrix10value_typeE", "cudaq::complex_matrix::value_type"], [2, 1, 1, "_CPPv4N5cudaq22depolarization_channelE", "cudaq::depolarization_channel"], [2, 0, 1, "_CPPv4N5cudaq7detailsE", "cudaq::details"], [2, 1, 1, "_CPPv4N5cudaq7details17KernelBuilderTypeE", "cudaq::details::KernelBuilderType"], [2, 3, 1, "_CPPv4N5cudaq7details17KernelBuilderType17KernelBuilderTypeERRNSt8functionIFN4mlir4TypeEPN4mlir11MLIRContextEEEE", "cudaq::details::KernelBuilderType::KernelBuilderType"], [2, 4, 1, "_CPPv4N5cudaq7details17KernelBuilderType17KernelBuilderTypeERRNSt8functionIFN4mlir4TypeEPN4mlir11MLIRContextEEEE", "cudaq::details::KernelBuilderType::KernelBuilderType::f"], [2, 3, 1, "_CPPv4N5cudaq7details17KernelBuilderType6createEPN4mlir11MLIRContextE", "cudaq::details::KernelBuilderType::create"], [2, 4, 1, "_CPPv4N5cudaq7details17KernelBuilderType6createEPN4mlir11MLIRContextE", "cudaq::details::KernelBuilderType::create::ctx"], [2, 1, 1, "_CPPv4N5cudaq7details6futureE", "cudaq::details::future"], [2, 3, 1, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE", "cudaq::details::future::future"], [2, 3, 1, "_CPPv4N5cudaq7details6future6futureERR6future", "cudaq::details::future::future"], [2, 3, 1, "_CPPv4N5cudaq7details6future6futureEv", "cudaq::details::future::future"], [2, 4, 1, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE", "cudaq::details::future::future::_jobs"], [2, 4, 1, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE", "cudaq::details::future::future::config"], [2, 4, 1, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE", "cudaq::details::future::future::qpuNameIn"], [2, 1, 1, "_CPPv4N5cudaq7details19kernel_builder_baseE", "cudaq::details::kernel_builder_base"], [2, 3, 1, "_CPPv4N5cudaq7details19kernel_builder_baselsERNSt7ostreamERK19kernel_builder_base", "cudaq::details::kernel_builder_base::operator<<"], [2, 4, 1, "_CPPv4N5cudaq7details19kernel_builder_baselsERNSt7ostreamERK19kernel_builder_base", "cudaq::details::kernel_builder_base::operator<<::builder"], [2, 4, 1, "_CPPv4N5cudaq7details19kernel_builder_baselsERNSt7ostreamERK19kernel_builder_base", "cudaq::details::kernel_builder_base::operator<<::stream"], [2, 3, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw::Args"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw::QuantumKernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw::args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw::kernel"], [2, 5, 1, "_CPPv4N5cudaq3dynE", "cudaq::dyn"], [2, 1, 1, "_CPPv4N5cudaq8gradientE", "cudaq::gradient"], [2, 3, 1, "_CPPv4N5cudaq8gradient5cloneEv", "cudaq::gradient::clone"], [2, 3, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradient::compute"], [2, 3, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute::dx"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradient::compute::func"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradient::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute::h"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradient::compute::x"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute::x"], [2, 3, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelT", "cudaq::gradient::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient"], [2, 3, 1, "_CPPv4N5cudaq8gradient8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradient::gradient"], [2, 3, 1, "_CPPv4N5cudaq8gradient8gradientEv", "cudaq::gradient::gradient"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelT", "cudaq::gradient::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient::QuantumKernel"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelT", "cudaq::gradient::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient::kernel"], [2, 4, 1, "_CPPv4N5cudaq8gradient8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradient::gradient::kernel"], [2, 3, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs"], [2, 2, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs::Args"], [2, 2, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs::QuantumKernel"], [2, 4, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs::args"], [2, 4, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs::kernel"], [2, 3, 1, "_CPPv4I0EN5cudaq8gradient9setKernelEvR13QuantumKernel", "cudaq::gradient::setKernel"], [2, 2, 1, "_CPPv4I0EN5cudaq8gradient9setKernelEvR13QuantumKernel", "cudaq::gradient::setKernel::QuantumKernel"], [2, 4, 1, "_CPPv4I0EN5cudaq8gradient9setKernelEvR13QuantumKernel", "cudaq::gradient::setKernel::kernel"], [2, 1, 1, "_CPPv4N5cudaq9gradients18central_differenceE", "cudaq::gradients::central_difference"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference5cloneEv", "cudaq::gradients::central_difference::clone"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::central_difference::compute"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute::dx"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute::exp_h"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::central_difference::compute::func"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::central_difference::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute::h"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::central_difference::compute::x"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute::x"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelT", "cudaq::gradients::central_difference::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::central_difference::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference8gradientEv", "cudaq::gradients::central_difference::gradient"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelT", "cudaq::gradients::central_difference::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::QuantumKernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelT", "cudaq::gradients::central_difference::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::kernel"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::central_difference::gradient::kernel"], [2, 1, 1, "_CPPv4N5cudaq9gradients18forward_differenceE", "cudaq::gradients::forward_difference"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference5cloneEv", "cudaq::gradients::forward_difference::clone"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::forward_difference::compute"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute::dx"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::forward_difference::compute::func"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::forward_difference::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute::h"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::forward_difference::compute::x"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute::x"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelT", "cudaq::gradients::forward_difference::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::forward_difference::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference8gradientEv", "cudaq::gradients::forward_difference::gradient"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelT", "cudaq::gradients::forward_difference::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::QuantumKernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelT", "cudaq::gradients::forward_difference::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::kernel"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::forward_difference::gradient::kernel"], [2, 1, 1, "_CPPv4N5cudaq9gradients15parameter_shiftE", "cudaq::gradients::parameter_shift"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift5cloneEv", "cudaq::gradients::parameter_shift::clone"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::parameter_shift::compute"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute::dx"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute::exp_h"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::parameter_shift::compute::func"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::parameter_shift::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute::h"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::parameter_shift::compute::x"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute::x"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelT", "cudaq::gradients::parameter_shift::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::parameter_shift::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift8gradientEv", "cudaq::gradients::parameter_shift::gradient"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelT", "cudaq::gradients::parameter_shift::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::QuantumKernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelT", "cudaq::gradients::parameter_shift::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::kernel"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::parameter_shift::gradient::kernel"], [2, 1, 1, "_CPPv4IDpEN5cudaq14kernel_builderE", "cudaq::kernel_builder"], [2, 2, 1, "_CPPv4IDpEN5cudaq14kernel_builderE", "cudaq::kernel_builder::Args"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder11constantValEd", "cudaq::kernel_builder::constantVal"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder11constantValEd", "cudaq::kernel_builder::constantVal::val"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder12getArgumentsEv", "cudaq::kernel_builder::getArguments"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder12getNumParamsEv", "cudaq::kernel_builder::getNumParams"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder11isArgStdVecENSt6size_tE", "cudaq::kernel_builder::isArgStdVec"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder11isArgStdVecENSt6size_tE", "cudaq::kernel_builder::isArgStdVec::idx"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder14kernel_builderERNSt6vectorIN7details17KernelBuilderTypeEEE", "cudaq::kernel_builder::kernel_builder"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder14kernel_builderERNSt6vectorIN7details17KernelBuilderTypeEEE", "cudaq::kernel_builder::kernel_builder::types"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder4nameEv", "cudaq::kernel_builder::name"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder6qallocE10QuakeValue", "cudaq::kernel_builder::qalloc"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder6qallocEKNSt6size_tE", "cudaq::kernel_builder::qalloc"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder6qallocERNSt6vectorINSt7complexIdEEEE", "cudaq::kernel_builder::qalloc"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder6qallocEv", "cudaq::kernel_builder::qalloc"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder6qallocEKNSt6size_tE", "cudaq::kernel_builder::qalloc::nQubits"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder6qallocE10QuakeValue", "cudaq::kernel_builder::qalloc::size"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder6qallocERNSt6vectorINSt7complexIdEEEE", "cudaq::kernel_builder::qalloc::state"], [2, 3, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap"], [2, 3, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder4swapERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::control"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::controls"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::first"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::first"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder4swapERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::first"], [2, 2, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::mod"], [2, 2, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::mod"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::second"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::second"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder4swapERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::second"], [2, 1, 1, "_CPPv4N5cudaq13kraus_channelE", "cudaq::kraus_channel"], [2, 3, 1, "_CPPv4NK5cudaq13kraus_channel5emptyEv", "cudaq::kraus_channel::empty"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel7get_opsEv", "cudaq::kraus_channel::get_ops"], [2, 3, 1, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE", "cudaq::kraus_channel::kraus_channel"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERK13kraus_channel", "cudaq::kraus_channel::kraus_channel"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERRNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelEv", "cudaq::kraus_channel::kraus_channel"], [2, 2, 1, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE", "cudaq::kraus_channel::kraus_channel::T"], [2, 4, 1, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE", "cudaq::kraus_channel::kraus_channel::inputLists"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel::ops"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERRNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel::ops"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERK13kraus_channel", "cudaq::kraus_channel::kraus_channel::other"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channelaSERK13kraus_channel", "cudaq::kraus_channel::operator="], [2, 4, 1, "_CPPv4N5cudaq13kraus_channelaSERK13kraus_channel", "cudaq::kraus_channel::operator=::other"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channelixEKNSt6size_tE", "cudaq::kraus_channel::operator[]"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channelixEKNSt6size_tE", "cudaq::kraus_channel::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op", "cudaq::kraus_channel::push_back"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op", "cudaq::kraus_channel::push_back::op"], [2, 3, 1, "_CPPv4NK5cudaq13kraus_channel4sizeEv", "cudaq::kraus_channel::size"], [2, 1, 1, "_CPPv4N5cudaq8kraus_opE", "cudaq::kraus_op"], [2, 3, 1, "_CPPv4NK5cudaq8kraus_op7adjointEv", "cudaq::kraus_op::adjoint"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op4dataE", "cudaq::kraus_op::data"], [2, 3, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op"], [2, 3, 1, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE", "cudaq::kraus_op::kraus_op"], [2, 3, 1, "_CPPv4N5cudaq8kraus_op8kraus_opERK8kraus_op", "cudaq::kraus_op::kraus_op"], [2, 2, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op::T"], [2, 4, 1, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE", "cudaq::kraus_op::kraus_op::d"], [2, 4, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op::initList"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op5nColsE", "cudaq::kraus_op::nCols"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op5nRowsE", "cudaq::kraus_op::nRows"], [2, 3, 1, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op", "cudaq::kraus_op::operator="], [2, 4, 1, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op", "cudaq::kraus_op::operator=::other"], [2, 0, 1, "_CPPv4N5cudaq3mpiE", "cudaq::mpi"], [2, 3, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather"], [2, 3, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather::global"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather::global"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather::local"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather::local"], [2, 3, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce"], [2, 3, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::BinaryFunction"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce::Func"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::T"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce::T"], [2, 4, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::function"], [2, 4, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::localValue"], [2, 3, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast"], [2, 3, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast::data"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast::data"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast::rootRank"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast::rootRank"], [2, 3, 1, "_CPPv4N5cudaq3mpi8finalizeEv", "cudaq::mpi::finalize"], [2, 3, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize"], [2, 3, 1, "_CPPv4N5cudaq3mpi10initializeEv", "cudaq::mpi::initialize"], [2, 4, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize::argc"], [2, 4, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize::argv"], [2, 3, 1, "_CPPv4N5cudaq3mpi14is_initializedEv", "cudaq::mpi::is_initialized"], [2, 3, 1, "_CPPv4N5cudaq3mpi9num_ranksEv", "cudaq::mpi::num_ranks"], [2, 3, 1, "_CPPv4N5cudaq3mpi4rankEv", "cudaq::mpi::rank"], [2, 1, 1, "_CPPv4N5cudaq11noise_modelE", "cudaq::noise_model"], [2, 3, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel"], [2, 2, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::QuantumOp"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::channel"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::channel"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::quantumOp"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::qubits"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::qubits"], [2, 3, 1, "_CPPv4NK5cudaq11noise_model5emptyEv", "cudaq::noise_model::empty"], [2, 3, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels"], [2, 3, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels"], [2, 2, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels::QuantumOp"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels::quantumOp"], [2, 4, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels::qubits"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels::qubits"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11noise_modelEv", "cudaq::noise_model::noise_model"], [2, 3, 1, "_CPPv4N5cudaq18num_available_gpusEv", "cudaq::num_available_gpus"], [2, 1, 1, "_CPPv4N5cudaq14observe_resultE", "cudaq::observe_result"], [2, 3, 1, "_CPPv4I0EN5cudaq14observe_result6countsE13sample_result10SpinOpType", "cudaq::observe_result::counts"], [2, 2, 1, "_CPPv4I0EN5cudaq14observe_result6countsE13sample_result10SpinOpType", "cudaq::observe_result::counts::SpinOpType"], [2, 4, 1, "_CPPv4I0EN5cudaq14observe_result6countsE13sample_result10SpinOpType", "cudaq::observe_result::counts::term"], [2, 3, 1, "_CPPv4N5cudaq14observe_result4dumpEv", "cudaq::observe_result::dump"], [2, 3, 1, "_CPPv4I0EN5cudaq14observe_result11expectationEd10SpinOpType", "cudaq::observe_result::expectation"], [2, 3, 1, "_CPPv4N5cudaq14observe_result11expectationEv", "cudaq::observe_result::expectation"], [2, 2, 1, "_CPPv4I0EN5cudaq14observe_result11expectationEd10SpinOpType", "cudaq::observe_result::expectation::SpinOpType"], [2, 4, 1, "_CPPv4I0EN5cudaq14observe_result11expectationEd10SpinOpType", "cudaq::observe_result::expectation::term"], [2, 3, 1, "_CPPv4N5cudaq14observe_result14id_coefficientEv", "cudaq::observe_result::id_coefficient"], [2, 3, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op", "cudaq::observe_result::observe_result"], [2, 3, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result", "cudaq::observe_result::observe_result"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op", "cudaq::observe_result::observe_result::H"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result", "cudaq::observe_result::observe_result::H"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result", "cudaq::observe_result::observe_result::counts"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op", "cudaq::observe_result::observe_result::e"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result", "cudaq::observe_result::observe_result::e"], [2, 3, 1, "_CPPv4N5cudaq14observe_resultcvdEv", "cudaq::observe_result::operator double"], [2, 3, 1, "_CPPv4N5cudaq14observe_result8raw_dataEv", "cudaq::observe_result::raw_data"], [2, 1, 1, "_CPPv4N5cudaq20optimizable_functionE", "cudaq::optimizable_function"], [2, 0, 1, "_CPPv4N5cudaq19optimization_resultE", "cudaq::optimization_result"], [2, 1, 1, "_CPPv4N5cudaq9optimizerE", "cudaq::optimizer"], [2, 3, 1, "_CPPv4N5cudaq9optimizer8optimizeEKiRR20optimizable_function", "cudaq::optimizer::optimize"], [2, 4, 1, "_CPPv4N5cudaq9optimizer8optimizeEKiRR20optimizable_function", "cudaq::optimizer::optimize::dim"], [2, 4, 1, "_CPPv4N5cudaq9optimizer8optimizeEKiRR20optimizable_function", "cudaq::optimizer::optimize::opt_function"], [2, 3, 1, "_CPPv4N5cudaq9optimizer17requiresGradientsEv", "cudaq::optimizer::requiresGradients"], [2, 1, 1, "_CPPv4N5cudaq18phase_flip_channelE", "cudaq::phase_flip_channel"], [2, 1, 1, "_CPPv4I_NSt6size_tE_NSt6size_tE0EN5cudaq4qregE", "cudaq::qreg"], [2, 2, 1, "_CPPv4I_NSt6size_tE_NSt6size_tE0EN5cudaq4qregE", "cudaq::qreg::Levels"], [2, 2, 1, "_CPPv4I_NSt6size_tE_NSt6size_tE0EN5cudaq4qregE", "cudaq::qreg::N"], [2, 3, 1, "_CPPv4N5cudaq4qreg4backENSt6size_tE", "cudaq::qreg::back"], [2, 3, 1, "_CPPv4N5cudaq4qreg4backEv", "cudaq::qreg::back"], [2, 4, 1, "_CPPv4N5cudaq4qreg4backENSt6size_tE", "cudaq::qreg::back::count"], [2, 3, 1, "_CPPv4N5cudaq4qreg5beginEv", "cudaq::qreg::begin"], [2, 3, 1, "_CPPv4N5cudaq4qreg5clearEv", "cudaq::qreg::clear"], [2, 3, 1, "_CPPv4N5cudaq4qreg5frontENSt6size_tE", "cudaq::qreg::front"], [2, 3, 1, "_CPPv4N5cudaq4qreg5frontEv", "cudaq::qreg::front"], [2, 4, 1, "_CPPv4N5cudaq4qreg5frontENSt6size_tE", "cudaq::qreg::front::count"], [2, 3, 1, "_CPPv4N5cudaq4qregixEKNSt6size_tE", "cudaq::qreg::operator[]"], [2, 4, 1, "_CPPv4N5cudaq4qregixEKNSt6size_tE", "cudaq::qreg::operator[]::idx"], [2, 3, 1, "_CPPv4NK5cudaq4qreg4sizeEv", "cudaq::qreg::size"], [2, 3, 1, "_CPPv4N5cudaq4qreg5sliceENSt6size_tENSt6size_tE", "cudaq::qreg::slice"], [2, 4, 1, "_CPPv4N5cudaq4qreg5sliceENSt6size_tENSt6size_tE", "cudaq::qreg::slice::size"], [2, 4, 1, "_CPPv4N5cudaq4qreg5sliceENSt6size_tENSt6size_tE", "cudaq::qreg::slice::start"], [2, 0, 1, "_CPPv4N5cudaq4qreg10value_typeE", "cudaq::qreg::value_type"], [2, 1, 1, "_CPPv4I_NSt6size_tE_NSt6size_tEEN5cudaq5qspanE", "cudaq::qspan"], [2, 2, 1, "_CPPv4I_NSt6size_tE_NSt6size_tEEN5cudaq5qspanE", "cudaq::qspan::Levels"], [2, 2, 1, "_CPPv4I_NSt6size_tE_NSt6size_tEEN5cudaq5qspanE", "cudaq::qspan::N"], [2, 1, 1, "_CPPv4N5cudaq16quantum_platformE", "cudaq::quantum_platform"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform11clear_shotsEv", "cudaq::quantum_platform::clear_shots"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform12connectivityEv", "cudaq::quantum_platform::connectivity"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tER19KernelExecutionTask", "cudaq::quantum_platform::enqueueAsyncTask"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tERNSt8functionIFvvEEE", "cudaq::quantum_platform::enqueueAsyncTask"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tERNSt8functionIFvvEEE", "cudaq::quantum_platform::enqueueAsyncTask::f"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tER19KernelExecutionTask", "cudaq::quantum_platform::enqueueAsyncTask::qpu_id"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tERNSt8functionIFvvEEE", "cudaq::quantum_platform::enqueueAsyncTask::qpu_id"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tER19KernelExecutionTask", "cudaq::quantum_platform::enqueueAsyncTask::t"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform12getLogStreamEv", "cudaq::quantum_platform::getLogStream"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform15get_current_qpuEv", "cudaq::quantum_platform::get_current_qpu"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform12get_exec_ctxEv", "cudaq::quantum_platform::get_exec_ctx"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsENSt6size_tE", "cudaq::quantum_platform::get_num_qubits"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsEv", "cudaq::quantum_platform::get_num_qubits"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsENSt6size_tE", "cudaq::quantum_platform::get_num_qubits::qpu_id"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform23get_remote_capabilitiesEKNSt6size_tE", "cudaq::quantum_platform::get_remote_capabilities"], [2, 4, 1, "_CPPv4NK5cudaq16quantum_platform23get_remote_capabilitiesEKNSt6size_tE", "cudaq::quantum_platform::get_remote_capabilities::qpuId"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9get_shotsEv", "cudaq::quantum_platform::get_shots"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform11is_emulatedEKNSt6size_tE", "cudaq::quantum_platform::is_emulated"], [2, 4, 1, "_CPPv4NK5cudaq16quantum_platform11is_emulatedEKNSt6size_tE", "cudaq::quantum_platform::is_emulated::qpuId"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9is_remoteEKNSt6size_tE", "cudaq::quantum_platform::is_remote"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9is_remoteEKNSt6size_tE", "cudaq::quantum_platform::is_remote::qpuId"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform12is_simulatorEKNSt6size_tE", "cudaq::quantum_platform::is_simulator"], [2, 4, 1, "_CPPv4NK5cudaq16quantum_platform12is_simulatorEKNSt6size_tE", "cudaq::quantum_platform::is_simulator::qpu_id"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::H"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::gradient"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::kernelArgs"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::kernelName"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::n_params"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::optimizer"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::shots"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14list_platformsEv", "cudaq::quantum_platform::list_platforms"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform4nameEv", "cudaq::quantum_platform::name"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform8num_qpusEv", "cudaq::quantum_platform::num_qpus"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform15onRandomSeedSetENSt6size_tE", "cudaq::quantum_platform::onRandomSeedSet"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform15onRandomSeedSetENSt6size_tE", "cudaq::quantum_platform::onRandomSeedSet::seed"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14resetLogStreamEv", "cudaq::quantum_platform::resetLogStream"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14reset_exec_ctxENSt6size_tE", "cudaq::quantum_platform::reset_exec_ctx"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform14reset_exec_ctxENSt6size_tE", "cudaq::quantum_platform::reset_exec_ctx::qpu_id"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform11reset_noiseEv", "cudaq::quantum_platform::reset_noise"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform12setLogStreamERNSt7ostreamE", "cudaq::quantum_platform::setLogStream"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform12setLogStreamERNSt7ostreamE", "cudaq::quantum_platform::setLogStream::logStream"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform16setTargetBackendERKNSt6stringE", "cudaq::quantum_platform::setTargetBackend"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16setTargetBackendERKNSt6stringE", "cudaq::quantum_platform::setTargetBackend::name"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform15set_current_qpuEKNSt6size_tE", "cudaq::quantum_platform::set_current_qpu"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform15set_current_qpuEKNSt6size_tE", "cudaq::quantum_platform::set_current_qpu::device_id"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform12set_exec_ctxEPN5cudaq16ExecutionContextENSt6size_tE", "cudaq::quantum_platform::set_exec_ctx"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform12set_exec_ctxEPN5cudaq16ExecutionContextENSt6size_tE", "cudaq::quantum_platform::set_exec_ctx::ctx"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform12set_exec_ctxEPN5cudaq16ExecutionContextENSt6size_tE", "cudaq::quantum_platform::set_exec_ctx::qpu_id"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9set_noiseEPK11noise_model", "cudaq::quantum_platform::set_noise"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9set_noiseEPK11noise_model", "cudaq::quantum_platform::set_noise::model"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9set_shotsEi", "cudaq::quantum_platform::set_shots"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9set_shotsEi", "cudaq::quantum_platform::set_shots::numShots"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform29supports_conditional_feedbackEKNSt6size_tE", "cudaq::quantum_platform::supports_conditional_feedback"], [2, 4, 1, "_CPPv4NK5cudaq16quantum_platform29supports_conditional_feedbackEKNSt6size_tE", "cudaq::quantum_platform::supports_conditional_feedback::qpu_id"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform26supports_task_distributionEv", "cudaq::quantum_platform::supports_task_distribution"], [2, 0, 1, "_CPPv4N5cudaq5qubitE", "cudaq::qubit"], [2, 1, 1, "_CPPv4I_NSt6size_tEEN5cudaq5quditE", "cudaq::qudit"], [2, 2, 1, "_CPPv4I_NSt6size_tEEN5cudaq5quditE", "cudaq::qudit::Levels"], [2, 3, 1, "_CPPv4N5cudaq5qudit5quditEv", "cudaq::qudit::qudit"], [2, 1, 1, "_CPPv4I_NSt6size_tEEN5cudaq7qvectorE", "cudaq::qvector"], [2, 2, 1, "_CPPv4I_NSt6size_tEEN5cudaq7qvectorE", "cudaq::qvector::Levels"], [2, 3, 1, "_CPPv4N5cudaq7qvector4backENSt6size_tE", "cudaq::qvector::back"], [2, 3, 1, "_CPPv4N5cudaq7qvector4backEv", "cudaq::qvector::back"], [2, 4, 1, "_CPPv4N5cudaq7qvector4backENSt6size_tE", "cudaq::qvector::back::count"], [2, 3, 1, "_CPPv4N5cudaq7qvector5beginEv", "cudaq::qvector::begin"], [2, 3, 1, "_CPPv4N5cudaq7qvector5clearEv", "cudaq::qvector::clear"], [2, 3, 1, "_CPPv4N5cudaq7qvector3endEv", "cudaq::qvector::end"], [2, 3, 1, "_CPPv4N5cudaq7qvector5frontENSt6size_tE", "cudaq::qvector::front"], [2, 3, 1, "_CPPv4N5cudaq7qvector5frontEv", "cudaq::qvector::front"], [2, 4, 1, "_CPPv4N5cudaq7qvector5frontENSt6size_tE", "cudaq::qvector::front::count"], [2, 3, 1, "_CPPv4N5cudaq7qvectoraSERK7qvector", "cudaq::qvector::operator="], [2, 3, 1, "_CPPv4N5cudaq7qvectorixEKNSt6size_tE", "cudaq::qvector::operator[]"], [2, 4, 1, "_CPPv4N5cudaq7qvectorixEKNSt6size_tE", "cudaq::qvector::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorENSt6size_tE", "cudaq::qvector::qvector"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorERK5state", "cudaq::qvector::qvector"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorERK7qvector", "cudaq::qvector::qvector"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorERKNSt6vectorI7complexEEb", "cudaq::qvector::qvector"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorERR7qvector", "cudaq::qvector::qvector"], [2, 4, 1, "_CPPv4N5cudaq7qvector7qvectorENSt6size_tE", "cudaq::qvector::qvector::size"], [2, 4, 1, "_CPPv4N5cudaq7qvector7qvectorERK5state", "cudaq::qvector::qvector::state"], [2, 4, 1, "_CPPv4N5cudaq7qvector7qvectorERKNSt6vectorI7complexEEb", "cudaq::qvector::qvector::validate"], [2, 4, 1, "_CPPv4N5cudaq7qvector7qvectorERKNSt6vectorI7complexEEb", "cudaq::qvector::qvector::vector"], [2, 3, 1, "_CPPv4NK5cudaq7qvector4sizeEv", "cudaq::qvector::size"], [2, 3, 1, "_CPPv4N5cudaq7qvector5sliceENSt6size_tENSt6size_tE", "cudaq::qvector::slice"], [2, 4, 1, "_CPPv4N5cudaq7qvector5sliceENSt6size_tENSt6size_tE", "cudaq::qvector::slice::size"], [2, 4, 1, "_CPPv4N5cudaq7qvector5sliceENSt6size_tENSt6size_tE", "cudaq::qvector::slice::start"], [2, 0, 1, "_CPPv4N5cudaq7qvector10value_typeE", "cudaq::qvector::value_type"], [2, 1, 1, "_CPPv4I_NSt6size_tEEN5cudaq5qviewE", "cudaq::qview"], [2, 2, 1, "_CPPv4I_NSt6size_tEEN5cudaq5qviewE", "cudaq::qview::Levels"], [2, 0, 1, "_CPPv4N5cudaq5qview10value_typeE", "cudaq::qview::value_type"], [2, 3, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType", "cudaq::range"], [2, 3, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range"], [2, 3, 1, "_CPPv4N5cudaq5rangeENSt6size_tE", "cudaq::range"], [2, 2, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType", "cudaq::range::ElementType"], [2, 2, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range::ElementType"], [2, 4, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType", "cudaq::range::N"], [2, 4, 1, "_CPPv4N5cudaq5rangeENSt6size_tE", "cudaq::range::N"], [2, 4, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range::start"], [2, 4, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range::step"], [2, 4, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range::stop"], [2, 0, 1, "_CPPv4N5cudaq4realE", "cudaq::real"], [2, 0, 1, "_CPPv4N5cudaq8registryE", "cudaq::registry"], [2, 1, 1, "_CPPv4I0EN5cudaq8registry14RegisteredTypeE", "cudaq::registry::RegisteredType"], [2, 2, 1, "_CPPv4I0EN5cudaq8registry14RegisteredTypeE", "cudaq::registry::RegisteredType::T"], [2, 1, 1, "_CPPv4N5cudaq13sample_resultE", "cudaq::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult", "cudaq::sample_result::append"], [2, 4, 1, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult", "cudaq::sample_result::append::result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5beginEv", "cudaq::sample_result::begin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result5beginEv", "cudaq::sample_result::begin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result6cbeginEv", "cudaq::sample_result::cbegin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4cendEv", "cudaq::sample_result::cend"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5clearEv", "cudaq::sample_result::clear"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count"], [2, 4, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count::bitString"], [2, 4, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::sample_result::deserialize"], [2, 4, 1, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::sample_result::deserialize::data"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE", "cudaq::sample_result::dump"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4dumpEv", "cudaq::sample_result::dump"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE", "cudaq::sample_result::dump::os"], [2, 3, 1, "_CPPv4N5cudaq13sample_result3endEv", "cudaq::sample_result::end"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result3endEv", "cudaq::sample_result::end"], [2, 3, 1, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE", "cudaq::sample_result::exp_val_z"], [2, 4, 1, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE", "cudaq::sample_result::exp_val_z::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE", "cudaq::sample_result::expectation"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE", "cudaq::sample_result::expectation::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal"], [2, 3, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::marginalIndices"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::marginalIndices"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::registerName"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE", "cudaq::sample_result::has_even_parity"], [2, 4, 1, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE", "cudaq::sample_result::has_even_parity::bitString"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE", "cudaq::sample_result::has_expectation"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE", "cudaq::sample_result::has_expectation::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE", "cudaq::sample_result::most_probable"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE", "cudaq::sample_result::most_probable::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultpLERK13sample_result", "cudaq::sample_result::operator+="], [2, 4, 1, "_CPPv4N5cudaq13sample_resultpLERK13sample_result", "cudaq::sample_result::operator+=::other"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultaSER13sample_result", "cudaq::sample_result::operator="], [2, 4, 1, "_CPPv4N5cudaq13sample_resultaSER13sample_result", "cudaq::sample_result::operator=::counts"], [2, 3, 1, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result", "cudaq::sample_result::operator=="], [2, 4, 1, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result", "cudaq::sample_result::operator==::counts"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability::bitString"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result14register_namesEv", "cudaq::sample_result::register_names"], [2, 3, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder"], [2, 4, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder::index"], [2, 4, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERK13sample_result", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultEv", "cudaq::sample_result::sample_result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::preComputedExp"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult", "cudaq::sample_result::sample_result::result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult", "cudaq::sample_result::sample_result::result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::results"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::results"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result9serializeEv", "cudaq::sample_result::serialize"], [2, 3, 1, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE", "cudaq::sample_result::size"], [2, 4, 1, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE", "cudaq::sample_result::size::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE", "cudaq::sample_result::to_map"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE", "cudaq::sample_result::to_map::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultD0Ev", "cudaq::sample_result::~sample_result"], [2, 3, 1, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE", "cudaq::set_noise"], [2, 4, 1, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE", "cudaq::set_noise::model"], [2, 3, 1, "_CPPv4N5cudaq15set_random_seedENSt6size_tE", "cudaq::set_random_seed"], [2, 4, 1, "_CPPv4N5cudaq15set_random_seedENSt6size_tE", "cudaq::set_random_seed::seed"], [2, 6, 1, "_CPPv4N5cudaq20simulation_precisionE", "cudaq::simulation_precision"], [2, 7, 1, "_CPPv4N5cudaq20simulation_precision4fp32E", "cudaq::simulation_precision::fp32"], [2, 7, 1, "_CPPv4N5cudaq20simulation_precision4fp64E", "cudaq::simulation_precision::fp64"], [2, 1, 1, "_CPPv4N5cudaq7spin_opE", "cudaq::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op5beginEv", "cudaq::spin_op::begin"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op5beginEv", "cudaq::spin_op::begin"], [2, 0, 1, "_CPPv4N5cudaq7spin_op12csr_spmatrixE", "cudaq::spin_op::csr_spmatrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE", "cudaq::spin_op::distribute_terms"], [2, 4, 1, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE", "cudaq::spin_op::distribute_terms::numChunks"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op4dumpEv", "cudaq::spin_op::dump"], [2, 3, 1, "_CPPv4N5cudaq7spin_op3endEv", "cudaq::spin_op::end"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op3endEv", "cudaq::spin_op::end"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op14for_each_pauliERRNSt8functionIFv5pauliNSt6size_tEEEE", "cudaq::spin_op::for_each_pauli"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op13for_each_termERRNSt8functionIFvR7spin_opEEE", "cudaq::spin_op::for_each_term"], [2, 3, 1, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE", "cudaq::spin_op::from_word"], [2, 4, 1, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE", "cudaq::spin_op::from_word::pauliWord"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op21getDataRepresentationEv", "cudaq::spin_op::getDataRepresentation"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op12getDataTupleEv", "cudaq::spin_op::getDataTuple"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op15get_coefficientEv", "cudaq::spin_op::get_coefficient"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op12get_raw_dataEv", "cudaq::spin_op::get_raw_data"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op11is_identityEv", "cudaq::spin_op::is_identity"], [2, 1, 1, "_CPPv4I0EN5cudaq7spin_op8iteratorE", "cudaq::spin_op::iterator"], [2, 2, 1, "_CPPv4I0EN5cudaq7spin_op8iteratorE", "cudaq::spin_op::iterator::QualifiedSpinOp"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op10num_qubitsEv", "cudaq::spin_op::num_qubits"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9num_termsEv", "cudaq::spin_op::num_terms"], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE", "cudaq::spin_op::operator*="], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLEKd", "cudaq::spin_op::operator*="], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLERK7spin_op", "cudaq::spin_op::operator*="], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE", "cudaq::spin_op::operator*=::v"], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLEKd", "cudaq::spin_op::operator*=::v"], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLERK7spin_op", "cudaq::spin_op::operator*=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_oppLERK7spin_op", "cudaq::spin_op::operator+="], [2, 4, 1, "_CPPv4N5cudaq7spin_oppLERK7spin_op", "cudaq::spin_op::operator+=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_opmIERK7spin_op", "cudaq::spin_op::operator-="], [2, 4, 1, "_CPPv4N5cudaq7spin_opmIERK7spin_op", "cudaq::spin_op::operator-=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_opaSERK7spin_op", "cudaq::spin_op::operator="], [2, 3, 1, "_CPPv4NK5cudaq7spin_opeqERK7spin_op", "cudaq::spin_op::operator=="], [2, 4, 1, "_CPPv4NK5cudaq7spin_opeqERK7spin_op", "cudaq::spin_op::operator==::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::nQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::nTerms"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::seed"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opEv", "cudaq::spin_op::spin_op"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::_terms"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op::bsf"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op::coeff"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op::coeff"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op::coeffs"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op::data_rep"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op::id"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op::nQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE", "cudaq::spin_op::spin_op::numQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op", "cudaq::spin_op::spin_op::o"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op::term"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::termData"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::termData"], [2, 0, 1, "_CPPv4N5cudaq7spin_op12spin_op_termE", "cudaq::spin_op::spin_op_term"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9to_matrixEv", "cudaq::spin_op::to_matrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op16to_sparse_matrixEv", "cudaq::spin_op::to_sparse_matrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9to_stringEb", "cudaq::spin_op::to_string"], [2, 4, 1, "_CPPv4NK5cudaq7spin_op9to_stringEb", "cudaq::spin_op::to_string::printCoefficients"], [2, 3, 1, "_CPPv4N5cudaq7spin_opD0Ev", "cudaq::spin_op::~spin_op"], [2, 1, 1, "_CPPv4N5cudaq5stateE", "cudaq::state"], [2, 3, 1, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE", "cudaq::state::amplitude"], [2, 4, 1, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE", "cudaq::state::amplitude::basisState"], [2, 3, 1, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE", "cudaq::state::amplitudes"], [2, 4, 1, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE", "cudaq::state::amplitudes::basisStates"], [2, 3, 1, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE", "cudaq::state::dump"], [2, 3, 1, "_CPPv4NK5cudaq5state4dumpEv", "cudaq::state::dump"], [2, 4, 1, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE", "cudaq::state::dump::os"], [2, 3, 1, "_CPPv4N5cudaq5state9from_dataERK10state_data", "cudaq::state::from_data"], [2, 4, 1, "_CPPv4N5cudaq5state9from_dataERK10state_data", "cudaq::state::from_data::data"], [2, 3, 1, "_CPPv4NK5cudaq5state14get_num_qubitsEv", "cudaq::state::get_num_qubits"], [2, 3, 1, "_CPPv4NK5cudaq5state15get_num_tensorsEv", "cudaq::state::get_num_tensors"], [2, 3, 1, "_CPPv4NK5cudaq5state13get_precisionEv", "cudaq::state::get_precision"], [2, 3, 1, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE", "cudaq::state::get_tensor"], [2, 4, 1, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE", "cudaq::state::get_tensor::tensorIdx"], [2, 3, 1, "_CPPv4NK5cudaq5state11get_tensorsEv", "cudaq::state::get_tensors"], [2, 3, 1, "_CPPv4NK5cudaq5state9is_on_gpuEv", "cudaq::state::is_on_gpu"], [2, 3, 1, "_CPPv4N5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()"], [2, 3, 1, "_CPPv4N5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE", "cudaq::state::operator()"], [2, 4, 1, "_CPPv4N5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()::idx"], [2, 4, 1, "_CPPv4N5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()::jdx"], [2, 4, 1, "_CPPv4N5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE", "cudaq::state::operator()::tensorIdx"], [2, 3, 1, "_CPPv4N5cudaq5stateaSERR5state", "cudaq::state::operator="], [2, 4, 1, "_CPPv4N5cudaq5stateaSERR5state", "cudaq::state::operator=::other"], [2, 3, 1, "_CPPv4N5cudaq5stateixENSt6size_tE", "cudaq::state::operator[]"], [2, 4, 1, "_CPPv4N5cudaq5stateixENSt6size_tE", "cudaq::state::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq5state7overlapERK5state", "cudaq::state::overlap"], [2, 4, 1, "_CPPv4N5cudaq5state7overlapERK5state", "cudaq::state::overlap::other"], [2, 3, 1, "_CPPv4N5cudaq5state5stateEP15SimulationState", "cudaq::state::state"], [2, 3, 1, "_CPPv4N5cudaq5state5stateERK5state", "cudaq::state::state"], [2, 4, 1, "_CPPv4N5cudaq5state5stateERK5state", "cudaq::state::state::other"], [2, 4, 1, "_CPPv4N5cudaq5state5stateEP15SimulationState", "cudaq::state::state::ptrToOwn"], [2, 3, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host"], [2, 2, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::ScalarType"], [2, 4, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::hostPtr"], [2, 4, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::numElements"], [2, 0, 1, "_CPPv4N5cudaq10state_dataE", "cudaq::state_data"], [2, 0, 1, "_CPPv4N5cudaq6tensorE", "cudaq::tensor"], [2, 3, 1, "_CPPv4N5cudaq11unset_noiseEv", "cudaq::unset_noise"], [2, 1, 1, "_CPPv4N5nvqir18MPSSimulationStateE", "nvqir::MPSSimulationState"], [2, 1, 1, "_CPPv4N5nvqir24TensorNetSimulationStateE", "nvqir::TensorNetSimulationState"], [3, 8, 0, "-", "cudaq"]], "cudaq": [[3, 9, 1, "", "AmplitudeDampingChannel"], [3, 9, 1, "", "AsyncObserveResult"], [3, 9, 1, "", "AsyncSampleResult"], [3, 9, 1, "", "AsyncStateResult"], [3, 9, 1, "", "BitFlipChannel"], [3, 9, 1, "", "ComplexMatrix"], [3, 9, 1, "", "DepolarizationChannel"], [3, 11, 1, "", "Kernel"], [3, 9, 1, "", "KrausChannel"], [3, 9, 1, "", "KrausOperator"], [3, 9, 1, "", "NoiseModel"], [3, 9, 1, "", "ObserveResult"], [3, 9, 1, "", "OptimizationResult"], [3, 9, 1, "", "PhaseFlipChannel"], [3, 9, 1, "", "PyKernel"], [3, 9, 1, "", "PyKernelDecorator"], [3, 9, 1, "", "QuakeValue"], [3, 9, 1, "", "SampleResult"], [3, 9, 1, "", "SimulationPrecision"], [3, 9, 1, "", "SpinOperator"], [3, 9, 1, "", "State"], [3, 9, 1, "", "Target"], [3, 9, 1, "", "Tensor"], [3, 13, 1, "", "draw"], [3, 13, 1, "", "get_state"], [3, 13, 1, "", "get_state_async"], [3, 13, 1, "", "get_target"], [3, 13, 1, "", "get_targets"], [3, 13, 1, "", "has_target"], [3, 10, 1, "", "initialize_cudaq"], [3, 13, 1, "", "kernel"], [3, 13, 1, "", "make_kernel"], [3, 10, 1, "", "num_available_gpus"], [3, 13, 1, "", "observe"], [3, 13, 1, "", "observe_async"], [3, 11, 1, "", "qreg"], [3, 9, 1, "", "qubit"], [3, 9, 1, "", "qvector"], [3, 13, 1, "", "reset_target"], [3, 13, 1, "", "sample"], [3, 13, 1, "", "sample_async"], [3, 13, 1, "", "set_noise"], [3, 10, 1, "", "set_random_seed"], [3, 13, 1, "", "set_target"], [3, 13, 1, "", "translate"], [3, 13, 1, "", "unset_noise"], [3, 13, 1, "", "vqe"]], "cudaq.AmplitudeDampingChannel": [[3, 10, 1, "", "__init__"]], "cudaq.AsyncObserveResult": [[3, 10, 1, "", "get"]], "cudaq.AsyncSampleResult": [[3, 10, 1, "", "get"]], "cudaq.AsyncStateResult": [[3, 10, 1, "", "get"]], "cudaq.BitFlipChannel": [[3, 10, 1, "", "__init__"]], "cudaq.ComplexMatrix": [[3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "__str__"], [3, 10, 1, "", "minimal_eigenvalue"]], "cudaq.DepolarizationChannel": [[3, 10, 1, "", "__init__"]], "cudaq.KrausChannel": [[3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "append"]], "cudaq.KrausOperator": [[3, 12, 1, "", "col_count"], [3, 12, 1, "", "row_count"]], "cudaq.NoiseModel": [[3, 10, 1, "", "__init__"], [3, 10, 1, "", "add_channel"], [3, 10, 1, "", "get_channels"]], "cudaq.ObserveResult": [[3, 10, 1, "", "counts"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "expectation"], [3, 10, 1, "", "expectation_z"], [3, 10, 1, "", "get_spin"]], "cudaq.PhaseFlipChannel": [[3, 10, 1, "", "__init__"]], "cudaq.PyKernel": [[3, 11, 1, "", "argument_count"], [3, 11, 1, "", "arguments"], [3, 11, 1, "", "name"]], "cudaq.PyKernelDecorator": [[3, 10, 1, "", "__call__"], [3, 10, 1, "", "__str__"], [3, 10, 1, "", "compile"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "to_json"], [3, 10, 1, "", "type_to_str"]], "cudaq.QuakeValue": [[3, 10, 1, "", "__add__"], [3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "__mul__"], [3, 10, 1, "", "__neg__"], [3, 10, 1, "", "__radd__"], [3, 10, 1, "", "__rmul__"], [3, 10, 1, "", "__rsub__"], [3, 10, 1, "", "__sub__"], [3, 10, 1, "", "slice"]], "cudaq.SampleResult": [[3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "__iter__"], [3, 10, 1, "", "__len__"], [3, 10, 1, "", "clear"], [3, 10, 1, "", "count"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "expectation"], [3, 10, 1, "", "expectation_z"], [3, 10, 1, "", "get_marginal_counts"], [3, 10, 1, "", "get_register_counts"], [3, 10, 1, "", "get_sequential_data"], [3, 10, 1, "", "items"], [3, 10, 1, "", "most_probable"], [3, 10, 1, "", "probability"], [3, 11, 1, "", "register_names"], [3, 10, 1, "", "values"]], "cudaq.SimulationPrecision": [[3, 12, 1, "", "name"]], "cudaq.SpinOperator": [[3, 10, 1, "", "__add__"], [3, 10, 1, "", "__eq__"], [3, 10, 1, "", "__iter__"], [3, 10, 1, "", "__mul__"], [3, 10, 1, "", "__radd__"], [3, 10, 1, "", "__rmul__"], [3, 10, 1, "", "__rsub__"], [3, 10, 1, "", "__sub__"], [3, 10, 1, "", "distribute_terms"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "for_each_pauli"], [3, 10, 1, "", "for_each_term"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "from_word"], [3, 10, 1, "", "get_coefficient"], [3, 10, 1, "", "get_qubit_count"], [3, 10, 1, "", "get_raw_data"], [3, 10, 1, "", "get_term_count"], [3, 10, 1, "", "is_identity"], [3, 10, 1, "", "random"], [3, 10, 1, "", "serialize"], [3, 10, 1, "", "to_json"], [3, 10, 1, "", "to_matrix"], [3, 10, 1, "", "to_sparse_matrix"], [3, 10, 1, "", "to_string"]], "cudaq.State": [[3, 10, 1, "", "amplitude"], [3, 10, 1, "", "amplitudes"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "from_data"], [3, 10, 1, "", "getTensor"], [3, 10, 1, "", "getTensors"], [3, 10, 1, "", "is_on_gpu"], [3, 10, 1, "", "num_qubits"], [3, 10, 1, "", "overlap"]], "cudaq.Target": [[3, 12, 1, "", "description"], [3, 10, 1, "", "get_precision"], [3, 10, 1, "", "is_emulated"], [3, 10, 1, "", "is_remote"], [3, 12, 1, "", "name"], [3, 10, 1, "", "num_qpus"], [3, 12, 1, "", "platform"], [3, 12, 1, "", "simulator"]], "cudaq.gradients": [[3, 9, 1, "", "CentralDifference"], [3, 9, 1, "", "ForwardDifference"], [3, 9, 1, "", "ParameterShift"], [3, 9, 1, "", "gradient"]], "cudaq.gradients.CentralDifference": [[3, 10, 1, "", "compute"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "to_json"]], "cudaq.gradients.ForwardDifference": [[3, 10, 1, "", "compute"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "to_json"]], "cudaq.gradients.ParameterShift": [[3, 10, 1, "", "compute"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "to_json"]], "cudaq.mpi": [[3, 10, 1, "", "all_gather"], [3, 10, 1, "", "broadcast"], [3, 10, 1, "", "finalize"], [3, 10, 1, "", "initialize"], [3, 10, 1, "", "is_initialized"], [3, 10, 1, "", "num_ranks"], [3, 10, 1, "", "rank"]], "cudaq.optimizers": [[3, 9, 1, "", "COBYLA"], [3, 9, 1, "", "GradientDescent"], [3, 9, 1, "", "LBFGS"], [3, 9, 1, "", "NelderMead"], [3, 9, 1, "", "optimizer"]], "cudaq.optimizers.COBYLA": [[3, 10, 1, "", "from_json"], [3, 12, 1, "", "initial_parameters"], [3, 12, 1, "", "lower_bounds"], [3, 12, 1, "", "max_iterations"], [3, 10, 1, "", "optimize"], [3, 10, 1, "", "requires_gradients"], [3, 10, 1, "", "to_json"], [3, 12, 1, "", "upper_bounds"]], "cudaq.optimizers.GradientDescent": [[3, 10, 1, "", "from_json"], [3, 12, 1, "", "initial_parameters"], [3, 12, 1, "", "lower_bounds"], [3, 12, 1, "", "max_iterations"], [3, 10, 1, "", "optimize"], [3, 10, 1, "", "requires_gradients"], [3, 10, 1, "", "to_json"], [3, 12, 1, "", "upper_bounds"]], "cudaq.optimizers.LBFGS": [[3, 10, 1, "", "from_json"], [3, 12, 1, "", "initial_parameters"], [3, 12, 1, "", "lower_bounds"], [3, 12, 1, "", "max_iterations"], [3, 10, 1, "", "optimize"], [3, 10, 1, "", "requires_gradients"], [3, 10, 1, "", "to_json"], [3, 12, 1, "", "upper_bounds"]], "cudaq.optimizers.NelderMead": [[3, 10, 1, "", "from_json"], [3, 12, 1, "", "initial_parameters"], [3, 12, 1, "", "lower_bounds"], [3, 12, 1, "", "max_iterations"], [3, 10, 1, "", "optimize"], [3, 10, 1, "", "requires_gradients"], [3, 10, 1, "", "to_json"], [3, 12, 1, "", "upper_bounds"]], "cudaq.spin": [[3, 13, 1, "", "i"], [3, 13, 1, "", "x"], [3, 13, 1, "", "y"], [3, 13, 1, "", "z"]]}, "objtypes": {"0": "cpp:type", "1": "cpp:class", "2": "cpp:templateParam", "3": "cpp:function", "4": "cpp:functionParam", "5": "cpp:member", "6": "cpp:enum", "7": "cpp:enumerator", "8": "py:module", "9": "py:class", "10": "py:method", "11": "py:attribute", "12": "py:property", "13": "py:function"}, "objnames": {"0": ["cpp", "type", "C++ type"], "1": ["cpp", "class", "C++ class"], "2": ["cpp", "templateParam", "C++ template parameter"], "3": ["cpp", "function", "C++ function"], "4": ["cpp", "functionParam", "C++ function parameter"], "5": ["cpp", "member", "C++ member"], "6": ["cpp", "enum", "C++ enum"], "7": ["cpp", "enumerator", "C++ enumerator"], "8": ["py", "module", "Python module"], "9": ["py", "class", "Python class"], "10": ["py", "method", "Python method"], "11": ["py", "attribute", "Python attribute"], "12": ["py", "property", "Python property"], "13": ["py", "function", "Python function"]}, "titleterms": {"code": [0, 63], "document": 0, "cuda": [0, 2, 3, 4, 15, 17, 18, 19, 20, 35, 36, 39, 40, 41, 42, 43, 47, 57, 58, 59, 60, 61, 63, 64, 65, 67, 68, 69, 70], "q": [0, 2, 3, 4, 15, 17, 18, 19, 20, 35, 36, 39, 40, 41, 42, 43, 47, 57, 58, 59, 60, 61, 63, 64, 65, 67, 68, 69, 70], "api": [0, 2, 3], "quantum": [1, 2, 4, 6, 8, 12, 15, 20, 23, 24, 27, 28, 29, 30, 32, 37, 38, 49, 54, 55, 56], "oper": [1, 2, 27, 28], "unitari": 1, "qubit": [1, 7, 13, 14, 27, 32], "x": 1, "y": 1, "z": 1, "h": 1, "r1": 1, "rx": 1, "ry": 1, "rz": 1, "": [1, 6, 23, 60], "t": 1, "swap": 1, "u3": 1, "adjoint": 1, "control": [1, 21, 51], "measur": [1, 55], "mz": 1, "mx": 1, "my": 1, "user": 1, "defin": 1, "custom": 1, "c": [2, 7, 36, 61, 67], "common": [2, 29], "nois": [2, 13], "model": [2, 13, 25], "kernel": [2, 3, 14, 22, 24, 38, 42], "builder": 2, "algorithm": [2, 6, 7, 20, 23, 54], "platform": [2, 30, 38], "util": 2, "namespac": [2, 26], "python": [3, 36, 61, 63], "program": [3, 23, 29, 41, 43], "construct": 3, "execut": [3, 37], "backend": [3, 35, 36, 37, 39], "configur": 3, "data": [3, 4], "type": [3, 32], "optim": [3, 15, 20, 54], "gradient": [3, 20], "noisi": [3, 10, 53], "simul": [3, 4, 10, 16, 37, 38, 39, 44, 46, 53, 60, 63], "mpi": [3, 61, 63], "submodul": 3, "divis": 4, "cluster": 4, "With": 4, "coreset": 4, "us": [4, 7, 15, 32, 49, 63, 65], "preprocess": 4, "function": [4, 20], "qaoa": [4, 9, 11], "implement": 4, "scale": 4, "cost": 5, "minim": 5, "deutsch": 6, "xor": 6, "oplu": 6, "oracl": 6, "phase": [6, 23], "parallel": [6, 38, 48, 52], "hadamard": 7, "test": 7, "A": [7, 16], "numer": 7, "result": 7, "refer": [7, 16], "b": [7, 16], "sampl": [7, 20, 23, 43], "primit": [7, 20], "ancilla": 7, "comput": [7, 29, 36, 48, 49, 55, 63], "expect": [7, 48], "valu": [7, 48], "multi": [7, 38, 39, 51, 52], "gpu": [7, 16, 37, 39, 43, 52, 63], "matrix": [7, 13, 39], "element": 7, "diagon": 7, "exampl": [7, 23, 47], "numpi": 7, "cupi": 7, "In": [7, 63], "thi": [7, 60], "sinc": 7, "we": 7, "ar": 7, "have": 7, "2x2": 7, "hybrid": 8, "neural": 8, "network": [8, 39], "molecular": 9, "dock": 9, "via": [9, 63], "dc": 9, "max": 11, "cut": 11, "fourier": 12, "transform": 12, "revisit": 12, "readout": 13, "error": 13, "mitig": 13, "invers": 13, "confus": 13, "from": [13, 36, 61, 67], "singl": [13, 39], "k": 13, "local": [13, 63], "matric": 13, "full": 13, "visual": 14, "variat": [15, 56], "eigensolv": [15, 56], "integr": [15, 66, 67], "third": [15, 67], "parti": [15, 67], "water": 16, "molecul": 16, "activ": 16, "space": 16, "cpu": [16, 39], "v": [16, 63], "classic": 16, "ccsd": 16, "vqe": 16, "uccsd": 16, "content": [17, 40, 62], "releas": 18, "languag": 19, "specif": [19, 33], "cudaq": [20, 27, 28, 32], "observ": [20, 43], "deprec": [20, 32], "move": 20, "librari": [20, 61, 67], "flow": 21, "just": 22, "time": 22, "creation": 22, "hello": 23, "world": 23, "simpl": 23, "bell": 23, "state": [23, 38, 39, 55], "ghz": 23, "prepar": 23, "estim": 23, "deuteron": 23, "bind": 23, "energi": 23, "paramet": 23, "sweep": 23, "grover": 23, "iter": 23, "machin": 25, "standard": 26, "intrins": 27, "spin_op": 28, "pattern": 29, "action": [29, 60], "uncomput": 29, "sub": 31, "circuit": [31, 52, 60], "synthesi": [31, 51], "qudit": 32, "level": 32, "contain": [32, 63], "qview": 32, "2": 32, "qvector": 32, "qarrai": 32, "n": 32, "qspan": 32, "instead": 32, "qreg": 32, "quak": 34, "dialect": 34, "gener": 34, "introduct": [34, 50, 63], "motiv": 34, "target": [35, 52], "hardwar": [36, 49], "ionq": [36, 49], "set": 36, "credenti": 36, "submiss": 36, "iqm": [36, 49], "oqc": [36, 49], "orca": [36, 49], "quantinuum": [36, 49], "nvidia": [37, 38], "cloud": [37, 63], "quick": [37, 68], "start": [37, 63, 68], "select": 37, "multipl": [37, 48, 52], "qpu": 37, "asynchron": 37, "faq": 37, "processor": [38, 48, 52], "mqpu": 38, "distribut": [38, 63], "mode": [38, 39], "remot": [38, 63], "support": [38, 39, 61, 63], "argument": 38, "serial": 38, "access": [38, 63], "vector": 39, "featur": 39, "environ": 39, "variabl": 39, "option": 39, "node": 39, "addit": [39, 63], "openmp": 39, "onli": 39, "tensor": 39, "product": 39, "default": 39, "basic": 40, "build": [41, 61], "your": [41, 43, 59, 68], "first": [41, 43], "what": 42, "i": 42, "run": 43, "troubleshoot": 44, "debug": 44, "verbos": 44, "output": 44, "bernstein": 45, "vazirani": 45, "cuquantum": 46, "across": [48, 52], "provid": 49, "workflow": 52, "avail": 52, "batch": 52, "hamiltonian": 52, "term": 52, "approxim": 54, "101": 55, "gate": 55, "work": 57, "ir": 57, "extend": [58, 60], "creat": 59, "own": 59, "compil": [59, 67], "pass": 59, "new": 60, "circuitsimul": 60, "requir": [60, 63], "subtyp": 60, "method": 60, "overrid": 60, "let": 60, "see": 60, "instal": [61, 62, 63, 68], "sourc": 61, "prerequisit": 61, "depend": [61, 63], "toolchain": [61, 67], "host": [61, 63], "runtim": 61, "guid": 62, "docker": 63, "singular": 63, "wheel": 63, "pre": 63, "built": 63, "binari": [63, 67], "develop": 63, "connect": 63, "tunnel": 63, "ssh": 63, "dgx": 63, "get": 63, "jupyterlab": 63, "tool": [63, 66], "pypi": 63, "imag": 63, "updat": 63, "compat": 63, "system": 63, "next": 63, "step": 63, "cmake": 64, "project": 65, "other": 66, "softwar": 66, "call": 67, "an": 67, "interfac": 67, "between": 67, "differ": 67, "valid": 68, "tutori": 69, "version": 70}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "nbsphinx": 4, "sphinx": 57}, "alltitles": {"Machine Model": [[25, "machine-model"]], "Sub-circuit Synthesis": [[31, "sub-circuit-synthesis"]], "Quantum Intrinsic Operations": [[27, "quantum-intrinsic-operations"]], "Operations on cudaq::qubit": [[27, "operations-on-cudaq-qubit"]], "Common Quantum Programming Patterns": [[29, "common-quantum-programming-patterns"]], "Compute-Action-Uncompute": [[29, "compute-action-uncompute"]], "Quantum Platform": [[30, "quantum-platform"]], "Quantum Kernels": [[24, "quantum-kernels"]], "Quantum Operators": [[28, "quantum-operators"]], "cudaq::spin_op": [[28, "cudaq-spin-op"]], "Namespace and Standard": [[26, "namespace-and-standard"]], "Bernstein-Vazirani": [[45, "bernstein-vazirani"]], "Troubleshooting": [[44, "troubleshooting"]], "Debugging and Verbose Simulation Output": [[44, "debugging-and-verbose-simulation-output"]], "Simulations with cuQuantum": [[46, "simulations-with-cuquantum"]], "Running your first CUDA-Q Program": [[43, "running-your-first-cuda-q-program"]], "Sample": [[43, "sample"]], "Observe": [[43, "observe"]], "Running on a GPU": [[43, "running-on-a-gpu"]], "CUDA-Q by Example": [[47, "cuda-q-by-example"]], "CUDA-Q Basics": [[40, "cuda-q-basics"]], "Contents": [[40, null], [62, null], [17, null]], "Building your first CUDA-Q Program": [[41, "building-your-first-cuda-q-program"]], "What is a CUDA-Q kernel?": [[42, "what-is-a-cuda-q-kernel"]], "Using Quantum Hardware Providers": [[49, "using-quantum-hardware-providers"]], "IonQ": [[49, "ionq"], [36, "ionq"]], "IQM": [[49, "iqm"], [36, "iqm"]], "OQC": [[49, "oqc"], [36, "oqc"]], "ORCA Computing": [[49, "orca-computing"], [36, "orca-computing"]], "Quantinuum": [[49, "quantinuum"], [36, "quantinuum"]], "Introduction": [[50, "introduction"], [63, "introduction"]], "Quantum Computing 101": [[55, "quantum-computing-101"]], "Quantum States": [[55, "quantum-states"]], "Quantum Gates": [[55, "quantum-gates"]], "Measurements": [[55, "measurements"]], "Noisy Simulation": [[53, "noisy-simulation"], [3, "noisy-simulation"], [10, "Noisy-Simulation"]], "Multi-control Synthesis": [[51, "multi-control-synthesis"]], "Multi-GPU Workflows": [[52, "multi-gpu-workflows"]], "Available Targets": [[52, "available-targets"]], "Parallelization across Multiple Processors": [[52, "parallelization-across-multiple-processors"]], "Batching Hamiltonian Terms": [[52, "batching-hamiltonian-terms"]], "Circuit Batching": [[52, "circuit-batching"]], "Quantum Approximate Optimization Algorithm": [[54, "quantum-approximate-optimization-algorithm"]], "Computing Expectation Values": [[48, "computing-expectation-values"]], "Parallelizing across Multiple Processors": [[48, "parallelizing-across-multiple-processors"]], "Working with the CUDA-Q IR": [[57, "working-with-the-cuda-q-ir"]], "Extending CUDA-Q with a new Simulator": [[60, "extending-cuda-q-with-a-new-simulator"]], "CircuitSimulator": [[60, "circuitsimulator"]], "Required Circuit Simulator Subtype Method Overrides": [[60, "id1"]], "Let\u2019s see this in action": [[60, "let-s-see-this-in-action"]], "Installation Guide": [[62, "installation-guide"]], "Extending CUDA-Q": [[58, "extending-cuda-q"]], "Installation from Source": [[61, "installation-from-source"]], "Prerequisites": [[61, "prerequisites"]], "Build Dependencies": [[61, "build-dependencies"]], "CUDA": [[61, "cuda"]], "Toolchain": [[61, "toolchain"]], "Building CUDA-Q": [[61, "building-cuda-q"]], "Python Support": [[61, "python-support"]], "C++ Support": [[61, "c-support"]], "Installation on the Host": [[61, "installation-on-the-host"]], "CUDA Runtime Libraries": [[61, "cuda-runtime-libraries"]], "MPI": [[61, "mpi"]], "Variational Quantum Eigensolver": [[56, "variational-quantum-eigensolver"], [15, "Variational-Quantum-Eigensolver"]], "Local Installation": [[63, "local-installation"]], "Docker": [[63, "docker"]], "Singularity": [[63, "singularity"]], "Python wheels": [[63, "python-wheels"]], "Pre-built binaries": [[63, "pre-built-binaries"]], "Development with VS Code": [[63, "development-with-vs-code"]], "Using a Docker container": [[63, "using-a-docker-container"]], "Using a Singularity container": [[63, "using-a-singularity-container"]], "Connecting to a Remote Host": [[63, "connecting-to-a-remote-host"]], "Developing with Remote Tunnels": [[63, "developing-with-remote-tunnels"]], "Remote Access via SSH": [[63, "remote-access-via-ssh"]], "DGX Cloud": [[63, "dgx-cloud"]], "Get Started": [[63, "get-started"]], "Use JupyterLab": [[63, "use-jupyterlab"]], "Use VS Code": [[63, "use-vs-code"]], "Additional CUDA Tools": [[63, "additional-cuda-tools"]], "Installation via PyPI": [[63, "installation-via-pypi"]], "Installation In Container Images": [[63, "installation-in-container-images"]], "Installing Pre-built Binaries": [[63, "installing-pre-built-binaries"]], "Distributed Computing with MPI": [[63, "distributed-computing-with-mpi"]], "Updating CUDA-Q": [[63, "updating-cuda-q"]], "Dependencies and Compatibility": [[63, "dependencies-and-compatibility"]], "Supported Systems": [[63, "id10"]], "Requirements for GPU Simulation": [[63, "id11"]], "Next Steps": [[63, "next-steps"]], "Create your own CUDA-Q Compiler Pass": [[59, "create-your-own-cuda-q-compiler-pass"]], "Quake Dialect": [[34, "quake-dialect"]], "General Introduction": [[34, "general-introduction"]], "Motivation": [[34, "motivation"]], "NVIDIA Quantum Cloud": [[37, "nvidia-quantum-cloud"]], "Quick Start": [[37, "quick-start"], [68, "quick-start"]], "Simulator Backend Selection": [[37, "simulator-backend-selection"]], "Multiple GPUs": [[37, "multiple-gpus"]], "Simulator Backends": [[37, "id1"]], "Multiple QPUs Asynchronous Execution": [[37, "multiple-qpus-asynchronous-execution"]], "FAQ": [[37, "faq"]], "Multi-Processor Platforms": [[38, "multi-processor-platforms"]], "NVIDIA MQPU Platform": [[38, "nvidia-mqpu-platform"]], "Parallel distribution mode": [[38, "parallel-distribution-mode"]], "Remote MQPU Platform": [[38, "remote-mqpu-platform"]], "Supported Kernel Arguments": [[38, "supported-kernel-arguments"]], "Kernel argument serialization": [[38, "id4"]], "Accessing Simulated Quantum State": [[38, "accessing-simulated-quantum-state"]], "Specifications": [[33, "specifications"]], "CUDA-Q Hardware Backends": [[36, "cuda-q-hardware-backends"]], "Setting Credentials": [[36, "setting-credentials"], [36, "id1"], [36, "id4"], [36, "id7"], [36, "quantinuum-backend"]], "Submission from C++": [[36, "submission-from-c"], [36, "id2"], [36, "id5"], [36, "id8"], [36, "id11"]], "Submission from Python": [[36, "submission-from-python"], [36, "id3"], [36, "id6"], [36, "id9"], [36, "id12"]], "Quantum Types": [[32, "quantum-types"]], "cudaq::qudit": [[32, "cudaq-qudit-levels"]], "cudaq::qubit": [[32, "cudaq-qubit"]], "Quantum Containers": [[32, "quantum-containers"]], "cudaq::qview": [[32, "cudaq-qview-levels-2"]], "cudaq::qvector": [[32, "cudaq-qvector-levels-2"]], "cudaq::qarray": [[32, "cudaq-qarray-n-levels-2"]], "cudaq::qspan (Deprecated. Use cudaq::qview instead.)": [[32, "cudaq-qspan-n-levels-deprecated-use-cudaq-qview-levels-instead"]], "cudaq::qreg (Deprecated. Use cudaq::qvector instead.)": [[32, "cudaq-qreg-n-levels-deprecated-use-cudaq-qvector-levels-instead"]], "CUDA-Q Simulation Backends": [[39, "cuda-q-simulation-backends"]], "State Vector Simulators": [[39, "state-vector-simulators"]], "Features": [[39, "features"]], "Single-GPU": [[39, "single-gpu"]], "Environment variable options supported in single-GPU mode": [[39, "id4"]], "Multi-node multi-GPU": [[39, "multi-node-multi-gpu"], [39, "id2"]], "Additional environment variable options for multi-node multi-GPU mode": [[39, "id5"]], "OpenMP CPU-only": [[39, "openmp-cpu-only"]], "Tensor Network Simulators": [[39, "tensor-network-simulators"]], "Matrix product state": [[39, "matrix-product-state"]], "Default Simulator": [[39, "default-simulator"]], "CUDA-Q Backends": [[35, "cuda-q-backends"]], "Backend Targets": [[35, null]], "Integration with other Software Tools": [[66, "integration-with-other-software-tools"]], "CUDA-Q and CMake": [[64, "cuda-q-and-cmake"]], "Using CUDA and CUDA-Q in a Project": [[65, "using-cuda-and-cuda-q-in-a-project"]], "Install CUDA-Q": [[68, "install-cuda-q"]], "Validate your Installation": [[68, "validate-your-installation"]], "CUDA-Q Versions": [[70, "cuda-q-versions"]], "Integrating with Third-Party Libraries": [[67, "integrating-with-third-party-libraries"]], "Calling a CUDA-Q library from C++": [[67, "calling-a-cuda-q-library-from-c"]], "Calling an C++ library from CUDA-Q": [[67, "calling-an-c-library-from-cuda-q"]], "Interfacing between binaries compiled with a different toolchains": [[67, "interfacing-between-binaries-compiled-with-a-different-toolchains"]], "CUDA-Q Tutorials": [[69, "cuda-q-tutorials"]], "CUDA-Q Releases": [[18, "cuda-q-releases"]], "Quantum Algorithmic Primitives": [[20, "quantum-algorithmic-primitives"]], "cudaq::sample": [[20, "cudaq-sample"]], "cudaq::observe": [[20, "cudaq-observe"]], "cudaq::optimizer (deprecated, functionality moved to CUDA-Q libraries)": [[20, "cudaq-optimizer-deprecated-functionality-moved-to-cuda-q-libraries"]], "cudaq::gradient (deprecated, functionality moved to CUDA-Q libraries)": [[20, "cudaq-gradient-deprecated-functionality-moved-to-cuda-q-libraries"]], "Example Programs": [[23, "example-programs"]], "Hello World - Simple Bell State": [[23, "hello-world-simple-bell-state"]], "GHZ State Preparation and Sampling": [[23, "ghz-state-preparation-and-sampling"]], "Quantum Phase Estimation": [[23, "quantum-phase-estimation"]], "Deuteron Binding Energy Parameter Sweep": [[23, "deuteron-binding-energy-parameter-sweep"]], "Grover\u2019s Algorithm": [[23, "grover-s-algorithm"]], "Iterative Phase Estimation": [[23, "iterative-phase-estimation"]], "Just-in-Time Kernel Creation": [[22, "just-in-time-kernel-creation"]], "Language Specification": [[19, "language-specification"]], "CUDA-Q": [[19, null], [17, "cuda-q"]], "Control Flow": [[21, "control-flow"]], "Water Molecule with Active Space (CPU vs. GPU)": [[16, "Water-Molecule-with-Active-Space-(CPU-vs.-GPU)"]], "A- Classical simulation as a reference: CCSD": [[16, "A--Classical-simulation-as-a-reference:-CCSD"]], "B- VQE-UCCSD:": [[16, "B--VQE-UCCSD:"]], "Divisive Clustering With Coresets Using CUDA-Q": [[4, "Divisive-Clustering-With-Coresets-Using-CUDA-Q"]], "Data preprocessing": [[4, "Data-preprocessing"]], "Quantum functions": [[4, "Quantum-functions"]], "Divisive Clustering Function": [[4, "Divisive-Clustering-Function"]], "QAOA Implementation": [[4, "QAOA-Implementation"]], "Scaling simulations with CUDA-Q": [[4, "Scaling-simulations-with-CUDA-Q"]], "CUDA-Q Python API": [[3, "module-cudaq"]], "Program Construction": [[3, "program-construction"]], "Kernel Execution": [[3, "kernel-execution"]], "Backend Configuration": [[3, "backend-configuration"]], "Data Types": [[3, "data-types"]], "Optimizers": [[3, "optimizers"]], "Gradients": [[3, "gradients"]], "MPI Submodule": [[3, "mpi-submodule"]], "Quantum Operations": [[1, "quantum-operations"]], "Unitary Operations on Qubits": [[1, "unitary-operations-on-qubits"]], "x": [[1, "x"]], "y": [[1, "y"]], "z": [[1, "z"]], "h": [[1, "h"]], "r1": [[1, "r1"]], "rx": [[1, "rx"]], "ry": [[1, "ry"]], "rz": [[1, "rz"]], "s": [[1, "s"]], "t": [[1, "t"]], "swap": [[1, "swap"]], "u3": [[1, "u3"]], "Adjoint and Controlled Operations": [[1, "adjoint-and-controlled-operations"]], "Measurements on Qubits": [[1, "measurements-on-qubits"]], "mz": [[1, "mz"]], "mx": [[1, "mx"]], "my": [[1, "my"]], "User-Defined Custom Operations": [[1, "user-defined-custom-operations"]], "Deutsch\u2019s Algorithm": [[6, "Deutsch's-Algorithm"]], "XOR \\oplus": [[6, "XOR-\\oplus"]], "Quantum oracles": [[6, "Quantum-oracles"]], "Phase oracle": [[6, "Phase-oracle"]], "Quantum parallelism": [[6, "Quantum-parallelism"]], "Deutschs\u2019 Algorithm:": [[6, "Deutschs'-Algorithm:"]], "Code documentation": [[0, "code-documentation"]], "CUDA-Q API": [[0, null]], "Hadamard Test": [[7, "Hadamard-Test"]], "A- Numerical result as a reference:": [[7, "A--Numerical-result-as-a-reference:"]], "B- Using sample algorithmic primitive to sample the ancilla qubit and compute the expectation value.": [[7, "B--Using-sample-algorithmic-primitive-to-sample-the-ancilla-qubit-and-compute-the-expectation-value."]], "C- Use multi-GPUs to compute the matrix elements": [[7, "C--Use-multi-GPUs-to-compute-the-matrix-elements"]], "Diagonalize the matrix using for example Numpy or CuPy. In this example, since we are having 2x2 matrix, we use numpy.": [[7, "Diagonalize-the-matrix-using-for-example-Numpy-or-CuPy.-In-this-example,-since-we-are-having-2x2-matrix,-we-use-numpy."]], "CUDA-Q C++ API": [[2, "cuda-q-c-api"]], "Operators": [[2, "operators"]], "Quantum": [[2, "quantum"]], "Common": [[2, "common"]], "Noise Modeling": [[2, "noise-modeling"]], "Kernel Builder": [[2, "kernel-builder"]], "Algorithms": [[2, "algorithms"]], "Platform": [[2, "platform"]], "Utilities": [[2, "utilities"]], "Namespaces": [[2, "namespaces"]], "Cost Minimization": [[5, "Cost-Minimization"]], "Hybrid Quantum Neural Networks": [[8, "Hybrid-Quantum-Neural-Networks"]], "Max-Cut with QAOA": [[11, "Max-Cut-with-QAOA"]], "Quantum Fourier Transform": [[12, "Quantum-Fourier-Transform"]], "Quantum Fourier Transform revisited": [[12, "Quantum-Fourier-Transform-revisited"]], "Molecular docking via DC-QAOA": [[9, "Molecular-docking-via-DC-QAOA"]], "Visualization": [[14, "Visualization"]], "Qubit Visualization": [[14, "Qubit-Visualization"]], "Kernel Visualization": [[14, "Kernel-Visualization"]], "Readout Error Mitigation": [[13, "Readout-Error-Mitigation"]], "Inverse confusion matrix from single-qubit noise model": [[13, "Inverse-confusion-matrix-from-single-qubit-noise-model"]], "Inverse confusion matrix from k local confusion matrices": [[13, "Inverse-confusion-matrix-from-k-local-confusion-matrices"]], "Inverse of full confusion matrix": [[13, "Inverse-of-full-confusion-matrix"]], "Using CUDA-Q Optimizers": [[15, "Using-CUDA-Q-Optimizers"]], "Integration with Third-Party Optimizers": [[15, "Integration-with-Third-Party-Optimizers"]]}, "indexentries": {"cudaq (c++ type)": [[2, "_CPPv45cudaq"]], "cudaq::basenvcfsimulatorqpu (c++ class)": [[2, "_CPPv4N5cudaq20BaseNvcfSimulatorQPUE"]], "cudaq::baseremoterestqpu (c++ class)": [[2, "_CPPv4N5cudaq17BaseRemoteRESTQPUE"]], "cudaq::baseremotesimulatorqpu (c++ class)": [[2, "_CPPv4N5cudaq22BaseRemoteSimulatorQPUE"]], "cudaq::cusvstate (c++ class)": [[2, "_CPPv4I0EN5cudaq9CusvStateE"]], "cudaq::executioncontext (c++ class)": [[2, "_CPPv4N5cudaq16ExecutionContextE"]], "cudaq::executioncontext::executioncontext (c++ function)": [[2, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringE"], [2, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringENSt6size_tE"]], "cudaq::executioncontext::amplitudemaps (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext13amplitudeMapsE"]], "cudaq::executioncontext::asyncexec (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext9asyncExecE"]], "cudaq::executioncontext::batchiteration (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext14batchIterationE"]], "cudaq::executioncontext::canhandleobserve (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext16canHandleObserveE"]], "cudaq::executioncontext::expectationvalue (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext16expectationValueE"]], "cudaq::executioncontext::futureresult (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext12futureResultE"]], "cudaq::executioncontext::hasconditionalsonmeasureresults (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext31hasConditionalsOnMeasureResultsE"]], "cudaq::executioncontext::invocationresultbuffer (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext22invocationResultBufferE"]], "cudaq::executioncontext::kernelname (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext10kernelNameE"]], "cudaq::executioncontext::kerneltrace (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext11kernelTraceE"]], "cudaq::executioncontext::name (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext4nameE"]], "cudaq::executioncontext::noisemodel (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext10noiseModelE"]], "cudaq::executioncontext::optresult (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext9optResultE"]], "cudaq::executioncontext::overlapcomputestates (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext20overlapComputeStatesE"]], "cudaq::executioncontext::overlapresult (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext13overlapResultE"]], "cudaq::executioncontext::registernames (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext13registerNamesE"]], "cudaq::executioncontext::reorderidx (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext10reorderIdxE"]], "cudaq::executioncontext::result (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext6resultE"]], "cudaq::executioncontext::shots (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext5shotsE"]], "cudaq::executioncontext::simulationstate (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext15simulationStateE"]], "cudaq::executioncontext::spin (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext4spinE"]], "cudaq::executioncontext::totaliterations (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext15totalIterationsE"]], "cudaq::executionresult (c++ struct)": [[2, "_CPPv4N5cudaq15ExecutionResultE"]], "cudaq::executionresult::executionresult (c++ function)": [[2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionary"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryNSt6stringE"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryd"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultENSt6stringE"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultERK15ExecutionResult"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEd"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEv"]], "cudaq::executionresult::appendresult (c++ function)": [[2, "_CPPv4N5cudaq15ExecutionResult12appendResultENSt6stringENSt6size_tE"]], "cudaq::executionresult::deserialize (c++ function)": [[2, "_CPPv4N5cudaq15ExecutionResult11deserializeERNSt6vectorINSt6size_tEEE"]], "cudaq::executionresult::operator= (c++ function)": [[2, "_CPPv4N5cudaq15ExecutionResultaSERK15ExecutionResult"]], "cudaq::executionresult::operator== (c++ function)": [[2, "_CPPv4NK5cudaq15ExecutionResulteqERK15ExecutionResult"]], "cudaq::executionresult::registername (c++ member)": [[2, "_CPPv4N5cudaq15ExecutionResult12registerNameE"]], "cudaq::executionresult::sequentialdata (c++ member)": [[2, "_CPPv4N5cudaq15ExecutionResult14sequentialDataE"]], "cudaq::executionresult::serialize (c++ function)": [[2, "_CPPv4NK5cudaq15ExecutionResult9serializeEv"]], "cudaq::kernelexecutiontask (c++ type)": [[2, "_CPPv4N5cudaq19KernelExecutionTaskE"]], "cudaq::qpu (c++ class)": [[2, "_CPPv4N5cudaq3QPUE"]], "cudaq::qpu::qpu (c++ function)": [[2, "_CPPv4N5cudaq3QPU3QPUENSt6size_tE"], [2, "_CPPv4N5cudaq3QPU3QPUERR3QPU"], [2, "_CPPv4N5cudaq3QPU3QPUEv"]], "cudaq::qpu::enqueue (c++ function)": [[2, "_CPPv4N5cudaq3QPU7enqueueER11QuantumTask"]], "cudaq::qpu::getconnectivity (c++ function)": [[2, "_CPPv4N5cudaq3QPU15getConnectivityEv"]], "cudaq::qpu::getexecutionthreadid (c++ function)": [[2, "_CPPv4NK5cudaq3QPU20getExecutionThreadIdEv"]], "cudaq::qpu::getnumqubits (c++ function)": [[2, "_CPPv4N5cudaq3QPU12getNumQubitsEv"]], "cudaq::qpu::getremotecapabilities (c++ function)": [[2, "_CPPv4NK5cudaq3QPU21getRemoteCapabilitiesEv"]], "cudaq::qpu::isemulated (c++ function)": [[2, "_CPPv4N5cudaq3QPU10isEmulatedEv"]], "cudaq::qpu::issimulator (c++ function)": [[2, "_CPPv4N5cudaq3QPU11isSimulatorEv"]], "cudaq::qpu::launchkernel (c++ function)": [[2, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE"]], "cudaq::qpu::launchserializedcodeexecution (c++ function)": [[2, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE"]], "cudaq::qpu::onrandomseedset (c++ function)": [[2, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE"]], "cudaq::qpu::resetexecutioncontext (c++ function)": [[2, "_CPPv4N5cudaq3QPU21resetExecutionContextEv"]], "cudaq::qpu::setexecutioncontext (c++ function)": [[2, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext"]], "cudaq::qpu::setid (c++ function)": [[2, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE"]], "cudaq::qpu::setshots (c++ function)": [[2, "_CPPv4N5cudaq3QPU8setShotsEi"]], "cudaq::qpu::supportsconditionalfeedback (c++ function)": [[2, "_CPPv4N5cudaq3QPU27supportsConditionalFeedbackEv"]], "cudaq::qpu::~qpu (c++ function)": [[2, "_CPPv4N5cudaq3QPUD0Ev"]], "cudaq::quakevalue (c++ class)": [[2, "_CPPv4N5cudaq10QuakeValueE"]], "cudaq::quakevalue::quakevalue (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE"], [2, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd"]], "cudaq::quakevalue::canvalidatenumelements (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue22canValidateNumElementsEv"]], "cudaq::quakevalue::constantsize (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue12constantSizeEv"]], "cudaq::quakevalue::dump (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue4dumpERNSt7ostreamE"], [2, "_CPPv4N5cudaq10QuakeValue4dumpEv"]], "cudaq::quakevalue::getrequiredelements (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue19getRequiredElementsEv"]], "cudaq::quakevalue::getvalue (c++ function)": [[2, "_CPPv4NK5cudaq10QuakeValue8getValueEv"]], "cudaq::quakevalue::inverse (c++ function)": [[2, "_CPPv4NK5cudaq10QuakeValue7inverseEv"]], "cudaq::quakevalue::isstdvec (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue8isStdVecEv"]], "cudaq::quakevalue::operator* (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuemlEKd"]], "cudaq::quakevalue::operator+ (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValueplEKd"], [2, "_CPPv4N5cudaq10QuakeValueplEKi"]], "cudaq::quakevalue::operator- (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuemiEKd"], [2, "_CPPv4N5cudaq10QuakeValuemiEKi"], [2, "_CPPv4NK5cudaq10QuakeValuemiEv"]], "cudaq::quakevalue::operator/ (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuedvEKd"]], "cudaq::quakevalue::operator[] (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE"], [2, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue"]], "cudaq::quakevalue::size (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue4sizeEv"]], "cudaq::quakevalue::slice (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE"]], "cudaq::quantumtask (c++ type)": [[2, "_CPPv4N5cudaq11QuantumTaskE"]], "cudaq::qubitconnectivity (c++ type)": [[2, "_CPPv4N5cudaq17QubitConnectivityE"]], "cudaq::qubitedge (c++ type)": [[2, "_CPPv4N5cudaq9QubitEdgeE"]], "cudaq::remotecapabilities (c++ struct)": [[2, "_CPPv4N5cudaq18RemoteCapabilitiesE"]], "cudaq::remotecapabilities::remotecapabilities (c++ function)": [[2, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb"]], "cudaq::remotecapabilities::serializedcodeexec (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities18serializedCodeExecE"]], "cudaq::remotecapabilities::stateoverlap (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities12stateOverlapE"]], "cudaq::remotecapabilities::vqe (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities3vqeE"]], "cudaq::remotesimulationstate (c++ class)": [[2, "_CPPv4N5cudaq21RemoteSimulationStateE"]], "cudaq::resources (c++ class)": [[2, "_CPPv4N5cudaq9ResourcesE"]], "cudaq::serializedcodeexecutioncontext (c++ class)": [[2, "_CPPv4N5cudaq30SerializedCodeExecutionContextE"]], "cudaq::simulationstate (c++ class)": [[2, "_CPPv4N5cudaq15SimulationStateE"]], "cudaq::simulationstate::tensor (c++ struct)": [[2, "_CPPv4N5cudaq15SimulationState6TensorE"]], "cudaq::simulationstate::precision (c++ enum)": [[2, "_CPPv4N5cudaq15SimulationState9precisionE"]], "cudaq::simulationstate::precision::fp32 (c++ enumerator)": [[2, "_CPPv4N5cudaq15SimulationState9precision4fp32E"]], "cudaq::simulationstate::precision::fp64 (c++ enumerator)": [[2, "_CPPv4N5cudaq15SimulationState9precision4fp64E"]], "cudaq::tensorstatedata (c++ type)": [[2, "_CPPv4N5cudaq15TensorStateDataE"]], "cudaq::trace (c++ class)": [[2, "_CPPv4N5cudaq5TraceE"]], "cudaq::amplitude_damping_channel (c++ class)": [[2, "_CPPv4N5cudaq25amplitude_damping_channelE"]], "cudaq::async_result (c++ class)": [[2, "_CPPv4I0EN5cudaq12async_resultE"]], "cudaq::async_result::get (c++ function)": [[2, "_CPPv4N5cudaq12async_result3getEv"]], "cudaq::bit_flip_channel (c++ class)": [[2, "_CPPv4N5cudaq16bit_flip_channelE"]], "cudaq::complex (c++ type)": [[2, "_CPPv4N5cudaq7complexE"]], "cudaq::complex_matrix (c++ class)": [[2, "_CPPv4N5cudaq14complex_matrixE"]], "cudaq::complex_matrix::cols (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix4colsEv"]], "cudaq::complex_matrix::complex_matrix (c++ function)": [[2, "_CPPv4N5cudaq14complex_matrix14complex_matrixEKNSt6size_tEKNSt6size_tE"], [2, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE"]], "cudaq::complex_matrix::data (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix4dataEv"]], "cudaq::complex_matrix::dump (c++ function)": [[2, "_CPPv4N5cudaq14complex_matrix4dumpERNSt7ostreamE"], [2, "_CPPv4N5cudaq14complex_matrix4dumpEv"]], "cudaq::complex_matrix::eigenvalues (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix11eigenvaluesEv"]], "cudaq::complex_matrix::eigenvectors (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix12eigenvectorsEv"]], "cudaq::complex_matrix::minimal_eigenvalue (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix18minimal_eigenvalueEv"]], "cudaq::complex_matrix::operator() (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrixclENSt6size_tENSt6size_tE"]], "cudaq::complex_matrix::operator* (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrixmlER14complex_matrix"], [2, "_CPPv4NK5cudaq14complex_matrixmlERNSt6vectorI10value_typeEE"]], "cudaq::complex_matrix::rows (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix4rowsEv"]], "cudaq::complex_matrix::set_zero (c++ function)": [[2, "_CPPv4N5cudaq14complex_matrix8set_zeroEv"]], "cudaq::complex_matrix::value_type (c++ type)": [[2, "_CPPv4N5cudaq14complex_matrix10value_typeE"]], "cudaq::depolarization_channel (c++ class)": [[2, "_CPPv4N5cudaq22depolarization_channelE"]], "cudaq::details (c++ type)": [[2, "_CPPv4N5cudaq7detailsE"]], "cudaq::details::kernelbuildertype (c++ class)": [[2, "_CPPv4N5cudaq7details17KernelBuilderTypeE"]], "cudaq::details::kernelbuildertype::kernelbuildertype (c++ function)": [[2, "_CPPv4N5cudaq7details17KernelBuilderType17KernelBuilderTypeERRNSt8functionIFN4mlir4TypeEPN4mlir11MLIRContextEEEE"]], "cudaq::details::kernelbuildertype::create (c++ function)": [[2, "_CPPv4N5cudaq7details17KernelBuilderType6createEPN4mlir11MLIRContextE"]], "cudaq::details::future (c++ class)": [[2, "_CPPv4N5cudaq7details6futureE"]], "cudaq::details::future::future (c++ function)": [[2, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE"], [2, "_CPPv4N5cudaq7details6future6futureERR6future"], [2, "_CPPv4N5cudaq7details6future6futureEv"]], "cudaq::details::kernel_builder_base (c++ class)": [[2, "_CPPv4N5cudaq7details19kernel_builder_baseE"]], "cudaq::details::kernel_builder_base::operator<< (c++ function)": [[2, "_CPPv4N5cudaq7details19kernel_builder_baselsERNSt7ostreamERK19kernel_builder_base"]], "cudaq::draw (c++ function)": [[2, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args"]], "cudaq::dyn (c++ member)": [[2, "_CPPv4N5cudaq3dynE"]], "cudaq::gradient (c++ class)": [[2, "_CPPv4N5cudaq8gradientE"]], "cudaq::gradient::clone (c++ function)": [[2, "_CPPv4N5cudaq8gradient5cloneEv"]], "cudaq::gradient::compute (c++ function)": [[2, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd"], [2, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd"]], "cudaq::gradient::gradient (c++ function)": [[2, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelT"], [2, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper"], [2, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper"], [2, "_CPPv4N5cudaq8gradient8gradientERRNSt8functionIFvNSt6vectorIdEEEEE"], [2, "_CPPv4N5cudaq8gradient8gradientEv"]], "cudaq::gradient::setargs (c++ function)": [[2, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args"]], "cudaq::gradient::setkernel (c++ function)": [[2, "_CPPv4I0EN5cudaq8gradient9setKernelEvR13QuantumKernel"]], "cudaq::gradients::central_difference (c++ class)": [[2, "_CPPv4N5cudaq9gradients18central_differenceE"]], "cudaq::gradients::central_difference::clone (c++ function)": [[2, "_CPPv4N5cudaq9gradients18central_difference5cloneEv"]], "cudaq::gradients::central_difference::compute (c++ function)": [[2, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd"], [2, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd"]], "cudaq::gradients::central_difference::gradient (c++ function)": [[2, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelT"], [2, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper"], [2, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper"], [2, "_CPPv4N5cudaq9gradients18central_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE"], [2, "_CPPv4N5cudaq9gradients18central_difference8gradientEv"]], "cudaq::gradients::forward_difference (c++ class)": [[2, "_CPPv4N5cudaq9gradients18forward_differenceE"]], "cudaq::gradients::forward_difference::clone (c++ function)": [[2, "_CPPv4N5cudaq9gradients18forward_difference5cloneEv"]], "cudaq::gradients::forward_difference::compute (c++ function)": [[2, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd"], [2, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd"]], "cudaq::gradients::forward_difference::gradient (c++ function)": [[2, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelT"], [2, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper"], [2, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper"], [2, "_CPPv4N5cudaq9gradients18forward_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE"], [2, "_CPPv4N5cudaq9gradients18forward_difference8gradientEv"]], "cudaq::gradients::parameter_shift (c++ class)": [[2, "_CPPv4N5cudaq9gradients15parameter_shiftE"]], "cudaq::gradients::parameter_shift::clone (c++ function)": [[2, "_CPPv4N5cudaq9gradients15parameter_shift5cloneEv"]], "cudaq::gradients::parameter_shift::compute (c++ function)": [[2, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd"], [2, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd"]], "cudaq::gradients::parameter_shift::gradient (c++ function)": [[2, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelT"], [2, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper"], [2, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper"], [2, "_CPPv4N5cudaq9gradients15parameter_shift8gradientERRNSt8functionIFvNSt6vectorIdEEEEE"], [2, "_CPPv4N5cudaq9gradients15parameter_shift8gradientEv"]], "cudaq::kernel_builder (c++ class)": [[2, "_CPPv4IDpEN5cudaq14kernel_builderE"]], "cudaq::kernel_builder::constantval (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder11constantValEd"]], "cudaq::kernel_builder::getarguments (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder12getArgumentsEv"]], "cudaq::kernel_builder::getnumparams (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder12getNumParamsEv"]], "cudaq::kernel_builder::isargstdvec (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder11isArgStdVecENSt6size_tE"]], "cudaq::kernel_builder::kernel_builder (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder14kernel_builderERNSt6vectorIN7details17KernelBuilderTypeEEE"]], "cudaq::kernel_builder::name (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder4nameEv"]], "cudaq::kernel_builder::qalloc (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder6qallocE10QuakeValue"], [2, "_CPPv4N5cudaq14kernel_builder6qallocEKNSt6size_tE"], [2, "_CPPv4N5cudaq14kernel_builder6qallocERNSt6vectorINSt7complexIdEEEE"], [2, "_CPPv4N5cudaq14kernel_builder6qallocEv"]], "cudaq::kernel_builder::swap (c++ function)": [[2, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue"], [2, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue"], [2, "_CPPv4N5cudaq14kernel_builder4swapERK10QuakeValueRK10QuakeValue"]], "cudaq::kraus_channel (c++ class)": [[2, "_CPPv4N5cudaq13kraus_channelE"]], "cudaq::kraus_channel::empty (c++ function)": [[2, "_CPPv4NK5cudaq13kraus_channel5emptyEv"]], "cudaq::kraus_channel::get_ops (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channel7get_opsEv"]], "cudaq::kraus_channel::kraus_channel (c++ function)": [[2, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelERK13kraus_channel"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelERNSt6vectorI8kraus_opEE"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelERRNSt6vectorI8kraus_opEE"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelEv"]], "cudaq::kraus_channel::operator= (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channelaSERK13kraus_channel"]], "cudaq::kraus_channel::operator[] (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channelixEKNSt6size_tE"]], "cudaq::kraus_channel::push_back (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op"]], "cudaq::kraus_channel::size (c++ function)": [[2, "_CPPv4NK5cudaq13kraus_channel4sizeEv"]], "cudaq::kraus_op (c++ struct)": [[2, "_CPPv4N5cudaq8kraus_opE"]], "cudaq::kraus_op::adjoint (c++ function)": [[2, "_CPPv4NK5cudaq8kraus_op7adjointEv"]], "cudaq::kraus_op::data (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op4dataE"]], "cudaq::kraus_op::kraus_op (c++ function)": [[2, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE"], [2, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE"], [2, "_CPPv4N5cudaq8kraus_op8kraus_opERK8kraus_op"]], "cudaq::kraus_op::ncols (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op5nColsE"]], "cudaq::kraus_op::nrows (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op5nRowsE"]], "cudaq::kraus_op::operator= (c++ function)": [[2, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op"]], "cudaq::mpi (c++ type)": [[2, "_CPPv4N5cudaq3mpiE"]], "cudaq::mpi::all_gather (c++ function)": [[2, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE"], [2, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE"]], "cudaq::mpi::all_reduce (c++ function)": [[2, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction"], [2, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func"]], "cudaq::mpi::broadcast (c++ function)": [[2, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi"], [2, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi"]], "cudaq::mpi::finalize (c++ function)": [[2, "_CPPv4N5cudaq3mpi8finalizeEv"]], "cudaq::mpi::initialize (c++ function)": [[2, "_CPPv4N5cudaq3mpi10initializeEiPPc"], [2, "_CPPv4N5cudaq3mpi10initializeEv"]], "cudaq::mpi::is_initialized (c++ function)": [[2, "_CPPv4N5cudaq3mpi14is_initializedEv"]], "cudaq::mpi::num_ranks (c++ function)": [[2, "_CPPv4N5cudaq3mpi9num_ranksEv"]], "cudaq::mpi::rank (c++ function)": [[2, "_CPPv4N5cudaq3mpi4rankEv"]], "cudaq::noise_model (c++ class)": [[2, "_CPPv4N5cudaq11noise_modelE"]], "cudaq::noise_model::add_channel (c++ function)": [[2, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel"], [2, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel"]], "cudaq::noise_model::empty (c++ function)": [[2, "_CPPv4NK5cudaq11noise_model5emptyEv"]], "cudaq::noise_model::get_channels (c++ function)": [[2, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEE"], [2, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEE"]], "cudaq::noise_model::noise_model (c++ function)": [[2, "_CPPv4N5cudaq11noise_model11noise_modelEv"]], "cudaq::num_available_gpus (c++ function)": [[2, "_CPPv4N5cudaq18num_available_gpusEv"]], "cudaq::observe_result (c++ class)": [[2, "_CPPv4N5cudaq14observe_resultE"]], "cudaq::observe_result::counts (c++ function)": [[2, "_CPPv4I0EN5cudaq14observe_result6countsE13sample_result10SpinOpType"]], "cudaq::observe_result::dump (c++ function)": [[2, "_CPPv4N5cudaq14observe_result4dumpEv"]], "cudaq::observe_result::expectation (c++ function)": [[2, "_CPPv4I0EN5cudaq14observe_result11expectationEd10SpinOpType"], [2, "_CPPv4N5cudaq14observe_result11expectationEv"]], "cudaq::observe_result::id_coefficient (c++ function)": [[2, "_CPPv4N5cudaq14observe_result14id_coefficientEv"]], "cudaq::observe_result::observe_result (c++ function)": [[2, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op"], [2, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result"]], "cudaq::observe_result::operator double (c++ function)": [[2, "_CPPv4N5cudaq14observe_resultcvdEv"]], "cudaq::observe_result::raw_data (c++ function)": [[2, "_CPPv4N5cudaq14observe_result8raw_dataEv"]], "cudaq::optimizable_function (c++ class)": [[2, "_CPPv4N5cudaq20optimizable_functionE"]], "cudaq::optimization_result (c++ type)": [[2, "_CPPv4N5cudaq19optimization_resultE"]], "cudaq::optimizer (c++ class)": [[2, "_CPPv4N5cudaq9optimizerE"]], "cudaq::optimizer::optimize (c++ function)": [[2, "_CPPv4N5cudaq9optimizer8optimizeEKiRR20optimizable_function"]], "cudaq::optimizer::requiresgradients (c++ function)": [[2, "_CPPv4N5cudaq9optimizer17requiresGradientsEv"]], "cudaq::phase_flip_channel (c++ class)": [[2, "_CPPv4N5cudaq18phase_flip_channelE"]], "cudaq::qreg (c++ class)": [[2, "_CPPv4I_NSt6size_tE_NSt6size_tE0EN5cudaq4qregE"]], "cudaq::qreg::back (c++ function)": [[2, "_CPPv4N5cudaq4qreg4backENSt6size_tE"], [2, "_CPPv4N5cudaq4qreg4backEv"]], "cudaq::qreg::begin (c++ function)": [[2, "_CPPv4N5cudaq4qreg5beginEv"]], "cudaq::qreg::clear (c++ function)": [[2, "_CPPv4N5cudaq4qreg5clearEv"]], "cudaq::qreg::front (c++ function)": [[2, "_CPPv4N5cudaq4qreg5frontENSt6size_tE"], [2, "_CPPv4N5cudaq4qreg5frontEv"]], "cudaq::qreg::operator[] (c++ function)": [[2, "_CPPv4N5cudaq4qregixEKNSt6size_tE"]], "cudaq::qreg::size (c++ function)": [[2, "_CPPv4NK5cudaq4qreg4sizeEv"]], "cudaq::qreg::slice (c++ function)": [[2, "_CPPv4N5cudaq4qreg5sliceENSt6size_tENSt6size_tE"]], "cudaq::qreg::value_type (c++ type)": [[2, "_CPPv4N5cudaq4qreg10value_typeE"]], "cudaq::qspan (c++ class)": [[2, "_CPPv4I_NSt6size_tE_NSt6size_tEEN5cudaq5qspanE"]], "cudaq::quantum_platform (c++ class)": [[2, "_CPPv4N5cudaq16quantum_platformE"]], "cudaq::quantum_platform::clear_shots (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform11clear_shotsEv"]], "cudaq::quantum_platform::connectivity (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform12connectivityEv"]], "cudaq::quantum_platform::enqueueasynctask (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tER19KernelExecutionTask"], [2, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tERNSt8functionIFvvEEE"]], "cudaq::quantum_platform::getlogstream (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform12getLogStreamEv"]], "cudaq::quantum_platform::get_current_qpu (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform15get_current_qpuEv"]], "cudaq::quantum_platform::get_exec_ctx (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform12get_exec_ctxEv"]], "cudaq::quantum_platform::get_num_qubits (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsENSt6size_tE"], [2, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsEv"]], "cudaq::quantum_platform::get_remote_capabilities (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform23get_remote_capabilitiesEKNSt6size_tE"]], "cudaq::quantum_platform::get_shots (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9get_shotsEv"]], "cudaq::quantum_platform::is_emulated (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform11is_emulatedEKNSt6size_tE"]], "cudaq::quantum_platform::is_remote (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9is_remoteEKNSt6size_tE"]], "cudaq::quantum_platform::is_simulator (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform12is_simulatorEKNSt6size_tE"]], "cudaq::quantum_platform::launchvqe (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE"]], "cudaq::quantum_platform::list_platforms (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform14list_platformsEv"]], "cudaq::quantum_platform::name (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform4nameEv"]], "cudaq::quantum_platform::num_qpus (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform8num_qpusEv"]], "cudaq::quantum_platform::onrandomseedset (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform15onRandomSeedSetENSt6size_tE"]], "cudaq::quantum_platform::resetlogstream (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform14resetLogStreamEv"]], "cudaq::quantum_platform::reset_exec_ctx (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform14reset_exec_ctxENSt6size_tE"]], "cudaq::quantum_platform::reset_noise (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform11reset_noiseEv"]], "cudaq::quantum_platform::setlogstream (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform12setLogStreamERNSt7ostreamE"]], "cudaq::quantum_platform::settargetbackend (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform16setTargetBackendERKNSt6stringE"]], "cudaq::quantum_platform::set_current_qpu (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform15set_current_qpuEKNSt6size_tE"]], "cudaq::quantum_platform::set_exec_ctx (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform12set_exec_ctxEPN5cudaq16ExecutionContextENSt6size_tE"]], "cudaq::quantum_platform::set_noise (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9set_noiseEPK11noise_model"]], "cudaq::quantum_platform::set_shots (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9set_shotsEi"]], "cudaq::quantum_platform::supports_conditional_feedback (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform29supports_conditional_feedbackEKNSt6size_tE"]], "cudaq::quantum_platform::supports_task_distribution (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform26supports_task_distributionEv"]], "cudaq::qubit (c++ type)": [[2, "_CPPv4N5cudaq5qubitE"]], "cudaq::qudit (c++ class)": [[2, "_CPPv4I_NSt6size_tEEN5cudaq5quditE"]], "cudaq::qudit::qudit (c++ function)": [[2, "_CPPv4N5cudaq5qudit5quditEv"]], "cudaq::qvector (c++ class)": [[2, "_CPPv4I_NSt6size_tEEN5cudaq7qvectorE"]], "cudaq::qvector::back (c++ function)": [[2, "_CPPv4N5cudaq7qvector4backENSt6size_tE"], [2, "_CPPv4N5cudaq7qvector4backEv"]], "cudaq::qvector::begin (c++ function)": [[2, "_CPPv4N5cudaq7qvector5beginEv"]], "cudaq::qvector::clear (c++ function)": [[2, "_CPPv4N5cudaq7qvector5clearEv"]], "cudaq::qvector::end (c++ function)": [[2, "_CPPv4N5cudaq7qvector3endEv"]], "cudaq::qvector::front (c++ function)": [[2, "_CPPv4N5cudaq7qvector5frontENSt6size_tE"], [2, "_CPPv4N5cudaq7qvector5frontEv"]], "cudaq::qvector::operator= (c++ function)": [[2, "_CPPv4N5cudaq7qvectoraSERK7qvector"]], "cudaq::qvector::operator[] (c++ function)": [[2, "_CPPv4N5cudaq7qvectorixEKNSt6size_tE"]], "cudaq::qvector::qvector (c++ function)": [[2, "_CPPv4N5cudaq7qvector7qvectorENSt6size_tE"], [2, "_CPPv4N5cudaq7qvector7qvectorERK5state"], [2, "_CPPv4N5cudaq7qvector7qvectorERK7qvector"], [2, "_CPPv4N5cudaq7qvector7qvectorERKNSt6vectorI7complexEEb"], [2, "_CPPv4N5cudaq7qvector7qvectorERR7qvector"]], "cudaq::qvector::size (c++ function)": [[2, "_CPPv4NK5cudaq7qvector4sizeEv"]], "cudaq::qvector::slice (c++ function)": [[2, "_CPPv4N5cudaq7qvector5sliceENSt6size_tENSt6size_tE"]], "cudaq::qvector::value_type (c++ type)": [[2, "_CPPv4N5cudaq7qvector10value_typeE"]], "cudaq::qview (c++ class)": [[2, "_CPPv4I_NSt6size_tEEN5cudaq5qviewE"]], "cudaq::qview::value_type (c++ type)": [[2, "_CPPv4N5cudaq5qview10value_typeE"]], "cudaq::range (c++ function)": [[2, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType"], [2, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType"], [2, "_CPPv4N5cudaq5rangeENSt6size_tE"]], "cudaq::real (c++ type)": [[2, "_CPPv4N5cudaq4realE"]], "cudaq::registry (c++ type)": [[2, "_CPPv4N5cudaq8registryE"]], "cudaq::registry::registeredtype (c++ class)": [[2, "_CPPv4I0EN5cudaq8registry14RegisteredTypeE"]], "cudaq::sample_result (c++ class)": [[2, "_CPPv4N5cudaq13sample_resultE"]], "cudaq::sample_result::append (c++ function)": [[2, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult"]], "cudaq::sample_result::begin (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5beginEv"], [2, "_CPPv4NK5cudaq13sample_result5beginEv"]], "cudaq::sample_result::cbegin (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result6cbeginEv"]], "cudaq::sample_result::cend (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result4cendEv"]], "cudaq::sample_result::clear (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5clearEv"]], "cudaq::sample_result::count (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE"]], "cudaq::sample_result::deserialize (c++ function)": [[2, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE"]], "cudaq::sample_result::dump (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE"], [2, "_CPPv4NK5cudaq13sample_result4dumpEv"]], "cudaq::sample_result::end (c++ function)": [[2, "_CPPv4N5cudaq13sample_result3endEv"], [2, "_CPPv4NK5cudaq13sample_result3endEv"]], "cudaq::sample_result::exp_val_z (c++ function)": [[2, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE"]], "cudaq::sample_result::expectation (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE"]], "cudaq::sample_result::get_marginal (c++ function)": [[2, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE"], [2, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE"]], "cudaq::sample_result::has_even_parity (c++ function)": [[2, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE"]], "cudaq::sample_result::has_expectation (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE"]], "cudaq::sample_result::most_probable (c++ function)": [[2, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE"]], "cudaq::sample_result::operator+= (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultpLERK13sample_result"]], "cudaq::sample_result::operator= (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultaSER13sample_result"]], "cudaq::sample_result::operator== (c++ function)": [[2, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result"]], "cudaq::sample_result::probability (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE"]], "cudaq::sample_result::register_names (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result14register_namesEv"]], "cudaq::sample_result::reorder (c++ function)": [[2, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE"]], "cudaq::sample_result::sample_result (c++ function)": [[2, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERK13sample_result"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult"], [2, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE"], [2, "_CPPv4N5cudaq13sample_result13sample_resultEv"]], "cudaq::sample_result::serialize (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result9serializeEv"]], "cudaq::sample_result::size (c++ function)": [[2, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE"]], "cudaq::sample_result::to_map (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE"]], "cudaq::sample_result::~sample_result (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultD0Ev"]], "cudaq::set_noise (c++ function)": [[2, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE"]], "cudaq::set_random_seed (c++ function)": [[2, "_CPPv4N5cudaq15set_random_seedENSt6size_tE"]], "cudaq::simulation_precision (c++ enum)": [[2, "_CPPv4N5cudaq20simulation_precisionE"]], "cudaq::simulation_precision::fp32 (c++ enumerator)": [[2, "_CPPv4N5cudaq20simulation_precision4fp32E"]], "cudaq::simulation_precision::fp64 (c++ enumerator)": [[2, "_CPPv4N5cudaq20simulation_precision4fp64E"]], "cudaq::spin_op (c++ class)": [[2, "_CPPv4N5cudaq7spin_opE"]], "cudaq::spin_op::begin (c++ function)": [[2, "_CPPv4N5cudaq7spin_op5beginEv"], [2, "_CPPv4NK5cudaq7spin_op5beginEv"]], "cudaq::spin_op::csr_spmatrix (c++ type)": [[2, "_CPPv4N5cudaq7spin_op12csr_spmatrixE"]], "cudaq::spin_op::distribute_terms (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE"]], "cudaq::spin_op::dump (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op4dumpEv"]], "cudaq::spin_op::end (c++ function)": [[2, "_CPPv4N5cudaq7spin_op3endEv"], [2, "_CPPv4NK5cudaq7spin_op3endEv"]], "cudaq::spin_op::for_each_pauli (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op14for_each_pauliERRNSt8functionIFv5pauliNSt6size_tEEEE"]], "cudaq::spin_op::for_each_term (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op13for_each_termERRNSt8functionIFvR7spin_opEEE"]], "cudaq::spin_op::from_word (c++ function)": [[2, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE"]], "cudaq::spin_op::getdatarepresentation (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op21getDataRepresentationEv"]], "cudaq::spin_op::getdatatuple (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op12getDataTupleEv"]], "cudaq::spin_op::get_coefficient (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op15get_coefficientEv"]], "cudaq::spin_op::get_raw_data (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op12get_raw_dataEv"]], "cudaq::spin_op::is_identity (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op11is_identityEv"]], "cudaq::spin_op::iterator (c++ struct)": [[2, "_CPPv4I0EN5cudaq7spin_op8iteratorE"]], "cudaq::spin_op::num_qubits (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op10num_qubitsEv"]], "cudaq::spin_op::num_terms (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9num_termsEv"]], "cudaq::spin_op::operator*= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_opmLEKd"], [2, "_CPPv4N5cudaq7spin_opmLERK7spin_op"]], "cudaq::spin_op::operator+= (c++ function)": [[2, "_CPPv4N5cudaq7spin_oppLERK7spin_op"]], "cudaq::spin_op::operator-= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opmIERK7spin_op"]], "cudaq::spin_op::operator= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opaSERK7spin_op"]], "cudaq::spin_op::operator== (c++ function)": [[2, "_CPPv4NK5cudaq7spin_opeqERK7spin_op"]], "cudaq::spin_op::random (c++ function)": [[2, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj"]], "cudaq::spin_op::spin_op (c++ function)": [[2, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opEv"]], "cudaq::spin_op::spin_op_term (c++ type)": [[2, "_CPPv4N5cudaq7spin_op12spin_op_termE"]], "cudaq::spin_op::to_matrix (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9to_matrixEv"]], "cudaq::spin_op::to_sparse_matrix (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op16to_sparse_matrixEv"]], "cudaq::spin_op::to_string (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9to_stringEb"]], "cudaq::spin_op::~spin_op (c++ function)": [[2, "_CPPv4N5cudaq7spin_opD0Ev"]], "cudaq::state (c++ class)": [[2, "_CPPv4N5cudaq5stateE"]], "cudaq::state::amplitude (c++ function)": [[2, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE"]], "cudaq::state::amplitudes (c++ function)": [[2, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE"]], "cudaq::state::dump (c++ function)": [[2, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE"], [2, "_CPPv4NK5cudaq5state4dumpEv"]], "cudaq::state::from_data (c++ function)": [[2, "_CPPv4N5cudaq5state9from_dataERK10state_data"]], "cudaq::state::get_num_qubits (c++ function)": [[2, "_CPPv4NK5cudaq5state14get_num_qubitsEv"]], "cudaq::state::get_num_tensors (c++ function)": [[2, "_CPPv4NK5cudaq5state15get_num_tensorsEv"]], "cudaq::state::get_precision (c++ function)": [[2, "_CPPv4NK5cudaq5state13get_precisionEv"]], "cudaq::state::get_tensor (c++ function)": [[2, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE"]], "cudaq::state::get_tensors (c++ function)": [[2, "_CPPv4NK5cudaq5state11get_tensorsEv"]], "cudaq::state::is_on_gpu (c++ function)": [[2, "_CPPv4NK5cudaq5state9is_on_gpuEv"]], "cudaq::state::operator() (c++ function)": [[2, "_CPPv4N5cudaq5stateclENSt6size_tENSt6size_tE"], [2, "_CPPv4N5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE"]], "cudaq::state::operator= (c++ function)": [[2, "_CPPv4N5cudaq5stateaSERR5state"]], "cudaq::state::operator[] (c++ function)": [[2, "_CPPv4N5cudaq5stateixENSt6size_tE"]], "cudaq::state::overlap (c++ function)": [[2, "_CPPv4N5cudaq5state7overlapERK5state"]], "cudaq::state::state (c++ function)": [[2, "_CPPv4N5cudaq5state5stateEP15SimulationState"], [2, "_CPPv4N5cudaq5state5stateERK5state"]], "cudaq::state::to_host (c++ function)": [[2, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE"]], "cudaq::state_data (c++ type)": [[2, "_CPPv4N5cudaq10state_dataE"]], "cudaq::tensor (c++ type)": [[2, "_CPPv4N5cudaq6tensorE"]], "cudaq::unset_noise (c++ function)": [[2, "_CPPv4N5cudaq11unset_noiseEv"]], "nvqir::mpssimulationstate (c++ class)": [[2, "_CPPv4N5nvqir18MPSSimulationStateE"]], "nvqir::tensornetsimulationstate (c++ class)": [[2, "_CPPv4N5nvqir24TensorNetSimulationStateE"]], "amplitudedampingchannel (class in cudaq)": [[3, "cudaq.AmplitudeDampingChannel"]], "asyncobserveresult (class in cudaq)": [[3, "cudaq.AsyncObserveResult"]], "asyncsampleresult (class in cudaq)": [[3, "cudaq.AsyncSampleResult"]], "asyncstateresult (class in cudaq)": [[3, "cudaq.AsyncStateResult"]], "bitflipchannel (class in cudaq)": [[3, "cudaq.BitFlipChannel"]], "cobyla (class in cudaq.optimizers)": [[3, "cudaq.optimizers.COBYLA"]], "centraldifference (class in cudaq.gradients)": [[3, "cudaq.gradients.CentralDifference"]], "complexmatrix (class in cudaq)": [[3, "cudaq.ComplexMatrix"]], "depolarizationchannel (class in cudaq)": [[3, "cudaq.DepolarizationChannel"]], "forwarddifference (class in cudaq.gradients)": [[3, "cudaq.gradients.ForwardDifference"]], "gradientdescent (class in cudaq.optimizers)": [[3, "cudaq.optimizers.GradientDescent"]], "kernel (in module cudaq)": [[3, "cudaq.Kernel"]], "krauschannel (class in cudaq)": [[3, "cudaq.KrausChannel"]], "krausoperator (class in cudaq)": [[3, "cudaq.KrausOperator"]], "lbfgs (class in cudaq.optimizers)": [[3, "cudaq.optimizers.LBFGS"]], "neldermead (class in cudaq.optimizers)": [[3, "cudaq.optimizers.NelderMead"]], "noisemodel (class in cudaq)": [[3, "cudaq.NoiseModel"]], "observeresult (class in cudaq)": [[3, "cudaq.ObserveResult"]], "optimizationresult (class in cudaq)": [[3, "cudaq.OptimizationResult"]], "parametershift (class in cudaq.gradients)": [[3, "cudaq.gradients.ParameterShift"]], "phaseflipchannel (class in cudaq)": [[3, "cudaq.PhaseFlipChannel"]], "pykernel (class in cudaq)": [[3, "cudaq.PyKernel"]], "pykerneldecorator (class in cudaq)": [[3, "cudaq.PyKernelDecorator"]], "quakevalue (class in cudaq)": [[3, "cudaq.QuakeValue"]], "sampleresult (class in cudaq)": [[3, "cudaq.SampleResult"]], "simulationprecision (class in cudaq)": [[3, "cudaq.SimulationPrecision"]], "spinoperator (class in cudaq)": [[3, "cudaq.SpinOperator"]], "state (class in cudaq)": [[3, "cudaq.State"]], "target (class in cudaq)": [[3, "cudaq.Target"]], "tensor (class in cudaq)": [[3, "cudaq.Tensor"]], "__add__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__add__"]], "__add__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__add__"]], "__call__() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.__call__"]], "__eq__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__eq__"]], "__getitem__() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.__getitem__"]], "__getitem__() (cudaq.krauschannel method)": [[3, "cudaq.KrausChannel.__getitem__"]], "__getitem__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__getitem__"]], "__getitem__() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.__getitem__"]], "__init__() (cudaq.amplitudedampingchannel method)": [[3, "cudaq.AmplitudeDampingChannel.__init__"]], "__init__() (cudaq.bitflipchannel method)": [[3, "cudaq.BitFlipChannel.__init__"]], "__init__() (cudaq.depolarizationchannel method)": [[3, "cudaq.DepolarizationChannel.__init__"]], "__init__() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.__init__"]], "__init__() (cudaq.phaseflipchannel method)": [[3, "cudaq.PhaseFlipChannel.__init__"]], "__iter__() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.__iter__"]], "__iter__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__iter__"]], "__len__() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.__len__"]], "__mul__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__mul__"]], "__mul__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__mul__"]], "__neg__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__neg__"]], "__radd__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__radd__"]], "__radd__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__radd__"]], "__rmul__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__rmul__"]], "__rmul__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__rmul__"]], "__rsub__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__rsub__"]], "__rsub__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__rsub__"]], "__str__() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.__str__"]], "__str__() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.__str__"]], "__sub__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__sub__"]], "__sub__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__sub__"]], "add_channel() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.add_channel"]], "all_gather() (in module cudaq.mpi)": [[3, "cudaq.mpi.all_gather"]], "amplitude() (cudaq.state method)": [[3, "cudaq.State.amplitude"]], "amplitudes() (cudaq.state method)": [[3, "cudaq.State.amplitudes"]], "append() (cudaq.krauschannel method)": [[3, "cudaq.KrausChannel.append"]], "argument_count (cudaq.pykernel attribute)": [[3, "cudaq.PyKernel.argument_count"]], "arguments (cudaq.pykernel attribute)": [[3, "cudaq.PyKernel.arguments"]], "broadcast() (in module cudaq.mpi)": [[3, "cudaq.mpi.broadcast"]], "clear() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.clear"]], "col_count (cudaq.krausoperator property)": [[3, "cudaq.KrausOperator.col_count"]], "compile() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.compile"]], "compute() (cudaq.gradients.centraldifference method)": [[3, "cudaq.gradients.CentralDifference.compute"]], "compute() (cudaq.gradients.forwarddifference method)": [[3, "cudaq.gradients.ForwardDifference.compute"]], "compute() (cudaq.gradients.parametershift method)": [[3, "cudaq.gradients.ParameterShift.compute"]], "count() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.count"]], "counts() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.counts"]], "cudaq": [[3, "module-cudaq"]], "description (cudaq.target property)": [[3, "cudaq.Target.description"]], "distribute_terms() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.distribute_terms"]], "draw() (in module cudaq)": [[3, "cudaq.draw"]], "dump() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.dump"]], "dump() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.dump"]], "dump() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.dump"]], "dump() (cudaq.state method)": [[3, "cudaq.State.dump"]], "expectation() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.expectation"]], "expectation() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.expectation"]], "expectation_z() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.expectation_z"]], "expectation_z() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.expectation_z"]], "finalize() (in module cudaq.mpi)": [[3, "cudaq.mpi.finalize"]], "for_each_pauli() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.for_each_pauli"]], "for_each_term() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.for_each_term"]], "from_data() (cudaq.state static method)": [[3, "cudaq.State.from_data"]], "from_json() (cudaq.pykerneldecorator static method)": [[3, "cudaq.PyKernelDecorator.from_json"]], "from_json() (cudaq.spinoperator static method)": [[3, "cudaq.SpinOperator.from_json"]], "from_json() (cudaq.gradients.centraldifference static method)": [[3, "cudaq.gradients.CentralDifference.from_json"]], "from_json() (cudaq.gradients.forwarddifference static method)": [[3, "cudaq.gradients.ForwardDifference.from_json"]], "from_json() (cudaq.gradients.parametershift static method)": [[3, "cudaq.gradients.ParameterShift.from_json"]], "from_json() (cudaq.optimizers.cobyla static method)": [[3, "cudaq.optimizers.COBYLA.from_json"]], "from_json() (cudaq.optimizers.gradientdescent static method)": [[3, "cudaq.optimizers.GradientDescent.from_json"]], "from_json() (cudaq.optimizers.lbfgs static method)": [[3, "cudaq.optimizers.LBFGS.from_json"]], "from_json() (cudaq.optimizers.neldermead static method)": [[3, "cudaq.optimizers.NelderMead.from_json"]], "from_word() (cudaq.spinoperator static method)": [[3, "cudaq.SpinOperator.from_word"]], "get() (cudaq.asyncobserveresult method)": [[3, "cudaq.AsyncObserveResult.get"]], "get() (cudaq.asyncsampleresult method)": [[3, "cudaq.AsyncSampleResult.get"]], "get() (cudaq.asyncstateresult method)": [[3, "cudaq.AsyncStateResult.get"]], "gettensor() (cudaq.state method)": [[3, "cudaq.State.getTensor"]], "gettensors() (cudaq.state method)": [[3, "cudaq.State.getTensors"]], "get_channels() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.get_channels"]], "get_coefficient() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.get_coefficient"]], "get_marginal_counts() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.get_marginal_counts"]], "get_precision() (cudaq.target method)": [[3, "cudaq.Target.get_precision"]], "get_qubit_count() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.get_qubit_count"]], "get_raw_data() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.get_raw_data"]], "get_register_counts() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.get_register_counts"]], "get_sequential_data() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.get_sequential_data"]], "get_spin() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.get_spin"]], "get_state() (in module cudaq)": [[3, "cudaq.get_state"]], "get_state_async() (in module cudaq)": [[3, "cudaq.get_state_async"]], "get_target() (in module cudaq)": [[3, "cudaq.get_target"]], "get_targets() (in module cudaq)": [[3, "cudaq.get_targets"]], "get_term_count() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.get_term_count"]], "gradient (class in cudaq.gradients)": [[3, "cudaq.gradients.gradient"]], "has_target() (in module cudaq)": [[3, "cudaq.has_target"]], "initial_parameters (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.initial_parameters"]], "initial_parameters (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.initial_parameters"]], "initial_parameters (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.initial_parameters"]], "initial_parameters (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.initial_parameters"]], "initialize() (in module cudaq.mpi)": [[3, "cudaq.mpi.initialize"]], "initialize_cudaq() (in module cudaq)": [[3, "cudaq.initialize_cudaq"]], "is_emulated() (cudaq.target method)": [[3, "cudaq.Target.is_emulated"]], "is_identity() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.is_identity"]], "is_initialized() (in module cudaq.mpi)": [[3, "cudaq.mpi.is_initialized"]], "is_on_gpu() (cudaq.state method)": [[3, "cudaq.State.is_on_gpu"]], "is_remote() (cudaq.target method)": [[3, "cudaq.Target.is_remote"]], "items() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.items"]], "kernel() (in module cudaq)": [[3, "cudaq.kernel"]], "lower_bounds (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.lower_bounds"]], "lower_bounds (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.lower_bounds"]], "lower_bounds (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.lower_bounds"]], "lower_bounds (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.lower_bounds"]], "make_kernel() (in module cudaq)": [[3, "cudaq.make_kernel"]], "max_iterations (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.max_iterations"]], "max_iterations (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.max_iterations"]], "max_iterations (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.max_iterations"]], "max_iterations (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.max_iterations"]], "minimal_eigenvalue() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.minimal_eigenvalue"]], "module": [[3, "module-cudaq"]], "most_probable() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.most_probable"]], "name (cudaq.pykernel attribute)": [[3, "cudaq.PyKernel.name"]], "name (cudaq.simulationprecision property)": [[3, "cudaq.SimulationPrecision.name"]], "name (cudaq.target property)": [[3, "cudaq.Target.name"]], "num_available_gpus() (in module cudaq)": [[3, "cudaq.num_available_gpus"]], "num_qpus() (cudaq.target method)": [[3, "cudaq.Target.num_qpus"]], "num_qubits() (cudaq.state method)": [[3, "cudaq.State.num_qubits"]], "num_ranks() (in module cudaq.mpi)": [[3, "cudaq.mpi.num_ranks"]], "observe() (in module cudaq)": [[3, "cudaq.observe"]], "observe_async() (in module cudaq)": [[3, "cudaq.observe_async"]], "optimize() (cudaq.optimizers.cobyla method)": [[3, "cudaq.optimizers.COBYLA.optimize"]], "optimize() (cudaq.optimizers.gradientdescent method)": [[3, "cudaq.optimizers.GradientDescent.optimize"]], "optimize() (cudaq.optimizers.lbfgs method)": [[3, "cudaq.optimizers.LBFGS.optimize"]], "optimize() (cudaq.optimizers.neldermead method)": [[3, "cudaq.optimizers.NelderMead.optimize"]], "optimizer (class in cudaq.optimizers)": [[3, "cudaq.optimizers.optimizer"]], "overlap() (cudaq.state method)": [[3, "cudaq.State.overlap"]], "platform (cudaq.target property)": [[3, "cudaq.Target.platform"]], "probability() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.probability"]], "qreg (in module cudaq)": [[3, "cudaq.qreg"]], "qubit (class in cudaq)": [[3, "cudaq.qubit"]], "qvector (class in cudaq)": [[3, "cudaq.qvector"]], "random() (cudaq.spinoperator static method)": [[3, "cudaq.SpinOperator.random"]], "rank() (in module cudaq.mpi)": [[3, "cudaq.mpi.rank"]], "register_names (cudaq.sampleresult attribute)": [[3, "cudaq.SampleResult.register_names"]], "requires_gradients() (cudaq.optimizers.cobyla method)": [[3, "cudaq.optimizers.COBYLA.requires_gradients"]], "requires_gradients() (cudaq.optimizers.gradientdescent method)": [[3, "cudaq.optimizers.GradientDescent.requires_gradients"]], "requires_gradients() (cudaq.optimizers.lbfgs method)": [[3, "cudaq.optimizers.LBFGS.requires_gradients"]], "requires_gradients() (cudaq.optimizers.neldermead method)": [[3, "cudaq.optimizers.NelderMead.requires_gradients"]], "reset_target() (in module cudaq)": [[3, "cudaq.reset_target"]], "row_count (cudaq.krausoperator property)": [[3, "cudaq.KrausOperator.row_count"]], "sample() (in module cudaq)": [[3, "cudaq.sample"]], "sample_async() (in module cudaq)": [[3, "cudaq.sample_async"]], "serialize() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.serialize"]], "set_noise() (in module cudaq)": [[3, "cudaq.set_noise"]], "set_random_seed() (in module cudaq)": [[3, "cudaq.set_random_seed"]], "set_target() (in module cudaq)": [[3, "cudaq.set_target"]], "simulator (cudaq.target property)": [[3, "cudaq.Target.simulator"]], "slice() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.slice"]], "spin.i() (in module cudaq)": [[3, "cudaq.spin.i"]], "spin.x() (in module cudaq)": [[3, "cudaq.spin.x"]], "spin.y() (in module cudaq)": [[3, "cudaq.spin.y"]], "spin.z() (in module cudaq)": [[3, "cudaq.spin.z"]], "to_json() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.to_json"]], "to_json() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.to_json"]], "to_json() (cudaq.gradients.centraldifference method)": [[3, "cudaq.gradients.CentralDifference.to_json"]], "to_json() (cudaq.gradients.forwarddifference method)": [[3, "cudaq.gradients.ForwardDifference.to_json"]], "to_json() (cudaq.gradients.parametershift method)": [[3, "cudaq.gradients.ParameterShift.to_json"]], "to_json() (cudaq.optimizers.cobyla method)": [[3, "cudaq.optimizers.COBYLA.to_json"]], "to_json() (cudaq.optimizers.gradientdescent method)": [[3, "cudaq.optimizers.GradientDescent.to_json"]], "to_json() (cudaq.optimizers.lbfgs method)": [[3, "cudaq.optimizers.LBFGS.to_json"]], "to_json() (cudaq.optimizers.neldermead method)": [[3, "cudaq.optimizers.NelderMead.to_json"]], "to_matrix() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.to_matrix"]], "to_sparse_matrix() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.to_sparse_matrix"]], "to_string() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.to_string"]], "translate() (in module cudaq)": [[3, "cudaq.translate"]], "type_to_str() (cudaq.pykerneldecorator static method)": [[3, "cudaq.PyKernelDecorator.type_to_str"]], "unset_noise() (in module cudaq)": [[3, "cudaq.unset_noise"]], "upper_bounds (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.upper_bounds"]], "upper_bounds (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.upper_bounds"]], "upper_bounds (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.upper_bounds"]], "upper_bounds (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.upper_bounds"]], "values() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.values"]], "vqe() (in module cudaq)": [[3, "cudaq.vqe"]]}}) \ No newline at end of file diff --git a/pr-2053/sphinx/releases.rst b/pr-2053/sphinx/releases.rst index e9ac3adfad..6a8a353462 100644 --- a/pr-2053/sphinx/releases.rst +++ b/pr-2053/sphinx/releases.rst @@ -10,6 +10,37 @@ The latest version of CUDA-Q is on the main branch of our `GitHub repository `__ - `Examples `__ +**0.8.0** + +The 0.8.0 release adds a range of changes to improve the ease of use and performance with CUDA-Q. +The changes listed below highlight some of what we think will be the most useful features and changes +to know about. While the listed changes do not capture all of the great contributions, we would like +to extend many thanks for every contribution, in particular those from external contributors. + +- `Docker image `__ +- `Python wheel `__ +- `C++ installer `__ +- `Documentation `__ +- `Examples `__ + +The full change log can be found `here `__. + +**0.7.1** + +The 0.7.1 release adds simulator optimizations with significant performance improvements and +extends their functionalities. The `nvidia-mgpu` backend now supports user customization of the +gate fusion level as controlled by the `CUDAQ_MGPU_FUSE` environment variable documented +`here `__. +It furthermore adds a range of bug fixes and changes the Python wheel installation instructions. + +- `Docker image `__ +- `Python wheel `__ +- `C++ installer `__ +- `Documentation `__ +- `Examples `__ + +The full change log can be found `here `__. + **0.7.0** The 0.7.0 release adds support for using :doc:`NVIDIA Quantum Cloud `, @@ -19,13 +50,13 @@ Check out our `documentation `__ to learn more about the new setup and its performance benefits. -- `Docker image `__ -- `Python wheel `__ -- `C++ installer `__ +- `Docker image `__ +- `Python wheel `__ +- `C++ installer `__ - `Documentation `__ - `Examples `__ -The full change log can be found `here `__. +The full change log can be found `here `__. **0.6.0**