From 87a5b4066caee87802e27cccde8a012ba9ef2b5a Mon Sep 17 00:00:00 2001 From: cuda-quantum-bot Date: Thu, 29 Aug 2024 07:03:52 +0000 Subject: [PATCH] Docs preview for PR #2168. --- pr-2168/CMakeLists.txt | 1 + pr-2168/api/languages/python_api.html | 2 +- .../python/tutorials/deutschs_algorithm.html | 4 +- .../python/tutorials/visualization.html | 8 +- .../python/tutorials/visualization.ipynb | 163 ++++++++---------- pr-2168/searchindex.js | 2 +- .../sphinx/examples/python/noise_callback.py | 14 +- 7 files changed, 91 insertions(+), 103 deletions(-) diff --git a/pr-2168/CMakeLists.txt b/pr-2168/CMakeLists.txt index 35c9acbe74..06199626e0 100644 --- a/pr-2168/CMakeLists.txt +++ b/pr-2168/CMakeLists.txt @@ -141,6 +141,7 @@ if (CUDAQ_ENABLE_PYTHON) add_pycudaq_test(DepolarizingNoise noise_depolarization.py) add_pycudaq_test(PhaseFlipNoise noise_phase_flip.py) add_pycudaq_test(KrausNoise noise_kraus_operator.py) + add_pycudaq_test(NoiseCallback noise_callback.py) if (CUTENSORNET_ROOT AND CUDA_FOUND) # This example uses tensornet backend. diff --git a/pr-2168/api/languages/python_api.html b/pr-2168/api/languages/python_api.html index f22c28c0b1..a0e511d657 100644 --- a/pr-2168/api/languages/python_api.html +++ b/pr-2168/api/languages/python_api.html @@ -2102,7 +2102,7 @@

Data Typesstatic random()
-random(qubit_count: int, term_count: int, seed: int = 2159244455) cudaq.mlir._mlir_libs._quakeDialects.cudaq_runtime.SpinOperator
+random(qubit_count: int, term_count: int, seed: int = 2234582172) 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-2168/examples/python/tutorials/deutschs_algorithm.html b/pr-2168/examples/python/tutorials/deutschs_algorithm.html index 7f4c2331ff..9e221de6eb 100644 --- a/pr-2168/examples/python/tutorials/deutschs_algorithm.html +++ b/pr-2168/examples/python/tutorials/deutschs_algorithm.html @@ -656,7 +656,7 @@

XOR \(\oplus\)

Quantum oracles

-

faac30849bb14ce78cad5fc917f0789d

+

8b43efa8886a4280b06963920f85f00c

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:

@@ -704,7 +704,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.

-

9b8ef9ef6e4d47d1a666de48419c929c

+

4a2a8896d2894b0ab27c72efa8995ce8

\[\ket{\psi_0} = \ket{01} \tag{1}\]
diff --git a/pr-2168/examples/python/tutorials/visualization.html b/pr-2168/examples/python/tutorials/visualization.html index 56d3958f17..e4e8e16576 100644 --- a/pr-2168/examples/python/tutorials/visualization.html +++ b/pr-2168/examples/python/tutorials/visualization.html @@ -627,16 +627,16 @@

Qubit Visualization━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.0/28.0 MB 47.2 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.0/28.0 MB 62.7 MB/s eta 0:00:00 Requirement already satisfied: matplotlib>=3.5 in /usr/local/lib/python3.10/dist-packages (3.9.2) +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: numpy>=1.22 in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (1.26.4) -Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (24.1) +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: pillow>=8 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (10.4.0) 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: 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: pillow>=8 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (10.4.0) -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: cycler>=0.10 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (0.12.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: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil>=2.7->matplotlib>=3.5) (1.16.0) diff --git a/pr-2168/examples/python/tutorials/visualization.ipynb b/pr-2168/examples/python/tutorials/visualization.ipynb index aadd0e50b8..66a5293b1a 100644 --- a/pr-2168/examples/python/tutorials/visualization.ipynb +++ b/pr-2168/examples/python/tutorials/visualization.ipynb @@ -37,10 +37,10 @@ "execution_count": 1, "metadata": { "execution": { - "iopub.execute_input": "2024-08-28T22:49:34.472362Z", - "iopub.status.busy": "2024-08-28T22:49:34.472156Z", - "iopub.status.idle": "2024-08-28T22:49:37.834995Z", - "shell.execute_reply": "2024-08-28T22:49:37.834103Z" + "iopub.execute_input": "2024-08-29T06:20:58.853737Z", + "iopub.status.busy": "2024-08-29T06:20:58.853587Z", + "iopub.status.idle": "2024-08-29T06:21:01.992689Z", + "shell.execute_reply": "2024-08-29T06:21:01.992180Z" }, "scrolled": true }, @@ -72,7 +72,8 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.2/28.0 MB\u001b[0m \u001b[31m6.1 MB/s\u001b[0m eta \u001b[36m0:00:05\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\r", + "\u001b[2K \u001b[91m━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.8/28.0 MB\u001b[0m \u001b[31m12.5 MB/s\u001b[0m eta \u001b[36m0:00:03\u001b[0m" ] }, { @@ -80,8 +81,7 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.7/28.0 MB\u001b[0m \u001b[31m10.5 MB/s\u001b[0m eta \u001b[36m0:00:03\u001b[0m\r", - "\u001b[2K \u001b[91m━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.3/28.0 MB\u001b[0m \u001b[31m12.5 MB/s\u001b[0m eta \u001b[36m0:00:03\u001b[0m" + "\u001b[2K \u001b[91m━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.5/28.0 MB\u001b[0m \u001b[31m14.7 MB/s\u001b[0m eta \u001b[36m0:00:02\u001b[0m" ] }, { @@ -89,7 +89,8 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.9/28.0 MB\u001b[0m \u001b[31m14.3 MB/s\u001b[0m eta \u001b[36m0:00:02\u001b[0m" + "\u001b[2K \u001b[91m━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.3/28.0 MB\u001b[0m \u001b[31m16.9 MB/s\u001b[0m eta \u001b[36m0:00:02\u001b[0m\r", + "\u001b[2K \u001b[91m━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m3.3/28.0 MB\u001b[0m \u001b[31m19.2 MB/s\u001b[0m eta \u001b[36m0:00:02\u001b[0m" ] }, { @@ -97,8 +98,7 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.7/28.0 MB\u001b[0m \u001b[31m15.7 MB/s\u001b[0m eta \u001b[36m0:00:02\u001b[0m\r", - "\u001b[2K \u001b[91m━━━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m3.6/28.0 MB\u001b[0m \u001b[31m17.5 MB/s\u001b[0m eta \u001b[36m0:00:02\u001b[0m" + "\u001b[2K \u001b[91m━━━━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m4.3/28.0 MB\u001b[0m \u001b[31m21.2 MB/s\u001b[0m eta \u001b[36m0:00:02\u001b[0m" ] }, { @@ -106,7 +106,8 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m4.6/28.0 MB\u001b[0m \u001b[31m19.3 MB/s\u001b[0m eta \u001b[36m0:00:02\u001b[0m" + "\u001b[2K \u001b[91m━━━━━━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m5.6/28.0 MB\u001b[0m \u001b[31m23.6 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[32m7.2/28.0 MB\u001b[0m \u001b[31m26.1 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" ] }, { @@ -114,8 +115,7 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━━━━━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m5.9/28.0 MB\u001b[0m \u001b[31m21.5 MB/s\u001b[0m eta \u001b[36m0:00:02\u001b[0m\r", - "\u001b[2K \u001b[91m━━━━━━━━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m7.3/28.0 MB\u001b[0m \u001b[31m23.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[32m9.1/28.0 MB\u001b[0m \u001b[31m29.5 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" ] }, { @@ -123,7 +123,8 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m8.9/28.0 MB\u001b[0m \u001b[31m25.9 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[32m11.4/28.0 MB\u001b[0m \u001b[31m39.4 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[32m14.0/28.0 MB\u001b[0m \u001b[31m54.2 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" ] }, { @@ -131,8 +132,7 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m10.8/28.0 MB\u001b[0m \u001b[31m32.2 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m13.2/28.0 MB\u001b[0m \u001b[31m44.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[32m17.2/28.0 MB\u001b[0m \u001b[31m71.7 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" ] }, { @@ -140,7 +140,8 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m15.8/28.0 MB\u001b[0m \u001b[31m56.7 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[32m21.1/28.0 MB\u001b[0m \u001b[31m93.5 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[32m25.8/28.0 MB\u001b[0m \u001b[31m119.0 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" ] }, { @@ -148,7 +149,7 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━\u001b[0m \u001b[32m19.0/28.0 MB\u001b[0m \u001b[31m71.8 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[31m131.7 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" ] }, { @@ -156,48 +157,24 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━\u001b[0m \u001b[32m22.7/28.0 MB\u001b[0m \u001b[31m89.9 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━\u001b[0m \u001b[32m26.9/28.0 MB\u001b[0m \u001b[31m111.5 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m \u001b[32m28.0/28.0 MB\u001b[0m \u001b[31m116.8 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m \u001b[32m28.0/28.0 MB\u001b[0m \u001b[31m116.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[31m116.8 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\r", - "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m28.0/28.0 MB\u001b[0m \u001b[31m47.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.2)\r\n" + "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m \u001b[32m28.0/28.0 MB\u001b[0m \u001b[31m131.7 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r", + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m28.0/28.0 MB\u001b[0m \u001b[31m62.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\r\n", + "\u001b[?25h" ] }, { "name": "stdout", "output_type": "stream", "text": [ + "Requirement already satisfied: matplotlib>=3.5 in /usr/local/lib/python3.10/dist-packages (3.9.2)\r\n", + "Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (24.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: numpy>=1.22 in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (1.26.4)\r\n", - "Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (24.1)\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: pillow>=8 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (10.4.0)\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: 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: pillow>=8 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (10.4.0)\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: cycler>=0.10 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (0.12.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" ] @@ -261,10 +238,10 @@ "execution_count": 2, "metadata": { "execution": { - "iopub.execute_input": "2024-08-28T22:49:37.837780Z", - "iopub.status.busy": "2024-08-28T22:49:37.837407Z", - "iopub.status.idle": "2024-08-28T22:49:39.084025Z", - "shell.execute_reply": "2024-08-28T22:49:39.082883Z" + "iopub.execute_input": "2024-08-29T06:21:01.995641Z", + "iopub.status.busy": "2024-08-29T06:21:01.995334Z", + "iopub.status.idle": "2024-08-29T06:21:03.193237Z", + "shell.execute_reply": "2024-08-29T06:21:03.192432Z" } }, "outputs": [], @@ -296,10 +273,10 @@ "execution_count": 3, "metadata": { "execution": { - "iopub.execute_input": "2024-08-28T22:49:39.087738Z", - "iopub.status.busy": "2024-08-28T22:49:39.086827Z", - "iopub.status.idle": "2024-08-28T22:49:39.263801Z", - "shell.execute_reply": "2024-08-28T22:49:39.262709Z" + "iopub.execute_input": "2024-08-29T06:21:03.196030Z", + "iopub.status.busy": "2024-08-29T06:21:03.195825Z", + "iopub.status.idle": "2024-08-29T06:21:03.369345Z", + "shell.execute_reply": "2024-08-29T06:21:03.368356Z" } }, "outputs": [], @@ -324,10 +301,10 @@ "execution_count": 4, "metadata": { "execution": { - "iopub.execute_input": "2024-08-28T22:49:39.266492Z", - "iopub.status.busy": "2024-08-28T22:49:39.266313Z", - "iopub.status.idle": "2024-08-28T22:49:39.509176Z", - "shell.execute_reply": "2024-08-28T22:49:39.508552Z" + "iopub.execute_input": "2024-08-29T06:21:03.372045Z", + "iopub.status.busy": "2024-08-29T06:21:03.371591Z", + "iopub.status.idle": "2024-08-29T06:21:03.589106Z", + "shell.execute_reply": "2024-08-29T06:21:03.588508Z" } }, "outputs": [ @@ -358,10 +335,10 @@ "execution_count": 5, "metadata": { "execution": { - "iopub.execute_input": "2024-08-28T22:49:39.512059Z", - "iopub.status.busy": "2024-08-28T22:49:39.511748Z", - "iopub.status.idle": "2024-08-28T22:49:39.765019Z", - "shell.execute_reply": "2024-08-28T22:49:39.764496Z" + "iopub.execute_input": "2024-08-29T06:21:03.591756Z", + "iopub.status.busy": "2024-08-29T06:21:03.591382Z", + "iopub.status.idle": "2024-08-29T06:21:03.839619Z", + "shell.execute_reply": "2024-08-29T06:21:03.839004Z" } }, "outputs": [ @@ -392,10 +369,10 @@ "execution_count": 6, "metadata": { "execution": { - "iopub.execute_input": "2024-08-28T22:49:39.767340Z", - "iopub.status.busy": "2024-08-28T22:49:39.766923Z", - "iopub.status.idle": "2024-08-28T22:49:40.079315Z", - "shell.execute_reply": "2024-08-28T22:49:40.078651Z" + "iopub.execute_input": "2024-08-29T06:21:03.842249Z", + "iopub.status.busy": "2024-08-29T06:21:03.842004Z", + "iopub.status.idle": "2024-08-29T06:21:04.158094Z", + "shell.execute_reply": "2024-08-29T06:21:04.157498Z" } }, "outputs": [ @@ -426,10 +403,10 @@ "execution_count": 7, "metadata": { "execution": { - "iopub.execute_input": "2024-08-28T22:49:40.082208Z", - "iopub.status.busy": "2024-08-28T22:49:40.081952Z", - "iopub.status.idle": "2024-08-28T22:49:40.545934Z", - "shell.execute_reply": "2024-08-28T22:49:40.545439Z" + "iopub.execute_input": "2024-08-29T06:21:04.161002Z", + "iopub.status.busy": "2024-08-29T06:21:04.160546Z", + "iopub.status.idle": "2024-08-29T06:21:04.580543Z", + "shell.execute_reply": "2024-08-29T06:21:04.579396Z" } }, "outputs": [ @@ -460,10 +437,10 @@ "execution_count": 8, "metadata": { "execution": { - "iopub.execute_input": "2024-08-28T22:49:40.548736Z", - "iopub.status.busy": "2024-08-28T22:49:40.548277Z", - "iopub.status.idle": "2024-08-28T22:49:40.557619Z", - "shell.execute_reply": "2024-08-28T22:49:40.557228Z" + "iopub.execute_input": "2024-08-29T06:21:04.583680Z", + "iopub.status.busy": "2024-08-29T06:21:04.582940Z", + "iopub.status.idle": "2024-08-29T06:21:04.663488Z", + "shell.execute_reply": "2024-08-29T06:21:04.663097Z" } }, "outputs": [], @@ -489,10 +466,10 @@ "execution_count": 9, "metadata": { "execution": { - "iopub.execute_input": "2024-08-28T22:49:40.562179Z", - "iopub.status.busy": "2024-08-28T22:49:40.561728Z", - "iopub.status.idle": "2024-08-28T22:49:40.706396Z", - "shell.execute_reply": "2024-08-28T22:49:40.705823Z" + "iopub.execute_input": "2024-08-29T06:21:04.666767Z", + "iopub.status.busy": "2024-08-29T06:21:04.665888Z", + "iopub.status.idle": "2024-08-29T06:21:04.794573Z", + "shell.execute_reply": "2024-08-29T06:21:04.794040Z" } }, "outputs": [ @@ -532,10 +509,10 @@ "execution_count": 10, "metadata": { "execution": { - "iopub.execute_input": "2024-08-28T22:49:40.709324Z", - "iopub.status.busy": "2024-08-28T22:49:40.708905Z", - "iopub.status.idle": "2024-08-28T22:49:40.720657Z", - "shell.execute_reply": "2024-08-28T22:49:40.720169Z" + "iopub.execute_input": "2024-08-29T06:21:04.796832Z", + "iopub.status.busy": "2024-08-29T06:21:04.796423Z", + "iopub.status.idle": "2024-08-29T06:21:04.807074Z", + "shell.execute_reply": "2024-08-29T06:21:04.806658Z" } }, "outputs": [], @@ -562,10 +539,10 @@ "execution_count": 11, "metadata": { "execution": { - "iopub.execute_input": "2024-08-28T22:49:40.722949Z", - "iopub.status.busy": "2024-08-28T22:49:40.722489Z", - "iopub.status.idle": "2024-08-28T22:49:40.797269Z", - "shell.execute_reply": "2024-08-28T22:49:40.796626Z" + "iopub.execute_input": "2024-08-29T06:21:04.809445Z", + "iopub.status.busy": "2024-08-29T06:21:04.809021Z", + "iopub.status.idle": "2024-08-29T06:21:04.879689Z", + "shell.execute_reply": "2024-08-29T06:21:04.879316Z" } }, "outputs": [ @@ -595,10 +572,10 @@ "execution_count": 12, "metadata": { "execution": { - "iopub.execute_input": "2024-08-28T22:49:40.799276Z", - "iopub.status.busy": "2024-08-28T22:49:40.798828Z", - "iopub.status.idle": "2024-08-28T22:49:40.802355Z", - "shell.execute_reply": "2024-08-28T22:49:40.801847Z" + "iopub.execute_input": "2024-08-29T06:21:04.881556Z", + "iopub.status.busy": "2024-08-29T06:21:04.881411Z", + "iopub.status.idle": "2024-08-29T06:21:04.884901Z", + "shell.execute_reply": "2024-08-29T06:21:04.884393Z" } }, "outputs": [ diff --git a/pr-2168/searchindex.js b/pr-2168/searchindex.js index ec7ae08f51..8754f36342 100644 --- a/pr-2168/searchindex.js +++ b/pr-2168/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/H2-MRQKS", "examples/python/tutorials/Shors", "examples/python/tutorials/afqmc", "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/H2-MRQKS.ipynb", "examples/python/tutorials/Shors.ipynb", "examples/python/tutorials/afqmc.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", "Multi-Reference Quantum Krylov Algorithm (H2 Example)", "Factoring Integers With Shor\u2019s Algorithm", "Quantum Enhanced Auxiliary Field Quantum Monte Carlo", "Cost Minimization", "Deutsch\u2019s Algorithm", "Hadamard Test and Application", "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, 5, 7, 14, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 40, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 66, 67, 68, 71, 73], "python": [0, 1, 2, 4, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 34, 35, 40, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 59, 63, 70, 71, 72, 73], "quantum": [0, 3, 10, 13, 14, 16, 17, 19, 20, 21, 22, 24, 25, 28, 34, 36, 37, 38, 39, 42, 44, 45, 46, 49, 50, 51, 53, 55, 56, 60, 63, 64, 66, 67, 68, 70, 71, 73], "oper": [0, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 20, 22, 23, 25, 26, 27, 28, 32, 34, 35, 36, 37, 39, 40, 42, 44, 46, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 64, 66, 71], "cuda": [1, 8, 9, 11, 12, 13, 14, 15, 17, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 40, 41, 47, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 69], "q": [1, 8, 9, 10, 11, 13, 14, 15, 17, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 40, 41, 47, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 69], "provid": [1, 2, 3, 4, 6, 7, 13, 15, 16, 18, 20, 22, 23, 25, 28, 30, 31, 33, 34, 35, 37, 39, 40, 41, 42, 45, 49, 50, 51, 53, 54, 56, 59, 60, 62, 63, 64, 66, 67, 70], "default": [1, 2, 3, 12, 17, 23, 27, 30, 35, 39, 40, 41, 46, 49, 52, 53, 59, 60, 63, 64, 66, 68, 70, 71], "set": [1, 2, 3, 4, 7, 8, 9, 11, 14, 16, 17, 20, 23, 25, 27, 30, 37, 40, 41, 42, 44, 46, 48, 49, 52, 56, 57, 59, 64, 66, 70, 71], "These": [1, 2, 6, 13, 14, 22, 27, 30, 34, 35, 37, 38, 40, 41, 42, 60, 64, 66], "can": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 73], "us": [1, 2, 3, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 23, 24, 25, 26, 27, 30, 31, 33, 34, 37, 39, 40, 41, 42, 44, 45, 46, 48, 50, 51, 53, 55, 57, 58, 59, 60, 62, 63, 64, 67, 70, 71, 73], "kernel": [1, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 26, 28, 30, 31, 32, 33, 34, 35, 36, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 68, 70, 71, 73], "librari": [1, 2, 6, 11, 12, 17, 18, 20, 21, 22, 27, 29, 34, 35, 42, 51, 60, 62, 63, 66, 68, 69, 73], "sinc": [1, 2, 6, 7, 9, 14, 15, 16, 35, 38, 41, 42, 45, 51, 52, 55, 59, 60, 66, 67, 70], "intrins": [1, 27, 34, 35, 37], "nativ": [1, 22, 28, 30, 31, 67], "support": [1, 2, 3, 7, 16, 17, 20, 21, 22, 27, 28, 30, 32, 35, 39, 45, 46, 49, 52, 53, 56, 57, 58, 59, 62, 70, 71, 73], "specif": [1, 2, 3, 4, 20, 23, 27, 29, 30, 31, 32, 35, 37, 39, 40, 41, 42, 45, 46, 53, 58, 60, 63, 64, 66, 68, 70], "target": [1, 2, 3, 4, 9, 10, 11, 13, 14, 17, 19, 21, 23, 30, 33, 37, 39, 40, 41, 42, 46, 48, 49, 51, 52, 54, 56, 58, 60, 62, 63, 64, 66, 71, 73], "depend": [1, 3, 4, 6, 9, 14, 23, 28, 37, 40, 41, 42, 48, 59, 70, 71], "backend": [1, 2, 4, 8, 20, 21, 23, 41, 46, 48, 49, 52, 55, 56, 60, 63, 64, 66, 70, 71, 73], "architectur": [1, 2, 11, 20, 22, 28, 37, 39, 41, 52, 55, 58, 63, 64, 66, 71], "nvq": [1, 23, 26, 39, 40, 41, 42, 46, 49, 51, 52, 53, 54, 56, 59, 60, 63, 66, 67, 68, 70, 71], "compil": [1, 2, 3, 4, 22, 23, 26, 27, 28, 32, 34, 35, 39, 40, 41, 42, 46, 49, 51, 52, 53, 54, 56, 59, 60, 63, 64, 66, 67, 68, 71], "automat": [1, 28, 39, 41, 42, 52, 59, 64, 66, 70], "decompos": [1, 7], "appropri": [1, 2, 4, 9, 15, 22, 30, 41, 64, 66], "The": [1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 46, 48, 49, 51, 52, 53, 55, 56, 57, 58, 59, 60, 62, 63, 64, 66, 68, 70, 71, 73], "section": [1, 6, 9, 15, 25, 41, 42, 64, 66, 70, 71], "list": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 16, 17, 18, 19, 21, 23, 27, 38, 39, 40, 42, 48, 52, 55, 57, 58, 59, 64, 66, 70, 71, 73], "implement": [1, 2, 3, 6, 7, 9, 13, 14, 15, 22, 23, 28, 29, 30, 32, 34, 35, 37, 39, 42, 52, 53, 57, 60, 62, 63, 64, 66, 70], "transform": [1, 7, 9, 11, 19, 20, 22, 26, 60, 62], "state": [1, 2, 3, 4, 5, 7, 8, 9, 10, 13, 14, 15, 16, 17, 18, 21, 23, 27, 28, 30, 35, 37, 40, 44, 46, 48, 49, 51, 52, 53, 55, 56, 57, 59, 63, 64, 70, 71, 73], "ar": [1, 2, 3, 4, 6, 7, 9, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 27, 28, 30, 32, 34, 35, 36, 37, 39, 40, 41, 42, 45, 46, 50, 51, 52, 53, 55, 58, 59, 60, 63, 64, 66, 68, 70, 71, 73], "templat": [1, 2, 18, 23, 25, 26, 27, 30, 34, 35, 52, 53, 60, 62, 63, 68, 70], "argument": [1, 2, 3, 4, 9, 14, 16, 17, 23, 25, 27, 34, 35, 39, 44, 46, 51, 54, 55, 59, 60, 63, 66, 70], "allow": [1, 2, 3, 4, 7, 8, 9, 11, 21, 23, 25, 27, 28, 42, 44, 45, 46, 54, 55, 56, 58, 59, 60, 62, 66, 67, 73], "invok": [1, 2, 3, 23, 25, 27, 32, 39, 42, 53, 60, 70], "version": [1, 3, 6, 7, 11, 14, 15, 20, 21, 23, 32, 38, 39, 40, 41, 42, 46, 60, 63, 64, 66, 67, 70, 71], "see": [1, 2, 3, 4, 6, 8, 9, 15, 17, 21, 23, 25, 27, 35, 37, 38, 39, 40, 41, 42, 44, 46, 48, 53, 55, 56, 57, 58, 60, 62, 64, 66, 67, 68, 70, 71, 73], "addition": [1, 6, 21, 66, 73], "overload": [1, 3, 23, 30, 31, 35, 37], "broadcast": [1, 2, 3, 14, 30], "singl": [1, 2, 3, 4, 5, 7, 15, 17, 18, 23, 26, 27, 28, 30, 35, 39, 40, 41, 46, 51, 52, 53, 55, 56, 58, 59, 60, 70], "across": [1, 2, 3, 9, 21, 30, 40, 41, 42, 52, 64, 66, 73], "vector": [1, 2, 3, 4, 5, 7, 8, 11, 17, 23, 25, 26, 27, 30, 33, 35, 37, 40, 41, 48, 49, 52, 53, 54, 55, 57, 59, 63, 64], "For": [1, 2, 3, 4, 6, 7, 9, 14, 15, 16, 17, 21, 23, 25, 30, 37, 39, 40, 41, 42, 44, 45, 46, 47, 48, 52, 54, 55, 57, 58, 59, 63, 64, 66, 68, 70, 71, 73], "exampl": [1, 3, 4, 6, 7, 8, 9, 11, 13, 14, 15, 17, 20, 21, 22, 23, 25, 30, 36, 37, 39, 40, 41, 42, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 62, 63, 64, 66, 67, 68, 70, 71, 73], "cudaq": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 24, 25, 26, 27, 29, 32, 33, 34, 39, 40, 41, 42, 44, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 66, 67, 70, 71], "qvector": [1, 2, 3, 4, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 23, 26, 27, 30, 34, 40, 41, 44, 46, 48, 49, 51, 52, 54, 55, 57, 58, 59, 60, 70, 71], "flip": [1, 2, 3, 8, 13, 16, 56, 58], "each": [1, 2, 3, 4, 9, 10, 14, 15, 16, 17, 21, 23, 25, 28, 33, 37, 39, 40, 41, 42, 46, 52, 55, 56, 57, 58, 59, 60, 64, 66, 70, 71, 73], "thi": [1, 2, 3, 4, 6, 7, 9, 10, 12, 13, 14, 15, 16, 17, 19, 22, 23, 25, 26, 27, 28, 29, 30, 32, 35, 37, 39, 40, 41, 42, 44, 46, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 64, 66, 67, 68, 70, 71], "pauli": [1, 2, 3, 4, 5, 10, 12, 14, 23, 31, 46, 58, 59], "matrix": [1, 2, 3, 5, 7, 10, 13, 14, 17, 21, 38, 40, 56, 58, 63, 73], "It": [1, 2, 4, 9, 15, 16, 17, 20, 21, 23, 30, 35, 37, 41, 46, 56, 58, 60, 63, 66, 68, 71, 73], "i": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 43, 46, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 66, 67, 68, 70, 71, 73], "also": [1, 2, 3, 4, 6, 9, 13, 15, 16, 17, 18, 21, 23, 27, 31, 39, 40, 41, 42, 44, 45, 46, 52, 55, 58, 59, 60, 62, 63, 64, 66, 68, 71, 73], "known": [1, 2, 6, 27, 53, 60], "NOT": [1, 23, 30, 58], "gate": [1, 2, 3, 4, 6, 8, 9, 11, 13, 14, 15, 16, 17, 21, 30, 34, 35, 37, 39, 42, 44, 48, 53, 54, 56, 59, 63, 73], "appli": [1, 2, 3, 6, 9, 11, 13, 14, 15, 16, 23, 26, 27, 30, 34, 37, 40, 41, 44, 48, 53, 54, 56, 58, 59, 60, 63], "0": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 25, 26, 27, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 44, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 63, 64, 66, 68, 70, 71, 73], "1": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 39, 40, 41, 42, 44, 46, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 63, 64, 66, 70, 71, 73], "rotat": [1, 3, 4, 6, 13, 14, 15, 16, 17, 30, 31, 44, 51, 56, 59, 63], "\u03c0": [1, 56], "about": [1, 2, 4, 6, 9, 16, 17, 18, 21, 23, 37, 40, 41, 42, 45, 46, 52, 55, 56, 64, 66, 68, 69, 70, 71, 73], "axi": [1, 11, 17, 18, 56], "enabl": [1, 2, 3, 4, 15, 22, 23, 25, 27, 28, 30, 32, 33, 34, 35, 38, 41, 42, 45, 46, 51, 52, 55, 60, 63, 64, 66, 70, 71], "one": [1, 2, 3, 4, 6, 7, 8, 9, 14, 15, 17, 21, 23, 25, 26, 28, 30, 33, 37, 39, 40, 41, 42, 47, 51, 52, 54, 55, 58, 59, 60, 62, 63, 64, 66, 70, 71, 73], "creat": [1, 2, 3, 4, 6, 13, 14, 15, 16, 17, 18, 20, 23, 25, 31, 34, 39, 40, 41, 45, 46, 52, 53, 55, 56, 57, 59, 60, 61, 63, 64, 66, 67, 68, 70, 71], "superposit": [1, 9, 14, 17, 23, 26, 35, 41, 44, 46, 48, 56, 57, 58], "comput": [1, 2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 25, 26, 27, 33, 35, 37, 40, 41, 42, 45, 46, 50, 55, 57, 59, 63, 64, 68, 70, 71], "basi": [1, 2, 3, 5, 7, 13, 15, 16, 19, 35, 40, 41, 56, 58, 59], "sqrt": [1, 3, 5, 9, 10, 13, 15, 16, 17, 26, 56, 58, 71], "2": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 37, 39, 40, 41, 42, 46, 48, 51, 52, 54, 55, 56, 57, 58, 59, 60, 64, 66, 68, 70, 71, 73], "an": [1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 20, 21, 23, 25, 27, 28, 30, 31, 33, 34, 35, 37, 39, 40, 41, 42, 44, 46, 48, 49, 51, 52, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 66, 68, 71, 72, 73], "arbitrari": [1, 2, 3, 39, 54, 70], "\u03bb": 1, "exp": [1, 2, 5, 6, 26, 31], "i\u03bb": 1, "math": [1, 6, 7, 9, 40], "pi": [1, 4, 6, 10, 11, 12, 14, 15, 17, 18, 26, 27, 32, 34, 39, 40, 52, 57], "std": [1, 2, 3, 23, 25, 26, 27, 30, 31, 33, 34, 35, 40, 41, 46, 48, 52, 53, 55, 57, 59, 62, 63, 68, 70], "number": [1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 23, 26, 31, 33, 35, 37, 39, 40, 41, 42, 44, 46, 48, 49, 51, 52, 53, 54, 55, 58, 59, 60, 63, 66, 71], "\u03b8": 1, "co": [1, 15, 17], "isin": 1, "sin": [1, 15, 17], "its": [1, 2, 3, 4, 7, 8, 9, 12, 13, 14, 15, 16, 21, 22, 23, 33, 35, 37, 40, 41, 42, 46, 48, 53, 57, 58, 59, 60, 63, 64, 66, 70, 71, 72, 73], "4": [1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 39, 40, 41, 42, 52, 55, 57, 59, 60, 64, 66, 70, 73], "i\u03c0": 1, "two": [1, 2, 3, 4, 6, 7, 9, 10, 12, 13, 14, 16, 17, 28, 37, 39, 41, 46, 51, 52, 54, 56, 58, 66, 70], "qubit_1": [1, 9, 14], "qubit_2": 1, "univers": [1, 4, 40, 58], "three": [1, 6, 16, 28, 39, 40, 51], "paramet": [1, 2, 3, 4, 5, 6, 8, 11, 12, 14, 18, 19, 23, 27, 30, 35, 39, 40, 44, 49, 51, 52, 53, 55, 57, 59, 63, 64], "euler": 1, "angl": [1, 2, 3, 6, 8, 10, 15, 16, 17, 26, 27, 30, 41, 44, 51, 52, 59], "theta": [1, 4, 10, 11, 12, 13, 14, 15, 17, 18, 19, 23, 25, 26, 40, 41, 51, 57, 59], "phi": [1, 7, 10, 23, 25, 60], "\u03c6": 1, "lambda": [1, 2, 4, 5, 6, 12, 14, 16, 23, 26, 27, 32, 54, 55, 59, 60], "i\u03c6": 1, "np": [1, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 26, 27, 32, 34, 39, 41, 42, 52, 55, 56, 57, 64], "m_pi": [1, 26, 34, 52, 57], "m_pi_2": [1, 26, 27, 40], "adj": [1, 30], "method": [1, 2, 3, 4, 6, 7, 9, 11, 16, 18, 19, 23, 25, 30, 35, 41, 42, 46, 53], "ani": [1, 2, 3, 4, 6, 13, 14, 17, 23, 27, 29, 30, 32, 34, 35, 39, 40, 42, 44, 46, 47, 52, 53, 54, 56, 63, 64, 66, 70, 71], "alloc": [1, 2, 3, 8, 14, 23, 25, 26, 27, 28, 35, 41, 42, 44, 46, 48, 53, 54, 56, 59, 63], "now": [1, 4, 6, 7, 9, 10, 14, 15, 18, 21, 37, 46, 52, 53, 54, 55, 56, 57, 66, 71, 73], "again": [1, 23, 37, 56, 66, 68], "initi": [1, 2, 3, 4, 5, 6, 7, 8, 12, 14, 15, 18, 19, 23, 39, 41, 52, 55, 56, 57, 58, 59, 64, 66], "ctrl": [1, 2, 6, 9, 14, 17, 23, 25, 26, 30, 40, 41, 44, 48, 49, 51, 52, 53, 54, 57, 58, 59, 60, 66, 71], "condit": [1, 2, 13, 15, 23, 24, 25, 27, 28, 42, 45, 58, 60], "more": [1, 2, 3, 4, 6, 7, 12, 14, 15, 16, 17, 21, 25, 28, 30, 31, 37, 39, 40, 41, 42, 45, 46, 52, 55, 57, 58, 59, 64, 66, 68, 70, 71, 73], "wikipedia": 1, "entri": [1, 23, 27, 41, 52, 60, 66, 70], "ctrl_1": 1, "ctrl_2": 1, "00": [1, 4, 7, 13, 17, 46, 55, 58, 70, 71], "11": [1, 3, 4, 5, 7, 13, 16, 17, 23, 40, 46, 55, 58, 60, 64, 66, 70, 71], "onli": [1, 2, 3, 4, 6, 16, 17, 23, 27, 28, 32, 35, 37, 39, 40, 41, 45, 48, 49, 52, 58, 60, 62, 64, 66, 70, 71], "both": [1, 3, 6, 7, 9, 11, 28, 37, 39, 41, 42, 58, 59, 64, 66, 68], "000": [1, 6, 15, 16, 40, 46], "111": [1, 4, 6, 15, 16], "follow": [1, 2, 3, 4, 6, 7, 9, 10, 14, 15, 16, 17, 21, 23, 25, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 47, 51, 52, 53, 56, 60, 62, 63, 64, 66, 67, 68, 70, 71, 73], "common": [1, 4, 6, 16, 18, 23, 27, 30, 31, 60, 64], "convent": [1, 11, 14], "all": [1, 2, 3, 4, 6, 10, 16, 17, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 35, 37, 39, 40, 41, 42, 46, 48, 51, 52, 55, 56, 57, 58, 59, 60, 64, 66, 67, 68, 70, 71, 73], "howev": [1, 4, 7, 15, 16, 37, 39, 41, 70, 71], "behavior": [1, 2, 4], "chang": [1, 2, 4, 6, 15, 21, 23, 27, 46, 66, 71, 73], "instead": [1, 2, 4, 13, 17, 29, 32, 41, 42, 46, 64, 66, 70], "when": [1, 2, 3, 4, 6, 14, 16, 23, 28, 35, 37, 40, 41, 42, 46, 51, 52, 53, 56, 60, 63, 64, 66, 70, 71], "negat": [1, 2, 3, 30, 34, 35], "polar": [1, 30, 34, 42], "syntax": [1, 4, 21, 22, 27, 28, 30, 32, 39, 52, 68, 73], "preced": [1, 30, 39], "01": [1, 7, 9, 13, 58], "10": [1, 4, 5, 6, 7, 10, 11, 12, 13, 14, 16, 17, 19, 23, 26, 27, 46, 53, 55, 58, 59, 60, 68, 71], "notat": [1, 58], "context": [1, 2, 11, 28, 41, 42, 63], "valid": [1, 2, 3, 20, 27, 39, 42, 52, 64, 66, 70], "either": [1, 6, 9, 11, 14, 28, 39, 41, 42, 52, 58, 59, 64, 66, 71], "similarli": [1, 9, 10, 41, 47, 58], "condition": 1, "respect": [1, 2, 3, 6, 7, 14, 23, 39, 41, 46, 51, 55, 58, 64, 66, 71], "e": [1, 2, 3, 4, 5, 6, 7, 9, 14, 15, 16, 17, 18, 19, 22, 23, 24, 26, 27, 28, 29, 30, 31, 37, 39, 40, 41, 42, 49, 52, 60, 63, 64, 66, 70, 71], "project": [1, 42, 63, 64, 66, 67, 70], "onto": [1, 58], "eigenvector": [1, 2, 5], "non": [1, 2, 3, 6, 12, 16, 23, 27, 28, 35, 41, 42, 46, 51, 53], "linear": [1, 4, 11, 13, 15, 18, 40, 46, 52, 58], "avail": [1, 2, 3, 4, 12, 20, 21, 22, 23, 27, 28, 30, 33, 34, 35, 36, 38, 39, 40, 41, 42, 45, 46, 48, 50, 51, 60, 64, 66, 71, 73], "first": [1, 2, 3, 4, 6, 8, 9, 10, 13, 14, 15, 16, 17, 18, 20, 23, 35, 39, 40, 41, 42, 43, 51, 52, 53, 54, 56, 59, 60, 66, 71], "api": [1, 17, 20, 23, 25, 29, 30, 33, 35, 39, 40, 41, 42, 46, 53, 63, 64, 66, 68, 70], "regist": [1, 2, 3, 6, 15, 18, 23, 26, 28, 35, 39, 41, 48, 53, 54, 56, 60, 63], "outsid": [1, 4, 66, 70], "Then": [1, 16, 48, 52, 56, 62, 63], "within": [1, 2, 3, 18, 23, 27, 29, 31, 35, 39, 41, 42, 45, 46, 52, 53, 56, 58, 62, 64, 66, 67, 68, 70, 71], "like": [1, 2, 3, 4, 6, 7, 9, 14, 15, 18, 21, 23, 27, 35, 39, 41, 46, 52, 53, 55, 58, 59, 60, 64, 66, 67, 70, 71, 73], "built": [1, 2, 4, 7, 8, 15, 21, 39, 42, 45, 46, 49, 56, 59, 64, 70, 71, 73], "abov": [1, 4, 6, 9, 14, 15, 23, 25, 30, 40, 41, 42, 46, 51, 52, 54, 58, 60, 63, 64, 66, 68, 70, 71], "qudit": [1, 2, 24, 28, 30], "level": [1, 2, 21, 22, 23, 28, 30, 40, 41, 42, 60, 63, 67, 73], "register_oper": 1, "accept": [1, 2, 3, 44, 64, 66, 71], "identifi": [1, 2, 6, 7, 14, 48, 64, 66], "string": [1, 2, 3, 6, 17, 23, 25, 26, 33, 42, 46, 53, 60, 66, 70], "numpi": [1, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 26, 52, 55, 56, 57, 64], "arrai": [1, 2, 3, 7, 9, 10, 13, 15, 16, 35, 37, 41, 53, 55, 56, 60], "complex": [1, 2, 3, 5, 7, 12, 13, 19, 31, 37, 41, 46, 55, 56, 58, 59, 70], "A": [1, 2, 3, 4, 6, 7, 9, 14, 16, 17, 18, 23, 26, 27, 30, 37, 39, 46, 52, 54, 55, 58, 62, 63, 64, 66], "1d": [1, 2, 3], "interpret": [1, 45, 64], "row": [1, 2, 3, 17], "major": [1, 64], "import": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 26, 31, 39, 40, 41, 42, 44, 46, 48, 49, 51, 52, 53, 55, 56, 57, 58, 59, 60, 64, 70, 71], "custom_h": 1, "custom_x": 1, "def": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 23, 26, 27, 32, 34, 40, 41, 44, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 66, 71], "bell": [1, 23, 70], "sampl": [1, 2, 3, 4, 6, 9, 12, 13, 14, 16, 25, 39, 40, 41, 42, 43, 45, 48, 49, 52, 53, 54, 55, 56, 57, 58, 63, 66, 70, 71], "dump": [1, 2, 3, 13, 23, 26, 40, 41, 46, 48, 49, 52, 53, 55, 56, 57, 70, 71], "macro": [1, 63], "cudaq_register_oper": 1, "uniqu": [1, 2, 3, 4, 14, 16, 23, 28, 30, 35, 41, 68], "name": [1, 2, 3, 4, 6, 14, 23, 25, 30, 33, 38, 40, 41, 42, 51, 55, 58, 60, 63, 64, 66, 67, 70, 71], "represent": [1, 2, 3, 15, 17, 23, 27, 37, 42, 60, 62, 63], "includ": [1, 2, 3, 7, 14, 21, 23, 26, 35, 40, 44, 45, 46, 48, 49, 51, 52, 53, 54, 56, 57, 59, 60, 62, 63, 64, 66, 68, 70, 71, 73], "m_sqrt1_2": 1, "__qpu__": [1, 2, 23, 26, 27, 34, 40, 41, 44, 46, 48, 49, 51, 52, 53, 54, 56, 57, 59, 60, 70, 71], "void": [1, 2, 3, 23, 25, 26, 27, 30, 31, 33, 34, 35, 44, 46, 48, 52, 54, 57, 59, 60, 62, 63, 68, 70, 71], "bell_pair": [1, 2, 3], "r": [1, 6, 7, 16, 30, 35, 39, 40, 41, 42, 51, 52, 59, 60, 66], "int": [1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 15, 16, 19, 23, 26, 27, 34, 35, 40, 41, 44, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 68, 70, 71], "main": [1, 4, 6, 7, 21, 23, 26, 37, 40, 46, 48, 49, 51, 52, 53, 54, 56, 57, 59, 60, 64, 66, 68, 70, 71, 73], "auto": [1, 2, 23, 25, 26, 27, 31, 34, 35, 40, 41, 42, 44, 46, 48, 49, 51, 52, 53, 54, 56, 57, 59, 60, 62, 70, 71], "count": [1, 2, 3, 4, 5, 6, 12, 14, 16, 23, 25, 26, 35, 39, 40, 41, 42, 46, 49, 52, 53, 54, 55, 56, 57, 59, 60, 63], "bit": [1, 2, 3, 6, 7, 9, 13, 16, 23, 26, 28, 35, 37, 41, 42, 48, 49, 53, 54, 56, 58, 63], "printf": [1, 23, 26, 35, 41, 49, 51, 53, 54, 57, 59, 64], "n": [1, 2, 4, 5, 7, 10, 14, 15, 16, 19, 23, 25, 26, 27, 30, 31, 34, 40, 41, 46, 48, 49, 51, 52, 53, 54, 55, 57, 58, 59, 60, 64, 68, 71], "data": [1, 2, 5, 11, 12, 14, 15, 18, 20, 23, 27, 29, 31, 37, 41, 42, 49, 51, 53, 54, 60, 63, 65, 66, 68, 70], "multi": [1, 7, 15, 17, 20, 21, 22, 25, 28, 30, 34, 38, 39, 40, 46, 50, 51, 58, 63, 64, 70, 71, 73], "msb": 1, "order": [1, 2, 4, 7, 14, 17, 23, 31, 39, 42, 46, 51, 56], "big": [1, 12], "endian": 1, "show": [1, 4, 11, 12, 14, 15, 16, 17, 18, 19, 41, 51, 52, 56, 64, 66], "differ": [1, 2, 3, 4, 6, 9, 10, 11, 15, 16, 17, 37, 39, 40, 41, 45, 46, 52, 55, 56, 64, 66, 68], "test": [1, 4, 6, 11, 16, 20, 25, 55, 64, 66], "cnot": [1, 4, 30, 44, 58, 70], "my_cnot": 1, "print": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 23, 26, 35, 40, 41, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 64, 70, 71], "500": [1, 58, 71], "exact": [1, 4, 42], "random": [1, 2, 3, 4, 6, 7, 10, 12, 14, 16, 17, 18, 19, 41, 42, 48, 55, 57, 59], "construct": [1, 2, 4, 16, 17, 23, 24, 25, 27, 35, 37, 41, 44, 45, 46, 53, 56, 60], "second": [1, 2, 3, 4, 7, 9, 14, 16, 35, 40, 42, 46, 59], "1j": [1, 5], "xy": [1, 17], "kron": [1, 16], "my_xi": 1, "custom_xy_test": 1, "undo": 1, "prior": [1, 58, 64, 66], "1000": [1, 3, 4, 11, 13, 16, 23, 39, 46, 53, 55, 58, 71], "mycnot": 1, "myxi": 1, "current": [1, 2, 3, 4, 17, 21, 23, 33, 39, 41, 42, 48, 63, 66, 70, 73], "simul": [1, 2, 5, 6, 7, 8, 12, 16, 17, 20, 21, 22, 23, 38, 39, 43, 45, 46, 48, 50, 52, 53, 55, 60, 61, 64, 71, 73], "attempt": [1, 2, 6, 70], "hardwar": [1, 4, 6, 15, 20, 21, 38, 42, 46, 50, 70, 73], "result": [1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, 18, 19, 23, 24, 25, 26, 28, 37, 39, 40, 41, 42, 46, 48, 49, 51, 52, 53, 54, 55, 56, 58, 60, 63, 66, 70, 71], "runtim": [1, 2, 4, 12, 22, 23, 25, 28, 39, 40, 41, 42, 49, 51, 60, 63, 66, 68], "error": [1, 2, 4, 13, 17, 20, 30, 37, 39, 40, 42, 45, 52, 56, 64, 66, 70], "class": [2, 3, 4, 7, 11, 23, 25, 27, 31, 33, 35, 41, 42, 59, 62, 63], "spin_op": [2, 3, 23, 26, 30, 40, 41, 46, 51, 57, 59], "repres": [2, 3, 4, 7, 9, 13, 14, 15, 17, 23, 37, 39, 42, 52, 58, 59, 60], "gener": [2, 3, 4, 5, 6, 7, 10, 12, 14, 15, 16, 17, 18, 23, 25, 26, 27, 28, 30, 31, 34, 36, 39, 40, 45, 48, 49, 51, 52, 53, 54, 58, 60, 62, 66, 70], "sum": [2, 3, 7, 11, 14, 16, 31, 35, 52, 58], "tensor": [2, 3, 11, 16, 21, 31, 40, 41, 49, 63, 73], "product": [2, 3, 16, 20, 21, 31, 40, 48, 71, 73], "expos": [2, 3, 4, 23, 25, 31, 33, 37, 41, 63], "typic": [2, 23, 35, 40, 44, 45, 51, 60, 67, 68], "algebra": [2, 31, 51, 58], "programm": [2, 3, 23, 24, 25, 27, 28, 30, 32, 33, 35, 39, 41, 53], "defin": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 31, 32, 33, 34, 35, 40, 41, 42, 44, 45, 46, 48, 49, 51, 52, 53, 54, 56, 57, 58, 59, 60, 63, 64, 66, 68, 70], "primit": [2, 14, 22, 25, 28, 31, 35, 36, 41, 45, 70], "them": [2, 4, 5, 10, 12, 16, 17, 21, 37, 44, 58, 60, 64, 66, 68, 70, 71, 73], "compos": [2, 3, 11, 14, 27, 28, 39, 52, 60], "larger": [2, 3, 4, 14, 40, 48, 49], "thereof": [2, 28, 31], "public": [2, 4, 23, 25, 31, 33, 35, 41, 48, 59, 62, 63, 66], "type": [2, 4, 7, 8, 9, 14, 15, 16, 22, 23, 25, 27, 28, 30, 31, 36, 39, 41, 42, 44, 48, 51, 53, 56, 57, 58, 59, 60, 63, 66, 70], "spin_op_term": 2, "bool": [2, 3, 23, 27, 30, 31, 33, 41, 63, 70], "we": [2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 23, 26, 30, 32, 37, 39, 41, 42, 44, 45, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 66, 67, 68, 70, 71, 73], "term": [2, 3, 5, 6, 7, 12, 14, 19, 23, 30, 39, 41, 46, 51, 66], "binari": [2, 3, 4, 11, 14, 15, 21, 39, 48, 64, 68, 73], "symplect": 2, "form": [2, 3, 4, 17, 21, 23, 30, 35, 37, 42, 60, 73], "size": [2, 3, 4, 6, 11, 16, 23, 25, 26, 27, 28, 35, 40, 41, 42, 48, 49, 52, 53, 55, 66, 70], "nqubit": [2, 25, 26, 59, 63], "where": [2, 3, 4, 6, 7, 9, 10, 11, 14, 15, 16, 17, 22, 28, 30, 31, 35, 37, 39, 42, 46, 52, 55, 56, 58, 63, 64, 66, 68], "element": [2, 3, 6, 7, 10, 15, 16, 23, 35, 41, 58], "x": [2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 23, 25, 26, 27, 30, 31, 32, 34, 39, 40, 41, 42, 44, 46, 48, 49, 51, 52, 53, 54, 56, 57, 58, 59, 60, 64, 66, 68, 71], "next": [2, 4, 6, 7, 17, 37, 52, 53, 59, 60, 64], "z": [2, 3, 4, 5, 8, 11, 12, 13, 14, 17, 18, 23, 26, 30, 31, 40, 41, 46, 48, 51, 53, 55, 56, 57, 59, 64], "y": [2, 3, 4, 5, 6, 9, 10, 11, 15, 16, 17, 19, 23, 26, 30, 31, 40, 41, 46, 51, 53, 56, 59, 64, 66, 68, 71], "site": [2, 71], "csr_spmatrix": 2, "tupl": [2, 3, 4, 23, 27, 59], "doubl": [2, 3, 18, 23, 25, 26, 27, 30, 31, 34, 40, 41, 42, 46, 51, 52, 57, 59, 63, 64, 66], "size_t": [2, 23, 25, 27, 31, 33, 35, 41, 52, 53, 63, 68, 70], "typedef": 2, "zero": [2, 3, 5, 6, 8, 11, 16, 28, 41, 46, 58], "spars": [2, 3], "function": [2, 3, 6, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 21, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 39, 40, 41, 42, 44, 45, 46, 48, 51, 52, 53, 55, 56, 57, 59, 60, 63, 68, 70, 73], "pair": [2, 3, 14, 27, 33, 37, 66], "const": [2, 23, 25, 26, 27, 30, 31, 33, 35, 40, 49, 52, 57, 59, 62, 63, 68, 70], "termdata": 2, "constructor": [2, 3], "take": [2, 3, 4, 7, 9, 14, 15, 16, 21, 23, 25, 26, 27, 30, 31, 32, 33, 34, 35, 37, 39, 42, 45, 46, 49, 51, 52, 53, 54, 55, 56, 59, 60, 64, 66, 71, 73], "coeffici": [2, 3, 5, 12, 58], "constant": [2, 9, 35, 37, 60], "id": [2, 23, 33, 35, 39, 41, 64, 66], "coeff": 2, "qubit": [2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 18, 19, 23, 25, 26, 27, 28, 31, 33, 34, 37, 39, 40, 41, 42, 44, 45, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 63, 66, 71], "unordered_map": [2, 23], "_term": 2, "full": [2, 3, 6, 7, 21, 40, 41, 55, 58, 60, 62, 64, 66, 67, 73], "composit": 2, "spin": [2, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 19, 23, 26, 31, 37, 40, 41, 46, 51, 55, 57, 59, 60], "op": [2, 3, 5, 37, 51, 59, 60], "map": [2, 3, 4, 13, 16, 23, 35, 60, 66], "individu": [2, 3, 28, 35, 41], "bsf": 2, "from": [2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 21, 23, 24, 26, 27, 28, 31, 35, 37, 40, 41, 42, 45, 46, 48, 51, 52, 55, 56, 57, 59, 60, 63, 66, 67, 68, 71, 73], "ident": [2, 3, 5, 6, 14, 16, 37, 51], "numqubit": [2, 3, 26], "given": [2, 3, 4, 6, 7, 9, 12, 14, 16, 23, 35, 39, 41, 42, 46, 48, 51, 59, 63], "o": [2, 4, 10, 15, 19, 26, 39, 40, 41, 42, 49, 51, 52, 53, 54, 56, 59, 60, 64, 66, 68, 70, 71], "copi": [2, 17, 35, 37, 64, 66], "data_rep": 2, "serial": [2, 3], "encod": [2, 3, 4, 6, 14, 23, 31, 41, 48, 53, 58, 63], "via": [2, 3, 7, 9, 11, 13, 20, 22, 23, 25, 28, 30, 32, 34, 35, 37, 39, 41, 42, 49, 51, 52, 53, 54, 55, 56, 58, 60, 62, 63, 64], "3": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 39, 40, 41, 42, 46, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 67, 71, 73], "real": [2, 3, 5, 12, 15, 17, 19, 45], "imaginari": [2, 3, 5, 7, 10, 19], "part": [2, 3, 6, 7, 10, 19, 23, 35, 60, 62, 64, 66], "append": [2, 3, 5, 6, 8, 11, 12, 16, 17, 18, 19, 27, 39, 41, 48, 55], "larg": [2, 3, 5, 7, 16, 30, 41, 42, 45, 49, 58], "end": [2, 3, 7, 9, 13, 15, 16, 17, 23, 35, 39, 41, 46, 52, 56, 58, 64, 66], "total": [2, 3, 4, 7, 11, 12, 15, 19, 40, 41, 42, 46, 52, 55, 66], "destructor": 2, "iter": [2, 3, 4, 6, 7, 23, 35, 52, 59], "begin": [2, 3, 4, 6, 7, 9, 13, 15, 16, 17, 18, 23, 35, 44, 52, 53, 56, 58, 59], "return": [2, 3, 4, 5, 6, 8, 9, 11, 12, 14, 16, 17, 18, 19, 23, 25, 26, 27, 30, 35, 37, 40, 41, 46, 48, 49, 51, 52, 53, 55, 56, 57, 59, 60, 62, 63, 64, 68, 70], "start": [2, 3, 6, 7, 8, 15, 20, 21, 30, 35, 39, 41, 46, 60, 62, 68, 73], "equal": [2, 3, 17, 37, 41, 42, 46, 58], "v": [2, 3, 6, 7, 12, 14, 20, 23, 26, 27, 32, 37, 40, 55, 60, 64], "noexcept": [2, 30], "add": [2, 3, 4, 5, 13, 14, 17, 18, 21, 32, 42, 52, 53, 56, 60, 62, 63, 64, 66, 73], "subtract": [2, 3], "multipli": [2, 3, 6], "true": [2, 3, 4, 5, 6, 7, 11, 16, 23, 27, 39, 55, 64, 66, 71], "here": [2, 3, 4, 6, 7, 9, 13, 15, 16, 18, 20, 21, 23, 25, 26, 27, 30, 32, 40, 41, 48, 49, 51, 53, 54, 56, 57, 59, 60, 62, 64, 66, 70, 71, 73], "doe": [2, 3, 4, 9, 15, 17, 21, 23, 27, 35, 40, 41, 64, 66, 68, 70, 71, 73], "consid": [2, 3, 4, 6, 7, 9, 10, 16, 26, 28, 37, 40, 41, 60, 66], "valu": [2, 3, 4, 6, 7, 8, 9, 11, 12, 14, 16, 17, 19, 20, 23, 25, 27, 31, 35, 37, 40, 41, 42, 46, 48, 50, 55, 57, 58, 59, 60, 64, 70, 71], "num_qubit": [2, 3, 10, 31, 40, 59], "num_term": [2, 31], "get_coeffici": [2, 3, 5, 12, 31], "get": [2, 3, 5, 6, 10, 13, 15, 16, 17, 21, 23, 25, 26, 35, 39, 40, 41, 46, 51, 52, 55, 63, 64, 68, 71, 73], "throw": [2, 17], "except": [2, 3, 4, 17, 70], "get_raw_data": [2, 3], "is_ident": [2, 3, 31], "standard": [2, 3, 22, 23, 24, 25, 27, 30, 36, 41, 44, 45, 49, 60, 62, 64, 66, 68, 70], "out": [2, 3, 4, 6, 9, 11, 13, 14, 15, 21, 23, 28, 35, 37, 41, 42, 46, 47, 51, 52, 56, 59, 63, 66, 67, 70, 73], "to_str": [2, 3, 5, 12, 46], "printcoeffici": 2, "getdatarepresent": 2, "getdatatupl": 2, "fulli": [2, 3, 4, 11, 21, 22, 41, 53, 60, 64, 66, 70, 73], "distribute_term": [2, 3], "numchunk": 2, "distribut": [2, 3, 13, 16, 21, 28, 40, 42, 46, 51, 53, 64, 70, 73], "chunk": [2, 3, 28], "for_each_term": [2, 3, 5, 12, 31], "give": [2, 10, 14, 15, 16, 21, 23, 41, 42, 56, 64, 66, 72, 73], "functor": 2, "reduct": 2, "captur": [2, 6, 14, 17, 21, 27, 73], "variabl": [2, 4, 14, 21, 27, 28, 39, 40, 41, 47, 49, 52, 55, 56, 64, 66, 71, 73], "for_each_pauli": [2, 3, 31], "thrown": [2, 3, 70], "than": [2, 3, 6, 14, 15, 17, 30, 37, 40, 42, 46, 58, 64, 66, 70], "user": [2, 3, 4, 16, 17, 21, 23, 25, 26, 28, 29, 32, 35, 39, 40, 41, 42, 52, 55, 56, 60, 63, 64, 66, 73], "should": [2, 3, 15, 22, 23, 28, 30, 31, 33, 35, 39, 41, 42, 46, 48, 56, 63, 64, 66, 70, 71], "pass": [2, 3, 4, 5, 11, 12, 17, 20, 23, 27, 28, 31, 35, 39, 41, 49, 52, 54, 56, 59, 60, 61, 66, 70], "index": [2, 3, 4, 5, 31, 33, 35, 37, 41, 48, 63], "complex_matrix": 2, "to_matrix": [2, 3, 5, 10], "dens": 2, "to_sparse_matrix": [2, 3], "col": 2, "static": [2, 3, 23, 30, 35, 60, 64, 70], "nterm": 2, "unsign": 2, "seed": [2, 3, 4, 7, 12, 14, 16, 17, 18, 19, 42, 55, 57], "random_devic": 2, "act": [2, 4, 8, 9, 14, 37, 58], "specifi": [2, 3, 4, 11, 12, 14, 15, 16, 17, 23, 26, 27, 28, 30, 31, 32, 33, 35, 39, 40, 41, 42, 46, 48, 52, 53, 55, 56, 57, 60, 63, 64, 66], "overrid": [2, 23, 42, 62, 64], "repeat": [2, 6, 16, 23, 57, 59], "from_word": [2, 3], "pauliword": 2, "input": [2, 3, 4, 7, 9, 11, 12, 15, 23, 25, 26, 27, 34, 35, 41, 46, 51, 52, 55, 59], "word": [2, 3, 5, 6, 12, 56], "g": [2, 3, 4, 6, 14, 22, 23, 24, 27, 28, 29, 30, 31, 37, 39, 40, 41, 42, 52, 60, 63, 64, 66, 67, 70, 71], "xyx": [2, 3], "3rd": 2, "typenam": [2, 23, 25, 26, 27, 30, 34, 35, 52, 68, 70], "qualifiedspinop": 2, "struct": [2, 23, 25, 26, 27, 30, 34, 40, 41, 49, 51, 52, 53, 54, 57, 59, 60, 62, 70], "constexpr": [2, 25, 35, 40], "dyn": [2, 35, 49, 56], "d": [2, 3, 4, 26, 27, 28, 35, 39, 52, 56, 59, 66], "system": [2, 3, 4, 7, 17, 18, 23, 28, 33, 35, 37, 41, 42, 45, 46, 51, 52, 55, 56, 58, 59, 62, 64, 67, 68, 70, 71], "inlin": [2, 23, 60], "new": [2, 3, 4, 15, 17, 20, 21, 23, 25, 37, 45, 60, 61, 64, 66, 70, 71, 73], "enable_if_t": 2, "qreg": [2, 3, 5, 14, 40], "contain": [2, 3, 4, 7, 14, 16, 20, 21, 23, 28, 30, 33, 37, 40, 42, 45, 46, 51, 52, 57, 59, 60, 63, 64, 70, 71, 73], "dynam": [2, 3, 25, 27, 28, 35, 44, 45, 49, 60, 70], "time": [2, 3, 4, 6, 7, 13, 14, 15, 16, 17, 19, 22, 23, 26, 28, 35, 36, 39, 40, 41, 42, 46, 49, 52, 53, 55, 58, 60, 64, 66, 71], "By": [2, 4, 23, 30, 39, 40, 41, 42, 46, 52, 68], "value_typ": 2, "indic": [2, 3, 7, 27, 30, 31, 35, 56, 63], "underli": [2, 3, 4, 23, 33, 35, 39, 41, 63], "interfac": [2, 35, 42, 63, 64, 66, 68], "idx": [2, 3, 6, 11, 35, 41], "qspan": 2, "front": [2, 26, 34, 35, 54], "back": [2, 26, 35, 37, 41, 52, 53, 56, 66], "last": [2, 6, 16, 26, 35, 41, 51, 59], "slice": [2, 3, 35, 59], "clear": [2, 3, 23, 35, 63], "destroi": [2, 35], "postcondit": [2, 35], "own": [2, 3, 4, 13, 16, 28, 33, 35, 42, 59, 60, 63, 64, 66, 70], "semant": [2, 3, 22, 27, 28, 29, 32, 34, 35, 37, 60], "held": 2, "explicit": [2, 23, 34, 42, 52, 70], "determin": [2, 4, 7, 9, 46], "If": [2, 3, 4, 6, 9, 11, 12, 15, 16, 17, 23, 37, 40, 42, 46, 48, 52, 55, 58, 59, 64, 66, 70, 71], "check": [2, 4, 6, 21, 39, 40, 52, 58, 64, 66, 73], "norm": [2, 16], "pre": [2, 3, 19, 21, 23, 39, 42, 51, 52, 54, 64, 70, 73], "exist": [2, 3, 17, 21, 22, 23, 28, 29, 46, 62, 64, 66, 70, 71, 73], "could": [2, 4, 6, 17, 40, 44, 58, 59, 64], "from_data": [2, 3], "retriev": [2, 3, 23, 41, 52], "get_stat": [2, 3, 10, 15, 17, 41], "delet": [2, 35, 66, 70], "cannot": [2, 15, 17, 26, 27, 35, 37, 58, 66], "move": [2, 11, 35, 62, 64, 66, 71], "assign": [2, 4, 14, 33, 41, 42, 64], "qview": [2, 5, 6, 10, 15, 26, 27, 34, 48], "observe_result": [2, 3, 5, 23, 51], "encapsul": [2, 11, 23, 35, 41, 70], "observ": [2, 3, 4, 5, 7, 8, 11, 12, 13, 14, 16, 18, 19, 26, 39, 41, 42, 43, 45, 49, 51, 53, 54, 55, 57, 58, 59, 63, 71], "call": [2, 3, 4, 6, 7, 8, 9, 11, 13, 14, 15, 17, 18, 25, 26, 27, 30, 34, 41, 42, 45, 46, 52, 53, 54, 55, 57, 58, 59, 60, 63, 64, 66, 68], "measur": [2, 3, 4, 9, 10, 11, 13, 15, 16, 23, 24, 26, 27, 28, 30, 37, 39, 41, 42, 44, 45, 46, 48, 52, 53, 56, 59, 60, 63, 71], "execut": [2, 4, 7, 15, 17, 21, 22, 23, 25, 27, 28, 33, 34, 39, 41, 42, 45, 46, 47, 48, 49, 51, 52, 53, 55, 60, 63, 66, 67, 68, 70, 71, 73], "ansatz": [2, 4, 7, 8, 14, 18, 19, 23, 26, 40, 41, 51, 57, 59], "circuit": [2, 3, 4, 6, 9, 10, 11, 14, 15, 16, 22, 23, 27, 28, 31, 32, 36, 37, 39, 40, 41, 42, 45, 46, 51, 52, 57, 59, 60, 62], "global": [2, 3, 4, 14, 23, 27, 40, 46, 64], "expect": [2, 3, 4, 5, 7, 8, 11, 12, 13, 14, 16, 18, 19, 20, 23, 40, 41, 42, 46, 50, 55, 56, 57, 59, 64, 66, 70, 71], "h": [2, 3, 4, 5, 6, 7, 9, 10, 12, 14, 15, 16, 17, 18, 19, 23, 25, 26, 30, 31, 32, 34, 35, 37, 39, 40, 41, 44, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 66, 68, 70, 71], "precomput": 2, "psi": [2, 8, 9, 10, 17, 23, 26, 46, 58], "sample_result": [2, 3, 6, 23, 52, 70], "wa": [2, 3, 4, 7, 9, 23, 41, 53, 60, 64, 67, 71], "shot": [2, 3, 4, 6, 10, 12, 16, 23, 26, 39, 46, 53, 58, 63], "base": [2, 3, 4, 6, 11, 15, 16, 21, 22, 23, 25, 29, 30, 35, 40, 41, 42, 46, 48, 55, 59, 60, 63, 64, 66, 68, 73], "raw_data": [2, 4, 23], "raw": [2, 3, 4], "convers": [2, 23], "simpli": [2, 17, 58, 66, 71], "ignor": [2, 4, 6, 42], "fine": [2, 23, 49, 53, 54, 58], "grain": [2, 23, 49, 53, 54], "explicitli": [2, 4, 37, 39, 42, 60, 68, 70], "request": [2, 23, 40, 41, 42, 52, 66], "oppos": [2, 70], "observe_data": 2, "spinoptyp": [2, 23], "sub": [2, 3, 22, 23, 26, 27, 35, 36, 66], "id_coeffici": [2, 23], "executioncontext": 2, "abstract": [2, 22, 23, 25, 30, 31, 33, 35, 41, 45], "how": [2, 4, 6, 8, 14, 15, 16, 17, 18, 21, 23, 25, 30, 40, 41, 42, 45, 46, 50, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 67, 70, 71, 73], "shots_": 2, "member": [2, 3, 14, 27, 59], "basic": [2, 8, 20, 40, 66, 71], "option": [2, 3, 4, 5, 7, 9, 16, 18, 19, 23, 25, 30, 33, 39, 40, 41, 46, 51, 52, 54, 55, 59, 63, 64, 66], "invoc": [2, 3, 25, 27, 33, 35, 41, 42, 63], "expectationvalu": 2, "nullopt": 2, "optimization_result": [2, 23], "optresult": 2, "optim": [2, 4, 6, 7, 8, 11, 12, 14, 16, 19, 20, 21, 22, 32, 35, 37, 40, 42, 50, 59, 60, 62, 64, 66, 73], "hasconditionalsonmeasureresult": 2, "fals": [2, 3, 4, 5, 6, 7, 12, 64, 66], "being": [2, 3, 8, 13, 22, 23, 37, 42, 52, 56, 70], "ha": [2, 3, 4, 6, 7, 9, 13, 14, 16, 23, 30, 37, 39, 40, 42, 45, 46, 48, 52, 55, 56, 58, 59, 64, 66, 70], "statement": [2, 9, 23, 24, 45], "noise_model": [2, 3, 13, 16, 56], "noisemodel": [2, 3, 13, 16, 56], "nullptr": 2, "canhandleobserv": 2, "flag": [2, 27, 39, 41, 42, 49, 52, 60, 62, 66, 70], "handl": [2, 3, 4, 39, 40, 41, 42, 48, 49, 52, 63, 66, 70], "task": [2, 4, 17, 23, 31, 41, 42, 46, 60, 63], "under": [2, 16, 39, 62, 63, 64, 66, 70], "asyncexec": 2, "occur": [2, 3, 4, 16, 23, 28, 52, 56, 58, 66], "asynchron": [2, 3, 23, 33, 41, 46, 52, 55], "detail": [2, 7, 14, 21, 22, 28, 39, 40, 63, 64, 66, 71, 73], "futur": [2, 3, 23, 38, 39, 41, 42, 52, 56, 64, 66], "futureresult": 2, "store": [2, 3, 7, 28, 35, 41, 46, 52, 55, 58, 60], "unique_ptr": 2, "simulationst": 2, "pointer": [2, 3, 70], "amplitudemap": 2, "amplitud": [2, 3, 15, 41, 55, 56, 58], "overlapcomputest": 2, "overlap": [2, 3, 5, 41], "overlapresult": 2, "trace": [2, 3, 13, 40], "kerneltrac": 2, "run": [2, 3, 4, 9, 11, 16, 17, 19, 20, 22, 23, 26, 39, 40, 41, 42, 43, 45, 49, 51, 52, 53, 54, 55, 56, 59, 60, 63, 64, 66, 67, 70, 71], "tracer": 2, "persist": [2, 23, 28, 40, 66], "resourc": [2, 6, 7, 33, 40, 41, 42, 46, 59, 64, 66], "kernelnam": [2, 3], "batchiter": 2, "batch": [2, 28], "observe_n": 2, "sample_n": 2, "totaliter": 2, "registernam": [2, 23], "mid": [2, 3, 42], "mode": [2, 3, 4, 28, 39, 52, 60, 64], "keep": [2, 16, 23, 42, 59], "track": [2, 23, 58, 59], "reorderidx": 2, "inform": [2, 3, 4, 6, 9, 21, 23, 28, 30, 33, 35, 39, 40, 41, 42, 46, 52, 55, 58, 60, 64, 66, 68, 69, 71, 73], "reorder": 2, "after": [2, 3, 4, 7, 9, 17, 23, 46, 52, 56, 60, 64, 66], "empti": [2, 3, 25, 31, 42, 52, 56, 66], "mean": [2, 15, 30, 37, 42, 52, 55, 66, 71], "char": [2, 26, 41, 46, 64, 70, 71], "invocationresultbuff": 2, "buffer": [2, 41, 70], "note": [2, 3, 4, 6, 14, 16, 17, 26, 28, 37, 40, 41, 46, 48, 52, 56, 58, 59, 60, 64, 66, 70], "need": [2, 4, 6, 7, 13, 14, 15, 16, 17, 37, 39, 40, 41, 42, 46, 51, 52, 55, 59, 63, 64, 66, 67, 70], "abl": [2, 4, 23, 39, 40, 41, 46, 48, 66, 70, 71], "job": [2, 14, 23, 40, 41, 52, 66], "qpu": [2, 3, 10, 20, 21, 22, 23, 28, 33, 39, 41, 42, 45, 46, 51, 52, 55, 63, 70, 71, 73], "extra": [2, 30, 37, 39, 48, 56, 59], "configur": [2, 4, 18, 33, 39, 40, 41, 42, 52, 55, 60, 63, 64, 66, 67, 70, 71], "later": [2, 4, 9, 23, 27, 41, 52, 64, 66], "server": [2, 39, 41, 52, 66], "file": [2, 4, 7, 23, 30, 39, 40, 41, 46, 47, 52, 55, 59, 60, 62, 63, 64, 66, 67, 68, 70, 71], "read": [2, 3, 6, 14, 52, 59], "wrap": [2, 23, 25, 37], "t": [2, 3, 7, 9, 10, 15, 17, 21, 23, 26, 27, 30, 31, 40, 42, 52, 53, 58, 64, 66, 73], "case": [2, 3, 4, 9, 13, 14, 15, 16, 23, 37, 44, 51, 56, 64, 68, 70], "must": [2, 3, 6, 16, 22, 23, 27, 29, 32, 35, 37, 39, 42, 52, 56, 58, 59, 62, 63, 64, 66, 70, 71], "some": [2, 4, 6, 7, 11, 15, 21, 23, 37, 40, 41, 42, 58, 60, 62, 63, 64, 66, 67, 70, 71, 73], "point": [2, 3, 4, 15, 17, 23, 27, 30, 41, 42, 60, 63, 64, 66], "same": [2, 3, 4, 9, 14, 15, 16, 17, 23, 37, 39, 41, 46, 52, 54, 55, 56, 60, 63, 64, 66, 70], "_job": 2, "qpunamein": 2, "config": [2, 7, 63, 64, 66, 71], "info": [2, 40, 47, 60], "requir": [2, 3, 4, 6, 7, 9, 11, 15, 17, 23, 27, 29, 30, 32, 34, 35, 37, 39, 40, 41, 42, 48, 52, 55, 58, 64, 67, 71], "date": 2, "even": [2, 4, 6, 9, 14, 21, 42, 59, 64, 66, 70, 73], "async_result": [2, 10, 52], "face": [2, 29], "which": [2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 21, 23, 25, 28, 31, 35, 37, 39, 41, 42, 51, 52, 53, 55, 58, 59, 60, 63, 64, 66, 67, 70, 73], "itself": [2, 34, 37, 41, 64, 66], "collect": [2, 3, 5, 7, 12, 17, 46], "pertin": [2, 23, 29, 34, 35], "remot": [2, 3, 23, 28, 38, 40, 47, 55], "rest": [2, 3, 22, 39, 41, 48, 52, 64, 66, 70], "wait": [2, 3, 4, 40, 41, 46, 52], "until": [2, 3, 4, 46, 52], "readi": [2, 6, 18, 52, 56, 66], "executionresult": 2, "correspond": [2, 3, 4, 5, 7, 8, 14, 23, 39, 48, 52, 53, 57, 64, 66, 68], "well": [2, 3, 6, 16, 21, 23, 26, 28, 42, 48, 63, 66, 67, 70, 73], "integ": [2, 3, 14, 20, 27, 33, 41, 42, 46, 55], "1st": [2, 13], "bitstr": [2, 3, 4, 14, 23, 48], "m": [2, 4, 5, 7, 16, 17, 19, 26, 31, 41, 42, 55, 60, 64, 66, 70, 71], "tripl": [2, 60], "long": [2, 23, 26, 46, 49, 64, 66, 70, 71], "length": [2, 16, 48, 52, 59], "deseri": 2, "discuss": [2, 4, 62], "brief": [2, 56, 63], "countsdictionari": [2, 23], "assum": [2, 3, 4, 6, 14, 16, 28, 30, 35, 41, 42, 46, 52, 63, 64, 66, 68], "expval": [2, 23], "other": [2, 3, 4, 6, 7, 14, 15, 16, 17, 18, 20, 22, 25, 27, 30, 35, 37, 39, 40, 41, 42, 44, 45, 46, 52, 56, 64, 66, 70, 71], "appendresult": 2, "globalregisternam": [2, 23], "classic": [2, 4, 5, 7, 9, 11, 14, 15, 18, 22, 24, 27, 28, 30, 31, 35, 37, 41, 45, 46, 52, 58, 59, 60, 63, 64, 67, 70], "sequentialdata": 2, "sequenti": [2, 3, 23, 40, 46], "collat": [2, 3], "": [2, 3, 4, 5, 7, 10, 13, 14, 15, 16, 17, 19, 20, 23, 30, 33, 37, 39, 40, 41, 44, 45, 46, 49, 51, 52, 53, 54, 55, 56, 57, 59, 60, 62, 64, 66, 67, 68, 71], "holist": 2, "nullari": 2, "precomputedexp": 2, "__global__": [2, 3, 23, 40, 68], "has_expect": 2, "string_view": [2, 23, 63], "anoth": [2, 4, 6, 26, 27, 37, 42, 48, 52, 54, 56, 64], "register_nam": [2, 3, 23], "tandem": [2, 55], "to_map": [2, 23], "regnam": 2, "merg": [2, 60], "necessari": [2, 6, 39, 41, 42, 52, 56, 60, 64, 66, 70], "document": [2, 3, 17, 20, 21, 22, 30, 38, 39, 40, 62, 63, 64, 66, 70, 73], "exp_val_z": 2, "deprec": [2, 3, 19, 38, 41, 42], "probabl": [2, 3, 6, 10, 13, 16, 23, 46, 48, 56, 58, 70], "most_prob": [2, 3, 6, 12, 26, 46, 48, 58], "most": [2, 3, 4, 6, 14, 21, 23, 37, 40, 46, 48, 52, 60, 64, 66, 67, 70, 73], "ostream": [2, 70], "output": [2, 3, 6, 7, 9, 11, 17, 27, 39, 43, 46, 60, 66, 70, 71], "stream": [2, 4, 28], "extract": [2, 3, 4, 6, 7, 9, 23, 25, 26, 35, 37, 46, 59, 60, 64, 66], "unord": 2, "get_margin": [2, 23], "marginalindic": [2, 23], "margin": [2, 16], "those": [2, 6, 21, 23, 27, 37, 41, 42, 60, 73], "subset": [2, 3, 4, 11, 23, 27, 35, 37], "rvalu": 2, "refer": [2, 6, 14, 20, 23, 27, 28, 35, 37, 39, 40, 41, 52, 57, 64, 66], "newbitstr": 2, "oldbitstr": 2, "process": [2, 3, 4, 15, 19, 22, 23, 28, 33, 39, 40, 41, 42, 45, 52, 55, 58, 60, 64, 70], "rang": [2, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 21, 26, 27, 34, 35, 40, 41, 44, 48, 49, 55, 57, 66, 71, 73], "const_iter": 2, "cbegin": 2, "cend": 2, "has_even_par": 2, "pariti": 2, "extens": [2, 17, 22, 23, 29, 35, 38, 63, 66, 68, 71], "concret": [2, 3, 14, 23, 46, 51], "describ": [2, 3, 6, 13, 16, 33, 35, 39, 54, 58, 63, 64, 66, 70], "effici": [2, 4, 6, 42], "manner": [2, 23, 41, 63], "client": [2, 23, 40, 64], "remain": [2, 3, 7, 34, 52, 56, 64], "gpu": [2, 3, 4, 5, 7, 8, 9, 11, 12, 15, 20, 21, 22, 28, 41, 43, 45, 48, 49, 50, 63, 64, 68, 70, 71, 73], "devic": [2, 3, 4, 11, 13, 16, 23, 26, 27, 30, 34, 39, 40, 41, 42, 46, 52, 59, 60, 63, 66], "cpu": [2, 4, 7, 11, 12, 13, 14, 15, 16, 17, 20, 38, 40, 41, 45, 46, 48, 49, 55, 56, 60, 64, 66, 70, 71], "memori": [2, 4, 11, 24, 27, 28, 35, 37, 40, 41, 42, 45, 48, 55, 60, 66], "primari": [2, 3, 23, 35, 63], "goal": [2, 4, 6, 14], "minim": [2, 4, 14, 16, 17, 18, 19, 20, 51, 59, 64, 66, 71], "transfer": [2, 41, 42], "subclass": [2, 23, 63], "cusvstat": 2, "scalartyp": [2, 70], "remotesimulationst": 2, "nvqir": [2, 20, 60, 61, 63], "mpssimulationst": 2, "tensornetsimulationst": 2, "made": [2, 14, 46, 56, 66], "up": [2, 3, 4, 9, 14, 15, 17, 25, 31, 42, 45, 51, 55, 56, 57, 59, 60, 63, 66], "extent": [2, 3, 42], "enum": [2, 7], "precis": [2, 3, 15, 18, 40, 42, 58], "enumer": [2, 3, 10, 16, 26, 48], "fp32": [2, 3, 40, 41, 42], "fp64": [2, 3, 5, 18, 19, 38, 40, 41, 42], "simulation_precis": 2, "possibl": [2, 4, 9, 16, 17, 22, 37, 58, 66, 68, 70], "float": [2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 16, 18, 19, 23, 26, 27, 30, 34, 40, 41, 42, 51, 57, 59, 63], "tensorstatedata": 2, "dimens": [2, 3, 4, 5, 8, 12, 14, 23, 57, 59], "state_data": 2, "variant": [2, 30], "custatevec": [2, 40, 41, 42, 63], "care": [2, 23, 70], "taken": [2, 4, 12], "ensur": [2, 60, 62, 64, 66, 70], "comparison": [2, 9], "compat": [2, 3, 29, 42, 64], "registeredtyp": 2, "declar": [2, 23, 27, 28, 30, 60, 63, 68, 70], "themselv": [2, 39, 44], "plugin": [2, 21, 62, 64, 66, 73], "myinterfac": 2, "column": [2, 3, 17], "upon": [2, 8, 37, 46, 52, 58, 66], "destruct": 2, "rawdata": 2, "intern": [2, 3, 41], "modifi": [2, 26, 27, 30, 34, 37, 42, 59, 66], "correct": [2, 15, 16, 26, 45, 52, 64, 66], "j": [2, 3, 4, 5, 6, 10, 12, 14, 15, 16, 26, 27, 31, 55, 57, 64], "minimal_eigenvalu": [2, 3], "eigenvalu": [2, 3, 5, 14, 42, 59], "thei": [2, 3, 4, 7, 8, 14, 27, 35, 37, 45, 58, 59, 64, 66], "set_zero": 2, "seen": [2, 6, 9], "manag": [2, 17, 40, 41, 64, 66], "instruct": [2, 6, 21, 28, 30, 32, 37, 39, 40, 42, 52, 53, 59, 60, 64, 66, 70, 71, 73], "control": [2, 3, 5, 6, 10, 14, 15, 20, 21, 22, 25, 26, 27, 28, 30, 32, 34, 35, 36, 37, 39, 41, 44, 45, 48, 50, 52, 53, 56, 58, 59, 60, 63, 66, 73], "flow": [2, 11, 22, 23, 27, 36, 45, 60], "path": [2, 3, 17, 39, 60, 63, 64, 66], "thu": [2, 40, 41, 42, 58, 60], "might": [2, 4, 7, 25, 30, 37, 38, 40, 41, 54], "produc": [2, 3, 4, 6, 7, 14, 23, 26, 31, 32, 37, 44, 46, 53, 60, 63, 70], "elementtyp": 2, "is_integral_v": 2, "is_signed_v": 2, "increment": [2, 55], "exclus": [2, 9], "stop": [2, 46, 66], "step": [2, 4, 6, 7, 9, 11, 15, 26, 60, 64, 68, 71], "reach": [2, 55], "quantumkernel": [2, 23, 34], "arg": [2, 3, 4, 11, 15, 16, 23, 25, 30, 34, 41, 46, 60, 66], "is_invocable_v": 2, "draw": [2, 3, 4, 6, 8, 9, 10, 13, 15, 16, 17, 46, 48], "utf": [2, 3], "8": [2, 3, 4, 5, 6, 7, 10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 23, 26, 27, 28, 38, 39, 40, 41, 42, 52, 55, 56, 57, 59, 60, 64, 66, 71, 73], "usag": [2, 41, 55], "iostream": [2, 40, 44, 46, 48, 70], "mz": [2, 3, 6, 9, 16, 23, 25, 26, 37, 39, 40, 41, 44, 46, 48, 49, 52, 53, 54, 55, 56, 58, 60, 70, 71], "cout": [2, 40, 46, 48, 70], "q0": [2, 3, 4, 6, 8, 9, 10, 13, 15, 17, 37], "q1": [2, 3, 4, 6, 8, 9, 10, 13, 15, 17, 37], "ry": [2, 3, 4, 8, 10, 11, 12, 23, 26, 27, 30, 32, 40, 41, 51, 59], "59": [2, 3, 14, 23, 26, 41, 51], "callabl": [2, 3, 22, 23, 25, 26, 27, 44, 51, 53], "trivial": [2, 4, 6, 23, 41, 49, 51, 67], "signatur": [2, 3, 23, 25, 27, 54, 60], "evalu": [2, 3, 4, 10, 23, 40, 41, 42, 51], "without": [2, 3, 23, 27, 34, 39, 42, 48, 52, 56, 64, 66, 70, 71], "regard": 2, "depth": [2, 4, 72], "etc": [2, 27, 28, 41, 45, 59, 63, 64, 66, 71], "kraus_op": 2, "krau": [2, 3, 13, 56], "initializer_list": 2, "initlist": 2, "adjoint": [2, 6, 15, 25, 26, 30, 34, 37, 60], "flatten": [2, 70], "nrow": [2, 11, 17], "ncol": [2, 17], "kraus_channel": [2, 56], "channel": [2, 3, 13, 16, 56, 66], "action": [2, 23, 26, 27, 66], "matric": [2, 3, 7, 42], "amplitude_damping_channel": [2, 56], "bit_flip_channel": [2, 56], "depolarization_channel": [2, 13, 56], "phase_flip_channel": [2, 56], "inputlist": 2, "lvalu": 2, "make": [2, 3, 9, 15, 17, 23, 41, 42, 56, 57, 59, 60, 63, 64, 66, 68, 71], "get_op": 2, "push_back": [2, 27, 48], "autom": [2, 63], "creation": [2, 4, 7, 22, 36, 59, 63], "damp": [2, 56], "phase": [2, 3, 15, 30, 52, 56], "depolar": [2, 3, 13, 56], "densiti": [2, 3, 13, 16, 17, 38, 40, 42, 56], "predicatefuncti": 2, "callback": [2, 3, 18, 19], "operand": [2, 3, 30, 41], "add_channel": [2, 3, 13, 16, 56], "quantumop": 2, "pred": [2, 60], "add_all_qubit_channel": [2, 3], "numcontrol": 2, "get_channel": [2, 3], "targetqubit": 2, "controlqubit": 2, "param": [2, 7, 14, 26, 27, 30, 40, 55, 57, 59], "relev": [2, 4, 7, 8, 11, 16, 19, 33, 42], "kernel_build": [2, 25], "kernel_builder_bas": 2, "kernelbuildertyp": 2, "mlir": [2, 3, 20, 41, 60, 61, 62, 64], "getargu": [2, 25, 62], "quakevalu": [2, 3, 25], "isargstdvec": 2, "otherwis": [2, 3, 6, 9, 42, 46], "getnumparam": [2, 25], "qalloc": [2, 3, 25, 39, 40, 41, 55], "qvec": [2, 37, 39], "veq": [2, 3, 37, 60], "blockargu": 2, "object": [2, 3, 4, 7, 12, 14, 16, 17, 23, 27, 37, 41, 46, 57, 59, 60], "simplic": [2, 7], "impli": [2, 3, 42], "goe": [2, 28, 48], "scope": [2, 27, 28, 35, 60, 62], "befor": [2, 14, 17, 39, 47, 52, 56, 59, 64, 66], "mai": [2, 3, 4, 5, 9, 14, 16, 23, 25, 27, 28, 30, 34, 35, 39, 40, 41, 42, 45, 46, 47, 49, 52, 54, 59, 64, 66, 68, 70, 71], "garbag": 2, "constantv": 2, "val": [2, 16, 52], "swap": [2, 6, 7, 17, 26, 52], "mod": [2, 6, 30], "is_same_v": 2, "perform": [2, 4, 7, 9, 11, 15, 16, 18, 21, 23, 26, 39, 41, 42, 46, 48, 52, 54, 55, 58, 62, 63, 64, 66, 70, 71, 73], "fredkin": 2, "between": [2, 3, 4, 6, 10, 14, 16, 17, 18, 27, 37, 40, 44, 45, 46, 52, 55, 56, 66, 68], "meant": [2, 22, 49], "thin": [2, 3], "wrapper": [2, 3, 41], "around": [2, 3, 7, 9, 16, 23, 48, 56, 71], "instanc": [2, 3, 4, 23, 25, 30, 35, 40, 41, 42, 45, 66], "quak": [2, 3, 14, 20, 36, 60, 62], "dialect": [2, 3, 60, 62], "arithmet": [2, 27, 28, 59], "getvalu": 2, "actual": [2, 16, 23, 46, 63], "implicitlocopbuild": 2, "arith": [2, 37, 60], "constantfloatop": 2, "canvalidatenumel": 2, "stdvectyp": 2, "do": [2, 4, 6, 15, 16, 21, 30, 32, 35, 37, 40, 41, 42, 44, 45, 53, 58, 60, 64, 66, 67, 68, 71, 73], "loop": [2, 3, 4, 7, 14, 24, 35, 44, 52, 55, 57, 59, 60], "know": [2, 6, 17, 21, 37, 73], "bound": [2, 3, 16, 59], "startidx": [2, 3], "subscript": [2, 3, 39, 40], "stdvec": [2, 37, 60], "constants": 2, "isstdvec": 2, "getrequiredel": 2, "veqtyp": 2, "divid": [2, 14], "invers": [2, 15, 26], "so": [2, 4, 5, 6, 10, 12, 14, 16, 17, 23, 39, 41, 42, 48, 53, 58, 59, 60, 62, 63, 64, 66, 70, 71], "friend": 2, "write": [2, 3, 47, 52, 58, 59, 62, 66, 68], "u": [2, 4, 5, 6, 8, 9, 12, 14, 15, 17, 18, 26, 27, 31, 32, 44, 45, 46, 54, 55, 56, 58, 59, 60], "wai": [2, 3, 6, 9, 23, 34, 37, 46, 64], "code": [2, 3, 4, 6, 9, 14, 15, 17, 18, 22, 23, 25, 26, 27, 28, 31, 32, 34, 35, 37, 39, 40, 41, 42, 46, 51, 52, 53, 55, 56, 58, 59, 60, 62, 63, 64, 67, 68, 70, 71], "mlircontext": 2, "ctx": [2, 11, 62], "f": [2, 4, 6, 9, 10, 16, 26, 27, 48, 51, 59, 64, 71], "high": [2, 16, 55, 60, 70], "serv": [2, 3, 4, 27, 35, 40, 62, 64], "work": [2, 4, 6, 7, 15, 16, 20, 23, 40, 41, 55, 59, 61, 64, 66, 67, 70, 71], "subtyp": 2, "possibli": [2, 27], "deleg": [2, 40, 63, 66], "third": [2, 3, 20, 59, 69], "parti": [2, 20, 59, 69], "immut": 2, "mutabl": [2, 23], "gradient": [2, 8, 11, 40, 57, 59], "df": [2, 16], "dx_i": 2, "scalar": [2, 23], "queri": [2, 9, 23, 33, 41, 48, 51], "whether": [2, 3, 6, 64, 66], "strategi": [2, 23, 28, 34, 59, 63], "parameter": [2, 3, 4, 14, 18, 23, 25, 27, 30, 40, 45, 51, 53, 55, 59], "left": [2, 7, 9, 10, 14, 15, 52, 63, 66], "thing": [2, 54, 59], "max": [2, 4, 12, 20, 40, 42, 52, 57], "cobyla": [2, 3, 4, 8, 12, 18, 19, 23, 57, 59], "opt": [2, 27, 60, 62, 64, 66], "assert": [2, 6, 26, 27], "requiresgradi": [2, 23], "algo": 2, "opt_val": [2, 40, 57, 59], "opt_param": [2, 23, 40, 57, 59], "dx": [2, 23], "virtual": [2, 17, 21, 23, 40, 41, 46, 51, 55, 63, 64, 73], "achiev": [2, 6, 7, 14, 15, 23, 39, 40, 54, 59], "dim": [2, 40], "optimizable_funct": [2, 23], "opt_funct": [2, 23, 40], "variat": [2, 4, 7, 8, 11, 14, 19, 20, 23, 50], "custom": [2, 13, 21, 23, 27, 41, 42, 53, 56, 59, 62, 64, 66, 69, 70, 73], "ptrtoown": 2, "conveni": [2, 15, 31, 37, 59, 64, 66], "jdx": 2, "tensoridx": 2, "get_tensor": 2, "just": [2, 4, 6, 9, 10, 14, 22, 36, 41, 46, 47, 48, 53, 58, 60, 66], "rank": [2, 3, 41, 49, 53, 55], "get_num_tensor": 2, "get_num_qubit": [2, 33], "get_precis": [2, 3], "is_on_gpu": [2, 3], "to_host": 2, "hostptr": 2, "numel": 2, "pure": [2, 13, 26, 27, 34, 59], "basisst": 2, "host": [2, 24, 26, 27, 28, 31, 35, 40, 41, 42, 51, 70, 71], "leverag": [2, 3, 4, 23, 25, 27, 30, 34, 35, 42, 53, 57, 59, 60, 63, 67], "separ": [2, 4, 42, 64, 66], "mapper": 2, "inherit": [2, 24, 28, 41], "updat": [2, 4, 23, 39, 52, 64, 71], "protect": [2, 35, 63], "getexpectedvalu": 2, "central_differ": [2, 23, 59], "forward_differ": 2, "parameter_shift": 2, "prescrib": 2, "kernelt": 2, "argsmapp": [2, 23], "setarg": 2, "save": [2, 11, 40, 41, 46, 55, 60, 66, 68], "nvqc": [2, 38, 40], "setkernel": 2, "been": [2, 3, 6, 17, 39, 40, 45, 46, 52, 64, 66], "have": [2, 3, 4, 6, 9, 10, 14, 15, 16, 17, 21, 23, 37, 40, 41, 42, 46, 48, 52, 55, 56, 58, 62, 64, 66, 67, 68, 70, 71, 73], "funcatx": [2, 3], "func": [2, 23, 37, 60, 62], "clone": [2, 11, 35, 62, 64], "deriv": [2, 4, 6, 9, 23, 58], "exp_h": [2, 23], "forward": [2, 11], "approxim": [2, 4, 14, 20, 42, 46, 50], "registri": [2, 66], "unit": [2, 3, 17, 22, 27, 28, 30, 33, 35, 39, 45, 58], "express": [2, 21, 23, 24, 25, 26, 28, 31, 41, 45, 53, 54, 60, 70, 73], "certain": [2, 35, 40, 41, 42, 63, 66], "logic": [2, 9, 33, 35, 41], "connect": [2, 4, 11, 14, 21, 28, 33, 35, 37, 52, 64, 73], "queue": [2, 23, 40, 52], "enqueu": 2, "relat": [2, 4, 6, 14, 60], "quantum_platform": [2, 3, 33, 41, 51, 60], "baseremoterestqpu": 2, "baseremotesimulatorqpu": 2, "_qpuid": 2, "setid": 2, "thread": [2, 3, 28, 41, 42, 51, 55, 63], "getexecutionthreadid": 2, "getnumqubit": 2, "getconnect": 2, "issimul": 2, "supportsconditionalfeedback": 2, "feedback": [2, 28, 45, 66], "remotecap": 2, "getremotecap": 2, "capabl": [2, 6, 40, 42, 55, 64, 66], "setshot": 2, "_nshot": 2, "noth": 2, "wish": [2, 4, 40, 41, 51, 66], "isemul": 2, "local": [2, 3, 7, 17, 20, 39, 40, 41, 46, 49, 52, 60, 64, 65, 67], "emul": [2, 3, 39, 52], "quantumtask": 2, "setexecutioncontext": 2, "resetexecutioncontext": 2, "reset": [2, 3, 23, 26, 28, 42, 63], "launchkernel": 2, "kernelfunc": 2, "uint64_t": 2, "launch": [2, 23, 41, 42, 66, 71], "pack": [2, 70], "rawarg": 2, "launchserializedcodeexecut": 2, "serializedcodeexecutioncontext": 2, "serializecodeexecutionobject": 2, "onrandomseedset": 2, "notifi": 2, "let": [2, 6, 9, 10, 13, 14, 15, 16, 17, 18, 30, 37, 44, 45, 46, 49, 51, 53, 54, 55, 56, 57, 58, 59, 60, 66, 67, 68, 71], "basenvcfsimulatorqpu": 2, "submit": [2, 39, 40, 52, 66], "nvcf": 2, "realiz": [2, 7, 58], "intend": [2, 22, 23, 25, 64, 68], "popul": [2, 48], "platformqpu": 2, "qubitconnect": [2, 33], "fetch": [2, 4], "supports_task_distribut": 2, "multipl": [2, 4, 6, 16, 17, 19, 21, 30, 39, 41, 42, 45, 46, 52, 54, 58, 73], "parallel": [2, 22, 28, 42, 46, 66, 71], "qpu_id": [2, 3, 5, 10, 23, 33, 40, 41, 46, 55], "get_shot": 2, "getter": 2, "onc": [2, 4, 7, 15, 16, 25, 39, 40, 42, 45, 46, 52, 64, 66, 68, 71], "set_shot": 2, "clear_shot": 2, "remov": [2, 4, 37, 38, 40, 41, 42, 66], "numshot": 2, "setter": 2, "set_exec_ctx": 2, "get_exec_ctx": 2, "reset_exec_ctx": 2, "num_qpu": [2, 3, 10, 33, 40, 41, 51], "is_simul": [2, 33], "supports_conditional_feedback": 2, "get_current_qpu": [2, 33], "set_current_qpu": [2, 33], "device_id": [2, 33], "is_remot": [2, 3, 33], "qpuid": [2, 33, 41], "is_emul": [2, 3, 33], "set_nois": [2, 3, 56], "get_remote_cap": 2, "applic": [2, 4, 6, 7, 9, 14, 15, 16, 18, 20, 23, 30, 34, 39, 42, 45, 46, 50, 66, 67, 70, 71, 72], "reset_nois": 2, "turn": [2, 11, 15, 40, 47, 63], "off": [2, 3, 4, 6, 11, 15, 40, 41, 64], "enqueueasynctask": 2, "kernelexecutiontask": 2, "launchvq": 2, "kernelarg": 2, "n_param": [2, 57, 59], "vqe": [2, 3, 4, 14, 18, 40, 57, 59], "settargetbackend": 2, "resetlogstream": 2, "log": [2, 3, 21, 40, 64, 66, 73], "getlogstream": 2, "setlogstream": 2, "logstream": 2, "list_platform": 2, "structur": [2, 3, 4, 7, 11, 14, 23, 25, 29, 31, 33, 35, 41, 42, 60, 62, 63, 68], "boolean": [2, 6, 25], "field": [2, 14, 20, 41], "initvalu": 2, "stateoverlap": 2, "serializedcodeexec": 2, "command": [2, 4, 40, 41, 42, 46, 48, 49, 51, 52, 55, 63, 64, 66, 67, 68, 70, 71], "entir": [2, 17, 37, 53, 59, 63], "forth": [2, 41], "commun": [2, 23, 39, 41, 42, 64], "isremotesimul": 2, "ir": [2, 20, 25, 47, 61, 62, 63], "synthesi": [2, 20, 22, 25, 31, 35, 36, 50, 60], "ultim": [2, 60, 63], "what": [2, 3, 4, 6, 14, 16, 17, 20, 21, 43, 55, 63, 70, 73], "ad": [2, 7, 16, 21, 23, 39, 40, 53, 56, 60, 64, 66, 68, 71, 73], "promis": 2, "qubitedg": [2, 33], "num_available_gpu": [2, 3, 46, 55], "set_random_se": [2, 3, 6, 11, 12, 14, 16, 42, 57, 59], "caller": [2, 27], "unset_nois": [2, 3, 56], "dealloc": [2, 28, 35, 63], "mpi": [2, 21, 41, 42, 49, 53, 55, 71, 73], "against": [2, 21, 39, 64, 68, 73], "argc": [2, 26, 46, 64, 71], "argv": [2, 26, 46, 64, 71], "program": [2, 20, 22, 25, 27, 30, 35, 36, 39, 40, 41, 42, 43, 45, 52, 53, 55, 56, 60, 64, 66, 68, 71], "is_initi": [2, 3, 49, 53], "alreadi": [2, 3, 6, 17, 64, 66, 71], "final": [2, 3, 4, 7, 8, 41, 51, 53, 55, 59, 60, 63, 64], "num_rank": [2, 3, 55], "all_gath": [2, 3], "gather": [2, 3, 26, 46, 58], "fit": [2, 64], "come": [2, 7, 28, 40, 52, 70], "all_reduc": 2, "binaryfunct": 2, "localvalu": 2, "reduc": [2, 6, 10, 16, 42], "rootrank": [2, 3], "make_kernel": [3, 25, 39, 40, 41, 55], "els": [3, 4, 5, 6, 11, 17, 25, 41, 42, 46, 64, 68, 71], "int_valu": 3, "float_valu": 3, "pykernel": 3, "argtypelist": 3, "programmat": 3, "str": [3, 4, 5, 6, 12, 16, 39, 41, 46, 48, 52, 58, 70], "argument_count": 3, "alia": [3, 35], "pykerneldecor": 3, "verbos": [3, 7, 43, 60, 64, 67], "modul": [3, 7, 11, 42, 46, 59, 60, 64], "none": [3, 6, 11, 26, 27, 42], "funcsrc": 3, "locat": [3, 39, 41, 64, 66, 70], "overrideglobalscopedvar": 3, "decor": [3, 4, 27, 44], "lower": [3, 60, 63], "ast": 3, "jit": [3, 4], "executionengin": 3, "__call__": 3, "__str__": 3, "from_json": 3, "jstr": 3, "overridedict": 3, "convert": [3, 4, 7, 23, 51, 60], "json": [3, 39, 41, 52, 66], "to_json": 3, "self": [3, 4, 11, 14, 27, 64, 66], "reconstruct": 3, "elsewher": 3, "type_to_str": 3, "clean": [3, 7], "kwarg": [3, 4], "languag": [3, 20, 21, 24, 27, 28, 29, 30, 35, 36, 41, 45, 53, 58, 60, 63, 67, 73], "attribut": [3, 27, 53, 60], "coprocessor": [3, 23, 27], "shots_count": [3, 4, 6, 9, 10, 12, 13, 16, 39, 46, 49, 53, 55], "over": [3, 13, 23, 35, 46, 52, 56, 57, 59, 63, 66], "ndarrai": [3, 11, 13, 17], "leav": [3, 13, 39, 52, 66], "doesn": 3, "firstfloat": 3, "secondfloat": 3, "kei": [3, 6, 12, 14, 15, 16, 32, 39, 40, 63, 66, 71], "nois": [3, 4, 13, 23, 33, 39, 52, 56], "model": [3, 4, 13, 20, 22, 23, 25, 27, 30, 35, 36, 37, 39, 41, 52, 56, 60, 63, 66, 71], "dictionari": [3, 16, 23, 46, 53, 59], "sampleresult": [3, 4, 46, 53, 63], "sample_async": [3, 23, 41, 46, 52], "_mlir_lib": 3, "_quakedialect": 3, "cudaq_runtim": 3, "asyncsampleresult": [3, 52], "platform": [3, 20, 21, 22, 30, 36, 38, 39, 40, 42, 46, 51, 55, 60, 63, 64, 66, 71, 73], "Will": [3, 32, 46], "whose": [3, 6, 7, 11, 14, 18, 23, 28, 40, 41, 51, 58], "identif": 3, "spin_oper": [3, 14, 46, 51, 59], "spinoper": [3, 4, 5, 11, 12, 14, 19, 46, 51, 55, 59], "everi": [3, 14, 16, 21, 40, 41, 45, 46, 52, 53, 64, 71, 73], "nest": [3, 41], "hermitian": [3, 5], "calcul": [3, 4, 8, 9, 10, 11, 40, 41, 46, 52, 55, 59], "observeresult": [3, 46, 59], "observe_async": [3, 5, 10, 23, 40, 55], "asyncobserveresult": 3, "arg0": [3, 60], "prepar": [3, 4, 10, 11, 15, 16, 18, 48, 51, 53, 55, 57], "select": [3, 4, 6, 11, 18, 42, 46, 49, 51, 66, 70], "get_state_async": [3, 41], "asyncstateresult": 3, "parameter_count": [3, 4, 12, 14, 18, 19, 55, 57, 59], "argument_mapp": [3, 14], "gradient_strategi": [3, 59], "arg1": 3, "format": [3, 6, 11, 17, 23, 26, 35, 64], "ascii": [3, 17], "latex": [3, 17], "cx": [3, 4, 16, 25, 39, 40, 48, 55, 71], "translat": [3, 6, 23, 58, 60], "qir": [3, 60, 63], "adapt": [3, 14, 21, 73], "openqasm2": 3, "openqasm": 3, "moduleid": [3, 60], "llvmdialectmodul": [3, 60], "source_filenam": [3, 60], "opaqu": [3, 35, 60], "__nvqpp__mlirgen__function_variable_qreg": 3, "_z13variable_qregv": 3, "local_unnamed_addr": [3, 60], "tail": [3, 60], "__quantum__rt__qubit_allocate_arrai": [3, 60], "i64": [3, 60], "__quantum__qis__mz": [3, 60], "9": [3, 4, 5, 6, 7, 10, 11, 12, 16, 17, 23, 27, 28, 60, 64, 66], "7": [3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 21, 23, 27, 28, 30, 35, 41, 55, 60, 64, 66, 73], "__quantum__rt__qubit_release_arrai": [3, 60], "ret": [3, 60], "has_target": 3, "get_target": [3, 10, 40, 41, 51, 71], "rais": [3, 5], "set_target": [3, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 39, 40, 41, 42, 46, 48, 49, 51, 52, 55, 56, 63], "reset_target": 3, "initialize_cudaq": 3, "environ": [3, 4, 13, 17, 21, 39, 40, 41, 47, 49, 52, 62, 64, 66, 71, 73], "detect": [3, 46, 55, 64, 66, 70], "simulationprecis": 3, "underyl": 3, "properti": [3, 4, 6, 7, 9, 37], "noindex": 3, "infrastructur": [3, 21, 41, 62, 64, 73], "descript": [3, 40, 42, 63, 64, 66], "featur": [3, 4, 7, 15, 21, 27, 64, 66, 70, 71, 73], "activ": [3, 7, 11, 20, 41, 42, 64, 66, 71], "consist": [3, 4, 6, 7, 46], "physic": [3, 7, 14, 22, 28, 35, 37, 39, 41, 42, 52, 58], "0101": [3, 57], "1010": [3, 57], "consol": [3, 40, 47, 64], "cupi": [3, 66], "gettensor": 3, "compris": 3, "tensori": 3, "mlirvalu": 3, "As": [3, 14, 22, 28, 29, 35, 41, 42, 44, 58, 59, 62], "hold": [3, 59], "__add__": 3, "runtimeerror": [3, 4], "new_valu": 3, "5": [3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 25, 26, 27, 28, 30, 31, 34, 35, 40, 41, 42, 48, 49, 51, 52, 55, 56, 57, 59, 60, 64, 66, 68, 73], "__radd__": 3, "__sub__": 3, "__rsub__": 3, "__neg__": 3, "__mul__": 3, "__rmul__": 3, "__getitem__": 3, "you": [3, 4, 6, 7, 9, 15, 16, 17, 20, 21, 23, 39, 40, 42, 46, 48, 52, 53, 55, 56, 59, 60, 62, 63, 64, 66, 67, 68, 70, 71, 73], "complexmatrix": 3, "lowest": [3, 7], "__eq__": 3, "togeth": [3, 16, 20, 42, 60, 71], "__iter__": 3, "through": [3, 4, 6, 9, 11, 13, 23, 39, 44, 47, 49, 53, 56, 59, 63, 64, 66, 71], "chunk_count": 3, "d1": 3, "d2": [3, 51], "d3": 3, "receiv": [3, 23], "while": [3, 6, 7, 21, 27, 45, 46, 52, 60, 64, 66, 70, 73], "0j": [3, 5, 10, 12, 14, 46], "get_qubit_count": 3, "get_term_count": [3, 19], "qubit_count": [3, 6, 9, 11, 13, 14, 15, 18, 19, 41, 44, 46, 48, 49, 55, 57, 71], "term_count": [3, 55], "2159244455": 3, "ith": 3, "scipi": [3, 5, 16, 17, 18, 19, 59], "csr_arrai": 3, "print_coeffici": 3, "termin": [3, 55, 66], "At": [3, 7, 64, 66], "directli": [3, 22, 23, 28, 35, 37, 60, 66, 70, 71], "c_if": [3, 25], "dure": [3, 7, 8, 13, 23, 39, 42, 64, 66, 70], "__len__": 3, "equival": [3, 14, 41, 42, 46], "metadata": [3, 18, 60], "experi": [3, 4, 16, 39, 52, 64, 66], "expectation_z": 3, "get_marginal_count": [3, 16], "marginal_indic": 3, "get_register_count": 3, "get_sequential_data": 3, "item": [3, 6, 7, 11, 16, 70], "frequent": 3, "proport": 3, "kick": [3, 41], "pattern": [3, 4, 22, 23, 27, 36, 60, 62], "sub_term": 3, "favor": 3, "get_spin": 3, "accessor": [3, 41], "optimizationresult": 3, "gradientdesc": 3, "initial_paramet": [3, 4, 8, 12, 14, 57, 59], "lower_bound": 3, "max_iter": [3, 4, 59], "maximum": [3, 4, 42], "requires_gradi": 3, "upper_bound": 3, "upper": 3, "neldermead": [3, 12, 14], "lbfg": [3, 23, 40, 59], "centraldiffer": [3, 59], "parameter_vector": [3, 4, 14, 40, 59], "loss": 3, "forwarddiffer": 3, "parametershift": 3, "krauschannel": [3, 13, 56], "__init__": [3, 4, 11, 27], "num_control": 3, "bitflipchannel": [3, 16, 56], "decoher": [3, 13, 56], "Its": [3, 35, 42, 58, 60], "vice": 3, "versa": 3, "180": [3, 56], "therebi": [3, 23, 41, 60], "k_0": [3, 13], "k_1": [3, 13], "therefor": [3, 6, 7, 14, 15, 35, 60, 62], "phaseflipchannel": [3, 56], "untouch": 3, "depolarizationchannel": [3, 13, 56], "mixtur": 3, "k_2": 3, "k_3": 3, "2x2": [3, 42], "decai": [3, 13, 56], "And": [3, 14, 37], "behav": 3, "free": [3, 4, 8, 14, 23, 25, 26, 27, 28, 30, 32, 34, 39, 40, 44, 53, 57, 59, 60, 63, 66], "75": [3, 4, 6, 15, 19], "proabil": 3, "uniform": [3, 4, 12, 14, 16, 23, 26, 46, 55, 57], "amplitudedampingchannel": [3, 56], "dissip": [3, 56], "energi": [3, 4, 5, 7, 18, 19, 23, 40, 51, 56, 59], "due": [3, 4, 13, 17, 18, 23, 42, 46, 56, 70], "interact": [3, 7, 33, 56, 66], "ii": [3, 14], "ground": [3, 4, 5, 7, 18, 40, 56, 58, 59], "krausoper": [3, 56], "ki": 3, "dag": [3, 17, 32], "col_count": 3, "row_count": 3, "scatter": [3, 4], "concaten": 3, "arg2": 3, "tutori": [4, 7, 14, 16, 66], "explor": [4, 6, 55, 58, 66], "recent": [4, 6, 7], "research": [4, 40], "arxiv": [4, 6], "paper": [4, 6, 12, 57], "http": [4, 6, 7, 11, 14, 15, 17, 39, 41, 52, 64, 66], "org": [4, 6, 64, 66], "pdf": [4, 6, 17], "2402": 4, "01529": 4, "team": [4, 7], "edinburgh": 4, "jointli": 4, "develop": [4, 20, 27, 28, 39, 40, 42, 50, 58, 62, 63, 64, 67, 71], "nvidia": [4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 18, 19, 20, 21, 22, 28, 38, 42, 46, 48, 49, 51, 55, 63, 64, 66, 68, 71, 73], "author": 4, "better": [4, 14, 16, 40, 42, 64], "understand": [4, 16, 22, 66], "barrier": 4, "mit": 4, "licens": [4, 64, 66], "found": [4, 6, 7, 17, 21, 23, 26, 30, 39, 46, 63, 64, 66, 68, 69, 71, 73], "github": [4, 7, 11, 14, 15, 21, 39, 42, 64, 66, 71, 73], "com": [4, 7, 11, 14, 15, 39, 52, 64, 66], "boniface316": 4, "bigdata_vqa": 4, "unsupervis": 4, "learn": [4, 6, 11, 14, 17, 21, 40, 45, 46, 70, 71, 73], "techniqu": [4, 6, 42, 46], "aim": [4, 6, 9, 14, 48], "group": [4, 35, 42], "similar": [4, 23, 41, 46, 64], "characterist": 4, "enhanc": [4, 20], "find": [4, 5, 9, 14, 16, 18, 20, 39, 40, 41, 58, 59, 60, 64, 66], "reliabl": [4, 70], "analysi": [4, 7, 37, 60], "todai": 4, "sever": [4, 7, 53, 56], "limit": [4, 41, 42, 46, 55, 70], "practic": [4, 9, 16, 56], "would": [4, 6, 7, 9, 14, 15, 21, 37, 55, 58, 64, 66, 68, 70, 73], "far": 4, "too": [4, 17, 49, 58], "mani": [4, 6, 15, 21, 30, 33, 41, 42, 46, 55, 71, 73], "extend": [4, 15, 20, 21, 22, 69, 73], "harrow": 4, "fewer": [4, 6, 7, 42], "walk": [4, 7, 63, 64, 66], "approach": [4, 6, 15, 16, 23, 27, 60], "emphas": 4, "util": [4, 11, 13, 23, 35, 40, 41, 42, 55, 60, 63], "bipartit": 4, "branch": [4, 21, 25, 64, 66, 73], "directori": [4, 62, 64, 66, 70], "tree": 4, "uncom": [4, 14, 64, 66], "line": [4, 6, 14, 17, 39, 41, 42, 48, 52, 60, 63, 64, 66], "insid": [4, 41, 66], "skip": [4, 17, 64], "mkdir": [4, 63, 64, 67], "divisive_clustering_src": 4, "wget": [4, 64, 66], "p": [4, 7, 10, 12, 13, 16, 56, 57, 64, 66], "githubusercont": 4, "doc": [4, 41], "sphinx": 4, "divisive_clust": 4, "py": [4, 19, 41, 42, 46, 47, 55, 59, 66, 71], "main_divisive_clust": 4, "instal": [4, 6, 7, 8, 11, 16, 17, 18, 19, 20, 21, 39, 42, 60, 62, 63, 67, 68, 70, 73], "packag": [4, 7, 8, 9, 11, 16, 17, 19, 64, 66, 70, 71], "pip": [4, 7, 8, 11, 16, 17, 18, 19, 41, 42, 64, 66, 71], "mpi4pi": [4, 42, 71], "6": [4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 26, 27, 28, 30, 31, 35, 39, 40, 41, 42, 51, 52, 59, 60, 66, 73], "networkx": 4, "panda": [4, 16], "scikit": [4, 11], "tqdm": 4, "66": [4, 12], "auxillari": [4, 48], "nx": 4, "pd": [4, 16], "matplotlib": [4, 6, 7, 8, 11, 12, 16, 17, 18, 19], "pyplot": [4, 6, 7, 8, 11, 12, 16, 17, 18, 19], "plt": [4, 6, 7, 8, 11, 12, 16, 17, 18, 19], "warn": [4, 17, 19, 39], "divisiveclust": 4, "dendrogram": 4, "voironi_tessal": 4, "filterwarn": 4, "below": [4, 6, 7, 8, 9, 11, 14, 15, 17, 18, 21, 23, 39, 40, 41, 42, 46, 52, 55, 57, 59, 60, 64, 66, 70, 71, 73], "toggl": 4, "circuit_depth": 4, "max_shot": 4, "x_1": 4, "x_2": 4, "cdot": [4, 6], "x_n": 4, "weight": [4, 7, 12], "much": [4, 59, 63], "smaller": [4, 7, 42], "w": [4, 32, 42, 52], "enough": 4, "reason": [4, 37], "conclus": 4, "There": [4, 23, 25, 39, 40, 41, 55, 66], "variou": [4, 21, 41, 44, 53, 56, 60, 63, 73], "build": [4, 7, 8, 14, 16, 17, 18, 20, 21, 25, 30, 31, 43, 45, 46, 51, 57, 58, 59, 62, 63, 66, 67, 68, 70, 73], "machin": [4, 14, 22, 36, 39, 41, 52, 66], "1703": 4, "06476": 4, "algorithm": [4, 7, 8, 14, 15, 18, 20, 22, 25, 27, 36, 37, 40, 41, 42, 46, 48, 50, 51, 54, 59, 66], "essenti": 4, "boil": 4, "down": [4, 41], "toler": 4, "constraint": [4, 16, 27, 28, 29, 42, 46, 52, 58], "priori": 4, "load": [4, 11, 23, 28, 39, 40, 52, 60, 62], "frame": 4, "imag": [4, 5, 6, 11, 14, 17, 21, 52, 64, 71, 73], "black": [4, 9], "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, 16], "chr": 4, "65": [4, 14, 16], "028364": 4, "669787": 4, "234": [4, 16], "230716": 4, "167441": 4, "354792": 4, "101": [4, 6, 15, 16, 26], "319288": 4, "b": [4, 23, 52], "022889": 4, "921443": 4, "125": [4, 23, 26, 31, 40, 41, 51, 59], "158339": 4, "706134": 4, "636852": 4, "13": [4, 11, 12, 14, 16, 18, 19, 55, 57, 59, 60, 66], "650774": 4, "998497": 4, "455847": 4, "116": 4, "758239": 4, "507918": 4, "630311": 4, "120": [4, 66], "727176": 4, "102508": 4, "297727": 4, "53": [4, 16, 17], "294127": 4, "722463": 4, "400433": 4, "77": [4, 16], "415840": 4, "425868": 4, "341136": 4, "42": [4, 6, 11, 16, 18, 19], "847985": 4, "985373": 4, "063209": 4, "240": 4, "116237": 4, "label": [4, 7, 11, 16, 60, 64, 71], "7eba00": 4, "color": [4, 14], "marker": 4, "xlabel": [4, 7, 8, 11, 12, 18, 19], "ylabel": [4, 7, 8, 11, 12, 18, 19], "titl": [4, 18, 19, 39, 59, 66, 71], "best": [4, 7, 15, 64, 66], "legend": [4, 7, 11], "In": [4, 6, 7, 9, 13, 14, 16, 17, 23, 27, 37, 39, 41, 42, 44, 46, 48, 51, 52, 53, 56, 59, 62, 63, 64, 70], "cast": [4, 19], "problem": [4, 5, 14, 15, 18, 37, 45, 57], "routin": [4, 14, 23, 59], "graph": [4, 12, 14, 57], "edg": [4, 12, 14], "e_": 4, "ij": 4, "w_iw_jd_": 4, "d_": 4, "euclidean": 4, "distanc": [4, 16, 18], "coreset_to_graph": 4, "vqa": 4, "hamiltonian": [4, 5, 8, 10, 11, 12, 13, 14, 18, 19, 26, 40, 41, 42, 46, 51, 57, 59], "src": [4, 39, 64], "motiv": [4, 36, 64], "cut": [4, 20, 57], "get_k2_hamiltonian": 4, "k2": 4, "layer": [4, 11, 14, 27, 57, 59], "r_z": 4, "r_y": 4, "cascad": 4, "benefit": [4, 21, 46, 71, 73], "get_vqe_circuit": 4, "number_of_qubit": 4, "theta_posit": 4, "rz": [4, 14, 17, 26, 30, 57], "visual": [4, 14, 20, 37, 50], "rand": [4, 10, 48], "8904": 4, "7335": 4, "4343": 4, "2236": 4, "7937": 4, "9981": 4, "3945": 4, "q2": [4, 6, 8, 15, 17], "696": 4, "3352": 4, "q3": [4, 6, 17], "6658": 4, "05277": 4, "q4": [4, 6], "791": 4, "003569": 4, "4119": 4, "3205": 4, "3504": 4, "3913": 4, "7392": 4, "3171": 4, "0008056": 4, "proper": 4, "get_optim": 4, "addit": [4, 6, 9, 15, 23, 40, 44, 45, 48, 55, 64, 70, 71], "initial_param": 4, "divisiveclusteringvqa": 4, "procedur": [4, 8, 18], "top": [4, 6, 9, 16, 41, 63, 67], "pleas": [4, 17, 19, 21, 40, 41, 42, 52, 55, 62, 64, 66, 71, 73], "run_divisive_clust": 4, "get_counts_from_simul": 4, "cost": [4, 11, 12, 14, 18, 19, 20, 23, 40, 59], "our": [4, 6, 8, 9, 13, 14, 17, 21, 37, 39, 44, 46, 48, 52, 53, 54, 55, 56, 59, 60, 64, 66, 67, 68, 71, 73], "obtain": [4, 7, 10, 16, 17, 18, 21, 40, 64, 73], "acceler": [4, 11, 20, 21, 40, 42, 46, 48, 49, 55, 63, 64, 66, 71, 73], "associ": [4, 14, 28, 41, 58], "super": [4, 11], "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, 6, 7, 8, 11, 12, 14, 15, 16, 19, 26, 35, 41, 46, 48, 52, 55, 71], "node": [4, 5, 12, 14, 22, 41, 55, 64], "create_hamiltonian": 4, "optimizer_funct": 4, "create_circuit": 4, "objective_funct": [4, 59], "get_result": [4, 59], "optimal_paramet": [4, 12, 14, 40, 57], "mostli": 4, "previous": [4, 39, 66], "threshold_for_max_cut": 4, "percent": 4, "advanc": [4, 6, 59], "normal": [4, 11, 18, 19, 58], "get_divisive_sequ": 4, "analyz": [4, 62], "postprocess": 4, "sourc": [4, 13, 14, 16, 21, 37, 42, 48, 56, 60, 63, 66, 67, 68, 71, 73], "12": [4, 7, 11, 16, 17, 23, 40, 60, 64, 66], "normalize_vector": 4, "sort_by_descend": 4, "dist": [4, 16, 17, 70], "hierarchial_clustering_sequ": 4, "100": [4, 6, 7, 11, 13, 16, 19, 26, 49], "129": 4, "lt": [4, 7], "12075": 4, "19it": 4, "35025": 4, "50it": 4, "18": [4, 6, 7, 16, 60], "44254": 4, "09it": 4, "15827": 4, "56it": 4, "13617": 4, "87it": 4, "nice": 4, "earli": [4, 40, 66], "split": [4, 55], "mark": [4, 70], "least": [4, 6, 14, 41, 64], "dendo": 4, "plot_dendrogram": 4, "plot_titl": 4, "plot": [4, 7, 8, 11, 12, 16, 18, 19], "notic": [4, 6, 14, 37, 48, 49, 55, 60, 67], "complic": [4, 31], "becom": [4, 7, 16, 42, 51, 66, 67], "occasion": 4, "especi": 4, "partit": [4, 12, 14, 40, 41, 66], "puzzl": 4, "glanc": 4, "seem": [4, 49, 58, 66, 71], "natur": [4, 17, 42, 58], "strai": 4, "belong": 4, "wrong": 4, "explan": 4, "stochast": [4, 23], "few": [4, 6, 14], "were": [4, 17, 48, 59, 66], "rememb": [4, 9], "pai": [4, 15], "penalti": [4, 12], "exclud": [4, 40, 46, 48, 64], "proxim": 4, "small": [4, 6, 16, 42, 70], "less": [4, 7, 56, 64], "impact": [4, 13, 56], "usual": [4, 64, 66, 70], "look": [4, 17, 21, 37, 39, 41, 45, 46, 49, 51, 52, 53, 54, 55, 56, 59, 60, 64, 66, 73], "unusu": 4, "go": [4, 9, 17, 35, 41, 53, 64, 66], "origin": [4, 13, 37, 48, 59, 60], "14": [4, 6, 16, 40, 52, 60], "plot_hierarchial_split": 4, "hierarch": 4, "flat": [4, 41], "perpendicular": 4, "intersect": 4, "threshold": [4, 5, 6, 42], "height": 4, "want": [4, 6, 10, 14, 16, 17, 37, 40, 41, 60, 63, 64, 66, 68, 71], "get_clusters_using_k": 4, "desir": [4, 33, 41, 46, 63, 64, 66, 68], "figur": [4, 6, 9, 11, 15, 60], "15": [4, 6, 16, 55, 59, 60, 64, 66], "threshold_height": 4, "get_clusters_using_height": 4, "red": [4, 16], "blue": 4, "green": [4, 14], "purpl": 4, "orang": 4, "yellow": 4, "color_threshold": 4, "plot_clust": 4, "16": [4, 6, 7, 16, 17, 40, 59, 60], "show_annot": 4, "get_voronoi_tessal": 4, "region": 4, "accord": 4, "centroid": 4, "tesslation_by_clust": 4, "complet": [4, 13, 23, 39, 64, 66, 70, 71], "plot_voironi": 4, "overlai": 4, "17": [4, 6, 11, 16, 60, 68], "vt": 4, "voironi": 4, "tessal": 4, "design": [4, 14, 20, 22, 41, 71], "flexibl": [4, 44, 64], "tool": [4, 16, 17, 21, 37, 60, 62, 64, 68, 70, 73], "done": [4, 6, 7, 17, 35, 47, 56, 64, 66], "get_qaoa_circuit": 4, "rx": [4, 8, 10, 11, 12, 14, 16, 17, 30, 34, 55, 57], "3527": 4, "19": [4, 6, 16, 40, 60], "20": [4, 5, 6, 16, 29, 35, 59, 60, 68, 71], "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, 23, 66], "encount": [4, 40, 42, 52, 64, 66, 71], "challeng": [4, 6], "port": [4, 41, 66], "hpc": [4, 21, 66, 73], "becam": 4, "massiv": 4, "25": [4, 7, 11, 15, 16, 26, 40, 41, 42, 46, 55, 66], "present": [4, 14, 16, 46, 49, 64, 67], "compar": [4, 45, 46, 48, 49, 66, 71], "your": [4, 17, 20, 23, 39, 40, 41, 42, 43, 48, 51, 52, 55, 56, 59, 63, 64, 66, 70], "100000": [4, 10, 55], "try": [4, 6, 15, 17, 55, 66], "slightli": [4, 59], "qpp": [4, 11, 12, 14, 15, 19, 38, 40, 42, 46, 55, 60, 63, 66, 71], "python3": [4, 17, 41, 42, 46, 47, 55, 64, 66, 71], "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, 11, 60], "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, "interrupt": 4, "patienc": 4, "worn": 4, "still": [4, 27, 37, 46, 52, 56, 58, 66, 70], "easili": [4, 14, 46, 48, 49, 59, 64, 66, 70], "27": [4, 16, 46], "7352": 4, "03": [4, 7, 40], "2063": 4, "82it": 4, "16492": 4, "4739": 4, "44it": 4, "256": [4, 11], "15185": 4, "58it": 4, "64": [4, 11, 41, 42, 60, 64, 66], "23728": 4, "05it": 4, "15437": 4, "97it": 4, "50840": 4, "32": [4, 6, 11, 16, 39, 42, 60, 66], "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, 16, 60], "439895901": 4, "push": [4, 70], "34": [4, 6, 16], "a100": 4, "yourself": [4, 64], "28": [4, 11, 16, 17, 19, 21, 41, 49, 64, 66, 71, 73], "nlopt": [4, 60], "failur": [4, 70], "To": [4, 6, 13, 14, 15, 16, 23, 27, 30, 35, 39, 40, 41, 42, 45, 46, 49, 51, 52, 53, 56, 60, 62, 63, 64, 66, 67, 68, 70, 71], "pool": [4, 40, 55], "finish": [4, 46, 60], "fail": [4, 42, 62, 66, 70], "immedi": [4, 41, 63], "issu": [4, 23, 42, 64, 66, 70], "30": [4, 11, 16, 41, 48, 55], "mgpu": [4, 15, 21, 38, 40, 41, 42, 55, 73], "gpu_count": 4, "smi": [4, 64, 66], "l": [4, 6, 7, 23, 60, 68, 70], "wc": 4, "mpirun": [4, 41, 42, 55], "Not": [4, 27, 40, 66], "multi_gpu": 5, "mqpu": [5, 10, 38, 42, 46, 51, 55], "molecul": [5, 7, 18, 20], "geometri": [5, 18, 19], "7474": [5, 18], "chemistri": [5, 18], "create_molecular_hamiltonian": [5, 18], "sto": [5, 18], "3g": [5, 18], "electron_count": [5, 18, 19], "n_electron": [5, 18], "qubits_num": 5, "n_orbit": [5, 18], "spin_ham_matrix": 5, "linalg": [5, 16], "eig": 5, "min": [5, 6, 11, 52], "argmin": 5, "min_indic": 5, "eigen": [5, 26, 63], "vec": 5, "1371757102406848": 5, "termcoeffici": 5, "ham": [5, 10, 12], "termword": 5, "pauli_str": 5, "u_psi": [5, 10], "dt": 5, "pauli_word": [5, 12, 41], "u_m": 5, "exp_pauli": [5, 12], "u_phi": [5, 10], "u_n": 5, "apply_pauli": [5, 10], "qfd_kernel": 5, "dt_alpha": 5, "dt_beta": 5, "word_list": 5, "ancilla": [5, 23, 25], "my_list": 5, "compon": [5, 6, 14, 64, 66, 70, 71], "x_0": [5, 10], "y_0": [5, 10], "space": [5, 7, 17, 20, 28, 35, 41, 52], "m_qfd": 5, "observe_op": 5, "identity_word": 5, "pauli_list": 5, "wf_overlap": 5, "dtype": [5, 13, 16, 56], "dt_m": 5, "dt_n": 5, "temp": [5, 60], "conj": [5, 10], "collect_overlap_r": 5, "collect_overlap_img": 5, "count_id": 5, "tot_dim": 5, "real_val": 5, "img_val": 5, "ham_matrx": 5, "tot_": 5, "coef": [5, 12], "zip": [5, 12, 64], "ham_matrix_r": 5, "ham_matrix_imag": 5, "diagon": [5, 42], "solver": 5, "hc": 5, "sce": 5, "1e": [5, 7, 42], "s_diag": 5, "s_prime": 5, "sii": 5, "valueerror": 5, "eval": [5, 11], "x_prime": 5, "h_prime": 5, "conjug": 5, "transpos": [5, 7], "dot": [5, 14, 16], "e_prim": 5, "c_prime": 5, "eigen_valu": 5, "eigen_vect": 5, "qfd": 5, "136755471242475": 5, "63528910693825e": 5, "20j": 5, "famou": 6, "particularli": [6, 42, 45], "signific": [6, 21, 73], "becaus": [6, 9, 16, 37, 42, 48, 52, 64, 66, 71], "potenti": [6, 23, 46], "break": 6, "modern": 6, "asymmetr": 6, "encrypt": [6, 66], "scheme": 6, "rsa": [6, 66], "li": [6, 15, 60], "introduc": [6, 14, 23], "preliminari": [6, 7], "proce": [6, 66, 71], "explain": [6, 41, 58], "gcd": 6, "log2": 6, "ceil": 6, "fraction": [6, 42], "contfrac": 6, "a_1": [6, 16], "a_2": 6, "interest": [6, 15, 18, 19, 51, 53], "prime": [6, 15], "solut": [6, 14], "satisfi": [6, 13, 17, 35, 52, 64], "neq": [6, 9], "idea": [6, 15], "share": [6, 42, 63, 66, 70], "greatest": 6, "divisor": 6, "smallest": 6, "posit": [6, 13, 14, 16, 30, 42], "equiv": [6, 58], "combin": [6, 7, 10, 16, 20, 45, 46, 58, 69, 70], "rule": [6, 9], "easi": [6, 14, 56, 68], "re": [6, 10, 16, 23, 37, 53, 55, 56, 64, 66], "frac": [6, 7, 9, 10, 14, 15, 16, 17], "shors_algorithm": 6, "outlin": [6, 70], "purpos": [6, 28, 37, 66], "demonstr": [6, 8, 9, 15, 18, 22, 23, 25, 41, 46, 49, 54, 60], "investig": 6, "terminologi": 6, "literatur": 6, "period": 6, "recast": 6, "choic": [6, 16, 42], "a1": 6, "a2": 6, "divisor1": 6, "divisor2": 6, "happen": [6, 37, 66], "chanc": [6, 70], "find_order_quantum": 6, "find_order_class": 6, "test_ord": 6, "retri": [6, 17], "establish": 6, "rewritten": [6, 17], "tag": [6, 7, 9, 15, 64, 66], "rewrit": [6, 62], "equat": [6, 7, 14, 15], "peter": 6, "greater": [6, 37, 40, 42, 58], "50": [6, 46, 56, 58, 70], "randomli": 6, "block": [6, 7, 14, 32, 59], "search": [6, 64, 66], "possible_factor": 6, "test_factor": 6, "did": [6, 64, 66], "No": [6, 52, 55, 66], "text": [6, 7, 8, 9, 15, 16, 17], "straightforward": 6, "notabl": 6, "ineffici": 6, "naiv": [6, 37], "interv": [6, 18], "often": [6, 23, 37, 64, 66], "guess": [6, 7], "my_integ": 6, "123": 6, "edit": [6, 66], "choos": [6, 7, 13, 46, 66], "initial_value_to_start": 6, "41": [6, 14], "central": 6, "lceil": 6, "rceil": 6, "involv": [6, 8, 42, 55, 60, 70], "diagram": [6, 9, 14, 15, 39, 52], "nbsphinx": [6, 7], "rangl": [6, 7, 15, 16, 23, 71], "modulo": [6, 9], "accuraci": [6, 11, 42], "estim": [6, 7, 16, 18, 46], "phase_kernel": 6, "ll": [6, 14, 15, 53, 59, 60, 63, 67], "ai": 6, "repeatedli": [6, 46], "carri": 6, "exponent": 6, "quantum_fourier_transform": [6, 15], "hadamard": [6, 15, 20, 25, 30, 35, 37, 48, 53, 56, 58, 62], "cr1": [6, 15, 26], "inverse_qft": [6, 15], "provabl": 6, "faster": [6, 15, 42], "hefti": 6, "scale": [6, 7, 16, 30, 42, 55, 58], "5l": 6, "continu": [6, 15, 46, 52, 60], "algoirthm": 6, "72l": 6, "exponentiaion": 6, "beckman": 6, "chari": 6, "devabhaktuni": 6, "preskil": 6, "1996": 6, "beyond": [6, 40, 42, 55, 62], "focu": [6, 7], "difficulti": [6, 48], "depict": [6, 14, 17], "report": 6, "modular_mult_5_21": 6, "modular_exp_5_21": 6, "expon": 6, "control_s": 6, "physlab": 6, "wp": 6, "content": [6, 23, 39, 52, 59, 63, 66], "upload": 6, "2023": 6, "05": [6, 40], "shor_s_algorithm_23100113_fin": 6, "ctrl_qubit": [6, 34], "_": [6, 7, 9, 11, 16, 17, 48], "verifi": [6, 15, 58], "fact": [6, 10, 15, 37, 70], "5y": 6, "demonstrate_mod_exponenti": 6, "200": [6, 23], "10001": [6, 14], "previou": [6, 29, 35, 59, 66], "modular_exp_4_21": 6, "ab": 6, "2103": 6, "13855": 6, "drawn": [6, 16], "control_register_s": 6, "work_register_s": 6, "control_regist": 6, "work_regist": 6, "values_for_a": 6, "15000": 6, "r1": [6, 15, 17, 26, 30, 37], "5117": 6, "010": [6, 15, 16], "902": 6, "224": [6, 7, 16], "001": [6, 11, 15, 16, 66], "188": 6, "011": [6, 16, 26], "3658": 6, "522": 6, "3402": 6, "110": [6, 16], "987": 6, "ax": [6, 16], "outcom": [6, 14], "top_result": 6, "dict": [6, 16], "results_dictionari": 6, "k": [6, 12, 15, 27, 59], "pop": [6, 66, 70], "sorted_result": 6, "sort": [6, 67], "revers": [6, 15, 34], "top_kei": 6, "max_valu": 6, "top_results_dictionari": 6, "One": [6, 15, 23, 37, 41, 42, 47, 51], "33": [6, 41, 66], "750": 6, "39": [6, 8, 12, 16, 17, 19], "lectur": 6, "scott": 6, "aaronson": 6, "get_order_from_phas": 6, "phase_nbit": 6, "eigenphas": 6, "from_float": 6, "limit_denomin": 6, "numer": [6, 7], "denomin": 6, "coefficients_continued_fract": 6, "continued_fract": 6, "convergents_continued_fract": 6, "converg": [6, 19], "algoithm": 6, "35": [6, 15, 16, 19], "zero_result": 6, "join": [6, 16, 48], "elem": 6, "most_probable_bitpattern": 6, "nonzero": 6, "bitpattern": 6, "36": [6, 16, 55, 59], "replac": [6, 14, 39, 40, 59, 60, 62, 64, 66], "5171": 6, "874": 6, "254": 6, "205": 6, "3670": 6, "481": 6, "3362": 6, "983": 6, "375": 6, "od": 6, "regev": 6, "improv": [6, 21, 42, 55, 66, 73], "collabor": 7, "basf": 7, "hybrid": [7, 8, 20, 59, 67, 71], "workflow": [7, 8, 11, 20, 23, 50, 60, 64, 67], "strongli": [7, 64], "eigensolv": [7, 20, 50], "preserv": [7, 13], "propos": [7, 59], "anselmetti": 7, "et": [7, 14], "al": [7, 14], "2021": 7, "psi_t": 7, "evolut": [7, 17, 26, 28, 37, 63], "pyscf": [7, 19], "openfermion": [7, 19], "ipi": 7, "gto": [7, 19], "scf": [7, 19], "ao2mo": 7, "mcscf": [7, 19], "afqmc_src": 7, "vqe_cudaq_qnp": 7, "get_cudaq_hamiltonian": 7, "utils_ipi": 7, "get_coeff_wf": 7, "gen_ipie_input_from_pyscf_chk": 7, "hamgener": 7, "qmc": 7, "trial_wavefunct": 7, "particle_hol": 7, "particlehol": 7, "extract_observ": 7, "tricki": 7, "manual": [7, 41, 49, 56, 64, 66], "streamlin": [7, 20, 71], "update_opt": 7, "use_gpu": 7, "hartre": [7, 18], "fock": [7, 18], "chelat": 7, "agent": [7, 64], "substanc": 7, "industri": 7, "Their": [7, 64], "among": [7, 14, 41], "water": [7, 20], "soften": 7, "redox": 7, "behaviour": [7, 17], "oxid": 7, "bleach": 7, "suppress": 7, "soil": 7, "remedi": 7, "ligand": 7, "catalyst": 7, "particular": [7, 14, 17, 21, 39, 66, 70, 73], "fe": 7, "iii": 7, "nta": 7, "fenta": 7, "atom": [7, 18, 19, 58, 59], "geo_fenta": 7, "xyz": 7, "cc": [7, 19, 37, 60, 64], "pvtz": 7, "num_active_orbit": 7, "num_active_electron": 7, "o3": 7, "geo_o3": 7, "help": [7, 16, 17, 47, 66], "restric": 7, "open": [7, 41, 52, 60, 64, 66], "shell": [7, 17, 64, 66, 71], "hf": 7, "hartee_fock": 7, "rohf": 7, "chkfile": 7, "chk": 7, "34048064812262": 7, "600": [7, 66], "orbit": [7, 19], "1200": 7, "143": 7, "electron": [7, 18, 19], "imposs": 7, "statevector": [7, 8, 15, 55, 58, 71], "contribut": [7, 21, 66, 73], "whole": 7, "post": [7, 23, 39, 66], "casci": [7, 19], "bodi": [7, 27], "t_": 7, "pq": 7, "v_": 7, "prq": 7, "integr": [7, 20, 22, 28, 35, 39, 41, 66, 67], "sum_": [7, 13, 14, 15, 31, 58], "hat": 7, "dagger": [7, 10, 13, 32, 58], "pqr": 7, "a_": 7, "jordan_wign": [7, 19], "generate_hamiltonian": 7, "fix_spin_": 7, "ss": 7, "h1": [7, 39, 52], "tbi": [7, 39, 52], "shown": [7, 9, 41, 42], "energy_cor": 7, "get_h1eff": 7, "h2": [7, 20], "get_h2eff": 7, "h2_no_symmetri": 7, "restor": 7, "v_pqr": 7, "asarrai": 7, "mol_ham": 7, "jw_hamiltonian": 7, "constant_term": 7, "n_vqe_lay": 7, "maxit": [7, 16, 18, 19], "return_final_state_vec": 7, "n_qubit": [7, 16, 26, 57, 59], "optimized_energi": 7, "energy_optim": 7, "final_state_vector": 7, "state_vec": 7, "vqe_energi": 7, "callback_energi": 7, "num": 7, "n_layer": [7, 57, 59], "3901690611431": 7, "drive": [7, 28], "accur": [7, 16], "wide": [7, 14, 37, 60, 70], "solid": 7, "summar": [7, 15, 66], "introduct": [7, 20, 36, 50, 68, 71], "quantiz": [7, 15], "_1": [7, 16], "_2": 7, "h_": 7, "_r": 7, "fermion": 7, "annihil": 7, "h_1": 7, "h_2": [7, 18], "omit": [7, 64], "propag": 7, "chosen": [7, 42, 55, 64], "slater": 7, "ket": [7, 8, 9, 10, 15, 17, 46, 58], "psi_": [7, 9], "toward": 7, "psi_0": [7, 9], "sim": 7, "lim_": 7, "infti": 7, "delta": 7, "tau": 7, "right": [7, 10, 14, 15], "reli": [7, 30, 60, 66, 68, 70], "squar": [7, 16, 35, 58], "gamma": 7, "v_0": [7, 14], "n_": 7, "choleski": 7, "decomposit": [7, 42], "pr": [7, 20], "evolv": [7, 28, 58], "ensembl": [7, 46], "walker": 7, "access": [7, 9, 15, 21, 23, 28, 39, 40, 49, 53, 54, 55, 58, 63, 73], "mathcal": 7, "loc": 7, "bra": [7, 8, 10, 46], "mathrm": 7, "braket": [7, 10], "mix": [7, 13, 52, 56], "wavefunct": [7, 58], "checkpoint": 7, "ipie_hamiltonian": 7, "chol_cut": 7, "h1e": 7, "cholesky_vector": 7, "e0": 7, "num_basi": 7, "shape": [7, 11, 19, 55], "num_chol": 7, "nelec": [7, 19], "afqmc_hamiltonian": 7, "reshap": [7, 11], "n_active_elec": 7, "num_dets_for_prop": 7, "compute_trial_energi": 7, "half_rot": 7, "timestep": 7, "num_walk": 7, "num_block": 7, "afqmc_msd": 7, "num_steps_per_block": 7, "005": 7, "stabilize_freq": 7, "96264512": 7, "pop_control_freq": 7, "estimator_filenam": 7, "h5": 7, "finalis": 7, "qmc_data": 7, "filenam": [7, 55], "weightfactor": 7, "hybridenergi": 7, "edenom": 7, "etot": 7, "e1bodi": 7, "e2bodi": 7, "0000000000000000e": 7, "02": [7, 64, 66], "2440857214519274e": 7, "04": [7, 64, 66], "2440857214519275e": 7, "7639365236571126e": 7, "5198508022051851e": 7, "2236163323978462e": 7, "4108003803708052e": 7, "1705550836048852e": 7, "2476129978632798e": 7, "9999999999999986e": 7, "2476129978632804e": 7, "7647651634374250e": 7, "5171521655741444e": 7, "0031021642240592e": 7, "8270298551287897e": 7, "1736348706942081e": 7, "2491539833590265e": 7, "0000000000000001e": 7, "2491539833590261e": 7, "7652287235836400e": 7, "5160747402246139e": 7, "9896411716010476e": 7, "0006803820092617e": 7, "1729991834244650e": 7, "2498086858011950e": 7, "2498086858011945e": 7, "7661217900078998e": 7, "5163131042067059e": 7, "0008819642734720e": 7, "0003952238189274e": 7, "1741988525943451e": 7, "2497768126542338e": 7, "2497768126542334e": 7, "7677859321228260e": 7, "5180091194685932e": 7, "9996395539611001e": 7, "0010162124437146e": 7, "1745900551679516e": 7, "2504859704025963e": 7, "0000000000000003e": 7, "2504859704025955e": 7, "7665382466690920e": 7, "5160522762664974e": 7, "0011117020963695e": 7, "0017267435124782e": 7, "1762740654751367e": 7, "2514761055266557e": 7, "2514761055266558e": 7, "7663824192346226e": 7, "5149063137079673e": 7, "9926957189505018e": 7, "9904869631265882e": 7, "1757145502349162e": 7, "2517665690169804e": 7, "7662872023157632e": 7, "5145206332987829e": 7, "9902183781120897e": 7, "9910184942535295e": 7, "1753639400107765e": 7, "2518490004346189e": 7, "2518490004346194e": 7, "7677944704924283e": 7, "5159454700578092e": 7, "0011182782239581e": 7, "0010647250586344e": 7, "1771801521929217e": 7, "2513893408438777e": 7, "2513893408438773e": 7, "7679469177919265e": 7, "5165575769480495e": 7, "9639946364053955e": 7, "9242085331654422e": 7, "1742082647888712e": 7, "2519016506034994e": 7, "2519016506034987e": 7, "7690149012513956e": 7, "5171132506478972e": 7, "vqe_i": 7, "vqe_x": 7, "afqmc_i": 7, "afqmc_x": 7, "0x7ab848ece110": 7, "gt": [7, 17], "__version__": [7, 11, 14, 15], "proto": 7, "57e1893b9a5b57ef1a1c2662bcf4527f87b9ef89": 7, "bloch": [8, 17], "intial": 8, "cost_valu": [8, 12], "expectation_valu": [8, 51], "initial_cost_valu": 8, "suit": [8, 59, 66], "alogrithm": 8, "decreas": [8, 48], "x_valu": [8, 12], "y_valu": [8, 12], "epoch": [8, 11, 12, 18, 19], "longrightarrow": 9, "balanc": 9, "regardless": [9, 70], "ouput": 9, "question": 9, "answer": [9, 15], "solv": [9, 10, 14, 15, 45], "treat": [9, 41], "snippet": [9, 40, 41, 51, 60, 66], "box": [9, 13, 70], "don": [9, 15, 21, 23, 40, 73], "elif": 9, "That": [9, 23, 71], "twice": 9, "claim": 9, "evalul": 9, "advantag": [9, 66], "symbol": [9, 64, 70], "OR": [9, 52], "oplus5": 9, "8_": 9, "oplus4": 9, "9_": 9, "quick": [9, 20, 39, 68], "suppos": [9, 67], "yield": [9, 58, 71], "sequenc": [9, 14, 37, 45], "u_f": 9, "align": [9, 15, 60, 70], "remark": 9, "overlin": 9, "bar": [9, 14, 15, 16, 17], "denot": [9, 15, 27, 29], "prove": [9, 58], "shall": [9, 10, 58], "tfrac": [9, 58], "summari": 9, "unchang": [9, 13, 60], "simultan": [9, 40], "mechan": [9, 23, 25, 31, 35, 37, 41, 47, 58, 62], "exploit": [9, 42], "abil": [9, 28, 49, 60], "psi_1": 9, "h_1h_0": 9, "psi_2": 9, "drop": 9, "further": [9, 30, 37, 44, 46, 60, 63, 71], "pm": 9, "fx": 9, "qubit_0": [9, 14], "quantiti": 10, "u_": 10, "qquad": 10, "x_1x_2": 10, "simpl": [10, 13, 25, 28, 40, 41, 44, 46, 51, 52, 53, 56, 59, 60, 62, 66, 67, 71], "operatornam": 10, "im": 10, "functool": [10, 16], "psi_stat": 10, "phi_stat": 10, "ham_matrix": 10, "ev_numer": 10, "70710677": 10, "7071067690849304": 10, "ev": 10, "std_err": 10, "qc": [10, 39], "3f": 10, "705": 10, "007i": 10, "002": 10, "003i": 10, "ham_circuit": 10, "angle0": 10, "angle1": 10, "th": [10, 31], "56322878": 10, "09176639": 10, "04025496": 10, "59986135": 10, "87024074": 10, "93078226": 10, "44015281": 10, "05675948": 10, "92402471": 10, "12981374": 10, "49704605": 10, "6020906": 10, "50280746": 10, "78988978": 10, "006956": 10, "7581442": 10, "00524035": 10, "10937881": 10, "13405202": 10, "33235091": 10, "7042075991630554": 10, "006743329111486673": 10, "36111390590667725": 10, "45839524269104004": 10, "7175908088684082": 10, "23948131501674652": 10, "765204668045044": 10, "865047037601471": 10, "9975475072860718": 10, "6179792881011963": 10, "highlight": [11, 21, 73], "pytorch": 11, "maximis": 11, "classif": 11, "mnist": 11, "dataset": 11, "classifi": 11, "hand": [11, 40, 41, 42, 66, 70], "written": [11, 16, 17, 23, 58, 59, 64, 68], "digit": 11, "torch": 11, "torchvis": 11, "autograd": 11, "nn": 11, "sklearn": 11, "model_select": 11, "train_test_split": 11, "manual_se": 11, "22": [11, 16, 17, 46, 60, 64, 66], "44": [11, 16], "prepare_data": 11, "target_digit": 11, "sample_count": [11, 55], "test_siz": 11, "percentag": 11, "remaind": [11, 14], "train": 11, "totensor": 11, "1307": 11, "3081": 11, "download": [11, 17, 64, 66, 71], "filter": 11, "datapoint": 11, "subset_indic": 11, "randperm": 11, "unsqueez": 11, "relabel": 11, "x_train": 11, "x_test": 11, "y_train": 11, "y_test": 11, "shuffl": 11, "random_st": 11, "classification_threshold": 11, "boundari": 11, "parmet": 11, "shift": [11, 40, 66], "magnitud": 11, "visualis": 11, "sample_to_plot": 11, "grid_img": 11, "make_grid": 11, "pad": 11, "imshow": 11, "permut": 11, "quantumfunct": 11, "finit": 11, "theta_v": 11, "excetut": 11, "live": 11, "tolist": 11, "exp_val": [11, 18, 19, 41, 51], "staticmethod": 11, "quantum_circuit": 11, "backward": [11, 29], "save_for_backward": 11, "grad_output": 11, "saved_tensor": 11, "thetas_plu": 11, "exp_vals_plu": 11, "thetas_minu": 11, "exp_vals_minu": 11, "mul": 11, "quantumlay": 11, "adher": [11, 27, 29, 35, 58, 63], "hybrid_qnn": 11, "fc1": 11, "fc2": 11, "dropout": 11, "fc3": 11, "fc4": 11, "fc5": 11, "feed": [11, 14], "view": [11, 28, 66, 72], "relu": 11, "fed": 11, "sigmoid": 11, "accuracy_scor": 11, "y_hat": 11, "hybrid_model": 11, "adadelta": 11, "lr": [11, 60], "weight_decai": 11, "loss_funct": 11, "bceloss": 11, "training_cost": 11, "testing_cost": 11, "training_accuraci": 11, "testing_accuraci": 11, "zero_grad": 11, "y_hat_train": 11, "train_cost": 11, "no_grad": 11, "y_hat_test": 11, "test_cost": 11, "figsiz": [11, 16], "subplot": [11, 16], "tight_layout": 11, "latest": [11, 14, 15, 21, 41, 64, 66, 73], "a726804916fd397408cbf595ce6fe5f33dcd8b4c": [11, 14, 15], "cliqu": 12, "qubit_num": [12, 19], "non_edg": 12, "6686": 12, "1453": 12, "num_lay": 12, "expens": 12, "6886": 12, "1091": 12, "0770": 12, "ham_cliqu": 12, "spin_ham": [12, 19], "wt": 12, "term_coeffici": 12, "term_word": 12, "dc_qaoa": 12, "iiziiz": 12, "ziizii": 12, "1657": 12, "iziiii": 12, "iziizi": 12, "42735": 12, "iiizii": 12, "2791499999999996": 12, "iiiiii": 12, "iiziii": 12, "iiiiiz": 12, "ziiiii": 12, "iiiizi": 12, "21810696323572243": [12, 14], "20613464375211488": [12, 14], "2546877639814583": [12, 14], "3657985647468064": [12, 14], "37118004688049144": 12, "03656087558321203": 12, "08564174998504231": 12, "21639801853794682": 12, "11122286088634259": 12, "1743727097033635": 12, "36518146001762486": 12, "15829741539542244": 12, "3467434780387345": 12, "28043500852894776": 12, "09986021299050934": 12, "14125225086023052": 12, "19141728018199775": 12, "11970943368650361": 12, "3853063093646483": 12, "1112643868789806": 12, "3527177454825464": 12, "22156160012057186": 12, "1418496891385843": 12, "32811766468303116": 12, "367642000671186": 12, "34158180583996006": 12, "10196745745501312": 12, "29359239180502594": 12, "3858537615546677": 12, "19366130907065582": 12, "24570488114056754": 12, "3332307385378807": 12, "12287973244618389": 12, "007274514934614895": 12, "015799547372526146": 12, "3578070967202224": 12, "39268963055535144": 12, "19872246354138554": 12, "16668715544467982": 12, "13777293592446055": 12, "17514665212709513": 12, "15350249947988204": 12, "32872977428061945": 12, "20068831419712105": 12, "032919322131134854": 12, "19399909325771983": 12, "09477141125241506": 12, "08210460401106645": 12, "21392577760158515": 12, "3393568044538389": 12, "14615087942938465": 12, "03790339186006314": 12, "2843250892879255": 12, "3151384847055956": 12, "19983741137121905": 12, "27348611567665115": 12, "33457528180906904": 12, "14145414847455462": 12, "20604220093940323": 12, "05410235084309195": 12, "04447870918600966": 12, "3355714098595045": 12, "266806440171265": 12, "07436189654442632": 12, "2789176729721685": 12, "2427508182662484": 12, "optimal_expect": [12, 14, 57], "0057970170760537": 12, "0617900450255213": 12, "008832997414504553": 12, "5446745231437978": 12, "9170743966952536": 12, "5684145055308018": 12, "45653992738579674": 12, "48765328828009236": 12, "08690545932812363": 12, "4396413285058074": 12, "18459993158979182": 12, "309747594917737": 12, "2588385005776594": 12, "834255663515425": 12, "674712608431175": 12, "40174553656823186": 12, "1936475123928361": 12, "11292461472367524": 12, "40520422214477836": 12, "5249647407525035": 12, "8276837818165452": 12, "2945660883282474": 12, "8060498989662159": 12, "08051672267342141": 12, "016438756265571293": 12, "5245041151262497": 12, "4087477995498743": 12, "24688680789607903": 12, "1121838066265077": 12, "1445970943333728": 12, "22281558391261153": 12, "29034932090910637": 12, "0492037973620043": 12, "2734013684834806": 12, "5265417924961102": 12, "5099056677967553": 12, "8636684922225737": 12, "6164906874232119": 12, "42851259141848624": 12, "09675272347583658": 12, "05697275350531247": 12, "7102412317670379": 12, "11174687408874051": 12, "32505750242276577": 12, "4397450017834574": 12, "023604090020531092": 12, "072436348972407": 12, "38357054930488194": 12, "13613334013073858": 12, "10505045798768743": 12, "0359359294549595": 12, "24377425227508304": 12, "10609870738840588": 12, "2073332743736556": 12, "07232539343493427": 12, "6190529241716675": 12, "03799182564866846": 12, "17548654124993912": 12, "5257077568577536": 12, "23376653076971432": 12, "3391308272563698": 12, "4193139961661264": 12, "02390444901420668": 12, "2521154835623746": 12, "1843328649807838": 12, "6609672889772077": 12, "2612231428844001": 12, "200000": 12, "mvwcp": 12, "altern": [12, 14, 39, 49, 52, 54, 57, 59, 64, 66, 71], "111000": 12, "character": [13, 16], "coher": [13, 27], "incoher": 13, "aris": 13, "commonli": [13, 64, 66], "systemat": 13, "miscalibr": 13, "epsilon": 13, "entangl": [13, 17, 28, 40, 44, 52, 59], "lead": [13, 14], "emploi": 13, "formal": 13, "k_i": 13, "mathbb": [13, 14, 58], "pmatrix": 13, "ideal": [13, 40, 52], "noiseless": 13, "ideal_count": 13, "error_prob": 13, "kraus_0": [13, 56], "complex128": [13, 56], "kraus_1": [13, 56], "bitflip_channel": 13, "0th": 13, "bitflip": [13, 16], "longer": [13, 49, 64], "uniformli": 13, "noisy_count": [13, 56], "850": 13, "88": 13, "56": 13, "noisy_result": [13, 56], "8666666666666666": 13, "farhi": 14, "dive": [14, 17, 66], "maxim": [14, 40, 42, 44, 52, 55], "although": [14, 58], "rel": [14, 42], "vertic": 14, "hard": 14, "statist": [14, 23, 26, 46, 58], "furthermor": [14, 21, 73], "wider": [14, 41], "portfolio": 14, "shop": 14, "schedul": [14, 46], "vertex": 14, "subseteq": 14, "interchang": [14, 42], "undirect": 14, "v_1": 14, "exactli": 14, "bigcup": 14, "bigcap": 14, "emptyset": 14, "illustr": [14, 23, 39, 41, 50, 52, 53, 56, 57], "disjoint": 14, "grai": 14, "distinct": [14, 17, 37], "substack": 14, "sometim": 14, "01100": [14, 41], "01011": 14, "v1": [14, 39, 57], "v2": [14, 57], "v0": [14, 57], "v3": [14, 57, 64, 66], "v4": [14, 66], "10100": 14, "01010": 14, "10101": 14, "edges_src": 14, "edges_tgt": 14, "algortihm": 14, "hamilitonian": 14, "distinguish": [14, 37], "mixer": [14, 57], "deeper": [14, 17], "layer_count": [14, 57], "qaoaproblem": 14, "alpha": [14, 58], "subcircuit": [14, 45], "kernel_qaoa": [14, 57], "restrict": [14, 41], "plaehold": 14, "place": [14, 41, 44, 46, 48, 56], "qubitu": 14, "qubitv": 14, "mention": 14, "earlier": [14, 46], "z_v": 14, "vale": 14, "arbirtrari": 14, "formula": 14, "z_uz_v": 14, "minimum": [14, 18, 40], "refram": 14, "promot": [14, 20, 71], "reformul": 14, "hamiltonian_max_cut": 14, "inititi": 14, "comment": [14, 48], "iiziz": 14, "izzii": 14, "iiiii": 14, "zziii": 14, "iiizz": 14, "iizzi": 14, "ziizi": 14, "495973826282007": 14, "51349181993727": 14, "21299416361632417": 14, "3250526425808945": 14, "886630847343767": 14, "max_cut": 14, "11111": 14, "11110": 14, "01101": 14, "148": 14, "01110": 14, "47": [14, 16, 17], "01000": 14, "00110": 14, "54": [14, 16], "165": 14, "00101": 14, "154": 14, "00100": 14, "01001": 14, "00000": 14, "00011": 14, "10011": [14, 41], "00010": 14, "01111": 14, "11011": 14, "00111": 14, "11100": 14, "10010": 14, "144": [14, 16], "10110": 14, "40": [14, 16, 18, 55], "10000": [14, 39, 46, 52, 55], "10111": 14, "11000": 14, "11101": 14, "11001": 14, "11010": 14, "aid": [15, 22], "area": [15, 41], "signal": [15, 28], "compress": 15, "qft": 15, "ingredi": 15, "shor": [15, 20], "exponenti": [15, 16, 31, 55], "factor": [15, 16, 20], "plai": 15, "vital": 15, "role": 15, "frequenc": 15, "domain": 15, "easier": [15, 23, 60, 63], "analogi": 15, "ixi": 15, "5i": 15, "0i": 15, "25i": 15, "35i": 15, "r_k": 15, "bmatrix": [15, 16, 58], "ciruit": 15, "input_st": [15, 39, 52], "zeroth": 15, "decim": 15, "round": [15, 26, 59], "571": 15, "7854": 15, "25j": 15, "35j": 15, "seri": [15, 39, 52], "henc": [15, 37, 41, 46, 55, 58, 64, 66, 70], "fast": [15, 28, 42, 45], "n2": 15, "why": 15, "life": [15, 40], "invert": 15, "quantum_fourier_transform2": 15, "attent": 15, "definit": [15, 23, 25, 27, 56, 63], "unitari": [15, 18, 26, 30, 37, 54, 57, 58], "verification_exampl": 15, "caus": 16, "imperfect": 16, "properli": [16, 46, 64, 70], "tell": [16, 58], "independ": [16, 23, 28, 41, 42, 64], "pseudoinvers": 16, "noisi": [16, 20, 50], "p_": 16, "adjust": [16, 42, 64, 70], "quasi": 16, "correl": 16, "affect": [16, 42, 56, 63], "impract": 16, "seaborn": 16, "sn": 16, "itertool": 16, "union": 16, "set_styl": 16, "dark": 16, "prob": 16, "principl": 16, "yet": [16, 21, 41, 66, 73], "get_nois": 16, "isinst": 16, "bit_flip": [16, 56], "state_label": 16, "ghz": [16, 40, 41, 44, 46, 49, 52, 53, 55, 60, 67], "ghz_kernel": 16, "plot_cmat": 16, "mat": 16, "fig": 16, "im2": 16, "matshow": 16, "cmap": 16, "cm": 16, "vmin": 16, "vmax": 16, "set_ytick": 16, "arang": 16, "set_xtick": 16, "set_yticklabel": 16, "set_xticklabel": 16, "set_titl": 16, "fontsiz": 16, "set_xlabel": 16, "xaxi": 16, "set_label_posit": 16, "set_ylabel": 16, "colorbar": 16, "closest": 16, "min_": 16, "rm": [16, 64, 66], "find_closest_distribut": 16, "empirical_dist": 16, "empir": 16, "l1": 16, "ord": 16, "con": 16, "ineq": 16, "fun": [16, 19], "eq": [16, 60], "bnd": 16, "initial_valu": 16, "slsqp": 16, "get_counts_from_distribut": 16, "return_count": 16, "1024": [16, 49], "noise_1": 16, "ghz_result": 16, "noisy_dict_1": 16, "noisy_res_1": 16, "352": 16, "43": 16, "367": 16, "61": 16, "low": [16, 30, 55], "noise_2": 16, "noisy_dict_2": 16, "noisy_res_2": 16, "149816047538945": 16, "3802857225639665": 16, "292797576724562": 16, "212": 16, "122": 16, "189": 16, "87": 16, "78": 16, "131": 16, "94": 16, "otim": 16, "single_qubit_label": 16, "single_qubit_st": 16, "924": 16, "104": 16, "920": 16, "true_stat": 16, "observed_st": 16, "90234375": 16, "1015625": 16, "09765625": 16, "8984375": 16, "joint": [16, 52], "a_pinv": 16, "pinv": 16, "positive_dist": 16, "ncorrect": [16, 26], "neg": [16, 17, 30, 42], "476": 16, "501": [16, 23], "mitigated_sg": 16, "kind": [16, 46], "bar_label": 16, "assumpt": 16, "special": [16, 27, 32, 60, 68], "a_n": 16, "local_label": 16, "local_st": 16, "388": 16, "235": 16, "174": 16, "79": [16, 40], "58": 16, "23": 16, "38": [16, 64, 66], "370": 16, "60": [16, 66], "107": 16, "162": 16, "marginalized_count": 16, "total_shot": 16, "marginal_ct": 16, "85546875": 16, "15722656": 16, "14453125": 16, "84277344": 16, "6328125": 16, "38476562": 16, "3671875": 16, "61523438": 16, "70800781": 16, "32226562": 16, "29199219": 16, "67773438": 16, "pinv_confusion_matric": 16, "a_joint": 16, "559": 16, "26": [16, 17, 19, 40], "510": [16, 55], "521": 16, "446": 16, "mitigated_k_loc": 16, "248": 16, "159": 16, "83": 16, "68": 16, "161": 16, "93": 16, "46": 16, "363": 16, "253": 16, "76": 16, "378": 16, "150": [16, 58], "74": 16, "106": 16, "145": 16, "251": 16, "386": 16, "99": 16, "29": [16, 41], "229": 16, "247": 16, "70": 16, "163": 16, "371": 16, "95": 16, "157": 16, "233": 16, "85": [16, 55], "396": 16, "31": [16, 40, 55], "393": 16, "160": 16, "a_ful": 16, "24": [16, 17, 63, 67], "09734490298929": 16, "714": 16, "211": 16, "152": 16, "49": 16, "63": 16, "422": 16, "683": 16, "302": 16, "mitigated_ful": 16, "cue": 17, "sens": [17, 60], "dimension": [17, 35], "2d": 17, "plane": 17, "3d": 17, "varphi": 17, "minu": 17, "direct": [17, 60, 70], "spheric": 17, "coordin": 17, "sphere": 17, "showcas": 17, "render": 17, "qutip": 17, "sure": [17, 41, 64, 66, 68, 71], "restart": 17, "jupyt": [17, 66], "notebook": 17, "menu": 17, "vscode": [17, 66], "click": [17, 66], "button": 17, "toolbar": 17, "misunderstand": 17, "qualifi": 17, "bash": [17, 40, 64, 66, 71], "pipe": [17, 60], "sy": [17, 46, 71], "importerror": 17, "nnew": 17, "post1": 17, "cp310": 17, "manylinux_2_17_x86_64": 17, "manylinux2014_x86_64": 17, "whl": [17, 64], "mb": 17, "eta": 17, "usr": [17, 60, 64, 66, 70], "lib": [17, 60, 62, 63, 64, 66, 67, 70, 71], "contourpi": 17, "dateutil": 17, "post0": 17, "pypars": 17, "pillow": 17, "fonttool": 17, "cycler": 17, "kiwisolv": 17, "six": 17, "successfulli": [17, 56], "root": [17, 64, 66], "broken": 17, "permiss": [17, 64, 66], "conflict": [17, 64], "recommend": [17, 23, 64, 66, 71], "pypa": 17, "io": [17, 66], "venv": 17, "subsequ": [17, 23, 28, 31, 33, 64, 66], "cell": 17, "instanti": [17, 23, 28, 34, 35, 40, 41, 57, 70], "add_to_bloch_spher": 17, "rng": 17, "default_rng": [17, 55], "blochspherelist": 17, "anglelist": 17, "sph": 17, "displai": [17, 22], "side": [17, 37, 66], "accordingli": [17, 42, 70], "absolut": [17, 35, 60], "had": 17, "toolbox": 17, "blochspher": 17, "unfortun": 17, "handi": 17, "power": [17, 21, 40, 42, 55, 73], "kernel_to_draw": 17, "14159": 17, "tdg": [17, 30], "142": 17, "documentclass": 17, "usepackag": 17, "quantikz": 17, "lstick": 17, "q_0": 17, "amp": 17, "r_1": 17, "qw": 17, "q_1": 17, "targx": 17, "q_2": 17, "q_3": 17, "editor": 17, "export": [17, 39, 40, 41, 63, 64, 71], "molecular": [18, 20], "preprocess": 18, "uccsd": 18, "openfermionpyscf": [18, 19], "chain": [18, 37], "hydrogen": [18, 59], "seper": 18, "along": [18, 23, 39, 40, 42, 46, 70], "fix": [18, 21, 42, 73], "bond": 18, "interatom": 18, "electrostat": 18, "forc": [18, 41, 70], "proton": 18, "shield": 18, "neutron": 18, "chemic": 18, "minimis": 18, "stabl": [18, 66], "hydrogen_count": 18, "angstrom": 18, "bond_dist": 18, "coupl": [18, 28, 42, 52, 66], "cluster": [18, 20, 41, 42], "uccsd_num_paramet": [18, 19], "builtin": [18, 60], "1371744305855906": 18, "popular": [18, 66], "xk": [18, 19], "x0": [18, 19, 23], "1173": 19, "4691": 19, "7570": 19, "mol": 19, "charg": 19, "631g": 19, "myhf": 19, "rhf": 19, "max_cycl": 19, "nelectron": 19, "norb": 19, "mo_coeff": 19, "norb_ca": 19, "nele_ca": 19, "mycasci": 19, "ncore": 19, "occupi": [19, 41], "frozen": 19, "mycc": 19, "e_tot": 19, "9839755372789": 19, "98508980454675": 19, "e_corr": 19, "001114267267875617": 19, "get_fermion_oper": 19, "timeit": [19, 46, 55], "run_pyscf": 19, "moleculardata": 19, "molecular_hamiltonian": 19, "get_molecular_hamiltonian": 19, "occupied_indic": 19, "active_indic": 19, "fermion_hamiltonian": 19, "qubit_hamiltonian": 19, "electron_num": 19, "start_tim": 19, "default_tim": 19, "300": 19, "end_tim": 19, "elaps": 19, "tmp": [19, 64], "ipykernel_23147": 19, "4290935201": 19, "complexwarn": 19, "discard": [19, 23], "98415928173183": 19, "105": 19, "929891359000067": 19, "welcom": [20, 40, 53, 66], "page": [20, 46, 51, 53, 64, 66, 71], "scalabl": [20, 40, 71], "offer": [20, 40, 71], "unifi": [20, 38, 71], "brows": 20, "amd64": [20, 21, 73], "2168": 20, "releas": [20, 38, 41, 42, 60, 66, 71, 73], "toolchain": [20, 36, 39, 46, 60, 66, 67, 68, 69, 71], "heterogen": [20, 22, 45, 64], "troubleshoot": [20, 43], "bernstein": [20, 50, 66], "vazirani": [20, 50, 66], "cuquantum": [20, 42, 50, 55, 63, 64], "auxiliari": 20, "mont": 20, "carlo": 20, "deutsch": 20, "fourier": [20, 26], "qaoa": [20, 57], "neural": 20, "network": [20, 21, 39, 40, 41, 49, 52, 63, 66, 73], "dock": 20, "dc": 20, "readout": 20, "mitig": 20, "divis": 20, "With": [20, 21, 41, 46, 56, 60, 67, 73], "coreset": 20, "krylov": 20, "cloud": [20, 21, 38, 39, 52, 73], "processor": [20, 21, 23, 28, 38, 46, 66, 70, 71, 73], "center": [20, 65, 66], "downstream": [20, 63, 67, 69], "cmake": [20, 62, 63, 69], "repositori": [21, 62, 63, 64, 66, 73], "docker": [21, 64, 71, 73], "nightli": [21, 66, 73], "eas": [21, 73], "think": [21, 41, 58, 73], "great": [21, 73], "thank": [21, 42, 73], "extern": [21, 42, 60, 62, 64, 70, 73], "contributor": [21, 73], "wheel": [21, 41, 42, 64, 73], "fusion": [21, 42, 73], "cudaq_mgpu_fus": [21, 42, 73], "bug": [21, 73], "greatli": [21, 73], "increas": [21, 42, 46, 55, 66, 71, 73], "frontend": [21, 73], "blog": [21, 73], "setup": [21, 42, 52, 66, 73], "scenario": [21, 54, 66, 73], "ve": [21, 53, 68, 73], "workload": [21, 41, 66, 73], "gnu": [21, 60, 64, 66, 70, 73], "guid": [21, 39, 64, 66, 68, 71, 73], "older": [21, 64, 66, 73], "glibc": [21, 64, 66, 73], "oqc": [21, 38, 73], "iqm": [21, 38, 73], "publish": [21, 66, 73], "experiment": [21, 66, 73], "arm": [21, 64, 66, 71, 73], "aarch64": [21, 71, 73], "pypi": [21, 64, 71, 73], "quantinuum": [21, 38, 73], "ionq": [21, 38, 73], "linux": [21, 60, 64, 66, 73], "concept": [22, 23, 27, 29], "bind": [22, 25, 27, 30, 64], "coprocess": 22, "annot": [22, 27, 44, 53], "aspect": [22, 23, 42, 70], "core": [22, 23, 42, 55, 60], "higher": 22, "namespac": [22, 23, 25, 26, 27, 30, 31, 33, 35, 36, 40, 41, 46, 51, 57, 62, 63, 68, 70], "philosophi": 23, "stand": 23, "alon": 23, "adaptor": 23, "returntyp": 23, "hasvoidreturntyp": 23, "is_void_v": 23, "sample_opt": 23, "bel": 23, "lu": [23, 26, 35, 49, 53, 54], "sequential_data": 23, "implicit": [23, 35, 37], "reg1": 23, "499": 23, "appear": [23, 66], "alwai": [23, 42, 66], "middl": 23, "implicitli": [23, 28, 37], "difficult": 23, "discern": 23, "ones": 23, "silent": 23, "ancillari": [23, 48], "varieti": [23, 46], "enforc": 23, "sample_async_result": 23, "async_sample_result": [23, 41], "langl": 23, "\ud835\udeb9": 23, "observe_opt": 23, "retain": [23, 29], "measurecount": 23, "spinop": 23, "x0x1exp": 23, "x0x1data": 23, "qarrai": [23, 26, 27, 34, 53, 60], "907": [23, 26, 31, 40, 41, 51, 59], "1433": [23, 26, 31, 40, 41, 51, 59], "21829": [23, 26, 31, 40, 41, 51, 59], "lf": [23, 26, 41, 51], "analyt": 23, "async_observe_result": 23, "broader": [23, 41], "extrem": 23, "dictat": 23, "safe": 23, "moreov": [23, 28, 41, 45, 63], "providesgradi": 23, "_providesgradi": 23, "someth": [23, 35, 64, 66, 70], "max_ev": [23, 59], "opt_energi": 23, "grad_vec": 23, "\ud835\udeb9_i": 23, "variad": 23, "address": [23, 41, 64], "overal": [23, 60, 63], "deuteron_n3_ansatz": 23, "x1": 23, "vctrl": 23, "h3": 23, "625": 23, "913119": 23, "make_tupl": 23, "bfg": 23, "min_val": 23, "permit": 24, "facilit": [25, 66], "privat": [25, 35], "thenfunctor": 25, "predefin": 25, "otherkernelbuild": 25, "kerneltocal": 25, "kerneltocontrol": 25, "kerneltoadjoint": 25, "argsarrai": 25, "decltyp": 25, "tuple_s": 25, "integral_const": 25, "sizeof": [25, 68], "tuple_el": 25, "conditional_t": [25, 35], "factori": 25, "xprep": 25, "qubitin": 25, "hadamardtest": 25, "num_it": 26, "c_str": [26, 70], "phase_estim": 26, "cpp": [26, 39, 40, 41, 42, 46, 49, 51, 52, 53, 54, 56, 59, 60, 62, 63, 64, 66, 67, 68, 70, 71], "qpe": 26, "stdio": [26, 64], "cmath": 26, "iqft": 26, "denom": 26, "1ul": 26, "eigenst": 26, "stateprep": [26, 27], "ncountingqubit": 26, "state_prep": 26, "oracl": [26, 48], "counting_qubit": 26, "state_regist": 26, "put": [26, 35, 56, 58], "r1pigat": 26, "mostprob": 26, "to_integ": 26, "piestim": 26, "tgate": 26, "xgate": [26, 56], "nc": 26, "nq": 26, "countingqubit": 26, "stateregist": 26, "deuteron_n2_ansatz": 26, "param_spac": 26, "linspac": [26, 52], "energy_at_param": 26, "energyatparam": 26, "reflect_about_uniform": 26, "ctrlqubit": 26, "lastqubit": 26, "compute_act": [26, 32], "run_grov": 26, "callablekernel": 26, "n_iter": 26, "target_st": 26, "target_bit_set": 26, "secret": [26, 66], "strtol": 26, "null": [26, 66], "0b1011": 26, "compute_oracl": 26, "reflect": [26, 42], "iterative_qp": 26, "iqp": 26, "cr0": 26, "cr2": 26, "m_pi_4": 26, "differenti": 27, "former": 27, "latter": [27, 60], "my_first_entry_point_kernel": 27, "my_second_entry_point_kernel": 27, "my_first_pure_device_kernel": 27, "parent": 27, "stack": 27, "boolexprfromqubitmeasur": 27, "another_qubit": 27, "uncomput": [27, 28], "is_arithmetic_v": 27, "span": [27, 35], "recurs": 27, "mycustomsimplestruct": 27, "recursivevec": 27, "var": [27, 71], "kernelthatreturn": 27, "mysimplestruct": 27, "recursivelist": 27, "fill": [27, 52, 63], "1415926": 27, "kernellambda": 27, "synchron": [27, 41, 52], "mystateprep": 27, "prep": 27, "mygenericalgorithm": 27, "placehold": 27, "mygenericalgorithm2": 27, "callkernel": 27, "anothervers": 27, "constrain": [27, 54], "is_convertible_v": 27, "takes_qubit": [27, 54], "mygenericalgorithmonqarrai": 27, "mygenericalgorithmonqubit": 27, "presum": 28, "graphic": 28, "fpga": 28, "concurr": [28, 40], "messag": [28, 40, 64, 66], "inter": [28, 42], "fabric": [28, 59], "infinit": [28, 35, 46], "hidden": [28, 48], "novel": 28, "placement": 28, "copyabl": [28, 35], "flavor": 28, "tightli": 28, "modal": 28, "influenc": 28, "sfina": 29, "foundat": 30, "inst_nam": 30, "header": [30, 64, 66, 68, 70], "synthes": [30, 34, 60], "qubitarg": 30, "qr": [30, 42], "scalarangl": 30, "rotation_nam": 30, "measure_op": 30, "convei": 30, "offici": [30, 64, 66], "p_i": 31, "prod_": 31, "sigma_j": 31, "trotter": 31, "intent": 32, "u_cod": 32, "v_code": 32, "computef": 32, "actionf": 32, "computel": 32, "segment": [32, 71], "effort": 33, "get_platform": [33, 41, 51], "quantumregist": 34, "x_gate": 34, "toffoli": 34, "ctrl_bit": 34, "rx_and_h_gat": 34, "kerneltestcontrol": 34, "kerneltestadjoint": 34, "aggreg": 34, "qubit0": [34, 42], "qubit1": [34, 42], "kernel_arg": 34, "fundament": [35, 58, 66, 71], "hilbert": 35, "theorem": 35, "movabl": 35, "never": 35, "n_level": 35, "discret": 35, "adl": 35, "deal": 35, "familiar": 35, "inner": [35, 41, 48], "stride": 35, "first_5": 35, "qb": 35, "knowledg": 35, "ahead": 35, "storag": [35, 58], "fivecompiletimequbit": 35, "formul": 37, "short": 37, "particl": 37, "conceptu": 37, "effect": [37, 42, 46, 55, 56, 58, 71], "sai": 37, "embodi": 37, "behind": 37, "dataflow": 37, "contrast": 37, "consum": [37, 70], "truli": 37, "ssa": 37, "clarifi": 37, "toi": 37, "foo": 37, "boilerpl": [37, 63], "c0": 37, "c1": 37, "extract_ref": [37, 60], "ref": [37, 60], "bunch": 37, "decid": 37, "i1": [37, 60], "imagin": 37, "adjac": [37, 39], "awai": 37, "Such": [37, 46], "miss": [37, 42, 64], "Of": 37, "cours": 37, "correctli": [37, 64, 68, 70], "quit": [37, 46], "prone": 37, "analys": 37, "q0_1": 37, "q0_0": 37, "wire": 37, "q0_z": 37, "elimin": [37, 41], "r0": 37, "qref": 37, "unwrap": 37, "misc": 37, "q0_m": 37, "q0_l": 37, "q1_x": 37, "q0_p": 37, "q0_y": 37, "straightforwardli": 37, "cancel": [37, 56, 66, 71], "mmeori": 37, "comprehens": [38, 39], "orca": 38, "tensornet": [38, 40, 41, 42], "mp": [38, 40, 42], "account": [39, 40, 52, 66], "ionq_api_kei": 39, "ionq_generated_api_kei": 39, "authent": [39, 41, 66], "aria": [39, 52], "login": [39, 66], "emit": [39, 60], "diagnost": 39, "inject": [39, 52, 60, 66], "cortex": 39, "cli": [39, 66], "token": [39, 66], "cach": 39, "iqm_tokens_fil": 39, "mandatori": 39, "match": [39, 64, 66, 70], "coco": [39, 52], "adoni": [39, 52], "iqm_server_url": 39, "demo": 39, "fi": [39, 64], "apollo": 39, "url": [39, 41, 52, 64, 66], "oxford": 39, "ring": 39, "topologi": 39, "luci": 39, "kagom": 39, "lattic": 39, "toshiko": 39, "registr": [39, 62, 63], "contact": [39, 52], "oqc_qcaas_support": [39, 52], "oxfordquantumcircuit": [39, 52], "email": [39, 40], "password": [39, 66], "oqc_url": [39, 52], "oqc_email": [39, 52], "oqc_password": [39, 52], "suppli": 39, "qcaa": 39, "servic": [39, 40, 41, 52, 66], "assembli": 39, "qat": 39, "pt": [39, 52, 66], "boson": [39, 52], "photon": [39, 52, 58], "interf": [39, 52], "beam": [39, 52], "splitter": [39, 52], "detector": [39, 52], "bin": [39, 41, 52, 64, 66], "interferomet": [39, 52], "delai": [39, 52], "sent": [39, 41, 52], "orca_access_url": [39, 52], "orca_url": [39, 52], "getenv": [39, 52], "localhost": [39, 41, 52, 66], "bs_angl": [39, 52], "loop_length": [39, 52], "apt": [39, 66], "curl": [39, 64], "jq": 39, "your_alia": 39, "your_password": 39, "qapi": 39, "home": [39, 40, 66], "id_token": 39, "cat": [39, 66], "refresh_token": 39, "refresh": 39, "echo": [39, 40, 64, 66, 70], "quantinuum_config": 39, "cudaq_quantinuum_credenti": 39, "checker": [39, 52], "mere": [39, 64], "2e": [39, 52], "sc": 39, "1sc": 39, "navig": [39, 66], "tab": [39, 66], "tabl": [39, 40, 41, 63, 66], "world": [40, 45, 53], "visit": [40, 46], "link": [40, 60, 64, 66, 67, 68, 70], "approv": 40, "nvqc_api_kei": 40, "session": [40, 41, 66], "bashrc": [40, 66], "rather": [40, 42, 46, 58, 70], "2024": 40, "438": 40, "3600": 40, "h100": 40, "80gb": 40, "hbm3": 40, "driver": [40, 64, 66], "gb": [40, 42, 55], "clock": 40, "rate": 40, "mhz": 40, "2619": 40, "1980": 40, "1111111111111111111111111": [40, 55], "486": 40, "0000000000000000000000000": [40, 55], "514": 40, "nvqc_intro": 40, "545": 40, "487": 40, "513": 40, "nvqc_sampl": 40, "grow": [40, 63], "ngpu": 40, "unabl": [40, 66], "deploy": 40, "dm": 40, "ye": [40, 66], "cutensornet": [40, 42], "contract": [40, 42], "wherebi": [40, 41, 42], "worker": 40, "nqpu": 40, "opt_gradi": 40, "submiss": [40, 47, 52], "energy_futur": 40, "plus_futur": 40, "minus_futur": 40, "optimal_valu": 40, "grad": 40, "paramshift": 40, "74886": 40, "nvqc_vqe": 40, "incom": [40, 54], "attain": 40, "speedup": [40, 55], "On": [40, 41, 42, 49, 53, 66, 71], "busi": 40, "deliv": 40, "substanti": 40, "my": [40, 63, 66], "nvqc_log_level": 40, "disabl": [40, 42, 64], "credenti": [40, 52], "lieu": 40, "api_kei": 40, "nvqc_config": 40, "elucid": 41, "unlik": [41, 46], "opportun": 41, "qpu_count": 41, "count_futur": 41, "kerneltobesampl": 41, "runtimeparam": 41, "singleton": [41, 51], "zu": [41, 51], "countfutur": 41, "emplace_back": 41, "four": [41, 51, 58], "gpuemulatedqpu": 41, "37": 41, "cudaq_mqpu_ngpu": 41, "bellow": 41, "state_futur": 41, "kerneltorun": 41, "async_state_result": 41, "statefutur": 41, "suffici": [41, 64, 66, 71], "mpiexec": [41, 42, 64], "script": [41, 46, 64, 66], "srun": 41, "controls_count": 41, "auto_launch": 41, "isdigit": 41, "nrcontrol": 41, "tidx": 41, "background": 41, "daemon": 41, "qpud": 41, "shut": 41, "cudaq_loc": 41, "grep": [41, 64], "qpud_pi": 41, "cuda_visible_devic": [41, 42], "tcp": [41, 66], "ip": 41, "ld_library_path": [41, 64, 71], "launcher": 41, "app": 41, "firewal": 41, "secur": [41, 66], "port1": 41, "port2": 41, "port3": 41, "port4": 41, "per": [41, 42, 55, 59], "resolv": 41, "contigu": 41, "byte": [41, 55, 70], "memcpi": 41, "ixiz": 41, "charact": 41, "incur": 41, "overhead": 41, "0000": 41, "1111": 41, "demand": 41, "veri": [41, 53, 62, 70], "defer": 41, "rtti": 41, "standalon": [41, 63], "accommod": 42, "switch": [42, 55], "modif": [42, 46, 53], "invalid": 42, "cudaq_fusion_max_qubit": 42, "cudaq_fusion_diagonal_gate_max_qubit": 42, "cudaq_fusion_num_host_thread": 42, "cudaq_max_cpu_memory_gb": 42, "migrat": [42, 64], "unlimit": 42, "cudaq_max_gpu_memory_gb": 42, "exce": 42, "cudaq_mgpu_lib_mpi": 42, "libmpi": [42, 66], "cudaq_mgpu_comm_plugin_typ": 42, "openmpi": [42, 64, 66, 71], "mpich": [42, 64], "commplugin": 42, "cudaq_mgpu_nqubits_thresh": 42, "cudaq_mgpu_p2p_device_bit": 42, "gpudirect": 42, "p2p": 42, "cudaq_gpu_fabr": 42, "mnnvl": 42, "nvl": 42, "nvlink": 42, "cudaq_global_index_bit": 42, "comma": 42, "slower": 42, "cudaq_host_device_migration_level": 42, "tune": [42, 59], "fuse": 42, "4x4": 42, "bandwidth": 42, "significantli": 42, "suitabl": [42, 64, 66, 70], "despit": [42, 52], "poor": 42, "visibl": [42, 66], "cutensornet_comm_lib": 42, "newli": [42, 66], "libcutensornet_distributed_interface_mpi": 42, "dedic": 42, "dgx": 42, "omp_plac": 42, "omp_num_thread": 42, "number_of_cores_per_nod": 42, "number_of_gpus_per_nod": 42, "wave": 42, "sparsiti": 42, "svd": 42, "singular": [42, 64], "truncat": 42, "tractabl": 42, "footprint": 42, "cudaq_mps_max_bond": 42, "cudaq_mps_abs_cutoff": 42, "cutoff": 42, "largest": 42, "trim": 42, "cudaq_mps_relative_cutoff": 42, "cudaq_mps_svd_algo": 42, "gesvd": 42, "gesvdj": 42, "jacobi": 42, "gesvdp": 42, "gesvdr": 42, "medium": 42, "overridden": [42, 63], "cudaq_default_simul": [42, 49], "debug": [43, 60, 64, 66], "amongst": 44, "subroutin": 45, "closer": [45, 53, 60], "collaps": [46, 58, 63], "roughli": [46, 55, 56, 58], "505": 46, "495": 46, "result_0": 46, "5005": 46, "4995": 46, "result_1": 46, "subtl": 46, "rebuilt": 46, "most_probable_result": 46, "intens": 46, "respons": 46, "event": [46, 64], "kernel2": 46, "num_gpu": [46, 55], "result_2": 46, "confirm": [46, 52, 56, 64, 66, 71], "determinist": 46, "close": [46, 52], "025": 46, "million": 46, "35x": 46, "code_to_tim": 46, "1000000": 46, "57462": 46, "stmt": 46, "773286": 46, "isol": 46, "atoi": [46, 71], "chrono": 46, "high_resolution_clock": 46, "durat": 46, "took": 46, "8337": 46, "18988": 46, "cudaq_log_level": 47, "prepend": 47, "cudaq_dump_jit_ir": 47, "output_filenam": 47, "highest": 48, "random_bit": 48, "bitset": 48, "randint": 48, "un": 48, "verif": 48, "hidden_bit": 48, "auxillary_qubit": 48, "bernstein_vazirani": [48, 66], "success": [48, 62], "random_bitstr": 48, "vector_of_bit": 48, "hidden_bitstr": 48, "recov": 48, "cuquantum_backend": 49, "hang": [49, 66, 71], "observe_mqpu": 51, "redefin": 52, "flight": 52, "async_count": 52, "txt": [52, 62, 63, 66, 67], "same_fil": 52, "retrieved_async_result": 52, "mimic": 52, "dashboard": 52, "fstream": 52, "meantim": [52, 66], "ofstream": 52, "savem": 52, "readin": 52, "ifstream": 52, "proceed": [52, 64], "qb1": 52, "qb2": 52, "qb3": 52, "qb4": 52, "qb5": 52, "adonis_ghz": 52, "transpar": 52, "worri": 52, "schemat": 52, "optic": 52, "reconfigur": 52, "shifter": 52, "enter": [52, 66], "indistinguish": 52, "vacuum": 52, "interfer": [52, 56, 64, 66], "exit": [52, 55, 66], "half": 52, "n_beam_splitt": 52, "ps_angl": 52, "n_sampl": 52, "helper": [52, 59], "linear_spaced_vector": 52, "static_cast": [52, 68], "sum_loop_length": 52, "accumul": 52, "n_loop": 52, "n_mode": 52, "endpoint": 52, "syntax_check": 52, "gotten": 53, "hello": [53, 66], "static_kernel": 53, "x_kernel": 54, "control_vector": 54, "multi_controlled_oper": 54, "ccnot": 54, "applyx": 54, "ccnot_test": 54, "apply_x": 54, "counts2": 54, "seamless": [55, 66], "multithread": 55, "ghz_state": 55, "sample_ghz_st": 55, "cpu_result": 55, "475": 55, "525": [55, 66], "2500x": 55, "gpu_result": 55, "490": 55, "8700": 55, "freeli": [55, 64, 66], "qubits_list": 55, "990": 55, "dev": [55, 64, 66], "xi": 55, "2500": 55, "4x": 55, "asyncresult": 55, "conclud": 56, "examin": 56, "scrambl": 56, "bring": 56, "noise_depolar": 56, "noiseless_count": 56, "environment": 56, "amplitude_damp": 56, "keyword": 56, "noiseless_result": 56, "noise_amplitude_damp": 56, "wherein": 56, "undergo": 56, "degre": 56, "noise_bit_flip": 56, "bf": 56, "phase_flip": 56, "presenc": 56, "noise_phase_flip": 56, "pf": 56, "kraus_oper": 56, "nielsen": 56, "chuang": 56, "chapter": 56, "depol": 56, "99498743710662": 56, "05773502691896258": 56, "unset": 56, "good": 56, "avoid": [56, 64, 70, 71], "rectangular": 57, "hp": 57, "random_vector": [57, 59], "mt19937": [57, 59], "default_se": [57, 59], "16lf": [57, 59], "transmiss": 58, "analog": 58, "counterpart": 58, "transistor": 58, "alter": 58, "superconduct": 58, "materi": 58, "ion": 58, "trap": 58, "concern": [58, 64], "ourselv": 58, "obei": 58, "law": 58, "mathemat": 58, "physicist": 58, "theori": 58, "linearli": 58, "logarithm": 58, "dirac": 58, "beta": [58, 60], "correspondingli": [58, 70], "approx": 58, "feasibl": 58, "art": [58, 70], "manipul": 58, "offload": 58, "lvert": 58, "rvert": 58, "502": 58, "498": 58, "modulu": 58, "conserv": 58, "uphold": 58, "excit": 58, "probabilist": 58, "infer": 58, "devis": 58, "phenomena": 58, "predict": 58, "postul": 58, "alpha_": 58, "simple_vq": 59, "pick": [59, 63, 64], "nminim": 59, "vqe_h2": 59, "builder": [59, 60], "arrang": 59, "so4": 59, "so4_fabr": 59, "block_siz": 59, "counter": 59, "subq": 59, "so4_param": 59, "slice_vector": 59, "odd": 59, "h2_data": 59, "10647701149499994": 59, "0454063328691": 59, "170280101353": 59, "120200490713": 59, "168335986252": 59, "165606823582": 59, "22004130022499996": 59, "174072892497": 59, "17028010135300004": 59, "22004130022499999": 59, "p_counter": 59, "n_blocks_per_lay": 59, "init_param": 59, "max_line_search_tri": 59, "gradient_vector": 59, "adam": 59, "llvm": [60, 62, 63, 64, 68], "qke": [60, 62], "pipelin": 60, "canonic": 60, "lift": 60, "indirect": 60, "loader": 60, "expand": 60, "cfg": 60, "cse": 60, "lpsxpu": 60, "p3de4l": 60, "fixup": 60, "linkag": 60, "pl": [60, 64], "llc": [60, 64], "reloc": 60, "pic": 60, "filetyp": 60, "obj": 60, "o2": 60, "clang": [60, 64, 70], "gcc": [60, 64, 66, 70], "x86_64": [60, 64, 66, 71], "lib64": [60, 66, 68], "stub": 60, "wl": [60, 64, 70], "rpath": [60, 70], "llib": 60, "lcudaq": 60, "ensmallen": 60, "em": 60, "lnvqir": 60, "orchestr": 60, "qtx": 60, "mangled_name_map": 60, "__nvqpp__mlirgen__ghz": 60, "_zn3ghzclei": 60, "i32": 60, "entrypoint": 60, "alloca": 60, "memref": 60, "extsi": 60, "c0_i32": 60, "c0_i32_0": 60, "alloca_1": 60, "c1_i32": 60, "subi": 60, "cmpi": 60, "slt": 60, "addi": 60, "unoptim": 60, "mangl": 60, "introspect": 60, "overwrit": 60, "libcudaq": 60, "libnvqir": [60, 63], "robust": 60, "intermedi": 60, "depart": 60, "recal": 60, "datalayout": 60, "p270": 60, "p271": 60, "p272": 60, "f80": 60, "n8": 60, "s128": 60, "unknown": [60, 66], "invokewithcontrolqubit": 60, "__quantum__qis__x__ctl": 60, "__quantum__rt__array_get_size_1d": 60, "__quantum__qis__h": 60, "i8": 60, "__quantum__rt__array_get_element_ptr_1d": 60, "sext": 60, "bitcast": 60, "icmp": 60, "sgt": 60, "br": 60, "ph": 60, "prehead": 60, "_crit_edg": 60, "trip": 60, "zext": 60, "indvar": 60, "iv": 60, "nuw": 60, "nsw": 60, "nonnul": 60, "exitcond": 60, "ph3": 60, "_crit_edge4": 60, "exitcond5": 60, "mycustomplugin": 62, "cmakelist": [62, 63, 67], "add_llvm_pass_plugin": 62, "operationpass": 62, "quakedialect": 62, "quakeop": 62, "frozenrewritepatternset": 62, "dialectconvers": 62, "replaceh": 62, "oprewritepattern": 62, "hop": 62, "logicalresult": 62, "matchandrewrit": 62, "patternrewrit": 62, "replaceopwithnewop": 62, "sop": 62, "isadj": 62, "getparamet": 62, "getcontrol": 62, "gettarget": 62, "custompassplugin": 62, "passwrapp": 62, "funcop": 62, "mlir_define_explicit_internal_inline_type_id": 62, "stringref": 62, "runonoper": 62, "getoper": 62, "getcontext": 62, "rewritepatternset": 62, "insert": 62, "conversiontarget": 62, "addlegaldialect": 62, "addillegalop": 62, "applypartialconvers": 62, "emitoperror": 62, "signalpassfailur": 62, "cudaq_register_mlir_pass": 62, "add_subdirectori": 62, "circuitsimulatorbas": 63, "lot": 63, "qppcircuitsimul": 63, "custateveccircuitsimul": 63, "openmp": [63, 64, 71], "addqubittost": 63, "addqubitstost": 63, "resetqubit": 63, "qubitidx": 63, "resetqubitstateimpl": 63, "applyg": 63, "gateapplicationtask": 63, "measurequbit": 63, "floattyp": 63, "mysimul": 63, "nvqir_register_simul": 63, "mysimulatorclassnam": 63, "dylib": 63, "nvqir_simulation_backend": 63, "cuda_quantum_path": [63, 64, 66, 67], "find_packag": [63, 67], "nvqir_add_backend": 63, "folder": [63, 64, 66, 67], "cmake_minimum_requir": [63, 67], "fatal_error": [63, 67], "democreatenvqirbackend": 63, "cxx": [63, 64, 67, 71], "measuredbit": 63, "cuda_quantum": [63, 64], "cd": [63, 64, 66, 67], "ninja": [63, 67], "dnvqir_dir": 63, "softwar": [64, 66], "rootless": 64, "admin": [64, 66], "meet": 64, "carefulli": 64, "almost": 64, "though": 64, "piec": 64, "requisit": 64, "almalinux": 64, "manylinux_2_28": 64, "cento": [64, 66], "debian": [64, 66], "fedora": [64, 66], "opensus": [64, 66], "sled": [64, 66], "sle": [64, 66], "rhel": [64, 66], "rocki": [64, 66], "ubuntu": [64, 66], "newer": [64, 66, 71], "x86": [64, 66], "arm64": [64, 66, 71], "v8": [64, 66], "volta": [64, 66], "ture": [64, 66], "amper": [64, 66], "ada": [64, 66], "hopper": [64, 66], "470": [64, 66], "57": [64, 66], "git": 64, "unzip": 64, "web": [64, 66], "cudaq_install_prefix": 64, "cuquantum_install_prefix": 64, "cutensor_install_prefix": 64, "cutensor": 64, "llvm_install_prefix": 64, "blas_install_prefix": 64, "bla": 64, "zlib_install_prefix": 64, "zlib": 64, "openssl_install_prefix": 64, "openssl": 64, "curl_install_prefix": 64, "protocol": 64, "deviat": 64, "toolkit": [64, 66, 68, 71], "onlin": [64, 66], "cuda_vers": [64, 66], "cuda_download_url": [64, 66], "repo": [64, 66], "subfold": [64, 66], "rhel8": [64, 66], "cuda_arch_fold": [64, 66], "dnf": [64, 66], "nobest": [64, 66], "setopt": [64, 66], "install_weak_dep": [64, 66], "tr": [64, 66], "gcc_version": 64, "toolset": [64, 70], "assembl": 64, "enable_script": 64, "gcc_toolchain": 64, "rh": 64, "cudacxx": 64, "nvcc": [64, 66, 68], "cudahostcxx": 64, "commit": 64, "checkout": 64, "archiv": [64, 66, 70], "subsect": 64, "devel": [64, 66], "suffix": 64, "conda": [64, 71], "auditwheel": 64, "patchelf": 64, "llvm_project": 64, "flang": 64, "lld": 64, "install_prerequisit": [64, 66], "sh": [64, 66, 71], "fc": 64, "histori": 64, "setuptools_scm_pretend_vers": 64, "cudaq_wheel": 64, "manylinux_platform": 64, "linux_": 64, "sed": [64, 66], "manylinux_2_28_": 64, "pwd": [64, 70], "_skbuild": 64, "repair": 64, "plat": 64, "libcubla": [64, 66], "libcublaslt": 64, "libcusolv": [64, 66], "libcutensor": 64, "libcutensornet": 64, "libcustatevec": 64, "libcudart": 64, "libnvtoolsext": 64, "libnvidia": 64, "ml": 64, "wheelhous": 64, "inde": 64, "cudaq_enable_static_link": 64, "cudaq_require_openmp": 64, "cudaq_werror": 64, "cudaq_python_support": 64, "build_cudaq": 64, "primarili": 64, "linker": [64, 70], "makeself": 64, "cuda_quantum_asset": 64, "mv": 64, "ld": 64, "build_config": 64, "xml": 64, "gzip": [64, 66], "sha256": 64, "install_cuda_quantum": [64, 66, 71], "unam": [64, 66, 71], "migrate_asset": 64, "libc6": [64, 66], "sudo": [64, 66, 71], "set_env": [64, 66], "asset": [64, 66, 71], "highli": [64, 66], "profil": [64, 66, 71], "prefer": [64, 66], "version_suffix": [64, 66], "nvtx": [64, 66], "cudart": [64, 66], "awar": 64, "autoconf": 64, "libtool": 64, "flex": 64, "openmpi_vers": 64, "openmpi_download_url": 64, "ompi": 64, "tar": [64, 66], "gz": [64, 66], "xf": 64, "strip": 64, "rf": [64, 66], "autogen": 64, "ldflag": 64, "prefix": [64, 66], "getpwuid": 64, "mem": 64, "memcheck": 64, "verb": 64, "nproc": 64, "mpic": 64, "mpi_cuda_check": 64, "__has_includ": 64, "ext": 64, "endif": 64, "mpi_init": 64, "exit_cod": 64, "mpix_query_cuda_support": 64, "mpi_fin": 64, "mca": 64, "plm_rsh_agent": 64, "ssh": 64, "rsh": 64, "unless": [64, 66], "slurm": 64, "mpi_path": [64, 66, 71], "distributed_interfac": [64, 66, 71], "activate_custom_mpi": [64, 66, 71], "guidanc": 66, "bundl": 66, "deploi": 66, "unsur": 66, "engin": 66, "desktop": 66, "administr": 66, "ngc": 66, "whenev": 66, "pull": 66, "nvcr": 66, "prototyp": 66, "tri": 66, "readm": 66, "appreci": 66, "insuffici": 66, "hover": 66, "id_rsa": 66, "pub": 66, "itd": 66, "2222": 66, "exec": 66, "openssh": 66, "usepam": 66, "sshd_config": 66, "cp": 66, "authorized_kei": 66, "sbin": 66, "sshd": 66, "stricthostkeycheck": 66, "userknownhostsfil": 66, "globalknownhostsfil": 66, "relocat": 66, "wsl": 66, "prerequisit": 66, "sylab": 66, "ce": 66, "xzf": 66, "mconfig": 66, "suid": 66, "builddir": 66, "bootstrap": 66, "runscript": 66, "mount": 66, "devpt": 66, "fakeroot": 66, "sif": 66, "writabl": 66, "nv": 66, "conf": 66, "ldd": [66, 70], "privileg": 66, "revis": 66, "upvot": 66, "posix": 66, "browser": 66, "palett": 66, "attach": 66, "window": 66, "reload": 66, "microsoft": 66, "sandbox": 66, "portmap": 66, "sshd_output": 66, "listen": 66, "1025": 66, "65535": 66, "ui": 66, "ask": 66, "aren": 66, "icon": 66, "sidebar": 66, "prompt": 66, "workspac": 66, "remotecommand": 66, "requesttti": 66, "hostnam": 66, "enableremotecommand": 66, "uselocalserv": 66, "remoteserverlistenonsocket": 66, "connecttimeout": 66, "serverinstallpath": 66, "sign": 66, "upgrad": 66, "ac": 66, "ace_nam": 66, "instance_nam": 66, "commandlin": 66, "job_id": 66, "8888": 66, "lab": 66, "portal": 66, "minut": 66, "404": 66, "patient": 66, "happi": 66, "cuda11x": 66, "ship": 66, "vendor": 66, "prebuilt": 66, "guarante": 66, "libcudaq_distributed_interface_mpi": 66, "cudaq_mpi_comm_lib": 66, "uninstal": 66, "dsize": 66, "fairli": 66, "succe": 66, "imper": 67, "mycudaqapp": 67, "add_execut": 67, "ghz_ex": 67, "dcudaq_dir": 67, "cu": 68, "my_proj": 68, "conform": 68, "my_proj_quantum": 68, "libc": 68, "cudadatatyp": [68, 70], "cudasetfirstnel": 68, "sv": 68, "__restrict__": 68, "sv2": 68, "int64_t": 68, "blockidx": 68, "blockdim": 68, "threadidx": 68, "setfirstnel": 68, "uint32_t": [68, 70], "n_block": [68, 70], "int32_t": [68, 70], "threads_per_block": [68, 70], "newdevicestatevector": 68, "devicestatevector": [68, 70], "previousstatedimens": 68, "reinterpret_cast": [68, 70], "cufloatcomplex": [68, 70], "cudoublecomplex": [68, 70], "cucomplex": 68, "cuda_runtim": 68, "device_launch_paramet": 68, "my_kernel": 68, "cudamalloc": 68, "xcompil": 68, "fpic": [68, 70], "cuda_hom": 68, "lcudart": 68, "my_execut": 68, "hood": 70, "quantum_kernel": 70, "sstream": 70, "bell_distribut": 70, "stringbuf": 70, "ptr": 70, "strcpy": 70, "libstdc": 70, "libquantum_kernel": 70, "bell_dist": 70, "endl": 70, "lquantum_kernel": 70, "abi": 70, "incompat": 70, "watch": 70, "surround": 70, "wherea": 70, "third_party_librari": 70, "libexternal_librari": 70, "my_cod": 70, "bstatic": 70, "lexternal_librari": 70, "bdynam": 70, "undefin": 70, "crut": 70, "libexternal_library_complet": 70, "naddlib": 70, "nsave": 70, "nend": 70, "lexternal_library_complet": 70, "shim": 70, "pragma": 70, "is_integr": 70, "initializedevicestatevector": 70, "statedimens": 70, "cudainitializedevicestatevector": 70, "cumbersom": 70, "necessarili": 70, "recogn": 70, "catch": 70, "forg": 71, "env": 71, "conda_prefix": 71, "ompi_mca_opal_cuda_support": 71, "ompi_mca_btl": 71, "openib": 71, "fault": 71, "bash_profil": 71, "bash_login": 71, "intel": 71, "amd": 71, "averag": 71}, "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, 3, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringERKNSt6vectorIPvEE", "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, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel::name"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel::rawArgs"], [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, "_CPPv4N5cudaq18RemoteCapabilities17isRemoteSimulatorE", "cudaq::RemoteCapabilities::isRemoteSimulator"], [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, 0, 1, "_CPPv4N5cudaq11noise_model15PredicateFuncTyE", "cudaq::noise_model::PredicateFuncTy"], [2, 3, 1, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel"], [2, 3, 1, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel"], [2, 2, 1, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::QuantumOp"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::channel"], [2, 4, 1, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::channel"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::numControls"], [2, 4, 1, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::numControls"], [2, 4, 1, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::quantumOp"], [2, 3, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRK15PredicateFuncTy", "cudaq::noise_model::add_channel"], [2, 3, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERK15PredicateFuncTy", "cudaq::noise_model::add_channel"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel"], [2, 2, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRK15PredicateFuncTy", "cudaq::noise_model::add_channel::QuantumOp"], [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, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRK15PredicateFuncTy", "cudaq::noise_model::add_channel::pred"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERK15PredicateFuncTy", "cudaq::noise_model::add_channel::pred"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERK15PredicateFuncTy", "cudaq::noise_model::add_channel::quantumOp"], [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_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels"], [2, 3, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels"], [2, 2, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::QuantumOp"], [2, 4, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::controlQubits"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::controlQubits"], [2, 4, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::params"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::params"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::quantumOp"], [2, 4, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::targetQubits"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::targetQubits"], [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, "_CPPv4NK5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()"], [2, 3, 1, "_CPPv4NK5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE", "cudaq::state::operator()"], [2, 4, 1, "_CPPv4NK5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()::idx"], [2, 4, 1, "_CPPv4NK5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()::jdx"], [2, 4, 1, "_CPPv4NK5cudaq5stateclERKNSt16initializer_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, "_CPPv4NK5cudaq5stateixENSt6size_tE", "cudaq::state::operator[]"], [2, 4, 1, "_CPPv4NK5cudaq5stateixENSt6size_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_all_qubit_channel"], [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, 66], "document": 0, "cuda": [0, 2, 3, 4, 7, 18, 20, 21, 22, 23, 38, 39, 42, 43, 44, 45, 46, 50, 60, 61, 62, 63, 64, 66, 67, 68, 70, 71, 72, 73], "q": [0, 2, 3, 4, 7, 18, 20, 21, 22, 23, 38, 39, 42, 43, 44, 45, 46, 50, 60, 61, 62, 63, 64, 66, 67, 68, 70, 71, 72, 73], "api": [0, 2, 3], "quantum": [1, 2, 4, 5, 6, 7, 9, 11, 15, 18, 23, 26, 27, 30, 31, 32, 33, 35, 40, 41, 52, 57, 58, 59], "oper": [1, 2, 30, 31], "unitari": 1, "qubit": [1, 10, 16, 17, 30, 35], "x": 1, "y": 1, "z": 1, "h": 1, "r1": 1, "rx": 1, "ry": 1, "rz": 1, "": [1, 6, 9, 26, 63], "t": 1, "swap": 1, "u3": 1, "adjoint": 1, "control": [1, 24, 54], "measur": [1, 6, 58], "mz": 1, "mx": 1, "my": 1, "user": 1, "defin": 1, "custom": 1, "c": [2, 39, 64, 70], "common": [2, 32], "nois": [2, 16], "model": [2, 16, 28], "kernel": [2, 3, 6, 17, 25, 27, 41, 45], "builder": 2, "algorithm": [2, 5, 6, 9, 10, 23, 26, 57], "platform": [2, 33, 41], "util": 2, "namespac": [2, 29], "python": [3, 39, 64, 66], "program": [3, 26, 32, 44, 46], "construct": 3, "execut": [3, 40], "backend": [3, 38, 39, 40, 42], "configur": 3, "data": [3, 4], "type": [3, 35], "optim": [3, 18, 23, 57], "gradient": [3, 23], "noisi": [3, 13, 56], "simul": [3, 4, 13, 19, 40, 41, 42, 47, 49, 56, 63, 66], "mpi": [3, 64, 66], "submodul": 3, "divis": 4, "cluster": 4, "With": [4, 6], "coreset": 4, "us": [4, 10, 18, 35, 52, 66, 68], "preprocess": 4, "function": [4, 7, 23], "qaoa": [4, 12, 14], "implement": 4, "scale": 4, "multi": [5, 10, 41, 42, 54, 55], "refer": [5, 10, 19], "krylov": 5, "h2": 5, "exampl": [5, 26, 50], "factor": 6, "integ": 6, "shor": 6, "solv": 6, "order": 6, "find": 6, "problem": 6, "classic": [6, 19], "invers": [6, 16], "fourier": [6, 15], "transform": [6, 15], "modular": 6, "exponenti": 6, "The": 6, "case": 6, "n": [6, 35], "21": 6, "5": 6, "4": 6, "determin": 6, "from": [6, 16, 39, 64, 70], "result": [6, 10], "phase": [6, 9, 26], "postscript": 6, "enhanc": 7, "auxiliari": 7, "field": 7, "mont": 7, "carlo": 7, "hamiltonian": [7, 55], "prepar": [7, 26], "vqe": [7, 19], "run": [7, 46], "afqmc": 7, "molecular": [7, 12], "trial": 7, "wave": 7, "setup": 7, "paramet": [7, 26], "cost": 8, "minim": 8, "deutsch": 9, "xor": 9, "oplu": 9, "oracl": 9, "parallel": [9, 10, 41, 51, 55], "hadamard": 10, "test": 10, "applic": 10, "numer": 10, "observ": [10, 23, 46], "primit": [10, 23], "comput": [10, 32, 39, 51, 52, 58, 66], "expect": [10, 51], "valu": [10, 51], "ancilla": 10, "gpu": [10, 19, 40, 42, 46, 55, 66], "multipl": [10, 40, 51, 55], "hybrid": 11, "neural": 11, "network": [11, 42], "dock": 12, "via": [12, 66], "dc": 12, "max": 14, "cut": 14, "revisit": 15, "readout": 16, "error": 16, "mitig": 16, "confus": 16, "matrix": [16, 42], "singl": [16, 42], "k": 16, "local": [16, 66], "matric": 16, "full": 16, "visual": 17, "variat": [18, 59], "eigensolv": [18, 59], "integr": [18, 69, 70], "third": [18, 70], "parti": [18, 70], "water": 19, "molecul": 19, "activ": 19, "space": 19, "cpu": [19, 42], "v": [19, 66], "A": 19, "ccsd": 19, "b": 19, "uccsd": 19, "content": [20, 43, 65], "releas": 21, "languag": 22, "specif": [22, 36], "cudaq": [23, 30, 31, 35], "sampl": [23, 26, 46], "deprec": [23, 35], "move": 23, "librari": [23, 64, 70], "flow": 24, "just": 25, "time": 25, "creation": 25, "hello": 26, "world": 26, "simpl": 26, "bell": 26, "state": [26, 41, 42, 58], "ghz": 26, "estim": 26, "deuteron": 26, "bind": 26, "energi": 26, "sweep": 26, "grover": 26, "iter": 26, "machin": 28, "standard": 29, "intrins": 30, "spin_op": 31, "pattern": 32, "action": [32, 63], "uncomput": 32, "sub": 34, "circuit": [34, 55, 63], "synthesi": [34, 54], "qudit": 35, "level": 35, "contain": [35, 66], "qview": 35, "2": 35, "qvector": 35, "qarrai": 35, "qspan": 35, "instead": 35, "qreg": 35, "quak": 37, "dialect": 37, "gener": 37, "introduct": [37, 53, 66], "motiv": 37, "target": [38, 55], "hardwar": [39, 52], "ionq": [39, 52], "set": 39, "credenti": 39, "submiss": 39, "iqm": [39, 52], "oqc": [39, 52], "orca": [39, 52], "quantinuum": [39, 52], "nvidia": [40, 41], "cloud": [40, 66], "quick": [40, 71], "start": [40, 66, 71], "select": 40, "qpu": 40, "asynchron": 40, "faq": 40, "processor": [41, 51, 55], "mqpu": 41, "distribut": [41, 66], "mode": [41, 42], "remot": [41, 66], "support": [41, 42, 64, 66], "argument": 41, "serial": 41, "access": [41, 66], "vector": 42, "featur": 42, "environ": 42, "variabl": 42, "option": 42, "node": 42, "addit": [42, 66], "openmp": 42, "onli": 42, "tensor": 42, "product": 42, "default": 42, "basic": 43, "build": [44, 64], "your": [44, 46, 62, 71], "first": [44, 46], "what": 45, "i": 45, "troubleshoot": 47, "debug": 47, "verbos": 47, "output": 47, "bernstein": 48, "vazirani": 48, "cuquantum": 49, "across": [51, 55], "provid": 52, "workflow": 55, "avail": 55, "batch": 55, "term": 55, "approxim": 57, "101": 58, "gate": 58, "work": 60, "ir": 60, "extend": [61, 63], "creat": 62, "own": 62, "compil": [62, 70], "pass": 62, "new": 63, "circuitsimul": 63, "requir": [63, 66], "subtyp": 63, "method": 63, "overrid": 63, "let": 63, "see": 63, "thi": 63, "instal": [64, 65, 66, 71], "sourc": 64, "prerequisit": 64, "depend": [64, 66], "toolchain": [64, 70], "host": [64, 66], "runtim": 64, "guid": 65, "docker": 66, "singular": 66, "wheel": 66, "pre": 66, "built": 66, "binari": [66, 70], "develop": 66, "connect": 66, "tunnel": 66, "ssh": 66, "dgx": 66, "get": 66, "jupyterlab": 66, "tool": [66, 69], "pypi": 66, "In": 66, "imag": 66, "updat": 66, "compat": 66, "system": 66, "next": 66, "step": 66, "cmake": 67, "project": 68, "other": 69, "softwar": 69, "call": 70, "an": 70, "interfac": 70, "between": 70, "differ": 70, "valid": 71, "tutori": 72, "version": 73}, "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": {"Quantum Kernels": [[27, "quantum-kernels"]], "Quantum Operators": [[31, "quantum-operators"]], "cudaq::spin_op": [[31, "cudaq-spin-op"]], "Quantum Types": [[35, "quantum-types"]], "cudaq::qudit": [[35, "cudaq-qudit-levels"]], "cudaq::qubit": [[35, "cudaq-qubit"]], "Quantum Containers": [[35, "quantum-containers"]], "cudaq::qview": [[35, "cudaq-qview-levels-2"]], "cudaq::qvector": [[35, "cudaq-qvector-levels-2"]], "cudaq::qarray": [[35, "cudaq-qarray-n-levels-2"]], "cudaq::qspan (Deprecated. Use cudaq::qview instead.)": [[35, "cudaq-qspan-n-levels-deprecated-use-cudaq-qview-levels-instead"]], "cudaq::qreg (Deprecated. Use cudaq::qvector instead.)": [[35, "cudaq-qreg-n-levels-deprecated-use-cudaq-qvector-levels-instead"]], "Common Quantum Programming Patterns": [[32, "common-quantum-programming-patterns"]], "Compute-Action-Uncompute": [[32, "compute-action-uncompute"]], "Quantum Platform": [[33, "quantum-platform"]], "Quantum Intrinsic Operations": [[30, "quantum-intrinsic-operations"]], "Operations on cudaq::qubit": [[30, "operations-on-cudaq-qubit"]], "Namespace and Standard": [[29, "namespace-and-standard"]], "Sub-circuit Synthesis": [[34, "sub-circuit-synthesis"]], "Machine Model": [[28, "machine-model"]], "Introduction": [[53, "introduction"], [66, "introduction"]], "Using Quantum Hardware Providers": [[52, "using-quantum-hardware-providers"]], "IonQ": [[52, "ionq"], [39, "ionq"]], "IQM": [[52, "iqm"], [39, "iqm"]], "OQC": [[52, "oqc"], [39, "oqc"]], "ORCA Computing": [[52, "orca-computing"], [39, "orca-computing"]], "Quantinuum": [[52, "quantinuum"], [39, "quantinuum"]], "Bernstein-Vazirani": [[48, "bernstein-vazirani"]], "Simulations with cuQuantum": [[49, "simulations-with-cuquantum"]], "Troubleshooting": [[47, "troubleshooting"]], "Debugging and Verbose Simulation Output": [[47, "debugging-and-verbose-simulation-output"]], "What is a CUDA-Q kernel?": [[45, "what-is-a-cuda-q-kernel"]], "Computing Expectation Values": [[51, "computing-expectation-values"]], "Parallelizing across Multiple Processors": [[51, "parallelizing-across-multiple-processors"]], "Running your first CUDA-Q Program": [[46, "running-your-first-cuda-q-program"]], "Sample": [[46, "sample"]], "Observe": [[46, "observe"]], "Running on a GPU": [[46, "running-on-a-gpu"]], "CUDA-Q by Example": [[50, "cuda-q-by-example"]], "Variational Quantum Eigensolver": [[59, "variational-quantum-eigensolver"], [18, "Variational-Quantum-Eigensolver"]], "Quantum Computing 101": [[58, "quantum-computing-101"]], "Quantum States": [[58, "quantum-states"]], "Quantum Gates": [[58, "quantum-gates"]], "Measurements": [[58, "measurements"]], "Multi-GPU Workflows": [[55, "multi-gpu-workflows"]], "Available Targets": [[55, "available-targets"]], "Parallelization across Multiple Processors": [[55, "parallelization-across-multiple-processors"]], "Batching Hamiltonian Terms": [[55, "batching-hamiltonian-terms"]], "Circuit Batching": [[55, "circuit-batching"]], "Create your own CUDA-Q Compiler Pass": [[62, "create-your-own-cuda-q-compiler-pass"]], "Multi-control Synthesis": [[54, "multi-control-synthesis"]], "Noisy Simulation": [[56, "noisy-simulation"], [3, "noisy-simulation"], [13, "Noisy-Simulation"]], "Quantum Approximate Optimization Algorithm": [[57, "quantum-approximate-optimization-algorithm"]], "Working with the CUDA-Q IR": [[60, "working-with-the-cuda-q-ir"]], "Extending CUDA-Q": [[61, "extending-cuda-q"]], "CUDA-Q Tutorials": [[72, "cuda-q-tutorials"]], "CUDA-Q Versions": [[73, "cuda-q-versions"]], "CUDA-Q Hardware Backends": [[39, "cuda-q-hardware-backends"]], "Setting Credentials": [[39, "setting-credentials"], [39, "id1"], [39, "id4"], [39, "id7"], [39, "quantinuum-backend"]], "Submission from C++": [[39, "submission-from-c"], [39, "id2"], [39, "id5"], [39, "id8"], [39, "id11"]], "Submission from Python": [[39, "submission-from-python"], [39, "id3"], [39, "id6"], [39, "id9"], [39, "id12"]], "Building your first CUDA-Q Program": [[44, "building-your-first-cuda-q-program"]], "NVIDIA Quantum Cloud": [[40, "nvidia-quantum-cloud"]], "Quick Start": [[40, "quick-start"], [71, "quick-start"]], "Simulator Backend Selection": [[40, "simulator-backend-selection"]], "Multiple GPUs": [[40, "multiple-gpus"]], "Simulator Backends": [[40, "id1"]], "Multiple QPUs Asynchronous Execution": [[40, "multiple-qpus-asynchronous-execution"]], "FAQ": [[40, "faq"]], "CUDA-Q Simulation Backends": [[42, "cuda-q-simulation-backends"]], "State Vector Simulators": [[42, "state-vector-simulators"]], "Features": [[42, "features"]], "Single-GPU": [[42, "single-gpu"]], "Environment variable options supported in single-GPU mode": [[42, "id4"]], "Multi-node multi-GPU": [[42, "multi-node-multi-gpu"], [42, "id2"]], "Additional environment variable options for multi-node multi-GPU mode": [[42, "id5"]], "OpenMP CPU-only": [[42, "openmp-cpu-only"]], "Tensor Network Simulators": [[42, "tensor-network-simulators"]], "Matrix product state": [[42, "matrix-product-state"]], "Default Simulator": [[42, "default-simulator"]], "CUDA-Q Basics": [[43, "cuda-q-basics"]], "Contents": [[43, null], [65, null], [20, null]], "Quake Dialect": [[37, "quake-dialect"]], "General Introduction": [[37, "general-introduction"]], "Motivation": [[37, "motivation"]], "Multi-Processor Platforms": [[41, "multi-processor-platforms"]], "NVIDIA MQPU Platform": [[41, "nvidia-mqpu-platform"]], "Parallel distribution mode": [[41, "parallel-distribution-mode"]], "Remote MQPU Platform": [[41, "remote-mqpu-platform"]], "Supported Kernel Arguments": [[41, "supported-kernel-arguments"]], "Kernel argument serialization": [[41, "id4"]], "Accessing Simulated Quantum State": [[41, "accessing-simulated-quantum-state"]], "Specifications": [[36, "specifications"]], "CUDA-Q Backends": [[38, "cuda-q-backends"]], "Backend Targets": [[38, null]], "Integrating with Third-Party Libraries": [[70, "integrating-with-third-party-libraries"]], "Calling a CUDA-Q library from C++": [[70, "calling-a-cuda-q-library-from-c"]], "Calling an C++ library from CUDA-Q": [[70, "calling-an-c-library-from-cuda-q"]], "Interfacing between binaries compiled with a different toolchains": [[70, "interfacing-between-binaries-compiled-with-a-different-toolchains"]], "Install CUDA-Q": [[71, "install-cuda-q"]], "Validate your Installation": [[71, "validate-your-installation"]], "Integration with other Software Tools": [[69, "integration-with-other-software-tools"]], "Installation from Source": [[64, "installation-from-source"]], "Prerequisites": [[64, "prerequisites"]], "Build Dependencies": [[64, "build-dependencies"]], "CUDA": [[64, "cuda"]], "Toolchain": [[64, "toolchain"]], "Building CUDA-Q": [[64, "building-cuda-q"]], "Python Support": [[64, "python-support"]], "C++ Support": [[64, "c-support"]], "Installation on the Host": [[64, "installation-on-the-host"]], "CUDA Runtime Libraries": [[64, "cuda-runtime-libraries"]], "MPI": [[64, "mpi"]], "CUDA-Q and CMake": [[67, "cuda-q-and-cmake"]], "Installation Guide": [[65, "installation-guide"]], "Local Installation": [[66, "local-installation"]], "Docker": [[66, "docker"]], "Singularity": [[66, "singularity"]], "Python wheels": [[66, "python-wheels"]], "Pre-built binaries": [[66, "pre-built-binaries"]], "Development with VS Code": [[66, "development-with-vs-code"]], "Using a Docker container": [[66, "using-a-docker-container"]], "Using a Singularity container": [[66, "using-a-singularity-container"]], "Connecting to a Remote Host": [[66, "connecting-to-a-remote-host"]], "Developing with Remote Tunnels": [[66, "developing-with-remote-tunnels"]], "Remote Access via SSH": [[66, "remote-access-via-ssh"]], "DGX Cloud": [[66, "dgx-cloud"]], "Get Started": [[66, "get-started"]], "Use JupyterLab": [[66, "use-jupyterlab"]], "Use VS Code": [[66, "use-vs-code"]], "Additional CUDA Tools": [[66, "additional-cuda-tools"]], "Installation via PyPI": [[66, "installation-via-pypi"]], "Installation In Container Images": [[66, "installation-in-container-images"]], "Installing Pre-built Binaries": [[66, "installing-pre-built-binaries"]], "Distributed Computing with MPI": [[66, "distributed-computing-with-mpi"]], "Updating CUDA-Q": [[66, "updating-cuda-q"]], "Dependencies and Compatibility": [[66, "dependencies-and-compatibility"]], "Supported Systems": [[66, "id10"]], "Requirements for GPU Simulation": [[66, "id11"]], "Next Steps": [[66, "next-steps"]], "Extending CUDA-Q with a new Simulator": [[63, "extending-cuda-q-with-a-new-simulator"]], "CircuitSimulator": [[63, "circuitsimulator"]], "Required Circuit Simulator Subtype Method Overrides": [[63, "id1"]], "Let\u2019s see this in action": [[63, "let-s-see-this-in-action"]], "Using CUDA and CUDA-Q in a Project": [[68, "using-cuda-and-cuda-q-in-a-project"]], "Language Specification": [[22, "language-specification"]], "CUDA-Q": [[22, null], [20, "cuda-q"]], "Just-in-Time Kernel Creation": [[25, "just-in-time-kernel-creation"]], "Using CUDA-Q Optimizers": [[18, "Using-CUDA-Q-Optimizers"]], "Integration with Third-Party Optimizers": [[18, "Integration-with-Third-Party-Optimizers"]], "Water Molecule with Active Space (CPU vs. GPU)": [[19, "Water-Molecule-with-Active-Space-(CPU-vs.-GPU)"]], "A- Classical simulation as a reference: CCSD": [[19, "A--Classical-simulation-as-a-reference:-CCSD"]], "B- VQE-UCCSD:": [[19, "B--VQE-UCCSD:"]], "Quantum Algorithmic Primitives": [[23, "quantum-algorithmic-primitives"]], "cudaq::sample": [[23, "cudaq-sample"]], "cudaq::observe": [[23, "cudaq-observe"]], "cudaq::optimizer (deprecated, functionality moved to CUDA-Q libraries)": [[23, "cudaq-optimizer-deprecated-functionality-moved-to-cuda-q-libraries"]], "cudaq::gradient (deprecated, functionality moved to CUDA-Q libraries)": [[23, "cudaq-gradient-deprecated-functionality-moved-to-cuda-q-libraries"]], "Control Flow": [[24, "control-flow"]], "Example Programs": [[26, "example-programs"]], "Hello World - Simple Bell State": [[26, "hello-world-simple-bell-state"]], "GHZ State Preparation and Sampling": [[26, "ghz-state-preparation-and-sampling"]], "Quantum Phase Estimation": [[26, "quantum-phase-estimation"]], "Deuteron Binding Energy Parameter Sweep": [[26, "deuteron-binding-energy-parameter-sweep"]], "Grover\u2019s Algorithm": [[26, "grover-s-algorithm"]], "Iterative Phase Estimation": [[26, "iterative-phase-estimation"]], "CUDA-Q Releases": [[21, "cuda-q-releases"]], "Multi-Reference Quantum Krylov Algorithm (H2 Example)": [[5, "Multi-Reference-Quantum-Krylov-Algorithm-(H2-Example)"]], "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"]], "Factoring Integers With Shor\u2019s Algorithm": [[6, "Factoring-Integers-With-Shor's-Algorithm"]], "Shor\u2019s algorithm": [[6, "Shor's-algorithm"]], "Solving the order-finding problem classically": [[6, "Solving-the-order-finding-problem-classically"]], "Solving the order-finding problem with a quantum algorithm": [[6, "Solving-the-order-finding-problem-with-a-quantum-algorithm"]], "Inverse quantum Fourier transform": [[6, "Inverse-quantum-Fourier-transform"]], "Quantum kernels for modular exponentiation": [[6, "Quantum-kernels-for-modular-exponentiation"]], "The case N = 21 and a = 5:": [[6, "The-case-N-=-21-and-a-=-5:"]], "The case N = 21 and a = 4:": [[6, "The-case-N-=-21-and-a-=-4:"]], "Determining the order from the measurement results of the phase kernel": [[6, "Determining-the-order-from-the-measurement-results-of-the-phase-kernel"]], "Postscript": [[6, "Postscript"]], "Quantum Enhanced Auxiliary Field Quantum Monte Carlo": [[7, "Quantum-Enhanced-Auxiliary-Field-Quantum-Monte-Carlo"]], "Hamiltonian preparation for VQE": [[7, "Hamiltonian-preparation-for-VQE"]], "Run VQE with CUDA-Q": [[7, "Run-VQE-with-CUDA-Q"]], "Auxiliary Field Quantum Monte Carlo (AFQMC)": [[7, "Auxiliary-Field-Quantum-Monte-Carlo-(AFQMC)"]], "Preparation of the molecular Hamiltonian": [[7, "Preparation-of-the-molecular-Hamiltonian"]], "Preparation of the trial wave function": [[7, "Preparation-of-the-trial-wave-function"]], "Setup of the AFQMC parameters": [[7, "Setup-of-the-AFQMC-parameters"]], "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": [[8, "Cost-Minimization"]], "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 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"]], "Code documentation": [[0, "code-documentation"]], "CUDA-Q API": [[0, null]], "Visualization": [[17, "Visualization"]], "Qubit Visualization": [[17, "Qubit-Visualization"]], "Kernel Visualization": [[17, "Kernel-Visualization"]], "Readout Error Mitigation": [[16, "Readout-Error-Mitigation"]], "Inverse confusion matrix from single-qubit noise model": [[16, "Inverse-confusion-matrix-from-single-qubit-noise-model"]], "Inverse confusion matrix from k local confusion matrices": [[16, "Inverse-confusion-matrix-from-k-local-confusion-matrices"]], "Inverse of full confusion matrix": [[16, "Inverse-of-full-confusion-matrix"]], "Hadamard Test and Application": [[10, "Hadamard-Test-and-Application"]], "Numerical result as a reference:": [[10, "Numerical-result-as-a-reference:"]], "Using observe algorithmic primitive to compute the expectation value for ancilla qubits.": [[10, "Using-observe-algorithmic-primitive-to-compute-the-expectation-value-for-ancilla-qubits."]], "Use multi-GPUs to compute multiple Hadamard test in parallel": [[10, "Use-multi-GPUs-to-compute-multiple-Hadamard-test-in-parallel"]], "Max-Cut with QAOA": [[14, "Max-Cut-with-QAOA"]], "Quantum Fourier Transform": [[15, "Quantum-Fourier-Transform"]], "Quantum Fourier Transform revisited": [[15, "Quantum-Fourier-Transform-revisited"]], "Deutsch\u2019s Algorithm": [[9, "Deutsch's-Algorithm"]], "XOR \\oplus": [[9, "XOR-\\oplus"]], "Quantum oracles": [[9, "Quantum-oracles"]], "Phase oracle": [[9, "Phase-oracle"]], "Quantum parallelism": [[9, "Quantum-parallelism"]], "Deutschs\u2019 Algorithm:": [[9, "Deutschs'-Algorithm:"]], "Molecular docking via DC-QAOA": [[12, "Molecular-docking-via-DC-QAOA"]], "Hybrid Quantum Neural Networks": [[11, "Hybrid-Quantum-Neural-Networks"]]}, "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"], [2, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringERKNSt6vectorIPvEE"]], "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::isremotesimulator (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities17isRemoteSimulatorE"]], "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::predicatefuncty (c++ type)": [[2, "_CPPv4N5cudaq11noise_model15PredicateFuncTyE"]], "cudaq::noise_model::add_all_qubit_channel (c++ function)": [[2, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli"], [2, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli"]], "cudaq::noise_model::add_channel (c++ function)": [[2, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRK15PredicateFuncTy"], [2, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel"], [2, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERK15PredicateFuncTy"], [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_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE"], [2, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE"]], "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, "_CPPv4NK5cudaq5stateclENSt6size_tENSt6size_tE"], [2, "_CPPv4NK5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE"]], "cudaq::state::operator= (c++ function)": [[2, "_CPPv4N5cudaq5stateaSERR5state"]], "cudaq::state::operator[] (c++ function)": [[2, "_CPPv4NK5cudaq5stateixENSt6size_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_all_qubit_channel() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.add_all_qubit_channel"]], "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/H2-MRQKS", "examples/python/tutorials/Shors", "examples/python/tutorials/afqmc", "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/H2-MRQKS.ipynb", "examples/python/tutorials/Shors.ipynb", "examples/python/tutorials/afqmc.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", "Multi-Reference Quantum Krylov Algorithm (H2 Example)", "Factoring Integers With Shor\u2019s Algorithm", "Quantum Enhanced Auxiliary Field Quantum Monte Carlo", "Cost Minimization", "Deutsch\u2019s Algorithm", "Hadamard Test and Application", "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, 5, 7, 14, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 40, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 66, 67, 68, 71, 73], "python": [0, 1, 2, 4, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 34, 35, 40, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 59, 63, 70, 71, 72, 73], "quantum": [0, 3, 10, 13, 14, 16, 17, 19, 20, 21, 22, 24, 25, 28, 34, 36, 37, 38, 39, 42, 44, 45, 46, 49, 50, 51, 53, 55, 56, 60, 63, 64, 66, 67, 68, 70, 71, 73], "oper": [0, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 20, 22, 23, 25, 26, 27, 28, 32, 34, 35, 36, 37, 39, 40, 42, 44, 46, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 64, 66, 71], "cuda": [1, 8, 9, 11, 12, 13, 14, 15, 17, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 40, 41, 47, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 69], "q": [1, 8, 9, 10, 11, 13, 14, 15, 17, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 40, 41, 47, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 69], "provid": [1, 2, 3, 4, 6, 7, 13, 15, 16, 18, 20, 22, 23, 25, 28, 30, 31, 33, 34, 35, 37, 39, 40, 41, 42, 45, 49, 50, 51, 53, 54, 56, 59, 60, 62, 63, 64, 66, 67, 70], "default": [1, 2, 3, 12, 17, 23, 27, 30, 35, 39, 40, 41, 46, 49, 52, 53, 59, 60, 63, 64, 66, 68, 70, 71], "set": [1, 2, 3, 4, 7, 8, 9, 11, 14, 16, 17, 20, 23, 25, 27, 30, 37, 40, 41, 42, 44, 46, 48, 49, 52, 56, 57, 59, 64, 66, 70, 71], "These": [1, 2, 6, 13, 14, 22, 27, 30, 34, 35, 37, 38, 40, 41, 42, 60, 64, 66], "can": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 73], "us": [1, 2, 3, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 23, 24, 25, 26, 27, 30, 31, 33, 34, 37, 39, 40, 41, 42, 44, 45, 46, 48, 50, 51, 53, 55, 57, 58, 59, 60, 62, 63, 64, 67, 70, 71, 73], "kernel": [1, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 26, 28, 30, 31, 32, 33, 34, 35, 36, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 68, 70, 71, 73], "librari": [1, 2, 6, 11, 12, 17, 18, 20, 21, 22, 27, 29, 34, 35, 42, 51, 60, 62, 63, 66, 68, 69, 73], "sinc": [1, 2, 6, 7, 9, 14, 15, 16, 35, 38, 41, 42, 45, 51, 52, 55, 59, 60, 66, 67, 70], "intrins": [1, 27, 34, 35, 37], "nativ": [1, 22, 28, 30, 31, 67], "support": [1, 2, 3, 7, 16, 17, 20, 21, 22, 27, 28, 30, 32, 35, 39, 45, 46, 49, 52, 53, 56, 57, 58, 59, 62, 70, 71, 73], "specif": [1, 2, 3, 4, 20, 23, 27, 29, 30, 31, 32, 35, 37, 39, 40, 41, 42, 45, 46, 53, 58, 60, 63, 64, 66, 68, 70], "target": [1, 2, 3, 4, 9, 10, 11, 13, 14, 17, 19, 21, 23, 30, 33, 37, 39, 40, 41, 42, 46, 48, 49, 51, 52, 54, 56, 58, 60, 62, 63, 64, 66, 71, 73], "depend": [1, 3, 4, 6, 9, 14, 23, 28, 37, 40, 41, 42, 48, 59, 70, 71], "backend": [1, 2, 4, 8, 20, 21, 23, 41, 46, 48, 49, 52, 55, 56, 60, 63, 64, 66, 70, 71, 73], "architectur": [1, 2, 11, 20, 22, 28, 37, 39, 41, 52, 55, 58, 63, 64, 66, 71], "nvq": [1, 23, 26, 39, 40, 41, 42, 46, 49, 51, 52, 53, 54, 56, 59, 60, 63, 66, 67, 68, 70, 71], "compil": [1, 2, 3, 4, 22, 23, 26, 27, 28, 32, 34, 35, 39, 40, 41, 42, 46, 49, 51, 52, 53, 54, 56, 59, 60, 63, 64, 66, 67, 68, 71], "automat": [1, 28, 39, 41, 42, 52, 59, 64, 66, 70], "decompos": [1, 7], "appropri": [1, 2, 4, 9, 15, 22, 30, 41, 64, 66], "The": [1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 46, 48, 49, 51, 52, 53, 55, 56, 57, 58, 59, 60, 62, 63, 64, 66, 68, 70, 71, 73], "section": [1, 6, 9, 15, 25, 41, 42, 64, 66, 70, 71], "list": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 16, 17, 18, 19, 21, 23, 27, 38, 39, 40, 42, 48, 52, 55, 57, 58, 59, 64, 66, 70, 71, 73], "implement": [1, 2, 3, 6, 7, 9, 13, 14, 15, 22, 23, 28, 29, 30, 32, 34, 35, 37, 39, 42, 52, 53, 57, 60, 62, 63, 64, 66, 70], "transform": [1, 7, 9, 11, 19, 20, 22, 26, 60, 62], "state": [1, 2, 3, 4, 5, 7, 8, 9, 10, 13, 14, 15, 16, 17, 18, 21, 23, 27, 28, 30, 35, 37, 40, 44, 46, 48, 49, 51, 52, 53, 55, 56, 57, 59, 63, 64, 70, 71, 73], "ar": [1, 2, 3, 4, 6, 7, 9, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 27, 28, 30, 32, 34, 35, 36, 37, 39, 40, 41, 42, 45, 46, 50, 51, 52, 53, 55, 58, 59, 60, 63, 64, 66, 68, 70, 71, 73], "templat": [1, 2, 18, 23, 25, 26, 27, 30, 34, 35, 52, 53, 60, 62, 63, 68, 70], "argument": [1, 2, 3, 4, 9, 14, 16, 17, 23, 25, 27, 34, 35, 39, 44, 46, 51, 54, 55, 59, 60, 63, 66, 70], "allow": [1, 2, 3, 4, 7, 8, 9, 11, 21, 23, 25, 27, 28, 42, 44, 45, 46, 54, 55, 56, 58, 59, 60, 62, 66, 67, 73], "invok": [1, 2, 3, 23, 25, 27, 32, 39, 42, 53, 60, 70], "version": [1, 3, 6, 7, 11, 14, 15, 20, 21, 23, 32, 38, 39, 40, 41, 42, 46, 60, 63, 64, 66, 67, 70, 71], "see": [1, 2, 3, 4, 6, 8, 9, 15, 17, 21, 23, 25, 27, 35, 37, 38, 39, 40, 41, 42, 44, 46, 48, 53, 55, 56, 57, 58, 60, 62, 64, 66, 67, 68, 70, 71, 73], "addition": [1, 6, 21, 66, 73], "overload": [1, 3, 23, 30, 31, 35, 37], "broadcast": [1, 2, 3, 14, 30], "singl": [1, 2, 3, 4, 5, 7, 15, 17, 18, 23, 26, 27, 28, 30, 35, 39, 40, 41, 46, 51, 52, 53, 55, 56, 58, 59, 60, 70], "across": [1, 2, 3, 9, 21, 30, 40, 41, 42, 52, 64, 66, 73], "vector": [1, 2, 3, 4, 5, 7, 8, 11, 17, 23, 25, 26, 27, 30, 33, 35, 37, 40, 41, 48, 49, 52, 53, 54, 55, 57, 59, 63, 64], "For": [1, 2, 3, 4, 6, 7, 9, 14, 15, 16, 17, 21, 23, 25, 30, 37, 39, 40, 41, 42, 44, 45, 46, 47, 48, 52, 54, 55, 57, 58, 59, 63, 64, 66, 68, 70, 71, 73], "exampl": [1, 3, 4, 6, 7, 8, 9, 11, 13, 14, 15, 17, 20, 21, 22, 23, 25, 30, 36, 37, 39, 40, 41, 42, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 62, 63, 64, 66, 67, 68, 70, 71, 73], "cudaq": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 24, 25, 26, 27, 29, 32, 33, 34, 39, 40, 41, 42, 44, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 66, 67, 70, 71], "qvector": [1, 2, 3, 4, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 23, 26, 27, 30, 34, 40, 41, 44, 46, 48, 49, 51, 52, 54, 55, 57, 58, 59, 60, 70, 71], "flip": [1, 2, 3, 8, 13, 16, 56, 58], "each": [1, 2, 3, 4, 9, 10, 14, 15, 16, 17, 21, 23, 25, 28, 33, 37, 39, 40, 41, 42, 46, 52, 55, 56, 57, 58, 59, 60, 64, 66, 70, 71, 73], "thi": [1, 2, 3, 4, 6, 7, 9, 10, 12, 13, 14, 15, 16, 17, 19, 22, 23, 25, 26, 27, 28, 29, 30, 32, 35, 37, 39, 40, 41, 42, 44, 46, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 64, 66, 67, 68, 70, 71], "pauli": [1, 2, 3, 4, 5, 10, 12, 14, 23, 31, 46, 58, 59], "matrix": [1, 2, 3, 5, 7, 10, 13, 14, 17, 21, 38, 40, 56, 58, 63, 73], "It": [1, 2, 4, 9, 15, 16, 17, 20, 21, 23, 30, 35, 37, 41, 46, 56, 58, 60, 63, 66, 68, 71, 73], "i": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 43, 46, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 66, 67, 68, 70, 71, 73], "also": [1, 2, 3, 4, 6, 9, 13, 15, 16, 17, 18, 21, 23, 27, 31, 39, 40, 41, 42, 44, 45, 46, 52, 55, 58, 59, 60, 62, 63, 64, 66, 68, 71, 73], "known": [1, 2, 6, 27, 53, 60], "NOT": [1, 23, 30, 58], "gate": [1, 2, 3, 4, 6, 8, 9, 11, 13, 14, 15, 16, 17, 21, 30, 34, 35, 37, 39, 42, 44, 48, 53, 54, 56, 59, 63, 73], "appli": [1, 2, 3, 6, 9, 11, 13, 14, 15, 16, 23, 26, 27, 30, 34, 37, 40, 41, 44, 48, 53, 54, 56, 58, 59, 60, 63], "0": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 25, 26, 27, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 44, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 63, 64, 66, 68, 70, 71, 73], "1": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 39, 40, 41, 42, 44, 46, 47, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 63, 64, 66, 70, 71, 73], "rotat": [1, 3, 4, 6, 13, 14, 15, 16, 17, 30, 31, 44, 51, 56, 59, 63], "\u03c0": [1, 56], "about": [1, 2, 4, 6, 9, 16, 17, 18, 21, 23, 37, 40, 41, 42, 45, 46, 52, 55, 56, 64, 66, 68, 69, 70, 71, 73], "axi": [1, 11, 17, 18, 56], "enabl": [1, 2, 3, 4, 15, 22, 23, 25, 27, 28, 30, 32, 33, 34, 35, 38, 41, 42, 45, 46, 51, 52, 55, 60, 63, 64, 66, 70, 71], "one": [1, 2, 3, 4, 6, 7, 8, 9, 14, 15, 17, 21, 23, 25, 26, 28, 30, 33, 37, 39, 40, 41, 42, 47, 51, 52, 54, 55, 58, 59, 60, 62, 63, 64, 66, 70, 71, 73], "creat": [1, 2, 3, 4, 6, 13, 14, 15, 16, 17, 18, 20, 23, 25, 31, 34, 39, 40, 41, 45, 46, 52, 53, 55, 56, 57, 59, 60, 61, 63, 64, 66, 67, 68, 70, 71], "superposit": [1, 9, 14, 17, 23, 26, 35, 41, 44, 46, 48, 56, 57, 58], "comput": [1, 2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 25, 26, 27, 33, 35, 37, 40, 41, 42, 45, 46, 50, 55, 57, 59, 63, 64, 68, 70, 71], "basi": [1, 2, 3, 5, 7, 13, 15, 16, 19, 35, 40, 41, 56, 58, 59], "sqrt": [1, 3, 5, 9, 10, 13, 15, 16, 17, 26, 56, 58, 71], "2": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 37, 39, 40, 41, 42, 46, 48, 51, 52, 54, 55, 56, 57, 58, 59, 60, 64, 66, 68, 70, 71, 73], "an": [1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 20, 21, 23, 25, 27, 28, 30, 31, 33, 34, 35, 37, 39, 40, 41, 42, 44, 46, 48, 49, 51, 52, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 66, 68, 71, 72, 73], "arbitrari": [1, 2, 3, 39, 54, 70], "\u03bb": 1, "exp": [1, 2, 5, 6, 26, 31], "i\u03bb": 1, "math": [1, 6, 7, 9, 40], "pi": [1, 4, 6, 10, 11, 12, 14, 15, 17, 18, 26, 27, 32, 34, 39, 40, 52, 57], "std": [1, 2, 3, 23, 25, 26, 27, 30, 31, 33, 34, 35, 40, 41, 46, 48, 52, 53, 55, 57, 59, 62, 63, 68, 70], "number": [1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 23, 26, 31, 33, 35, 37, 39, 40, 41, 42, 44, 46, 48, 49, 51, 52, 53, 54, 55, 58, 59, 60, 63, 66, 71], "\u03b8": 1, "co": [1, 15, 17], "isin": 1, "sin": [1, 15, 17], "its": [1, 2, 3, 4, 7, 8, 9, 12, 13, 14, 15, 16, 21, 22, 23, 33, 35, 37, 40, 41, 42, 46, 48, 53, 57, 58, 59, 60, 63, 64, 66, 70, 71, 72, 73], "4": [1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 39, 40, 41, 42, 52, 55, 57, 59, 60, 64, 66, 70, 73], "i\u03c0": 1, "two": [1, 2, 3, 4, 6, 7, 9, 10, 12, 13, 14, 16, 17, 28, 37, 39, 41, 46, 51, 52, 54, 56, 58, 66, 70], "qubit_1": [1, 9, 14], "qubit_2": 1, "univers": [1, 4, 40, 58], "three": [1, 6, 16, 28, 39, 40, 51], "paramet": [1, 2, 3, 4, 5, 6, 8, 11, 12, 14, 18, 19, 23, 27, 30, 35, 39, 40, 44, 49, 51, 52, 53, 55, 57, 59, 63, 64], "euler": 1, "angl": [1, 2, 3, 6, 8, 10, 15, 16, 17, 26, 27, 30, 41, 44, 51, 52, 59], "theta": [1, 4, 10, 11, 12, 13, 14, 15, 17, 18, 19, 23, 25, 26, 40, 41, 51, 57, 59], "phi": [1, 7, 10, 23, 25, 60], "\u03c6": 1, "lambda": [1, 2, 4, 5, 6, 12, 14, 16, 23, 26, 27, 32, 54, 55, 59, 60], "i\u03c6": 1, "np": [1, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 26, 27, 32, 34, 39, 41, 42, 52, 55, 56, 57, 64], "m_pi": [1, 26, 34, 52, 57], "m_pi_2": [1, 26, 27, 40], "adj": [1, 30], "method": [1, 2, 3, 4, 6, 7, 9, 11, 16, 18, 19, 23, 25, 30, 35, 41, 42, 46, 53], "ani": [1, 2, 3, 4, 6, 13, 14, 17, 23, 27, 29, 30, 32, 34, 35, 39, 40, 42, 44, 46, 47, 52, 53, 54, 56, 63, 64, 66, 70, 71], "alloc": [1, 2, 3, 8, 14, 23, 25, 26, 27, 28, 35, 41, 42, 44, 46, 48, 53, 54, 56, 59, 63], "now": [1, 4, 6, 7, 9, 10, 14, 15, 18, 21, 37, 46, 52, 53, 54, 55, 56, 57, 66, 71, 73], "again": [1, 23, 37, 56, 66, 68], "initi": [1, 2, 3, 4, 5, 6, 7, 8, 12, 14, 15, 18, 19, 23, 39, 41, 52, 55, 56, 57, 58, 59, 64, 66], "ctrl": [1, 2, 6, 9, 14, 17, 23, 25, 26, 30, 40, 41, 44, 48, 49, 51, 52, 53, 54, 57, 58, 59, 60, 66, 71], "condit": [1, 2, 13, 15, 23, 24, 25, 27, 28, 42, 45, 58, 60], "more": [1, 2, 3, 4, 6, 7, 12, 14, 15, 16, 17, 21, 25, 28, 30, 31, 37, 39, 40, 41, 42, 45, 46, 52, 55, 57, 58, 59, 64, 66, 68, 70, 71, 73], "wikipedia": 1, "entri": [1, 23, 27, 41, 52, 60, 66, 70], "ctrl_1": 1, "ctrl_2": 1, "00": [1, 4, 7, 13, 17, 46, 55, 58, 70, 71], "11": [1, 3, 4, 5, 7, 13, 16, 17, 23, 40, 46, 55, 58, 60, 64, 66, 70, 71], "onli": [1, 2, 3, 4, 6, 16, 17, 23, 27, 28, 32, 35, 37, 39, 40, 41, 45, 48, 49, 52, 58, 60, 62, 64, 66, 70, 71], "both": [1, 3, 6, 7, 9, 11, 28, 37, 39, 41, 42, 58, 59, 64, 66, 68], "000": [1, 6, 15, 16, 40, 46], "111": [1, 4, 6, 15, 16], "follow": [1, 2, 3, 4, 6, 7, 9, 10, 14, 15, 16, 17, 21, 23, 25, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 47, 51, 52, 53, 56, 60, 62, 63, 64, 66, 67, 68, 70, 71, 73], "common": [1, 4, 6, 16, 18, 23, 27, 30, 31, 60, 64], "convent": [1, 11, 14], "all": [1, 2, 3, 4, 6, 10, 16, 17, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 35, 37, 39, 40, 41, 42, 46, 48, 51, 52, 55, 56, 57, 58, 59, 60, 64, 66, 67, 68, 70, 71, 73], "howev": [1, 4, 7, 15, 16, 37, 39, 41, 70, 71], "behavior": [1, 2, 4], "chang": [1, 2, 4, 6, 15, 21, 23, 27, 46, 66, 71, 73], "instead": [1, 2, 4, 13, 17, 29, 32, 41, 42, 46, 64, 66, 70], "when": [1, 2, 3, 4, 6, 14, 16, 23, 28, 35, 37, 40, 41, 42, 46, 51, 52, 53, 56, 60, 63, 64, 66, 70, 71], "negat": [1, 2, 3, 30, 34, 35], "polar": [1, 30, 34, 42], "syntax": [1, 4, 21, 22, 27, 28, 30, 32, 39, 52, 68, 73], "preced": [1, 30, 39], "01": [1, 7, 9, 13, 58], "10": [1, 4, 5, 6, 7, 10, 11, 12, 13, 14, 16, 17, 19, 23, 26, 27, 46, 53, 55, 58, 59, 60, 68, 71], "notat": [1, 58], "context": [1, 2, 11, 28, 41, 42, 63], "valid": [1, 2, 3, 20, 27, 39, 42, 52, 64, 66, 70], "either": [1, 6, 9, 11, 14, 28, 39, 41, 42, 52, 58, 59, 64, 66, 71], "similarli": [1, 9, 10, 41, 47, 58], "condition": 1, "respect": [1, 2, 3, 6, 7, 14, 23, 39, 41, 46, 51, 55, 58, 64, 66, 71], "e": [1, 2, 3, 4, 5, 6, 7, 9, 14, 15, 16, 17, 18, 19, 22, 23, 24, 26, 27, 28, 29, 30, 31, 37, 39, 40, 41, 42, 49, 52, 60, 63, 64, 66, 70, 71], "project": [1, 42, 63, 64, 66, 67, 70], "onto": [1, 58], "eigenvector": [1, 2, 5], "non": [1, 2, 3, 6, 12, 16, 23, 27, 28, 35, 41, 42, 46, 51, 53], "linear": [1, 4, 11, 13, 15, 18, 40, 46, 52, 58], "avail": [1, 2, 3, 4, 12, 20, 21, 22, 23, 27, 28, 30, 33, 34, 35, 36, 38, 39, 40, 41, 42, 45, 46, 48, 50, 51, 60, 64, 66, 71, 73], "first": [1, 2, 3, 4, 6, 8, 9, 10, 13, 14, 15, 16, 17, 18, 20, 23, 35, 39, 40, 41, 42, 43, 51, 52, 53, 54, 56, 59, 60, 66, 71], "api": [1, 17, 20, 23, 25, 29, 30, 33, 35, 39, 40, 41, 42, 46, 53, 63, 64, 66, 68, 70], "regist": [1, 2, 3, 6, 15, 18, 23, 26, 28, 35, 39, 41, 48, 53, 54, 56, 60, 63], "outsid": [1, 4, 66, 70], "Then": [1, 16, 48, 52, 56, 62, 63], "within": [1, 2, 3, 18, 23, 27, 29, 31, 35, 39, 41, 42, 45, 46, 52, 53, 56, 58, 62, 64, 66, 67, 68, 70, 71], "like": [1, 2, 3, 4, 6, 7, 9, 14, 15, 18, 21, 23, 27, 35, 39, 41, 46, 52, 53, 55, 58, 59, 60, 64, 66, 67, 70, 71, 73], "built": [1, 2, 4, 7, 8, 15, 21, 39, 42, 45, 46, 49, 56, 59, 64, 70, 71, 73], "abov": [1, 4, 6, 9, 14, 15, 23, 25, 30, 40, 41, 42, 46, 51, 52, 54, 58, 60, 63, 64, 66, 68, 70, 71], "qudit": [1, 2, 24, 28, 30], "level": [1, 2, 21, 22, 23, 28, 30, 40, 41, 42, 60, 63, 67, 73], "register_oper": 1, "accept": [1, 2, 3, 44, 64, 66, 71], "identifi": [1, 2, 6, 7, 14, 48, 64, 66], "string": [1, 2, 3, 6, 17, 23, 25, 26, 33, 42, 46, 53, 60, 66, 70], "numpi": [1, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 26, 52, 55, 56, 57, 64], "arrai": [1, 2, 3, 7, 9, 10, 13, 15, 16, 35, 37, 41, 53, 55, 56, 60], "complex": [1, 2, 3, 5, 7, 12, 13, 19, 31, 37, 41, 46, 55, 56, 58, 59, 70], "A": [1, 2, 3, 4, 6, 7, 9, 14, 16, 17, 18, 23, 26, 27, 30, 37, 39, 46, 52, 54, 55, 58, 62, 63, 64, 66], "1d": [1, 2, 3], "interpret": [1, 45, 64], "row": [1, 2, 3, 17], "major": [1, 64], "import": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 26, 31, 39, 40, 41, 42, 44, 46, 48, 49, 51, 52, 53, 55, 56, 57, 58, 59, 60, 64, 70, 71], "custom_h": 1, "custom_x": 1, "def": [1, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 23, 26, 27, 32, 34, 40, 41, 44, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 66, 71], "bell": [1, 23, 70], "sampl": [1, 2, 3, 4, 6, 9, 12, 13, 14, 16, 25, 39, 40, 41, 42, 43, 45, 48, 49, 52, 53, 54, 55, 56, 57, 58, 63, 66, 70, 71], "dump": [1, 2, 3, 13, 23, 26, 40, 41, 46, 48, 49, 52, 53, 55, 56, 57, 70, 71], "macro": [1, 63], "cudaq_register_oper": 1, "uniqu": [1, 2, 3, 4, 14, 16, 23, 28, 30, 35, 41, 68], "name": [1, 2, 3, 4, 6, 14, 23, 25, 30, 33, 38, 40, 41, 42, 51, 55, 58, 60, 63, 64, 66, 67, 70, 71], "represent": [1, 2, 3, 15, 17, 23, 27, 37, 42, 60, 62, 63], "includ": [1, 2, 3, 7, 14, 21, 23, 26, 35, 40, 44, 45, 46, 48, 49, 51, 52, 53, 54, 56, 57, 59, 60, 62, 63, 64, 66, 68, 70, 71, 73], "m_sqrt1_2": 1, "__qpu__": [1, 2, 23, 26, 27, 34, 40, 41, 44, 46, 48, 49, 51, 52, 53, 54, 56, 57, 59, 60, 70, 71], "void": [1, 2, 3, 23, 25, 26, 27, 30, 31, 33, 34, 35, 44, 46, 48, 52, 54, 57, 59, 60, 62, 63, 68, 70, 71], "bell_pair": [1, 2, 3], "r": [1, 6, 7, 16, 30, 35, 39, 40, 41, 42, 51, 52, 59, 60, 66], "int": [1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 15, 16, 19, 23, 26, 27, 34, 35, 40, 41, 44, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 68, 70, 71], "main": [1, 4, 6, 7, 21, 23, 26, 37, 40, 46, 48, 49, 51, 52, 53, 54, 56, 57, 59, 60, 64, 66, 68, 70, 71, 73], "auto": [1, 2, 23, 25, 26, 27, 31, 34, 35, 40, 41, 42, 44, 46, 48, 49, 51, 52, 53, 54, 56, 57, 59, 60, 62, 70, 71], "count": [1, 2, 3, 4, 5, 6, 12, 14, 16, 23, 25, 26, 35, 39, 40, 41, 42, 46, 49, 52, 53, 54, 55, 56, 57, 59, 60, 63], "bit": [1, 2, 3, 6, 7, 9, 13, 16, 23, 26, 28, 35, 37, 41, 42, 48, 49, 53, 54, 56, 58, 63], "printf": [1, 23, 26, 35, 41, 49, 51, 53, 54, 57, 59, 64], "n": [1, 2, 4, 5, 7, 10, 14, 15, 16, 19, 23, 25, 26, 27, 30, 31, 34, 40, 41, 46, 48, 49, 51, 52, 53, 54, 55, 57, 58, 59, 60, 64, 68, 71], "data": [1, 2, 5, 11, 12, 14, 15, 18, 20, 23, 27, 29, 31, 37, 41, 42, 49, 51, 53, 54, 60, 63, 65, 66, 68, 70], "multi": [1, 7, 15, 17, 20, 21, 22, 25, 28, 30, 34, 38, 39, 40, 46, 50, 51, 58, 63, 64, 70, 71, 73], "msb": 1, "order": [1, 2, 4, 7, 14, 17, 23, 31, 39, 42, 46, 51, 56], "big": [1, 12], "endian": 1, "show": [1, 4, 11, 12, 14, 15, 16, 17, 18, 19, 41, 51, 52, 56, 64, 66], "differ": [1, 2, 3, 4, 6, 9, 10, 11, 15, 16, 17, 37, 39, 40, 41, 45, 46, 52, 55, 56, 64, 66, 68], "test": [1, 4, 6, 11, 16, 20, 25, 55, 64, 66], "cnot": [1, 4, 30, 44, 58, 70], "my_cnot": 1, "print": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 23, 26, 35, 40, 41, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 64, 70, 71], "500": [1, 58, 71], "exact": [1, 4, 42], "random": [1, 2, 3, 4, 6, 7, 10, 12, 14, 16, 17, 18, 19, 41, 42, 48, 55, 57, 59], "construct": [1, 2, 4, 16, 17, 23, 24, 25, 27, 35, 37, 41, 44, 45, 46, 53, 56, 60], "second": [1, 2, 3, 4, 7, 9, 14, 16, 35, 40, 42, 46, 59], "1j": [1, 5], "xy": [1, 17], "kron": [1, 16], "my_xi": 1, "custom_xy_test": 1, "undo": 1, "prior": [1, 58, 64, 66], "1000": [1, 3, 4, 11, 13, 16, 23, 39, 46, 53, 55, 58, 71], "mycnot": 1, "myxi": 1, "current": [1, 2, 3, 4, 17, 21, 23, 33, 39, 41, 42, 48, 63, 66, 70, 73], "simul": [1, 2, 5, 6, 7, 8, 12, 16, 17, 20, 21, 22, 23, 38, 39, 43, 45, 46, 48, 50, 52, 53, 55, 60, 61, 64, 71, 73], "attempt": [1, 2, 6, 70], "hardwar": [1, 4, 6, 15, 20, 21, 38, 42, 46, 50, 70, 73], "result": [1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 13, 15, 16, 17, 18, 19, 23, 24, 25, 26, 28, 37, 39, 40, 41, 42, 46, 48, 49, 51, 52, 53, 54, 55, 56, 58, 60, 63, 66, 70, 71], "runtim": [1, 2, 4, 12, 22, 23, 25, 28, 39, 40, 41, 42, 49, 51, 60, 63, 66, 68], "error": [1, 2, 4, 13, 17, 20, 30, 37, 39, 40, 42, 45, 52, 56, 64, 66, 70], "class": [2, 3, 4, 7, 11, 23, 25, 27, 31, 33, 35, 41, 42, 59, 62, 63], "spin_op": [2, 3, 23, 26, 30, 40, 41, 46, 51, 57, 59], "repres": [2, 3, 4, 7, 9, 13, 14, 15, 17, 23, 37, 39, 42, 52, 58, 59, 60], "gener": [2, 3, 4, 5, 6, 7, 10, 12, 14, 15, 16, 17, 18, 23, 25, 26, 27, 28, 30, 31, 34, 36, 39, 40, 45, 48, 49, 51, 52, 53, 54, 58, 60, 62, 66, 70], "sum": [2, 3, 7, 11, 14, 16, 31, 35, 52, 58], "tensor": [2, 3, 11, 16, 21, 31, 40, 41, 49, 63, 73], "product": [2, 3, 16, 20, 21, 31, 40, 48, 71, 73], "expos": [2, 3, 4, 23, 25, 31, 33, 37, 41, 63], "typic": [2, 23, 35, 40, 44, 45, 51, 60, 67, 68], "algebra": [2, 31, 51, 58], "programm": [2, 3, 23, 24, 25, 27, 28, 30, 32, 33, 35, 39, 41, 53], "defin": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 31, 32, 33, 34, 35, 40, 41, 42, 44, 45, 46, 48, 49, 51, 52, 53, 54, 56, 57, 58, 59, 60, 63, 64, 66, 68, 70], "primit": [2, 14, 22, 25, 28, 31, 35, 36, 41, 45, 70], "them": [2, 4, 5, 10, 12, 16, 17, 21, 37, 44, 58, 60, 64, 66, 68, 70, 71, 73], "compos": [2, 3, 11, 14, 27, 28, 39, 52, 60], "larger": [2, 3, 4, 14, 40, 48, 49], "thereof": [2, 28, 31], "public": [2, 4, 23, 25, 31, 33, 35, 41, 48, 59, 62, 63, 66], "type": [2, 4, 7, 8, 9, 14, 15, 16, 22, 23, 25, 27, 28, 30, 31, 36, 39, 41, 42, 44, 48, 51, 53, 56, 57, 58, 59, 60, 63, 66, 70], "spin_op_term": 2, "bool": [2, 3, 23, 27, 30, 31, 33, 41, 63, 70], "we": [2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 23, 26, 30, 32, 37, 39, 41, 42, 44, 45, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 66, 67, 68, 70, 71, 73], "term": [2, 3, 5, 6, 7, 12, 14, 19, 23, 30, 39, 41, 46, 51, 66], "binari": [2, 3, 4, 11, 14, 15, 21, 39, 48, 64, 68, 73], "symplect": 2, "form": [2, 3, 4, 17, 21, 23, 30, 35, 37, 42, 60, 73], "size": [2, 3, 4, 6, 11, 16, 23, 25, 26, 27, 28, 35, 40, 41, 42, 48, 49, 52, 53, 55, 66, 70], "nqubit": [2, 25, 26, 59, 63], "where": [2, 3, 4, 6, 7, 9, 10, 11, 14, 15, 16, 17, 22, 28, 30, 31, 35, 37, 39, 42, 46, 52, 55, 56, 58, 63, 64, 66, 68], "element": [2, 3, 6, 7, 10, 15, 16, 23, 35, 41, 58], "x": [2, 3, 4, 5, 6, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 23, 25, 26, 27, 30, 31, 32, 34, 39, 40, 41, 42, 44, 46, 48, 49, 51, 52, 53, 54, 56, 57, 58, 59, 60, 64, 66, 68, 71], "next": [2, 4, 6, 7, 17, 37, 52, 53, 59, 60, 64], "z": [2, 3, 4, 5, 8, 11, 12, 13, 14, 17, 18, 23, 26, 30, 31, 40, 41, 46, 48, 51, 53, 55, 56, 57, 59, 64], "y": [2, 3, 4, 5, 6, 9, 10, 11, 15, 16, 17, 19, 23, 26, 30, 31, 40, 41, 46, 51, 53, 56, 59, 64, 66, 68, 71], "site": [2, 71], "csr_spmatrix": 2, "tupl": [2, 3, 4, 23, 27, 59], "doubl": [2, 3, 18, 23, 25, 26, 27, 30, 31, 34, 40, 41, 42, 46, 51, 52, 57, 59, 63, 64, 66], "size_t": [2, 23, 25, 27, 31, 33, 35, 41, 52, 53, 63, 68, 70], "typedef": 2, "zero": [2, 3, 5, 6, 8, 11, 16, 28, 41, 46, 58], "spars": [2, 3], "function": [2, 3, 6, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 21, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 39, 40, 41, 42, 44, 45, 46, 48, 51, 52, 53, 55, 56, 57, 59, 60, 63, 68, 70, 73], "pair": [2, 3, 14, 27, 33, 37, 66], "const": [2, 23, 25, 26, 27, 30, 31, 33, 35, 40, 49, 52, 57, 59, 62, 63, 68, 70], "termdata": 2, "constructor": [2, 3], "take": [2, 3, 4, 7, 9, 14, 15, 16, 21, 23, 25, 26, 27, 30, 31, 32, 33, 34, 35, 37, 39, 42, 45, 46, 49, 51, 52, 53, 54, 55, 56, 59, 60, 64, 66, 71, 73], "coeffici": [2, 3, 5, 12, 58], "constant": [2, 9, 35, 37, 60], "id": [2, 23, 33, 35, 39, 41, 64, 66], "coeff": 2, "qubit": [2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 18, 19, 23, 25, 26, 27, 28, 31, 33, 34, 37, 39, 40, 41, 42, 44, 45, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 63, 66, 71], "unordered_map": [2, 23], "_term": 2, "full": [2, 3, 6, 7, 21, 40, 41, 55, 58, 60, 62, 64, 66, 67, 73], "composit": 2, "spin": [2, 3, 4, 5, 7, 8, 10, 11, 12, 13, 14, 19, 23, 26, 31, 37, 40, 41, 46, 51, 55, 57, 59, 60], "op": [2, 3, 5, 37, 51, 59, 60], "map": [2, 3, 4, 13, 16, 23, 35, 60, 66], "individu": [2, 3, 28, 35, 41], "bsf": 2, "from": [2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 21, 23, 24, 26, 27, 28, 31, 35, 37, 40, 41, 42, 45, 46, 48, 51, 52, 55, 56, 57, 59, 60, 63, 66, 67, 68, 71, 73], "ident": [2, 3, 5, 6, 14, 16, 37, 51], "numqubit": [2, 3, 26], "given": [2, 3, 4, 6, 7, 9, 12, 14, 16, 23, 35, 39, 41, 42, 46, 48, 51, 59, 63], "o": [2, 4, 10, 15, 19, 26, 39, 40, 41, 42, 49, 51, 52, 53, 54, 56, 59, 60, 64, 66, 68, 70, 71], "copi": [2, 17, 35, 37, 64, 66], "data_rep": 2, "serial": [2, 3], "encod": [2, 3, 4, 6, 14, 23, 31, 41, 48, 53, 58, 63], "via": [2, 3, 7, 9, 11, 13, 20, 22, 23, 25, 28, 30, 32, 34, 35, 37, 39, 41, 42, 49, 51, 52, 53, 54, 55, 56, 58, 60, 62, 63, 64], "3": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 39, 40, 41, 42, 46, 52, 54, 55, 56, 57, 59, 60, 63, 64, 66, 67, 71, 73], "real": [2, 3, 5, 12, 15, 17, 19, 45], "imaginari": [2, 3, 5, 7, 10, 19], "part": [2, 3, 6, 7, 10, 19, 23, 35, 60, 62, 64, 66], "append": [2, 3, 5, 6, 8, 11, 12, 16, 17, 18, 19, 27, 39, 41, 48, 55], "larg": [2, 3, 5, 7, 16, 30, 41, 42, 45, 49, 58], "end": [2, 3, 7, 9, 13, 15, 16, 17, 23, 35, 39, 41, 46, 52, 56, 58, 64, 66], "total": [2, 3, 4, 7, 11, 12, 15, 19, 40, 41, 42, 46, 52, 55, 66], "destructor": 2, "iter": [2, 3, 4, 6, 7, 23, 35, 52, 59], "begin": [2, 3, 4, 6, 7, 9, 13, 15, 16, 17, 18, 23, 35, 44, 52, 53, 56, 58, 59], "return": [2, 3, 4, 5, 6, 8, 9, 11, 12, 14, 16, 17, 18, 19, 23, 25, 26, 27, 30, 35, 37, 40, 41, 46, 48, 49, 51, 52, 53, 55, 56, 57, 59, 60, 62, 63, 64, 68, 70], "start": [2, 3, 6, 7, 8, 15, 20, 21, 30, 35, 39, 41, 46, 60, 62, 68, 73], "equal": [2, 3, 17, 37, 41, 42, 46, 58], "v": [2, 3, 6, 7, 12, 14, 20, 23, 26, 27, 32, 37, 40, 55, 60, 64], "noexcept": [2, 30], "add": [2, 3, 4, 5, 13, 14, 17, 18, 21, 32, 42, 52, 53, 56, 60, 62, 63, 64, 66, 73], "subtract": [2, 3], "multipli": [2, 3, 6], "true": [2, 3, 4, 5, 6, 7, 11, 16, 23, 27, 39, 55, 64, 66, 71], "here": [2, 3, 4, 6, 7, 9, 13, 15, 16, 18, 20, 21, 23, 25, 26, 27, 30, 32, 40, 41, 48, 49, 51, 53, 54, 56, 57, 59, 60, 62, 64, 66, 70, 71, 73], "doe": [2, 3, 4, 9, 15, 17, 21, 23, 27, 35, 40, 41, 64, 66, 68, 70, 71, 73], "consid": [2, 3, 4, 6, 7, 9, 10, 16, 26, 28, 37, 40, 41, 60, 66], "valu": [2, 3, 4, 6, 7, 8, 9, 11, 12, 14, 16, 17, 19, 20, 23, 25, 27, 31, 35, 37, 40, 41, 42, 46, 48, 50, 55, 57, 58, 59, 60, 64, 70, 71], "num_qubit": [2, 3, 10, 31, 40, 59], "num_term": [2, 31], "get_coeffici": [2, 3, 5, 12, 31], "get": [2, 3, 5, 6, 10, 13, 15, 16, 17, 21, 23, 25, 26, 35, 39, 40, 41, 46, 51, 52, 55, 63, 64, 68, 71, 73], "throw": [2, 17], "except": [2, 3, 4, 17, 70], "get_raw_data": [2, 3], "is_ident": [2, 3, 31], "standard": [2, 3, 22, 23, 24, 25, 27, 30, 36, 41, 44, 45, 49, 60, 62, 64, 66, 68, 70], "out": [2, 3, 4, 6, 9, 11, 13, 14, 15, 21, 23, 28, 35, 37, 41, 42, 46, 47, 51, 52, 56, 59, 63, 66, 67, 70, 73], "to_str": [2, 3, 5, 12, 46], "printcoeffici": 2, "getdatarepresent": 2, "getdatatupl": 2, "fulli": [2, 3, 4, 11, 21, 22, 41, 53, 60, 64, 66, 70, 73], "distribute_term": [2, 3], "numchunk": 2, "distribut": [2, 3, 13, 16, 21, 28, 40, 42, 46, 51, 53, 64, 70, 73], "chunk": [2, 3, 28], "for_each_term": [2, 3, 5, 12, 31], "give": [2, 10, 14, 15, 16, 21, 23, 41, 42, 56, 64, 66, 72, 73], "functor": 2, "reduct": 2, "captur": [2, 6, 14, 17, 21, 27, 73], "variabl": [2, 4, 14, 21, 27, 28, 39, 40, 41, 47, 49, 52, 55, 56, 64, 66, 71, 73], "for_each_pauli": [2, 3, 31], "thrown": [2, 3, 70], "than": [2, 3, 6, 14, 15, 17, 30, 37, 40, 42, 46, 58, 64, 66, 70], "user": [2, 3, 4, 16, 17, 21, 23, 25, 26, 28, 29, 32, 35, 39, 40, 41, 42, 52, 55, 56, 60, 63, 64, 66, 73], "should": [2, 3, 15, 22, 23, 28, 30, 31, 33, 35, 39, 41, 42, 46, 48, 56, 63, 64, 66, 70, 71], "pass": [2, 3, 4, 5, 11, 12, 17, 20, 23, 27, 28, 31, 35, 39, 41, 49, 52, 54, 56, 59, 60, 61, 66, 70], "index": [2, 3, 4, 5, 31, 33, 35, 37, 41, 48, 63], "complex_matrix": 2, "to_matrix": [2, 3, 5, 10], "dens": 2, "to_sparse_matrix": [2, 3], "col": 2, "static": [2, 3, 23, 30, 35, 60, 64, 70], "nterm": 2, "unsign": 2, "seed": [2, 3, 4, 7, 12, 14, 16, 17, 18, 19, 42, 55, 57], "random_devic": 2, "act": [2, 4, 8, 9, 14, 37, 58], "specifi": [2, 3, 4, 11, 12, 14, 15, 16, 17, 23, 26, 27, 28, 30, 31, 32, 33, 35, 39, 40, 41, 42, 46, 48, 52, 53, 55, 56, 57, 60, 63, 64, 66], "overrid": [2, 23, 42, 62, 64], "repeat": [2, 6, 16, 23, 57, 59], "from_word": [2, 3], "pauliword": 2, "input": [2, 3, 4, 7, 9, 11, 12, 15, 23, 25, 26, 27, 34, 35, 41, 46, 51, 52, 55, 59], "word": [2, 3, 5, 6, 12, 56], "g": [2, 3, 4, 6, 14, 22, 23, 24, 27, 28, 29, 30, 31, 37, 39, 40, 41, 42, 52, 60, 63, 64, 66, 67, 70, 71], "xyx": [2, 3], "3rd": 2, "typenam": [2, 23, 25, 26, 27, 30, 34, 35, 52, 68, 70], "qualifiedspinop": 2, "struct": [2, 23, 25, 26, 27, 30, 34, 40, 41, 49, 51, 52, 53, 54, 57, 59, 60, 62, 70], "constexpr": [2, 25, 35, 40], "dyn": [2, 35, 49, 56], "d": [2, 3, 4, 26, 27, 28, 35, 39, 52, 56, 59, 66], "system": [2, 3, 4, 7, 17, 18, 23, 28, 33, 35, 37, 41, 42, 45, 46, 51, 52, 55, 56, 58, 59, 62, 64, 67, 68, 70, 71], "inlin": [2, 23, 60], "new": [2, 3, 4, 15, 17, 20, 21, 23, 25, 37, 45, 60, 61, 64, 66, 70, 71, 73], "enable_if_t": 2, "qreg": [2, 3, 5, 14, 40], "contain": [2, 3, 4, 7, 14, 16, 20, 21, 23, 28, 30, 33, 37, 40, 42, 45, 46, 51, 52, 57, 59, 60, 63, 64, 70, 71, 73], "dynam": [2, 3, 25, 27, 28, 35, 44, 45, 49, 60, 70], "time": [2, 3, 4, 6, 7, 13, 14, 15, 16, 17, 19, 22, 23, 26, 28, 35, 36, 39, 40, 41, 42, 46, 49, 52, 53, 55, 58, 60, 64, 66, 71], "By": [2, 4, 23, 30, 39, 40, 41, 42, 46, 52, 68], "value_typ": 2, "indic": [2, 3, 7, 27, 30, 31, 35, 56, 63], "underli": [2, 3, 4, 23, 33, 35, 39, 41, 63], "interfac": [2, 35, 42, 63, 64, 66, 68], "idx": [2, 3, 6, 11, 35, 41], "qspan": 2, "front": [2, 26, 34, 35, 54], "back": [2, 26, 35, 37, 41, 52, 53, 56, 66], "last": [2, 6, 16, 26, 35, 41, 51, 59], "slice": [2, 3, 35, 59], "clear": [2, 3, 23, 35, 63], "destroi": [2, 35], "postcondit": [2, 35], "own": [2, 3, 4, 13, 16, 28, 33, 35, 42, 59, 60, 63, 64, 66, 70], "semant": [2, 3, 22, 27, 28, 29, 32, 34, 35, 37, 60], "held": 2, "explicit": [2, 23, 34, 42, 52, 70], "determin": [2, 4, 7, 9, 46], "If": [2, 3, 4, 6, 9, 11, 12, 15, 16, 17, 23, 37, 40, 42, 46, 48, 52, 55, 58, 59, 64, 66, 70, 71], "check": [2, 4, 6, 21, 39, 40, 52, 58, 64, 66, 73], "norm": [2, 16], "pre": [2, 3, 19, 21, 23, 39, 42, 51, 52, 54, 64, 70, 73], "exist": [2, 3, 17, 21, 22, 23, 28, 29, 46, 62, 64, 66, 70, 71, 73], "could": [2, 4, 6, 17, 40, 44, 58, 59, 64], "from_data": [2, 3], "retriev": [2, 3, 23, 41, 52], "get_stat": [2, 3, 10, 15, 17, 41], "delet": [2, 35, 66, 70], "cannot": [2, 15, 17, 26, 27, 35, 37, 58, 66], "move": [2, 11, 35, 62, 64, 66, 71], "assign": [2, 4, 14, 33, 41, 42, 64], "qview": [2, 5, 6, 10, 15, 26, 27, 34, 48], "observe_result": [2, 3, 5, 23, 51], "encapsul": [2, 11, 23, 35, 41, 70], "observ": [2, 3, 4, 5, 7, 8, 11, 12, 13, 14, 16, 18, 19, 26, 39, 41, 42, 43, 45, 49, 51, 53, 54, 55, 57, 58, 59, 63, 71], "call": [2, 3, 4, 6, 7, 8, 9, 11, 13, 14, 15, 17, 18, 25, 26, 27, 30, 34, 41, 42, 45, 46, 52, 53, 54, 55, 57, 58, 59, 60, 63, 64, 66, 68], "measur": [2, 3, 4, 9, 10, 11, 13, 15, 16, 23, 24, 26, 27, 28, 30, 37, 39, 41, 42, 44, 45, 46, 48, 52, 53, 56, 59, 60, 63, 71], "execut": [2, 4, 7, 15, 17, 21, 22, 23, 25, 27, 28, 33, 34, 39, 41, 42, 45, 46, 47, 48, 49, 51, 52, 53, 55, 60, 63, 66, 67, 68, 70, 71, 73], "ansatz": [2, 4, 7, 8, 14, 18, 19, 23, 26, 40, 41, 51, 57, 59], "circuit": [2, 3, 4, 6, 9, 10, 11, 14, 15, 16, 22, 23, 27, 28, 31, 32, 36, 37, 39, 40, 41, 42, 45, 46, 51, 52, 57, 59, 60, 62], "global": [2, 3, 4, 14, 23, 27, 40, 46, 64], "expect": [2, 3, 4, 5, 7, 8, 11, 12, 13, 14, 16, 18, 19, 20, 23, 40, 41, 42, 46, 50, 55, 56, 57, 59, 64, 66, 70, 71], "h": [2, 3, 4, 5, 6, 7, 9, 10, 12, 14, 15, 16, 17, 18, 19, 23, 25, 26, 30, 31, 32, 34, 35, 37, 39, 40, 41, 44, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 66, 68, 70, 71], "precomput": 2, "psi": [2, 8, 9, 10, 17, 23, 26, 46, 58], "sample_result": [2, 3, 6, 23, 52, 70], "wa": [2, 3, 4, 7, 9, 23, 41, 53, 60, 64, 67, 71], "shot": [2, 3, 4, 6, 10, 12, 16, 23, 26, 39, 46, 53, 58, 63], "base": [2, 3, 4, 6, 11, 15, 16, 21, 22, 23, 25, 29, 30, 35, 40, 41, 42, 46, 48, 55, 59, 60, 63, 64, 66, 68, 73], "raw_data": [2, 4, 23], "raw": [2, 3, 4], "convers": [2, 23], "simpli": [2, 17, 58, 66, 71], "ignor": [2, 4, 6, 42], "fine": [2, 23, 49, 53, 54, 58], "grain": [2, 23, 49, 53, 54], "explicitli": [2, 4, 37, 39, 42, 60, 68, 70], "request": [2, 23, 40, 41, 42, 52, 66], "oppos": [2, 70], "observe_data": 2, "spinoptyp": [2, 23], "sub": [2, 3, 22, 23, 26, 27, 35, 36, 66], "id_coeffici": [2, 23], "executioncontext": 2, "abstract": [2, 22, 23, 25, 30, 31, 33, 35, 41, 45], "how": [2, 4, 6, 8, 14, 15, 16, 17, 18, 21, 23, 25, 30, 40, 41, 42, 45, 46, 50, 52, 53, 54, 55, 56, 57, 59, 60, 63, 64, 66, 67, 70, 71, 73], "shots_": 2, "member": [2, 3, 14, 27, 59], "basic": [2, 8, 20, 40, 66, 71], "option": [2, 3, 4, 5, 7, 9, 16, 18, 19, 23, 25, 30, 33, 39, 40, 41, 46, 51, 52, 54, 55, 59, 63, 64, 66], "invoc": [2, 3, 25, 27, 33, 35, 41, 42, 63], "expectationvalu": 2, "nullopt": 2, "optimization_result": [2, 23], "optresult": 2, "optim": [2, 4, 6, 7, 8, 11, 12, 14, 16, 19, 20, 21, 22, 32, 35, 37, 40, 42, 50, 59, 60, 62, 64, 66, 73], "hasconditionalsonmeasureresult": 2, "fals": [2, 3, 4, 5, 6, 7, 12, 64, 66], "being": [2, 3, 8, 13, 22, 23, 37, 42, 52, 56, 70], "ha": [2, 3, 4, 6, 7, 9, 13, 14, 16, 23, 30, 37, 39, 40, 42, 45, 46, 48, 52, 55, 56, 58, 59, 64, 66, 70], "statement": [2, 9, 23, 24, 45], "noise_model": [2, 3, 13, 16, 56], "noisemodel": [2, 3, 13, 16, 56], "nullptr": 2, "canhandleobserv": 2, "flag": [2, 27, 39, 41, 42, 49, 52, 60, 62, 66, 70], "handl": [2, 3, 4, 39, 40, 41, 42, 48, 49, 52, 63, 66, 70], "task": [2, 4, 17, 23, 31, 41, 42, 46, 60, 63], "under": [2, 16, 39, 62, 63, 64, 66, 70], "asyncexec": 2, "occur": [2, 3, 4, 16, 23, 28, 52, 56, 58, 66], "asynchron": [2, 3, 23, 33, 41, 46, 52, 55], "detail": [2, 7, 14, 21, 22, 28, 39, 40, 63, 64, 66, 71, 73], "futur": [2, 3, 23, 38, 39, 41, 42, 52, 56, 64, 66], "futureresult": 2, "store": [2, 3, 7, 28, 35, 41, 46, 52, 55, 58, 60], "unique_ptr": 2, "simulationst": 2, "pointer": [2, 3, 70], "amplitudemap": 2, "amplitud": [2, 3, 15, 41, 55, 56, 58], "overlapcomputest": 2, "overlap": [2, 3, 5, 41], "overlapresult": 2, "trace": [2, 3, 13, 40], "kerneltrac": 2, "run": [2, 3, 4, 9, 11, 16, 17, 19, 20, 22, 23, 26, 39, 40, 41, 42, 43, 45, 49, 51, 52, 53, 54, 55, 56, 59, 60, 63, 64, 66, 67, 70, 71], "tracer": 2, "persist": [2, 23, 28, 40, 66], "resourc": [2, 6, 7, 33, 40, 41, 42, 46, 59, 64, 66], "kernelnam": [2, 3], "batchiter": 2, "batch": [2, 28], "observe_n": 2, "sample_n": 2, "totaliter": 2, "registernam": [2, 23], "mid": [2, 3, 42], "mode": [2, 3, 4, 28, 39, 52, 60, 64], "keep": [2, 16, 23, 42, 59], "track": [2, 23, 58, 59], "reorderidx": 2, "inform": [2, 3, 4, 6, 9, 21, 23, 28, 30, 33, 35, 39, 40, 41, 42, 46, 52, 55, 58, 60, 64, 66, 68, 69, 71, 73], "reorder": 2, "after": [2, 3, 4, 7, 9, 17, 23, 46, 52, 56, 60, 64, 66], "empti": [2, 3, 25, 31, 42, 52, 56, 66], "mean": [2, 15, 30, 37, 42, 52, 55, 66, 71], "char": [2, 26, 41, 46, 64, 70, 71], "invocationresultbuff": 2, "buffer": [2, 41, 70], "note": [2, 3, 4, 6, 14, 16, 17, 26, 28, 37, 40, 41, 46, 48, 52, 56, 58, 59, 60, 64, 66, 70], "need": [2, 4, 6, 7, 13, 14, 15, 16, 17, 37, 39, 40, 41, 42, 46, 51, 52, 55, 59, 63, 64, 66, 67, 70], "abl": [2, 4, 23, 39, 40, 41, 46, 48, 66, 70, 71], "job": [2, 14, 23, 40, 41, 52, 66], "qpu": [2, 3, 10, 20, 21, 22, 23, 28, 33, 39, 41, 42, 45, 46, 51, 52, 55, 63, 70, 71, 73], "extra": [2, 30, 37, 39, 48, 56, 59], "configur": [2, 4, 18, 33, 39, 40, 41, 42, 52, 55, 60, 63, 64, 66, 67, 70, 71], "later": [2, 4, 9, 23, 27, 41, 52, 64, 66], "server": [2, 39, 41, 52, 66], "file": [2, 4, 7, 23, 30, 39, 40, 41, 46, 47, 52, 55, 59, 60, 62, 63, 64, 66, 67, 68, 70, 71], "read": [2, 3, 6, 14, 52, 59], "wrap": [2, 23, 25, 37], "t": [2, 3, 7, 9, 10, 15, 17, 21, 23, 26, 27, 30, 31, 40, 42, 52, 53, 58, 64, 66, 73], "case": [2, 3, 4, 9, 13, 14, 15, 16, 23, 37, 44, 51, 56, 64, 68, 70], "must": [2, 3, 6, 16, 22, 23, 27, 29, 32, 35, 37, 39, 42, 52, 56, 58, 59, 62, 63, 64, 66, 70, 71], "some": [2, 4, 6, 7, 11, 15, 21, 23, 37, 40, 41, 42, 58, 60, 62, 63, 64, 66, 67, 70, 71, 73], "point": [2, 3, 4, 15, 17, 23, 27, 30, 41, 42, 60, 63, 64, 66], "same": [2, 3, 4, 9, 14, 15, 16, 17, 23, 37, 39, 41, 46, 52, 54, 55, 56, 60, 63, 64, 66, 70], "_job": 2, "qpunamein": 2, "config": [2, 7, 63, 64, 66, 71], "info": [2, 40, 47, 60], "requir": [2, 3, 4, 6, 7, 9, 11, 15, 17, 23, 27, 29, 30, 32, 34, 35, 37, 39, 40, 41, 42, 48, 52, 55, 58, 64, 67, 71], "date": 2, "even": [2, 4, 6, 9, 14, 21, 42, 59, 64, 66, 70, 73], "async_result": [2, 10, 52], "face": [2, 29], "which": [2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 21, 23, 25, 28, 31, 35, 37, 39, 41, 42, 51, 52, 53, 55, 58, 59, 60, 63, 64, 66, 67, 70, 73], "itself": [2, 34, 37, 41, 64, 66], "collect": [2, 3, 5, 7, 12, 17, 46], "pertin": [2, 23, 29, 34, 35], "remot": [2, 3, 23, 28, 38, 40, 47, 55], "rest": [2, 3, 22, 39, 41, 48, 52, 64, 66, 70], "wait": [2, 3, 4, 40, 41, 46, 52], "until": [2, 3, 4, 46, 52], "readi": [2, 6, 18, 52, 56, 66], "executionresult": 2, "correspond": [2, 3, 4, 5, 7, 8, 14, 23, 39, 48, 52, 53, 57, 64, 66, 68], "well": [2, 3, 6, 16, 21, 23, 26, 28, 42, 48, 63, 66, 67, 70, 73], "integ": [2, 3, 14, 20, 27, 33, 41, 42, 46, 55], "1st": [2, 13], "bitstr": [2, 3, 4, 14, 23, 48], "m": [2, 4, 5, 7, 16, 17, 19, 26, 31, 41, 42, 55, 60, 64, 66, 70, 71], "tripl": [2, 60], "long": [2, 23, 26, 46, 49, 64, 66, 70, 71], "length": [2, 16, 48, 52, 59], "deseri": 2, "discuss": [2, 4, 62], "brief": [2, 56, 63], "countsdictionari": [2, 23], "assum": [2, 3, 4, 6, 14, 16, 28, 30, 35, 41, 42, 46, 52, 63, 64, 66, 68], "expval": [2, 23], "other": [2, 3, 4, 6, 7, 14, 15, 16, 17, 18, 20, 22, 25, 27, 30, 35, 37, 39, 40, 41, 42, 44, 45, 46, 52, 56, 64, 66, 70, 71], "appendresult": 2, "globalregisternam": [2, 23], "classic": [2, 4, 5, 7, 9, 11, 14, 15, 18, 22, 24, 27, 28, 30, 31, 35, 37, 41, 45, 46, 52, 58, 59, 60, 63, 64, 67, 70], "sequentialdata": 2, "sequenti": [2, 3, 23, 40, 46], "collat": [2, 3], "": [2, 3, 4, 5, 7, 10, 13, 14, 15, 16, 17, 19, 20, 23, 30, 33, 37, 39, 40, 41, 44, 45, 46, 49, 51, 52, 53, 54, 55, 56, 57, 59, 60, 62, 64, 66, 67, 68, 71], "holist": 2, "nullari": 2, "precomputedexp": 2, "__global__": [2, 3, 23, 40, 68], "has_expect": 2, "string_view": [2, 23, 63], "anoth": [2, 4, 6, 26, 27, 37, 42, 48, 52, 54, 56, 64], "register_nam": [2, 3, 23], "tandem": [2, 55], "to_map": [2, 23], "regnam": 2, "merg": [2, 60], "necessari": [2, 6, 39, 41, 42, 52, 56, 60, 64, 66, 70], "document": [2, 3, 17, 20, 21, 22, 30, 38, 39, 40, 62, 63, 64, 66, 70, 73], "exp_val_z": 2, "deprec": [2, 3, 19, 38, 41, 42], "probabl": [2, 3, 6, 10, 13, 16, 23, 46, 48, 56, 58, 70], "most_prob": [2, 3, 6, 12, 26, 46, 48, 58], "most": [2, 3, 4, 6, 14, 21, 23, 37, 40, 46, 48, 52, 60, 64, 66, 67, 70, 73], "ostream": [2, 70], "output": [2, 3, 6, 7, 9, 11, 17, 27, 39, 43, 46, 60, 66, 70, 71], "stream": [2, 4, 28], "extract": [2, 3, 4, 6, 7, 9, 23, 25, 26, 35, 37, 46, 59, 60, 64, 66], "unord": 2, "get_margin": [2, 23], "marginalindic": [2, 23], "margin": [2, 16], "those": [2, 6, 21, 23, 27, 37, 41, 42, 60, 73], "subset": [2, 3, 4, 11, 23, 27, 35, 37], "rvalu": 2, "refer": [2, 6, 14, 20, 23, 27, 28, 35, 37, 39, 40, 41, 52, 57, 64, 66], "newbitstr": 2, "oldbitstr": 2, "process": [2, 3, 4, 15, 19, 22, 23, 28, 33, 39, 40, 41, 42, 45, 52, 55, 58, 60, 64, 70], "rang": [2, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 21, 26, 27, 34, 35, 40, 41, 44, 48, 49, 55, 57, 66, 71, 73], "const_iter": 2, "cbegin": 2, "cend": 2, "has_even_par": 2, "pariti": 2, "extens": [2, 17, 22, 23, 29, 35, 38, 63, 66, 68, 71], "concret": [2, 3, 14, 23, 46, 51], "describ": [2, 3, 6, 13, 16, 33, 35, 39, 54, 58, 63, 64, 66, 70], "effici": [2, 4, 6, 42], "manner": [2, 23, 41, 63], "client": [2, 23, 40, 64], "remain": [2, 3, 7, 34, 52, 56, 64], "gpu": [2, 3, 4, 5, 7, 8, 9, 11, 12, 15, 20, 21, 22, 28, 41, 43, 45, 48, 49, 50, 63, 64, 68, 70, 71, 73], "devic": [2, 3, 4, 11, 13, 16, 23, 26, 27, 30, 34, 39, 40, 41, 42, 46, 52, 59, 60, 63, 66], "cpu": [2, 4, 7, 11, 12, 13, 14, 15, 16, 17, 20, 38, 40, 41, 45, 46, 48, 49, 55, 56, 60, 64, 66, 70, 71], "memori": [2, 4, 11, 24, 27, 28, 35, 37, 40, 41, 42, 45, 48, 55, 60, 66], "primari": [2, 3, 23, 35, 63], "goal": [2, 4, 6, 14], "minim": [2, 4, 14, 16, 17, 18, 19, 20, 51, 59, 64, 66, 71], "transfer": [2, 41, 42], "subclass": [2, 23, 63], "cusvstat": 2, "scalartyp": [2, 70], "remotesimulationst": 2, "nvqir": [2, 20, 60, 61, 63], "mpssimulationst": 2, "tensornetsimulationst": 2, "made": [2, 14, 46, 56, 66], "up": [2, 3, 4, 9, 14, 15, 17, 25, 31, 42, 45, 51, 55, 56, 57, 59, 60, 63, 66], "extent": [2, 3, 42], "enum": [2, 7], "precis": [2, 3, 15, 18, 40, 42, 58], "enumer": [2, 3, 10, 16, 26, 48], "fp32": [2, 3, 40, 41, 42], "fp64": [2, 3, 5, 18, 19, 38, 40, 41, 42], "simulation_precis": 2, "possibl": [2, 4, 9, 16, 17, 22, 37, 58, 66, 68, 70], "float": [2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 16, 18, 19, 23, 26, 27, 30, 34, 40, 41, 42, 51, 57, 59, 63], "tensorstatedata": 2, "dimens": [2, 3, 4, 5, 8, 12, 14, 23, 57, 59], "state_data": 2, "variant": [2, 30], "custatevec": [2, 40, 41, 42, 63], "care": [2, 23, 70], "taken": [2, 4, 12], "ensur": [2, 60, 62, 64, 66, 70], "comparison": [2, 9], "compat": [2, 3, 29, 42, 64], "registeredtyp": 2, "declar": [2, 23, 27, 28, 30, 60, 63, 68, 70], "themselv": [2, 39, 44], "plugin": [2, 21, 62, 64, 66, 73], "myinterfac": 2, "column": [2, 3, 17], "upon": [2, 8, 37, 46, 52, 58, 66], "destruct": 2, "rawdata": 2, "intern": [2, 3, 41], "modifi": [2, 26, 27, 30, 34, 37, 42, 59, 66], "correct": [2, 15, 16, 26, 45, 52, 64, 66], "j": [2, 3, 4, 5, 6, 10, 12, 14, 15, 16, 26, 27, 31, 55, 57, 64], "minimal_eigenvalu": [2, 3], "eigenvalu": [2, 3, 5, 14, 42, 59], "thei": [2, 3, 4, 7, 8, 14, 27, 35, 37, 45, 58, 59, 64, 66], "set_zero": 2, "seen": [2, 6, 9], "manag": [2, 17, 40, 41, 64, 66], "instruct": [2, 6, 21, 28, 30, 32, 37, 39, 40, 42, 52, 53, 59, 60, 64, 66, 70, 71, 73], "control": [2, 3, 5, 6, 10, 14, 15, 20, 21, 22, 25, 26, 27, 28, 30, 32, 34, 35, 36, 37, 39, 41, 44, 45, 48, 50, 52, 53, 56, 58, 59, 60, 63, 66, 73], "flow": [2, 11, 22, 23, 27, 36, 45, 60], "path": [2, 3, 17, 39, 60, 63, 64, 66], "thu": [2, 40, 41, 42, 58, 60], "might": [2, 4, 7, 25, 30, 37, 38, 40, 41, 54], "produc": [2, 3, 4, 6, 7, 14, 23, 26, 31, 32, 37, 44, 46, 53, 60, 63, 70], "elementtyp": 2, "is_integral_v": 2, "is_signed_v": 2, "increment": [2, 55], "exclus": [2, 9], "stop": [2, 46, 66], "step": [2, 4, 6, 7, 9, 11, 15, 26, 60, 64, 68, 71], "reach": [2, 55], "quantumkernel": [2, 23, 34], "arg": [2, 3, 4, 11, 15, 16, 23, 25, 30, 34, 41, 46, 60, 66], "is_invocable_v": 2, "draw": [2, 3, 4, 6, 8, 9, 10, 13, 15, 16, 17, 46, 48], "utf": [2, 3], "8": [2, 3, 4, 5, 6, 7, 10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 23, 26, 27, 28, 38, 39, 40, 41, 42, 52, 55, 56, 57, 59, 60, 64, 66, 71, 73], "usag": [2, 41, 55], "iostream": [2, 40, 44, 46, 48, 70], "mz": [2, 3, 6, 9, 16, 23, 25, 26, 37, 39, 40, 41, 44, 46, 48, 49, 52, 53, 54, 55, 56, 58, 60, 70, 71], "cout": [2, 40, 46, 48, 70], "q0": [2, 3, 4, 6, 8, 9, 10, 13, 15, 17, 37], "q1": [2, 3, 4, 6, 8, 9, 10, 13, 15, 17, 37], "ry": [2, 3, 4, 8, 10, 11, 12, 23, 26, 27, 30, 32, 40, 41, 51, 59], "59": [2, 3, 14, 23, 26, 41, 51], "callabl": [2, 3, 22, 23, 25, 26, 27, 44, 51, 53], "trivial": [2, 4, 6, 23, 41, 49, 51, 67], "signatur": [2, 3, 23, 25, 27, 54, 60], "evalu": [2, 3, 4, 10, 23, 40, 41, 42, 51], "without": [2, 3, 23, 27, 34, 39, 42, 48, 52, 56, 64, 66, 70, 71], "regard": 2, "depth": [2, 4, 72], "etc": [2, 27, 28, 41, 45, 59, 63, 64, 66, 71], "kraus_op": 2, "krau": [2, 3, 13, 56], "initializer_list": 2, "initlist": 2, "adjoint": [2, 6, 15, 25, 26, 30, 34, 37, 60], "flatten": [2, 70], "nrow": [2, 11, 17], "ncol": [2, 17], "kraus_channel": [2, 56], "channel": [2, 3, 13, 16, 56, 66], "action": [2, 23, 26, 27, 66], "matric": [2, 3, 7, 42], "amplitude_damping_channel": [2, 56], "bit_flip_channel": [2, 56], "depolarization_channel": [2, 13, 56], "phase_flip_channel": [2, 56], "inputlist": 2, "lvalu": 2, "make": [2, 3, 9, 15, 17, 23, 41, 42, 56, 57, 59, 60, 63, 64, 66, 68, 71], "get_op": 2, "push_back": [2, 27, 48], "autom": [2, 63], "creation": [2, 4, 7, 22, 36, 59, 63], "damp": [2, 56], "phase": [2, 3, 15, 30, 52, 56], "depolar": [2, 3, 13, 56], "densiti": [2, 3, 13, 16, 17, 38, 40, 42, 56], "predicatefuncti": 2, "callback": [2, 3, 18, 19], "operand": [2, 3, 30, 41], "add_channel": [2, 3, 13, 16, 56], "quantumop": 2, "pred": [2, 60], "add_all_qubit_channel": [2, 3], "numcontrol": 2, "get_channel": [2, 3], "targetqubit": 2, "controlqubit": 2, "param": [2, 7, 14, 26, 27, 30, 40, 55, 57, 59], "relev": [2, 4, 7, 8, 11, 16, 19, 33, 42], "kernel_build": [2, 25], "kernel_builder_bas": 2, "kernelbuildertyp": 2, "mlir": [2, 3, 20, 41, 60, 61, 62, 64], "getargu": [2, 25, 62], "quakevalu": [2, 3, 25], "isargstdvec": 2, "otherwis": [2, 3, 6, 9, 42, 46], "getnumparam": [2, 25], "qalloc": [2, 3, 25, 39, 40, 41, 55], "qvec": [2, 37, 39], "veq": [2, 3, 37, 60], "blockargu": 2, "object": [2, 3, 4, 7, 12, 14, 16, 17, 23, 27, 37, 41, 46, 57, 59, 60], "simplic": [2, 7], "impli": [2, 3, 42], "goe": [2, 28, 48], "scope": [2, 27, 28, 35, 60, 62], "befor": [2, 14, 17, 39, 47, 52, 56, 59, 64, 66], "mai": [2, 3, 4, 5, 9, 14, 16, 23, 25, 27, 28, 30, 34, 35, 39, 40, 41, 42, 45, 46, 47, 49, 52, 54, 59, 64, 66, 68, 70, 71], "garbag": 2, "constantv": 2, "val": [2, 16, 52], "swap": [2, 6, 7, 17, 26, 52], "mod": [2, 6, 30], "is_same_v": 2, "perform": [2, 4, 7, 9, 11, 15, 16, 18, 21, 23, 26, 39, 41, 42, 46, 48, 52, 54, 55, 58, 62, 63, 64, 66, 70, 71, 73], "fredkin": 2, "between": [2, 3, 4, 6, 10, 14, 16, 17, 18, 27, 37, 40, 44, 45, 46, 52, 55, 56, 66, 68], "meant": [2, 22, 49], "thin": [2, 3], "wrapper": [2, 3, 41], "around": [2, 3, 7, 9, 16, 23, 48, 56, 71], "instanc": [2, 3, 4, 23, 25, 30, 35, 40, 41, 42, 45, 66], "quak": [2, 3, 14, 20, 36, 60, 62], "dialect": [2, 3, 60, 62], "arithmet": [2, 27, 28, 59], "getvalu": 2, "actual": [2, 16, 23, 46, 63], "implicitlocopbuild": 2, "arith": [2, 37, 60], "constantfloatop": 2, "canvalidatenumel": 2, "stdvectyp": 2, "do": [2, 4, 6, 15, 16, 21, 30, 32, 35, 37, 40, 41, 42, 44, 45, 53, 58, 60, 64, 66, 67, 68, 71, 73], "loop": [2, 3, 4, 7, 14, 24, 35, 44, 52, 55, 57, 59, 60], "know": [2, 6, 17, 21, 37, 73], "bound": [2, 3, 16, 59], "startidx": [2, 3], "subscript": [2, 3, 39, 40], "stdvec": [2, 37, 60], "constants": 2, "isstdvec": 2, "getrequiredel": 2, "veqtyp": 2, "divid": [2, 14], "invers": [2, 15, 26], "so": [2, 4, 5, 6, 10, 12, 14, 16, 17, 23, 39, 41, 42, 48, 53, 58, 59, 60, 62, 63, 64, 66, 70, 71], "friend": 2, "write": [2, 3, 47, 52, 58, 59, 62, 66, 68], "u": [2, 4, 5, 6, 8, 9, 12, 14, 15, 17, 18, 26, 27, 31, 32, 44, 45, 46, 54, 55, 56, 58, 59, 60], "wai": [2, 3, 6, 9, 23, 34, 37, 46, 64], "code": [2, 3, 4, 6, 9, 14, 15, 17, 18, 22, 23, 25, 26, 27, 28, 31, 32, 34, 35, 37, 39, 40, 41, 42, 46, 51, 52, 53, 55, 56, 58, 59, 60, 62, 63, 64, 67, 68, 70, 71], "mlircontext": 2, "ctx": [2, 11, 62], "f": [2, 4, 6, 9, 10, 16, 26, 27, 48, 51, 59, 64, 71], "high": [2, 16, 55, 60, 70], "serv": [2, 3, 4, 27, 35, 40, 62, 64], "work": [2, 4, 6, 7, 15, 16, 20, 23, 40, 41, 55, 59, 61, 64, 66, 67, 70, 71], "subtyp": 2, "possibli": [2, 27], "deleg": [2, 40, 63, 66], "third": [2, 3, 20, 59, 69], "parti": [2, 20, 59, 69], "immut": 2, "mutabl": [2, 23], "gradient": [2, 8, 11, 40, 57, 59], "df": [2, 16], "dx_i": 2, "scalar": [2, 23], "queri": [2, 9, 23, 33, 41, 48, 51], "whether": [2, 3, 6, 64, 66], "strategi": [2, 23, 28, 34, 59, 63], "parameter": [2, 3, 4, 14, 18, 23, 25, 27, 30, 40, 45, 51, 53, 55, 59], "left": [2, 7, 9, 10, 14, 15, 52, 63, 66], "thing": [2, 54, 59], "max": [2, 4, 12, 20, 40, 42, 52, 57], "cobyla": [2, 3, 4, 8, 12, 18, 19, 23, 57, 59], "opt": [2, 27, 60, 62, 64, 66], "assert": [2, 6, 26, 27], "requiresgradi": [2, 23], "algo": 2, "opt_val": [2, 40, 57, 59], "opt_param": [2, 23, 40, 57, 59], "dx": [2, 23], "virtual": [2, 17, 21, 23, 40, 41, 46, 51, 55, 63, 64, 73], "achiev": [2, 6, 7, 14, 15, 23, 39, 40, 54, 59], "dim": [2, 40], "optimizable_funct": [2, 23], "opt_funct": [2, 23, 40], "variat": [2, 4, 7, 8, 11, 14, 19, 20, 23, 50], "custom": [2, 13, 21, 23, 27, 41, 42, 53, 56, 59, 62, 64, 66, 69, 70, 73], "ptrtoown": 2, "conveni": [2, 15, 31, 37, 59, 64, 66], "jdx": 2, "tensoridx": 2, "get_tensor": 2, "just": [2, 4, 6, 9, 10, 14, 22, 36, 41, 46, 47, 48, 53, 58, 60, 66], "rank": [2, 3, 41, 49, 53, 55], "get_num_tensor": 2, "get_num_qubit": [2, 33], "get_precis": [2, 3], "is_on_gpu": [2, 3], "to_host": 2, "hostptr": 2, "numel": 2, "pure": [2, 13, 26, 27, 34, 59], "basisst": 2, "host": [2, 24, 26, 27, 28, 31, 35, 40, 41, 42, 51, 70, 71], "leverag": [2, 3, 4, 23, 25, 27, 30, 34, 35, 42, 53, 57, 59, 60, 63, 67], "separ": [2, 4, 42, 64, 66], "mapper": 2, "inherit": [2, 24, 28, 41], "updat": [2, 4, 23, 39, 52, 64, 71], "protect": [2, 35, 63], "getexpectedvalu": 2, "central_differ": [2, 23, 59], "forward_differ": 2, "parameter_shift": 2, "prescrib": 2, "kernelt": 2, "argsmapp": [2, 23], "setarg": 2, "save": [2, 11, 40, 41, 46, 55, 60, 66, 68], "nvqc": [2, 38, 40], "setkernel": 2, "been": [2, 3, 6, 17, 39, 40, 45, 46, 52, 64, 66], "have": [2, 3, 4, 6, 9, 10, 14, 15, 16, 17, 21, 23, 37, 40, 41, 42, 46, 48, 52, 55, 56, 58, 62, 64, 66, 67, 68, 70, 71, 73], "funcatx": [2, 3], "func": [2, 23, 37, 60, 62], "clone": [2, 11, 35, 62, 64], "deriv": [2, 4, 6, 9, 23, 58], "exp_h": [2, 23], "forward": [2, 11], "approxim": [2, 4, 14, 20, 42, 46, 50], "registri": [2, 66], "unit": [2, 3, 17, 22, 27, 28, 30, 33, 35, 39, 45, 58], "express": [2, 21, 23, 24, 25, 26, 28, 31, 41, 45, 53, 54, 60, 70, 73], "certain": [2, 35, 40, 41, 42, 63, 66], "logic": [2, 9, 33, 35, 41], "connect": [2, 4, 11, 14, 21, 28, 33, 35, 37, 52, 64, 73], "queue": [2, 23, 40, 52], "enqueu": 2, "relat": [2, 4, 6, 14, 60], "quantum_platform": [2, 3, 33, 41, 51, 60], "baseremoterestqpu": 2, "baseremotesimulatorqpu": 2, "_qpuid": 2, "setid": 2, "thread": [2, 3, 28, 41, 42, 51, 55, 63], "getexecutionthreadid": 2, "getnumqubit": 2, "getconnect": 2, "issimul": 2, "supportsconditionalfeedback": 2, "feedback": [2, 28, 45, 66], "remotecap": 2, "getremotecap": 2, "capabl": [2, 6, 40, 42, 55, 64, 66], "setshot": 2, "_nshot": 2, "noth": 2, "wish": [2, 4, 40, 41, 51, 66], "isemul": 2, "local": [2, 3, 7, 17, 20, 39, 40, 41, 46, 49, 52, 60, 64, 65, 67], "emul": [2, 3, 39, 52], "quantumtask": 2, "setexecutioncontext": 2, "resetexecutioncontext": 2, "reset": [2, 3, 23, 26, 28, 42, 63], "launchkernel": 2, "kernelfunc": 2, "uint64_t": 2, "launch": [2, 23, 41, 42, 66, 71], "pack": [2, 70], "rawarg": 2, "launchserializedcodeexecut": 2, "serializedcodeexecutioncontext": 2, "serializecodeexecutionobject": 2, "onrandomseedset": 2, "notifi": 2, "let": [2, 6, 9, 10, 13, 14, 15, 16, 17, 18, 30, 37, 44, 45, 46, 49, 51, 53, 54, 55, 56, 57, 58, 59, 60, 66, 67, 68, 71], "basenvcfsimulatorqpu": 2, "submit": [2, 39, 40, 52, 66], "nvcf": 2, "realiz": [2, 7, 58], "intend": [2, 22, 23, 25, 64, 68], "popul": [2, 48], "platformqpu": 2, "qubitconnect": [2, 33], "fetch": [2, 4], "supports_task_distribut": 2, "multipl": [2, 4, 6, 16, 17, 19, 21, 30, 39, 41, 42, 45, 46, 52, 54, 58, 73], "parallel": [2, 22, 28, 42, 46, 66, 71], "qpu_id": [2, 3, 5, 10, 23, 33, 40, 41, 46, 55], "get_shot": 2, "getter": 2, "onc": [2, 4, 7, 15, 16, 25, 39, 40, 42, 45, 46, 52, 64, 66, 68, 71], "set_shot": 2, "clear_shot": 2, "remov": [2, 4, 37, 38, 40, 41, 42, 66], "numshot": 2, "setter": 2, "set_exec_ctx": 2, "get_exec_ctx": 2, "reset_exec_ctx": 2, "num_qpu": [2, 3, 10, 33, 40, 41, 51], "is_simul": [2, 33], "supports_conditional_feedback": 2, "get_current_qpu": [2, 33], "set_current_qpu": [2, 33], "device_id": [2, 33], "is_remot": [2, 3, 33], "qpuid": [2, 33, 41], "is_emul": [2, 3, 33], "set_nois": [2, 3, 56], "get_remote_cap": 2, "applic": [2, 4, 6, 7, 9, 14, 15, 16, 18, 20, 23, 30, 34, 39, 42, 45, 46, 50, 66, 67, 70, 71, 72], "reset_nois": 2, "turn": [2, 11, 15, 40, 47, 63], "off": [2, 3, 4, 6, 11, 15, 40, 41, 64], "enqueueasynctask": 2, "kernelexecutiontask": 2, "launchvq": 2, "kernelarg": 2, "n_param": [2, 57, 59], "vqe": [2, 3, 4, 14, 18, 40, 57, 59], "settargetbackend": 2, "resetlogstream": 2, "log": [2, 3, 21, 40, 64, 66, 73], "getlogstream": 2, "setlogstream": 2, "logstream": 2, "list_platform": 2, "structur": [2, 3, 4, 7, 11, 14, 23, 25, 29, 31, 33, 35, 41, 42, 60, 62, 63, 68], "boolean": [2, 6, 25], "field": [2, 14, 20, 41], "initvalu": 2, "stateoverlap": 2, "serializedcodeexec": 2, "command": [2, 4, 40, 41, 42, 46, 48, 49, 51, 52, 55, 63, 64, 66, 67, 68, 70, 71], "entir": [2, 17, 37, 53, 59, 63], "forth": [2, 41], "commun": [2, 23, 39, 41, 42, 64], "isremotesimul": 2, "ir": [2, 20, 25, 47, 61, 62, 63], "synthesi": [2, 20, 22, 25, 31, 35, 36, 50, 60], "ultim": [2, 60, 63], "what": [2, 3, 4, 6, 14, 16, 17, 20, 21, 43, 55, 63, 70, 73], "ad": [2, 7, 16, 21, 23, 39, 40, 53, 56, 60, 64, 66, 68, 71, 73], "promis": 2, "qubitedg": [2, 33], "num_available_gpu": [2, 3, 46, 55], "set_random_se": [2, 3, 6, 11, 12, 14, 16, 42, 57, 59], "caller": [2, 27], "unset_nois": [2, 3, 56], "dealloc": [2, 28, 35, 63], "mpi": [2, 21, 41, 42, 49, 53, 55, 71, 73], "against": [2, 21, 39, 64, 68, 73], "argc": [2, 26, 46, 64, 71], "argv": [2, 26, 46, 64, 71], "program": [2, 20, 22, 25, 27, 30, 35, 36, 39, 40, 41, 42, 43, 45, 52, 53, 55, 56, 60, 64, 66, 68, 71], "is_initi": [2, 3, 49, 53], "alreadi": [2, 3, 6, 17, 64, 66, 71], "final": [2, 3, 4, 7, 8, 41, 51, 53, 55, 59, 60, 63, 64], "num_rank": [2, 3, 55], "all_gath": [2, 3], "gather": [2, 3, 26, 46, 58], "fit": [2, 64], "come": [2, 7, 28, 40, 52, 70], "all_reduc": 2, "binaryfunct": 2, "localvalu": 2, "reduc": [2, 6, 10, 16, 42], "rootrank": [2, 3], "make_kernel": [3, 25, 39, 40, 41, 55], "els": [3, 4, 5, 6, 11, 17, 25, 41, 42, 46, 64, 68, 71], "int_valu": 3, "float_valu": 3, "pykernel": 3, "argtypelist": 3, "programmat": 3, "str": [3, 4, 5, 6, 12, 16, 39, 41, 46, 48, 52, 58, 70], "argument_count": 3, "alia": [3, 35], "pykerneldecor": 3, "verbos": [3, 7, 43, 60, 64, 67], "modul": [3, 7, 11, 42, 46, 59, 60, 64], "none": [3, 6, 11, 26, 27, 42], "funcsrc": 3, "locat": [3, 39, 41, 64, 66, 70], "overrideglobalscopedvar": 3, "decor": [3, 4, 27, 44], "lower": [3, 60, 63], "ast": 3, "jit": [3, 4], "executionengin": 3, "__call__": 3, "__str__": 3, "from_json": 3, "jstr": 3, "overridedict": 3, "convert": [3, 4, 7, 23, 51, 60], "json": [3, 39, 41, 52, 66], "to_json": 3, "self": [3, 4, 11, 14, 27, 64, 66], "reconstruct": 3, "elsewher": 3, "type_to_str": 3, "clean": [3, 7], "kwarg": [3, 4], "languag": [3, 20, 21, 24, 27, 28, 29, 30, 35, 36, 41, 45, 53, 58, 60, 63, 67, 73], "attribut": [3, 27, 53, 60], "coprocessor": [3, 23, 27], "shots_count": [3, 4, 6, 9, 10, 12, 13, 16, 39, 46, 49, 53, 55], "over": [3, 13, 23, 35, 46, 52, 56, 57, 59, 63, 66], "ndarrai": [3, 11, 13, 17], "leav": [3, 13, 39, 52, 66], "doesn": 3, "firstfloat": 3, "secondfloat": 3, "kei": [3, 6, 12, 14, 15, 16, 32, 39, 40, 63, 66, 71], "nois": [3, 4, 13, 23, 33, 39, 52, 56], "model": [3, 4, 13, 20, 22, 23, 25, 27, 30, 35, 36, 37, 39, 41, 52, 56, 60, 63, 66, 71], "dictionari": [3, 16, 23, 46, 53, 59], "sampleresult": [3, 4, 46, 53, 63], "sample_async": [3, 23, 41, 46, 52], "_mlir_lib": 3, "_quakedialect": 3, "cudaq_runtim": 3, "asyncsampleresult": [3, 52], "platform": [3, 20, 21, 22, 30, 36, 38, 39, 40, 42, 46, 51, 55, 60, 63, 64, 66, 71, 73], "Will": [3, 32, 46], "whose": [3, 6, 7, 11, 14, 18, 23, 28, 40, 41, 51, 58], "identif": 3, "spin_oper": [3, 14, 46, 51, 59], "spinoper": [3, 4, 5, 11, 12, 14, 19, 46, 51, 55, 59], "everi": [3, 14, 16, 21, 40, 41, 45, 46, 52, 53, 64, 71, 73], "nest": [3, 41], "hermitian": [3, 5], "calcul": [3, 4, 8, 9, 10, 11, 40, 41, 46, 52, 55, 59], "observeresult": [3, 46, 59], "observe_async": [3, 5, 10, 23, 40, 55], "asyncobserveresult": 3, "arg0": [3, 60], "prepar": [3, 4, 10, 11, 15, 16, 18, 48, 51, 53, 55, 57], "select": [3, 4, 6, 11, 18, 42, 46, 49, 51, 66, 70], "get_state_async": [3, 41], "asyncstateresult": 3, "parameter_count": [3, 4, 12, 14, 18, 19, 55, 57, 59], "argument_mapp": [3, 14], "gradient_strategi": [3, 59], "arg1": 3, "format": [3, 6, 11, 17, 23, 26, 35, 64], "ascii": [3, 17], "latex": [3, 17], "cx": [3, 4, 16, 25, 39, 40, 48, 55, 71], "translat": [3, 6, 23, 58, 60], "qir": [3, 60, 63], "adapt": [3, 14, 21, 73], "openqasm2": 3, "openqasm": 3, "moduleid": [3, 60], "llvmdialectmodul": [3, 60], "source_filenam": [3, 60], "opaqu": [3, 35, 60], "__nvqpp__mlirgen__function_variable_qreg": 3, "_z13variable_qregv": 3, "local_unnamed_addr": [3, 60], "tail": [3, 60], "__quantum__rt__qubit_allocate_arrai": [3, 60], "i64": [3, 60], "__quantum__qis__mz": [3, 60], "9": [3, 4, 5, 6, 7, 10, 11, 12, 16, 17, 23, 27, 28, 60, 64, 66], "7": [3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 17, 21, 23, 27, 28, 30, 35, 41, 55, 60, 64, 66, 73], "__quantum__rt__qubit_release_arrai": [3, 60], "ret": [3, 60], "has_target": 3, "get_target": [3, 10, 40, 41, 51, 71], "rais": [3, 5], "set_target": [3, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 39, 40, 41, 42, 46, 48, 49, 51, 52, 55, 56, 63], "reset_target": 3, "initialize_cudaq": 3, "environ": [3, 4, 13, 17, 21, 39, 40, 41, 47, 49, 52, 62, 64, 66, 71, 73], "detect": [3, 46, 55, 64, 66, 70], "simulationprecis": 3, "underyl": 3, "properti": [3, 4, 6, 7, 9, 37], "noindex": 3, "infrastructur": [3, 21, 41, 62, 64, 73], "descript": [3, 40, 42, 63, 64, 66], "featur": [3, 4, 7, 15, 21, 27, 64, 66, 70, 71, 73], "activ": [3, 7, 11, 20, 41, 42, 64, 66, 71], "consist": [3, 4, 6, 7, 46], "physic": [3, 7, 14, 22, 28, 35, 37, 39, 41, 42, 52, 58], "0101": [3, 57], "1010": [3, 57], "consol": [3, 40, 47, 64], "cupi": [3, 66], "gettensor": 3, "compris": 3, "tensori": 3, "mlirvalu": 3, "As": [3, 14, 22, 28, 29, 35, 41, 42, 44, 58, 59, 62], "hold": [3, 59], "__add__": 3, "runtimeerror": [3, 4], "new_valu": 3, "5": [3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 25, 26, 27, 28, 30, 31, 34, 35, 40, 41, 42, 48, 49, 51, 52, 55, 56, 57, 59, 60, 64, 66, 68, 73], "__radd__": 3, "__sub__": 3, "__rsub__": 3, "__neg__": 3, "__mul__": 3, "__rmul__": 3, "__getitem__": 3, "you": [3, 4, 6, 7, 9, 15, 16, 17, 20, 21, 23, 39, 40, 42, 46, 48, 52, 53, 55, 56, 59, 60, 62, 63, 64, 66, 67, 68, 70, 71, 73], "complexmatrix": 3, "lowest": [3, 7], "__eq__": 3, "togeth": [3, 16, 20, 42, 60, 71], "__iter__": 3, "through": [3, 4, 6, 9, 11, 13, 23, 39, 44, 47, 49, 53, 56, 59, 63, 64, 66, 71], "chunk_count": 3, "d1": 3, "d2": [3, 51], "d3": 3, "receiv": [3, 23], "while": [3, 6, 7, 21, 27, 45, 46, 52, 60, 64, 66, 70, 73], "0j": [3, 5, 10, 12, 14, 46], "get_qubit_count": 3, "get_term_count": [3, 19], "qubit_count": [3, 6, 9, 11, 13, 14, 15, 18, 19, 41, 44, 46, 48, 49, 55, 57, 71], "term_count": [3, 55], "2234582172": 3, "ith": 3, "scipi": [3, 5, 16, 17, 18, 19, 59], "csr_arrai": 3, "print_coeffici": 3, "termin": [3, 55, 66], "At": [3, 7, 64, 66], "directli": [3, 22, 23, 28, 35, 37, 60, 66, 70, 71], "c_if": [3, 25], "dure": [3, 7, 8, 13, 23, 39, 42, 64, 66, 70], "__len__": 3, "equival": [3, 14, 41, 42, 46], "metadata": [3, 18, 60], "experi": [3, 4, 16, 39, 52, 64, 66], "expectation_z": 3, "get_marginal_count": [3, 16], "marginal_indic": 3, "get_register_count": 3, "get_sequential_data": 3, "item": [3, 6, 7, 11, 16, 70], "frequent": 3, "proport": 3, "kick": [3, 41], "pattern": [3, 4, 22, 23, 27, 36, 60, 62], "sub_term": 3, "favor": 3, "get_spin": 3, "accessor": [3, 41], "optimizationresult": 3, "gradientdesc": 3, "initial_paramet": [3, 4, 8, 12, 14, 57, 59], "lower_bound": 3, "max_iter": [3, 4, 59], "maximum": [3, 4, 42], "requires_gradi": 3, "upper_bound": 3, "upper": 3, "neldermead": [3, 12, 14], "lbfg": [3, 23, 40, 59], "centraldiffer": [3, 59], "parameter_vector": [3, 4, 14, 40, 59], "loss": 3, "forwarddiffer": 3, "parametershift": 3, "krauschannel": [3, 13, 56], "__init__": [3, 4, 11, 27], "num_control": 3, "bitflipchannel": [3, 16, 56], "decoher": [3, 13, 56], "Its": [3, 35, 42, 58, 60], "vice": 3, "versa": 3, "180": [3, 56], "therebi": [3, 23, 41, 60], "k_0": [3, 13], "k_1": [3, 13], "therefor": [3, 6, 7, 14, 15, 35, 60, 62], "phaseflipchannel": [3, 56], "untouch": 3, "depolarizationchannel": [3, 13, 56], "mixtur": 3, "k_2": 3, "k_3": 3, "2x2": [3, 42], "decai": [3, 13, 56], "And": [3, 14, 37], "behav": 3, "free": [3, 4, 8, 14, 23, 25, 26, 27, 28, 30, 32, 34, 39, 40, 44, 53, 57, 59, 60, 63, 66], "75": [3, 4, 6, 15, 19], "proabil": 3, "uniform": [3, 4, 12, 14, 16, 23, 26, 46, 55, 57], "amplitudedampingchannel": [3, 56], "dissip": [3, 56], "energi": [3, 4, 5, 7, 18, 19, 23, 40, 51, 56, 59], "due": [3, 4, 13, 17, 18, 23, 42, 46, 56, 70], "interact": [3, 7, 33, 56, 66], "ii": [3, 14], "ground": [3, 4, 5, 7, 18, 40, 56, 58, 59], "krausoper": [3, 56], "ki": 3, "dag": [3, 17, 32], "col_count": 3, "row_count": 3, "scatter": [3, 4], "concaten": 3, "arg2": 3, "tutori": [4, 7, 14, 16, 66], "explor": [4, 6, 55, 58, 66], "recent": [4, 6, 7], "research": [4, 40], "arxiv": [4, 6], "paper": [4, 6, 12, 57], "http": [4, 6, 7, 11, 14, 15, 17, 39, 41, 52, 64, 66], "org": [4, 6, 64, 66], "pdf": [4, 6, 17], "2402": 4, "01529": 4, "team": [4, 7], "edinburgh": 4, "jointli": 4, "develop": [4, 20, 27, 28, 39, 40, 42, 50, 58, 62, 63, 64, 67, 71], "nvidia": [4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 18, 19, 20, 21, 22, 28, 38, 42, 46, 48, 49, 51, 55, 63, 64, 66, 68, 71, 73], "author": 4, "better": [4, 14, 16, 40, 42, 64], "understand": [4, 16, 22, 66], "barrier": 4, "mit": 4, "licens": [4, 64, 66], "found": [4, 6, 7, 17, 21, 23, 26, 30, 39, 46, 63, 64, 66, 68, 69, 71, 73], "github": [4, 7, 11, 14, 15, 21, 39, 42, 64, 66, 71, 73], "com": [4, 7, 11, 14, 15, 39, 52, 64, 66], "boniface316": 4, "bigdata_vqa": 4, "unsupervis": 4, "learn": [4, 6, 11, 14, 17, 21, 40, 45, 46, 70, 71, 73], "techniqu": [4, 6, 42, 46], "aim": [4, 6, 9, 14, 48], "group": [4, 35, 42], "similar": [4, 23, 41, 46, 64], "characterist": 4, "enhanc": [4, 20], "find": [4, 5, 9, 14, 16, 18, 20, 39, 40, 41, 58, 59, 60, 64, 66], "reliabl": [4, 70], "analysi": [4, 7, 37, 60], "todai": 4, "sever": [4, 7, 53, 56], "limit": [4, 41, 42, 46, 55, 70], "practic": [4, 9, 16, 56], "would": [4, 6, 7, 9, 14, 15, 21, 37, 55, 58, 64, 66, 68, 70, 73], "far": 4, "too": [4, 17, 49, 58], "mani": [4, 6, 15, 21, 30, 33, 41, 42, 46, 55, 71, 73], "extend": [4, 15, 20, 21, 22, 69, 73], "harrow": 4, "fewer": [4, 6, 7, 42], "walk": [4, 7, 63, 64, 66], "approach": [4, 6, 15, 16, 23, 27, 60], "emphas": 4, "util": [4, 11, 13, 23, 35, 40, 41, 42, 55, 60, 63], "bipartit": 4, "branch": [4, 21, 25, 64, 66, 73], "directori": [4, 62, 64, 66, 70], "tree": 4, "uncom": [4, 14, 64, 66], "line": [4, 6, 14, 17, 39, 41, 42, 48, 52, 60, 63, 64, 66], "insid": [4, 41, 66], "skip": [4, 17, 64], "mkdir": [4, 63, 64, 67], "divisive_clustering_src": 4, "wget": [4, 64, 66], "p": [4, 7, 10, 12, 13, 16, 56, 57, 64, 66], "githubusercont": 4, "doc": [4, 41], "sphinx": 4, "divisive_clust": 4, "py": [4, 19, 41, 42, 46, 47, 55, 59, 66, 71], "main_divisive_clust": 4, "instal": [4, 6, 7, 8, 11, 16, 17, 18, 19, 20, 21, 39, 42, 60, 62, 63, 67, 68, 70, 73], "packag": [4, 7, 8, 9, 11, 16, 17, 19, 64, 66, 70, 71], "pip": [4, 7, 8, 11, 16, 17, 18, 19, 41, 42, 64, 66, 71], "mpi4pi": [4, 42, 71], "6": [4, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 26, 27, 28, 30, 31, 35, 39, 40, 41, 42, 51, 52, 59, 60, 66, 73], "networkx": 4, "panda": [4, 16], "scikit": [4, 11], "tqdm": 4, "66": [4, 12], "auxillari": [4, 48], "nx": 4, "pd": [4, 16], "matplotlib": [4, 6, 7, 8, 11, 12, 16, 17, 18, 19], "pyplot": [4, 6, 7, 8, 11, 12, 16, 17, 18, 19], "plt": [4, 6, 7, 8, 11, 12, 16, 17, 18, 19], "warn": [4, 17, 19, 39], "divisiveclust": 4, "dendrogram": 4, "voironi_tessal": 4, "filterwarn": 4, "below": [4, 6, 7, 8, 9, 11, 14, 15, 17, 18, 21, 23, 39, 40, 41, 42, 46, 52, 55, 57, 59, 60, 64, 66, 70, 71, 73], "toggl": 4, "circuit_depth": 4, "max_shot": 4, "x_1": 4, "x_2": 4, "cdot": [4, 6], "x_n": 4, "weight": [4, 7, 12], "much": [4, 59, 63], "smaller": [4, 7, 42], "w": [4, 32, 42, 52], "enough": 4, "reason": [4, 37], "conclus": 4, "There": [4, 23, 25, 39, 40, 41, 55, 66], "variou": [4, 21, 41, 44, 53, 56, 60, 63, 73], "build": [4, 7, 8, 14, 16, 17, 18, 20, 21, 25, 30, 31, 43, 45, 46, 51, 57, 58, 59, 62, 63, 66, 67, 68, 70, 73], "machin": [4, 14, 22, 36, 39, 41, 52, 66], "1703": 4, "06476": 4, "algorithm": [4, 7, 8, 14, 15, 18, 20, 22, 25, 27, 36, 37, 40, 41, 42, 46, 48, 50, 51, 54, 59, 66], "essenti": 4, "boil": 4, "down": [4, 41], "toler": 4, "constraint": [4, 16, 27, 28, 29, 42, 46, 52, 58], "priori": 4, "load": [4, 11, 23, 28, 39, 40, 52, 60, 62], "frame": 4, "imag": [4, 5, 6, 11, 14, 17, 21, 52, 64, 71, 73], "black": [4, 9], "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, 16], "chr": 4, "65": [4, 14, 16], "028364": 4, "669787": 4, "234": [4, 16], "230716": 4, "167441": 4, "354792": 4, "101": [4, 6, 15, 16, 26], "319288": 4, "b": [4, 23, 52], "022889": 4, "921443": 4, "125": [4, 23, 26, 31, 40, 41, 51, 59], "158339": 4, "706134": 4, "636852": 4, "13": [4, 11, 12, 14, 16, 18, 19, 55, 57, 59, 60, 66], "650774": 4, "998497": 4, "455847": 4, "116": 4, "758239": 4, "507918": 4, "630311": 4, "120": [4, 66], "727176": 4, "102508": 4, "297727": 4, "53": [4, 16, 17], "294127": 4, "722463": 4, "400433": 4, "77": [4, 16], "415840": 4, "425868": 4, "341136": 4, "42": [4, 6, 11, 16, 18, 19], "847985": 4, "985373": 4, "063209": 4, "240": 4, "116237": 4, "label": [4, 7, 11, 16, 60, 64, 71], "7eba00": 4, "color": [4, 14], "marker": 4, "xlabel": [4, 7, 8, 11, 12, 18, 19], "ylabel": [4, 7, 8, 11, 12, 18, 19], "titl": [4, 18, 19, 39, 59, 66, 71], "best": [4, 7, 15, 64, 66], "legend": [4, 7, 11], "In": [4, 6, 7, 9, 13, 14, 16, 17, 23, 27, 37, 39, 41, 42, 44, 46, 48, 51, 52, 53, 56, 59, 62, 63, 64, 70], "cast": [4, 19], "problem": [4, 5, 14, 15, 18, 37, 45, 57], "routin": [4, 14, 23, 59], "graph": [4, 12, 14, 57], "edg": [4, 12, 14], "e_": 4, "ij": 4, "w_iw_jd_": 4, "d_": 4, "euclidean": 4, "distanc": [4, 16, 18], "coreset_to_graph": 4, "vqa": 4, "hamiltonian": [4, 5, 8, 10, 11, 12, 13, 14, 18, 19, 26, 40, 41, 42, 46, 51, 57, 59], "src": [4, 39, 64], "motiv": [4, 36, 64], "cut": [4, 20, 57], "get_k2_hamiltonian": 4, "k2": 4, "layer": [4, 11, 14, 27, 57, 59], "r_z": 4, "r_y": 4, "cascad": 4, "benefit": [4, 21, 46, 71, 73], "get_vqe_circuit": 4, "number_of_qubit": 4, "theta_posit": 4, "rz": [4, 14, 17, 26, 30, 57], "visual": [4, 14, 20, 37, 50], "rand": [4, 10, 48], "8904": 4, "7335": 4, "4343": 4, "2236": 4, "7937": 4, "9981": 4, "3945": 4, "q2": [4, 6, 8, 15, 17], "696": 4, "3352": 4, "q3": [4, 6, 17], "6658": 4, "05277": 4, "q4": [4, 6], "791": 4, "003569": 4, "4119": 4, "3205": 4, "3504": 4, "3913": 4, "7392": 4, "3171": 4, "0008056": 4, "proper": 4, "get_optim": 4, "addit": [4, 6, 9, 15, 23, 40, 44, 45, 48, 55, 64, 70, 71], "initial_param": 4, "divisiveclusteringvqa": 4, "procedur": [4, 8, 18], "top": [4, 6, 9, 16, 41, 63, 67], "pleas": [4, 17, 19, 21, 40, 41, 42, 52, 55, 62, 64, 66, 71, 73], "run_divisive_clust": 4, "get_counts_from_simul": 4, "cost": [4, 11, 12, 14, 18, 19, 20, 23, 40, 59], "our": [4, 6, 8, 9, 13, 14, 17, 21, 37, 39, 44, 46, 48, 52, 53, 54, 55, 56, 59, 60, 64, 66, 67, 68, 71, 73], "obtain": [4, 7, 10, 16, 17, 18, 21, 40, 64, 73], "acceler": [4, 11, 20, 21, 40, 42, 46, 48, 49, 55, 63, 64, 66, 71, 73], "associ": [4, 14, 28, 41, 58], "super": [4, 11], "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, 6, 7, 8, 11, 12, 14, 15, 16, 19, 26, 35, 41, 46, 48, 52, 55, 71], "node": [4, 5, 12, 14, 22, 41, 55, 64], "create_hamiltonian": 4, "optimizer_funct": 4, "create_circuit": 4, "objective_funct": [4, 59], "get_result": [4, 59], "optimal_paramet": [4, 12, 14, 40, 57], "mostli": 4, "previous": [4, 39, 66], "threshold_for_max_cut": 4, "percent": 4, "advanc": [4, 6, 59], "normal": [4, 11, 18, 19, 58], "get_divisive_sequ": 4, "analyz": [4, 62], "postprocess": 4, "sourc": [4, 13, 14, 16, 21, 37, 42, 48, 56, 60, 63, 66, 67, 68, 71, 73], "12": [4, 7, 11, 16, 17, 23, 40, 60, 64, 66], "normalize_vector": 4, "sort_by_descend": 4, "dist": [4, 16, 17, 70], "hierarchial_clustering_sequ": 4, "100": [4, 6, 7, 11, 13, 16, 19, 26, 49], "129": 4, "lt": [4, 7], "12075": 4, "19it": 4, "35025": 4, "50it": 4, "18": [4, 6, 7, 16, 60], "44254": 4, "09it": 4, "15827": 4, "56it": 4, "13617": 4, "87it": 4, "nice": 4, "earli": [4, 40, 66], "split": [4, 55], "mark": [4, 70], "least": [4, 6, 14, 41, 64], "dendo": 4, "plot_dendrogram": 4, "plot_titl": 4, "plot": [4, 7, 8, 11, 12, 16, 18, 19], "notic": [4, 6, 14, 37, 48, 49, 55, 60, 67], "complic": [4, 31], "becom": [4, 7, 16, 42, 51, 66, 67], "occasion": 4, "especi": 4, "partit": [4, 12, 14, 40, 41, 66], "puzzl": 4, "glanc": 4, "seem": [4, 49, 58, 66, 71], "natur": [4, 17, 42, 58], "strai": 4, "belong": 4, "wrong": 4, "explan": 4, "stochast": [4, 23], "few": [4, 6, 14], "were": [4, 17, 48, 59, 66], "rememb": [4, 9], "pai": [4, 15], "penalti": [4, 12], "exclud": [4, 40, 46, 48, 64], "proxim": 4, "small": [4, 6, 16, 42, 70], "less": [4, 7, 56, 64], "impact": [4, 13, 56], "usual": [4, 64, 66, 70], "look": [4, 17, 21, 37, 39, 41, 45, 46, 49, 51, 52, 53, 54, 55, 56, 59, 60, 64, 66, 73], "unusu": 4, "go": [4, 9, 17, 35, 41, 53, 64, 66], "origin": [4, 13, 37, 48, 59, 60], "14": [4, 6, 16, 40, 52, 60], "plot_hierarchial_split": 4, "hierarch": 4, "flat": [4, 41], "perpendicular": 4, "intersect": 4, "threshold": [4, 5, 6, 42], "height": 4, "want": [4, 6, 10, 14, 16, 17, 37, 40, 41, 60, 63, 64, 66, 68, 71], "get_clusters_using_k": 4, "desir": [4, 33, 41, 46, 63, 64, 66, 68], "figur": [4, 6, 9, 11, 15, 60], "15": [4, 6, 16, 55, 59, 60, 64, 66], "threshold_height": 4, "get_clusters_using_height": 4, "red": [4, 16], "blue": 4, "green": [4, 14], "purpl": 4, "orang": 4, "yellow": 4, "color_threshold": 4, "plot_clust": 4, "16": [4, 6, 7, 16, 17, 40, 59, 60], "show_annot": 4, "get_voronoi_tessal": 4, "region": 4, "accord": 4, "centroid": 4, "tesslation_by_clust": 4, "complet": [4, 13, 23, 39, 64, 66, 70, 71], "plot_voironi": 4, "overlai": 4, "17": [4, 6, 11, 16, 60, 68], "vt": 4, "voironi": 4, "tessal": 4, "design": [4, 14, 20, 22, 41, 71], "flexibl": [4, 44, 64], "tool": [4, 16, 17, 21, 37, 60, 62, 64, 68, 70, 73], "done": [4, 6, 7, 17, 35, 47, 56, 64, 66], "get_qaoa_circuit": 4, "rx": [4, 8, 10, 11, 12, 14, 16, 17, 30, 34, 55, 57], "3527": 4, "19": [4, 6, 16, 40, 60], "20": [4, 5, 6, 16, 29, 35, 59, 60, 68, 71], "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, 23, 66], "encount": [4, 40, 42, 52, 64, 66, 71], "challeng": [4, 6], "port": [4, 41, 66], "hpc": [4, 21, 66, 73], "becam": 4, "massiv": 4, "25": [4, 7, 11, 15, 16, 26, 40, 41, 42, 46, 55, 66], "present": [4, 14, 16, 46, 49, 64, 67], "compar": [4, 45, 46, 48, 49, 66, 71], "your": [4, 17, 20, 23, 39, 40, 41, 42, 43, 48, 51, 52, 55, 56, 59, 63, 64, 66, 70], "100000": [4, 10, 55], "try": [4, 6, 15, 17, 55, 66], "slightli": [4, 59], "qpp": [4, 11, 12, 14, 15, 19, 38, 40, 42, 46, 55, 60, 63, 66, 71], "python3": [4, 17, 41, 42, 46, 47, 55, 64, 66, 71], "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, 11, 60], "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, "interrupt": 4, "patienc": 4, "worn": 4, "still": [4, 27, 37, 46, 52, 56, 58, 66, 70], "easili": [4, 14, 46, 48, 49, 59, 64, 66, 70], "27": [4, 16, 46], "7352": 4, "03": [4, 7, 40], "2063": 4, "82it": 4, "16492": 4, "4739": 4, "44it": 4, "256": [4, 11], "15185": 4, "58it": 4, "64": [4, 11, 41, 42, 60, 64, 66], "23728": 4, "05it": 4, "15437": 4, "97it": 4, "50840": 4, "32": [4, 6, 11, 16, 39, 42, 60, 66], "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, 16, 60], "439895901": 4, "push": [4, 70], "34": [4, 6, 16], "a100": 4, "yourself": [4, 64], "28": [4, 11, 16, 17, 19, 21, 41, 49, 64, 66, 71, 73], "nlopt": [4, 60], "failur": [4, 70], "To": [4, 6, 13, 14, 15, 16, 23, 27, 30, 35, 39, 40, 41, 42, 45, 46, 49, 51, 52, 53, 56, 60, 62, 63, 64, 66, 67, 68, 70, 71], "pool": [4, 40, 55], "finish": [4, 46, 60], "fail": [4, 42, 62, 66, 70], "immedi": [4, 41, 63], "issu": [4, 23, 42, 64, 66, 70], "30": [4, 11, 16, 41, 48, 55], "mgpu": [4, 15, 21, 38, 40, 41, 42, 55, 73], "gpu_count": 4, "smi": [4, 64, 66], "l": [4, 6, 7, 23, 60, 68, 70], "wc": 4, "mpirun": [4, 41, 42, 55], "Not": [4, 27, 40, 66], "multi_gpu": 5, "mqpu": [5, 10, 38, 42, 46, 51, 55], "molecul": [5, 7, 18, 20], "geometri": [5, 18, 19], "7474": [5, 18], "chemistri": [5, 18], "create_molecular_hamiltonian": [5, 18], "sto": [5, 18], "3g": [5, 18], "electron_count": [5, 18, 19], "n_electron": [5, 18], "qubits_num": 5, "n_orbit": [5, 18], "spin_ham_matrix": 5, "linalg": [5, 16], "eig": 5, "min": [5, 6, 11, 52], "argmin": 5, "min_indic": 5, "eigen": [5, 26, 63], "vec": 5, "1371757102406848": 5, "termcoeffici": 5, "ham": [5, 10, 12], "termword": 5, "pauli_str": 5, "u_psi": [5, 10], "dt": 5, "pauli_word": [5, 12, 41], "u_m": 5, "exp_pauli": [5, 12], "u_phi": [5, 10], "u_n": 5, "apply_pauli": [5, 10], "qfd_kernel": 5, "dt_alpha": 5, "dt_beta": 5, "word_list": 5, "ancilla": [5, 23, 25], "my_list": 5, "compon": [5, 6, 14, 64, 66, 70, 71], "x_0": [5, 10], "y_0": [5, 10], "space": [5, 7, 17, 20, 28, 35, 41, 52], "m_qfd": 5, "observe_op": 5, "identity_word": 5, "pauli_list": 5, "wf_overlap": 5, "dtype": [5, 13, 16, 56], "dt_m": 5, "dt_n": 5, "temp": [5, 60], "conj": [5, 10], "collect_overlap_r": 5, "collect_overlap_img": 5, "count_id": 5, "tot_dim": 5, "real_val": 5, "img_val": 5, "ham_matrx": 5, "tot_": 5, "coef": [5, 12], "zip": [5, 12, 64], "ham_matrix_r": 5, "ham_matrix_imag": 5, "diagon": [5, 42], "solver": 5, "hc": 5, "sce": 5, "1e": [5, 7, 42], "s_diag": 5, "s_prime": 5, "sii": 5, "valueerror": 5, "eval": [5, 11], "x_prime": 5, "h_prime": 5, "conjug": 5, "transpos": [5, 7], "dot": [5, 14, 16], "e_prim": 5, "c_prime": 5, "eigen_valu": 5, "eigen_vect": 5, "qfd": 5, "136755471242475": 5, "63528910693825e": 5, "20j": 5, "famou": 6, "particularli": [6, 42, 45], "signific": [6, 21, 73], "becaus": [6, 9, 16, 37, 42, 48, 52, 64, 66, 71], "potenti": [6, 23, 46], "break": 6, "modern": 6, "asymmetr": 6, "encrypt": [6, 66], "scheme": 6, "rsa": [6, 66], "li": [6, 15, 60], "introduc": [6, 14, 23], "preliminari": [6, 7], "proce": [6, 66, 71], "explain": [6, 41, 58], "gcd": 6, "log2": 6, "ceil": 6, "fraction": [6, 42], "contfrac": 6, "a_1": [6, 16], "a_2": 6, "interest": [6, 15, 18, 19, 51, 53], "prime": [6, 15], "solut": [6, 14], "satisfi": [6, 13, 17, 35, 52, 64], "neq": [6, 9], "idea": [6, 15], "share": [6, 42, 63, 66, 70], "greatest": 6, "divisor": 6, "smallest": 6, "posit": [6, 13, 14, 16, 30, 42], "equiv": [6, 58], "combin": [6, 7, 10, 16, 20, 45, 46, 58, 69, 70], "rule": [6, 9], "easi": [6, 14, 56, 68], "re": [6, 10, 16, 23, 37, 53, 55, 56, 64, 66], "frac": [6, 7, 9, 10, 14, 15, 16, 17], "shors_algorithm": 6, "outlin": [6, 70], "purpos": [6, 28, 37, 66], "demonstr": [6, 8, 9, 15, 18, 22, 23, 25, 41, 46, 49, 54, 60], "investig": 6, "terminologi": 6, "literatur": 6, "period": 6, "recast": 6, "choic": [6, 16, 42], "a1": 6, "a2": 6, "divisor1": 6, "divisor2": 6, "happen": [6, 37, 66], "chanc": [6, 70], "find_order_quantum": 6, "find_order_class": 6, "test_ord": 6, "retri": [6, 17], "establish": 6, "rewritten": [6, 17], "tag": [6, 7, 9, 15, 64, 66], "rewrit": [6, 62], "equat": [6, 7, 14, 15], "peter": 6, "greater": [6, 37, 40, 42, 58], "50": [6, 46, 56, 58, 70], "randomli": 6, "block": [6, 7, 14, 32, 59], "search": [6, 64, 66], "possible_factor": 6, "test_factor": 6, "did": [6, 64, 66], "No": [6, 52, 55, 66], "text": [6, 7, 8, 9, 15, 16, 17], "straightforward": 6, "notabl": 6, "ineffici": 6, "naiv": [6, 37], "interv": [6, 18], "often": [6, 23, 37, 64, 66], "guess": [6, 7], "my_integ": 6, "123": 6, "edit": [6, 66], "choos": [6, 7, 13, 46, 66], "initial_value_to_start": 6, "41": [6, 14], "central": 6, "lceil": 6, "rceil": 6, "involv": [6, 8, 42, 55, 60, 70], "diagram": [6, 9, 14, 15, 39, 52], "nbsphinx": [6, 7], "rangl": [6, 7, 15, 16, 23, 71], "modulo": [6, 9], "accuraci": [6, 11, 42], "estim": [6, 7, 16, 18, 46], "phase_kernel": 6, "ll": [6, 14, 15, 53, 59, 60, 63, 67], "ai": 6, "repeatedli": [6, 46], "carri": 6, "exponent": 6, "quantum_fourier_transform": [6, 15], "hadamard": [6, 15, 20, 25, 30, 35, 37, 48, 53, 56, 58, 62], "cr1": [6, 15, 26], "inverse_qft": [6, 15], "provabl": 6, "faster": [6, 15, 42], "hefti": 6, "scale": [6, 7, 16, 30, 42, 55, 58], "5l": 6, "continu": [6, 15, 46, 52, 60], "algoirthm": 6, "72l": 6, "exponentiaion": 6, "beckman": 6, "chari": 6, "devabhaktuni": 6, "preskil": 6, "1996": 6, "beyond": [6, 40, 42, 55, 62], "focu": [6, 7], "difficulti": [6, 48], "depict": [6, 14, 17], "report": 6, "modular_mult_5_21": 6, "modular_exp_5_21": 6, "expon": 6, "control_s": 6, "physlab": 6, "wp": 6, "content": [6, 23, 39, 52, 59, 63, 66], "upload": 6, "2023": 6, "05": [6, 40], "shor_s_algorithm_23100113_fin": 6, "ctrl_qubit": [6, 34], "_": [6, 7, 9, 11, 16, 17, 48], "verifi": [6, 15, 58], "fact": [6, 10, 15, 37, 70], "5y": 6, "demonstrate_mod_exponenti": 6, "200": [6, 23], "10001": [6, 14], "previou": [6, 29, 35, 59, 66], "modular_exp_4_21": 6, "ab": 6, "2103": 6, "13855": 6, "drawn": [6, 16], "control_register_s": 6, "work_register_s": 6, "control_regist": 6, "work_regist": 6, "values_for_a": 6, "15000": 6, "r1": [6, 15, 17, 26, 30, 37], "5117": 6, "010": [6, 15, 16], "902": 6, "224": [6, 7, 16], "001": [6, 11, 15, 16, 66], "188": 6, "011": [6, 16, 26], "3658": 6, "522": 6, "3402": 6, "110": [6, 16], "987": 6, "ax": [6, 16], "outcom": [6, 14], "top_result": 6, "dict": [6, 16], "results_dictionari": 6, "k": [6, 12, 15, 27, 59], "pop": [6, 66, 70], "sorted_result": 6, "sort": [6, 67], "revers": [6, 15, 34], "top_kei": 6, "max_valu": 6, "top_results_dictionari": 6, "One": [6, 15, 23, 37, 41, 42, 47, 51], "33": [6, 41, 66], "750": 6, "39": [6, 8, 12, 16, 17, 19], "lectur": 6, "scott": 6, "aaronson": 6, "get_order_from_phas": 6, "phase_nbit": 6, "eigenphas": 6, "from_float": 6, "limit_denomin": 6, "numer": [6, 7], "denomin": 6, "coefficients_continued_fract": 6, "continued_fract": 6, "convergents_continued_fract": 6, "converg": [6, 19], "algoithm": 6, "35": [6, 15, 16, 19], "zero_result": 6, "join": [6, 16, 48], "elem": 6, "most_probable_bitpattern": 6, "nonzero": 6, "bitpattern": 6, "36": [6, 16, 55, 59], "replac": [6, 14, 39, 40, 59, 60, 62, 64, 66], "5171": 6, "874": 6, "254": 6, "205": 6, "3670": 6, "481": 6, "3362": 6, "983": 6, "375": 6, "od": 6, "regev": 6, "improv": [6, 21, 42, 55, 66, 73], "collabor": 7, "basf": 7, "hybrid": [7, 8, 20, 59, 67, 71], "workflow": [7, 8, 11, 20, 23, 50, 60, 64, 67], "strongli": [7, 64], "eigensolv": [7, 20, 50], "preserv": [7, 13], "propos": [7, 59], "anselmetti": 7, "et": [7, 14], "al": [7, 14], "2021": 7, "psi_t": 7, "evolut": [7, 17, 26, 28, 37, 63], "pyscf": [7, 19], "openfermion": [7, 19], "ipi": 7, "gto": [7, 19], "scf": [7, 19], "ao2mo": 7, "mcscf": [7, 19], "afqmc_src": 7, "vqe_cudaq_qnp": 7, "get_cudaq_hamiltonian": 7, "utils_ipi": 7, "get_coeff_wf": 7, "gen_ipie_input_from_pyscf_chk": 7, "hamgener": 7, "qmc": 7, "trial_wavefunct": 7, "particle_hol": 7, "particlehol": 7, "extract_observ": 7, "tricki": 7, "manual": [7, 41, 49, 56, 64, 66], "streamlin": [7, 20, 71], "update_opt": 7, "use_gpu": 7, "hartre": [7, 18], "fock": [7, 18], "chelat": 7, "agent": [7, 64], "substanc": 7, "industri": 7, "Their": [7, 64], "among": [7, 14, 41], "water": [7, 20], "soften": 7, "redox": 7, "behaviour": [7, 17], "oxid": 7, "bleach": 7, "suppress": 7, "soil": 7, "remedi": 7, "ligand": 7, "catalyst": 7, "particular": [7, 14, 17, 21, 39, 66, 70, 73], "fe": 7, "iii": 7, "nta": 7, "fenta": 7, "atom": [7, 18, 19, 58, 59], "geo_fenta": 7, "xyz": 7, "cc": [7, 19, 37, 60, 64], "pvtz": 7, "num_active_orbit": 7, "num_active_electron": 7, "o3": 7, "geo_o3": 7, "help": [7, 16, 17, 47, 66], "restric": 7, "open": [7, 41, 52, 60, 64, 66], "shell": [7, 17, 64, 66, 71], "hf": 7, "hartee_fock": 7, "rohf": 7, "chkfile": 7, "chk": 7, "34048064812262": 7, "600": [7, 66], "orbit": [7, 19], "1200": 7, "143": 7, "electron": [7, 18, 19], "imposs": 7, "statevector": [7, 8, 15, 55, 58, 71], "contribut": [7, 21, 66, 73], "whole": 7, "post": [7, 23, 39, 66], "casci": [7, 19], "bodi": [7, 27], "t_": 7, "pq": 7, "v_": 7, "prq": 7, "integr": [7, 20, 22, 28, 35, 39, 41, 66, 67], "sum_": [7, 13, 14, 15, 31, 58], "hat": 7, "dagger": [7, 10, 13, 32, 58], "pqr": 7, "a_": 7, "jordan_wign": [7, 19], "generate_hamiltonian": 7, "fix_spin_": 7, "ss": 7, "h1": [7, 39, 52], "tbi": [7, 39, 52], "shown": [7, 9, 41, 42], "energy_cor": 7, "get_h1eff": 7, "h2": [7, 20], "get_h2eff": 7, "h2_no_symmetri": 7, "restor": 7, "v_pqr": 7, "asarrai": 7, "mol_ham": 7, "jw_hamiltonian": 7, "constant_term": 7, "n_vqe_lay": 7, "maxit": [7, 16, 18, 19], "return_final_state_vec": 7, "n_qubit": [7, 16, 26, 57, 59], "optimized_energi": 7, "energy_optim": 7, "final_state_vector": 7, "state_vec": 7, "vqe_energi": 7, "callback_energi": 7, "num": 7, "n_layer": [7, 57, 59], "3901690611431": 7, "drive": [7, 28], "accur": [7, 16], "wide": [7, 14, 37, 60, 70], "solid": 7, "summar": [7, 15, 66], "introduct": [7, 20, 36, 50, 68, 71], "quantiz": [7, 15], "_1": [7, 16], "_2": 7, "h_": 7, "_r": 7, "fermion": 7, "annihil": 7, "h_1": 7, "h_2": [7, 18], "omit": [7, 64], "propag": 7, "chosen": [7, 42, 55, 64], "slater": 7, "ket": [7, 8, 9, 10, 15, 17, 46, 58], "psi_": [7, 9], "toward": 7, "psi_0": [7, 9], "sim": 7, "lim_": 7, "infti": 7, "delta": 7, "tau": 7, "right": [7, 10, 14, 15], "reli": [7, 30, 60, 66, 68, 70], "squar": [7, 16, 35, 58], "gamma": 7, "v_0": [7, 14], "n_": 7, "choleski": 7, "decomposit": [7, 42], "pr": [7, 20], "evolv": [7, 28, 58], "ensembl": [7, 46], "walker": 7, "access": [7, 9, 15, 21, 23, 28, 39, 40, 49, 53, 54, 55, 58, 63, 73], "mathcal": 7, "loc": 7, "bra": [7, 8, 10, 46], "mathrm": 7, "braket": [7, 10], "mix": [7, 13, 52, 56], "wavefunct": [7, 58], "checkpoint": 7, "ipie_hamiltonian": 7, "chol_cut": 7, "h1e": 7, "cholesky_vector": 7, "e0": 7, "num_basi": 7, "shape": [7, 11, 19, 55], "num_chol": 7, "nelec": [7, 19], "afqmc_hamiltonian": 7, "reshap": [7, 11], "n_active_elec": 7, "num_dets_for_prop": 7, "compute_trial_energi": 7, "half_rot": 7, "timestep": 7, "num_walk": 7, "num_block": 7, "afqmc_msd": 7, "num_steps_per_block": 7, "005": 7, "stabilize_freq": 7, "96264512": 7, "pop_control_freq": 7, "estimator_filenam": 7, "h5": 7, "finalis": 7, "qmc_data": 7, "filenam": [7, 55], "weightfactor": 7, "hybridenergi": 7, "edenom": 7, "etot": 7, "e1bodi": 7, "e2bodi": 7, "0000000000000000e": 7, "02": [7, 64, 66], "2440857214519274e": 7, "04": [7, 64, 66], "2440857214519275e": 7, "7639365236571126e": 7, "5198508022051851e": 7, "2236163323978462e": 7, "4108003803708052e": 7, "1705550836048852e": 7, "2476129978632798e": 7, "9999999999999986e": 7, "2476129978632804e": 7, "7647651634374250e": 7, "5171521655741444e": 7, "0031021642240592e": 7, "8270298551287897e": 7, "1736348706942081e": 7, "2491539833590265e": 7, "0000000000000001e": 7, "2491539833590261e": 7, "7652287235836400e": 7, "5160747402246139e": 7, "9896411716010476e": 7, "0006803820092617e": 7, "1729991834244650e": 7, "2498086858011950e": 7, "2498086858011945e": 7, "7661217900078998e": 7, "5163131042067059e": 7, "0008819642734720e": 7, "0003952238189274e": 7, "1741988525943451e": 7, "2497768126542338e": 7, "2497768126542334e": 7, "7677859321228260e": 7, "5180091194685932e": 7, "9996395539611001e": 7, "0010162124437146e": 7, "1745900551679516e": 7, "2504859704025963e": 7, "0000000000000003e": 7, "2504859704025955e": 7, "7665382466690920e": 7, "5160522762664974e": 7, "0011117020963695e": 7, "0017267435124782e": 7, "1762740654751367e": 7, "2514761055266557e": 7, "2514761055266558e": 7, "7663824192346226e": 7, "5149063137079673e": 7, "9926957189505018e": 7, "9904869631265882e": 7, "1757145502349162e": 7, "2517665690169804e": 7, "7662872023157632e": 7, "5145206332987829e": 7, "9902183781120897e": 7, "9910184942535295e": 7, "1753639400107765e": 7, "2518490004346189e": 7, "2518490004346194e": 7, "7677944704924283e": 7, "5159454700578092e": 7, "0011182782239581e": 7, "0010647250586344e": 7, "1771801521929217e": 7, "2513893408438777e": 7, "2513893408438773e": 7, "7679469177919265e": 7, "5165575769480495e": 7, "9639946364053955e": 7, "9242085331654422e": 7, "1742082647888712e": 7, "2519016506034994e": 7, "2519016506034987e": 7, "7690149012513956e": 7, "5171132506478972e": 7, "vqe_i": 7, "vqe_x": 7, "afqmc_i": 7, "afqmc_x": 7, "0x7ab848ece110": 7, "gt": [7, 17], "__version__": [7, 11, 14, 15], "proto": 7, "57e1893b9a5b57ef1a1c2662bcf4527f87b9ef89": 7, "bloch": [8, 17], "intial": 8, "cost_valu": [8, 12], "expectation_valu": [8, 51], "initial_cost_valu": 8, "suit": [8, 59, 66], "alogrithm": 8, "decreas": [8, 48], "x_valu": [8, 12], "y_valu": [8, 12], "epoch": [8, 11, 12, 18, 19], "longrightarrow": 9, "balanc": 9, "regardless": [9, 70], "ouput": 9, "question": 9, "answer": [9, 15], "solv": [9, 10, 14, 15, 45], "treat": [9, 41], "snippet": [9, 40, 41, 51, 60, 66], "box": [9, 13, 70], "don": [9, 15, 21, 23, 40, 73], "elif": 9, "That": [9, 23, 71], "twice": 9, "claim": 9, "evalul": 9, "advantag": [9, 66], "symbol": [9, 64, 70], "OR": [9, 52], "oplus5": 9, "8_": 9, "oplus4": 9, "9_": 9, "quick": [9, 20, 39, 68], "suppos": [9, 67], "yield": [9, 58, 71], "sequenc": [9, 14, 37, 45], "u_f": 9, "align": [9, 15, 60, 70], "remark": 9, "overlin": 9, "bar": [9, 14, 15, 16, 17], "denot": [9, 15, 27, 29], "prove": [9, 58], "shall": [9, 10, 58], "tfrac": [9, 58], "summari": 9, "unchang": [9, 13, 60], "simultan": [9, 40], "mechan": [9, 23, 25, 31, 35, 37, 41, 47, 58, 62], "exploit": [9, 42], "abil": [9, 28, 49, 60], "psi_1": 9, "h_1h_0": 9, "psi_2": 9, "drop": 9, "further": [9, 30, 37, 44, 46, 60, 63, 71], "pm": 9, "fx": 9, "qubit_0": [9, 14], "quantiti": 10, "u_": 10, "qquad": 10, "x_1x_2": 10, "simpl": [10, 13, 25, 28, 40, 41, 44, 46, 51, 52, 53, 56, 59, 60, 62, 66, 67, 71], "operatornam": 10, "im": 10, "functool": [10, 16], "psi_stat": 10, "phi_stat": 10, "ham_matrix": 10, "ev_numer": 10, "70710677": 10, "7071067690849304": 10, "ev": 10, "std_err": 10, "qc": [10, 39], "3f": 10, "705": 10, "007i": 10, "002": 10, "003i": 10, "ham_circuit": 10, "angle0": 10, "angle1": 10, "th": [10, 31], "56322878": 10, "09176639": 10, "04025496": 10, "59986135": 10, "87024074": 10, "93078226": 10, "44015281": 10, "05675948": 10, "92402471": 10, "12981374": 10, "49704605": 10, "6020906": 10, "50280746": 10, "78988978": 10, "006956": 10, "7581442": 10, "00524035": 10, "10937881": 10, "13405202": 10, "33235091": 10, "7042075991630554": 10, "006743329111486673": 10, "36111390590667725": 10, "45839524269104004": 10, "7175908088684082": 10, "23948131501674652": 10, "765204668045044": 10, "865047037601471": 10, "9975475072860718": 10, "6179792881011963": 10, "highlight": [11, 21, 73], "pytorch": 11, "maximis": 11, "classif": 11, "mnist": 11, "dataset": 11, "classifi": 11, "hand": [11, 40, 41, 42, 66, 70], "written": [11, 16, 17, 23, 58, 59, 64, 68], "digit": 11, "torch": 11, "torchvis": 11, "autograd": 11, "nn": 11, "sklearn": 11, "model_select": 11, "train_test_split": 11, "manual_se": 11, "22": [11, 16, 17, 46, 60, 64, 66], "44": [11, 16], "prepare_data": 11, "target_digit": 11, "sample_count": [11, 55], "test_siz": 11, "percentag": 11, "remaind": [11, 14], "train": 11, "totensor": 11, "1307": 11, "3081": 11, "download": [11, 17, 64, 66, 71], "filter": 11, "datapoint": 11, "subset_indic": 11, "randperm": 11, "unsqueez": 11, "relabel": 11, "x_train": 11, "x_test": 11, "y_train": 11, "y_test": 11, "shuffl": 11, "random_st": 11, "classification_threshold": 11, "boundari": 11, "parmet": 11, "shift": [11, 40, 66], "magnitud": 11, "visualis": 11, "sample_to_plot": 11, "grid_img": 11, "make_grid": 11, "pad": 11, "imshow": 11, "permut": 11, "quantumfunct": 11, "finit": 11, "theta_v": 11, "excetut": 11, "live": 11, "tolist": 11, "exp_val": [11, 18, 19, 41, 51], "staticmethod": 11, "quantum_circuit": 11, "backward": [11, 29], "save_for_backward": 11, "grad_output": 11, "saved_tensor": 11, "thetas_plu": 11, "exp_vals_plu": 11, "thetas_minu": 11, "exp_vals_minu": 11, "mul": 11, "quantumlay": 11, "adher": [11, 27, 29, 35, 58, 63], "hybrid_qnn": 11, "fc1": 11, "fc2": 11, "dropout": 11, "fc3": 11, "fc4": 11, "fc5": 11, "feed": [11, 14], "view": [11, 28, 66, 72], "relu": 11, "fed": 11, "sigmoid": 11, "accuracy_scor": 11, "y_hat": 11, "hybrid_model": 11, "adadelta": 11, "lr": [11, 60], "weight_decai": 11, "loss_funct": 11, "bceloss": 11, "training_cost": 11, "testing_cost": 11, "training_accuraci": 11, "testing_accuraci": 11, "zero_grad": 11, "y_hat_train": 11, "train_cost": 11, "no_grad": 11, "y_hat_test": 11, "test_cost": 11, "figsiz": [11, 16], "subplot": [11, 16], "tight_layout": 11, "latest": [11, 14, 15, 21, 41, 64, 66, 73], "a726804916fd397408cbf595ce6fe5f33dcd8b4c": [11, 14, 15], "cliqu": 12, "qubit_num": [12, 19], "non_edg": 12, "6686": 12, "1453": 12, "num_lay": 12, "expens": 12, "6886": 12, "1091": 12, "0770": 12, "ham_cliqu": 12, "spin_ham": [12, 19], "wt": 12, "term_coeffici": 12, "term_word": 12, "dc_qaoa": 12, "iiziiz": 12, "ziizii": 12, "1657": 12, "iziiii": 12, "iziizi": 12, "42735": 12, "iiizii": 12, "2791499999999996": 12, "iiiiii": 12, "iiziii": 12, "iiiiiz": 12, "ziiiii": 12, "iiiizi": 12, "21810696323572243": [12, 14], "20613464375211488": [12, 14], "2546877639814583": [12, 14], "3657985647468064": [12, 14], "37118004688049144": 12, "03656087558321203": 12, "08564174998504231": 12, "21639801853794682": 12, "11122286088634259": 12, "1743727097033635": 12, "36518146001762486": 12, "15829741539542244": 12, "3467434780387345": 12, "28043500852894776": 12, "09986021299050934": 12, "14125225086023052": 12, "19141728018199775": 12, "11970943368650361": 12, "3853063093646483": 12, "1112643868789806": 12, "3527177454825464": 12, "22156160012057186": 12, "1418496891385843": 12, "32811766468303116": 12, "367642000671186": 12, "34158180583996006": 12, "10196745745501312": 12, "29359239180502594": 12, "3858537615546677": 12, "19366130907065582": 12, "24570488114056754": 12, "3332307385378807": 12, "12287973244618389": 12, "007274514934614895": 12, "015799547372526146": 12, "3578070967202224": 12, "39268963055535144": 12, "19872246354138554": 12, "16668715544467982": 12, "13777293592446055": 12, "17514665212709513": 12, "15350249947988204": 12, "32872977428061945": 12, "20068831419712105": 12, "032919322131134854": 12, "19399909325771983": 12, "09477141125241506": 12, "08210460401106645": 12, "21392577760158515": 12, "3393568044538389": 12, "14615087942938465": 12, "03790339186006314": 12, "2843250892879255": 12, "3151384847055956": 12, "19983741137121905": 12, "27348611567665115": 12, "33457528180906904": 12, "14145414847455462": 12, "20604220093940323": 12, "05410235084309195": 12, "04447870918600966": 12, "3355714098595045": 12, "266806440171265": 12, "07436189654442632": 12, "2789176729721685": 12, "2427508182662484": 12, "optimal_expect": [12, 14, 57], "0057970170760537": 12, "0617900450255213": 12, "008832997414504553": 12, "5446745231437978": 12, "9170743966952536": 12, "5684145055308018": 12, "45653992738579674": 12, "48765328828009236": 12, "08690545932812363": 12, "4396413285058074": 12, "18459993158979182": 12, "309747594917737": 12, "2588385005776594": 12, "834255663515425": 12, "674712608431175": 12, "40174553656823186": 12, "1936475123928361": 12, "11292461472367524": 12, "40520422214477836": 12, "5249647407525035": 12, "8276837818165452": 12, "2945660883282474": 12, "8060498989662159": 12, "08051672267342141": 12, "016438756265571293": 12, "5245041151262497": 12, "4087477995498743": 12, "24688680789607903": 12, "1121838066265077": 12, "1445970943333728": 12, "22281558391261153": 12, "29034932090910637": 12, "0492037973620043": 12, "2734013684834806": 12, "5265417924961102": 12, "5099056677967553": 12, "8636684922225737": 12, "6164906874232119": 12, "42851259141848624": 12, "09675272347583658": 12, "05697275350531247": 12, "7102412317670379": 12, "11174687408874051": 12, "32505750242276577": 12, "4397450017834574": 12, "023604090020531092": 12, "072436348972407": 12, "38357054930488194": 12, "13613334013073858": 12, "10505045798768743": 12, "0359359294549595": 12, "24377425227508304": 12, "10609870738840588": 12, "2073332743736556": 12, "07232539343493427": 12, "6190529241716675": 12, "03799182564866846": 12, "17548654124993912": 12, "5257077568577536": 12, "23376653076971432": 12, "3391308272563698": 12, "4193139961661264": 12, "02390444901420668": 12, "2521154835623746": 12, "1843328649807838": 12, "6609672889772077": 12, "2612231428844001": 12, "200000": 12, "mvwcp": 12, "altern": [12, 14, 39, 49, 52, 54, 57, 59, 64, 66, 71], "111000": 12, "character": [13, 16], "coher": [13, 27], "incoher": 13, "aris": 13, "commonli": [13, 64, 66], "systemat": 13, "miscalibr": 13, "epsilon": 13, "entangl": [13, 17, 28, 40, 44, 52, 59], "lead": [13, 14], "emploi": 13, "formal": 13, "k_i": 13, "mathbb": [13, 14, 58], "pmatrix": 13, "ideal": [13, 40, 52], "noiseless": 13, "ideal_count": 13, "error_prob": 13, "kraus_0": [13, 56], "complex128": [13, 56], "kraus_1": [13, 56], "bitflip_channel": 13, "0th": 13, "bitflip": [13, 16], "longer": [13, 49, 64], "uniformli": 13, "noisy_count": [13, 56], "850": 13, "88": 13, "56": 13, "noisy_result": [13, 56], "8666666666666666": 13, "farhi": 14, "dive": [14, 17, 66], "maxim": [14, 40, 42, 44, 52, 55], "although": [14, 58], "rel": [14, 42], "vertic": 14, "hard": 14, "statist": [14, 23, 26, 46, 58], "furthermor": [14, 21, 73], "wider": [14, 41], "portfolio": 14, "shop": 14, "schedul": [14, 46], "vertex": 14, "subseteq": 14, "interchang": [14, 42], "undirect": 14, "v_1": 14, "exactli": 14, "bigcup": 14, "bigcap": 14, "emptyset": 14, "illustr": [14, 23, 39, 41, 50, 52, 53, 56, 57], "disjoint": 14, "grai": 14, "distinct": [14, 17, 37], "substack": 14, "sometim": 14, "01100": [14, 41], "01011": 14, "v1": [14, 39, 57], "v2": [14, 57], "v0": [14, 57], "v3": [14, 57, 64, 66], "v4": [14, 66], "10100": 14, "01010": 14, "10101": 14, "edges_src": 14, "edges_tgt": 14, "algortihm": 14, "hamilitonian": 14, "distinguish": [14, 37], "mixer": [14, 57], "deeper": [14, 17], "layer_count": [14, 57], "qaoaproblem": 14, "alpha": [14, 58], "subcircuit": [14, 45], "kernel_qaoa": [14, 57], "restrict": [14, 41], "plaehold": 14, "place": [14, 41, 44, 46, 48, 56], "qubitu": 14, "qubitv": 14, "mention": 14, "earlier": [14, 46], "z_v": 14, "vale": 14, "arbirtrari": 14, "formula": 14, "z_uz_v": 14, "minimum": [14, 18, 40], "refram": 14, "promot": [14, 20, 71], "reformul": 14, "hamiltonian_max_cut": 14, "inititi": 14, "comment": [14, 48], "iiziz": 14, "izzii": 14, "iiiii": 14, "zziii": 14, "iiizz": 14, "iizzi": 14, "ziizi": 14, "495973826282007": 14, "51349181993727": 14, "21299416361632417": 14, "3250526425808945": 14, "886630847343767": 14, "max_cut": 14, "11111": 14, "11110": 14, "01101": 14, "148": 14, "01110": 14, "47": [14, 16, 17], "01000": 14, "00110": 14, "54": [14, 16], "165": 14, "00101": 14, "154": 14, "00100": 14, "01001": 14, "00000": 14, "00011": 14, "10011": [14, 41], "00010": 14, "01111": 14, "11011": 14, "00111": 14, "11100": 14, "10010": 14, "144": [14, 16], "10110": 14, "40": [14, 16, 18, 55], "10000": [14, 39, 46, 52, 55], "10111": 14, "11000": 14, "11101": 14, "11001": 14, "11010": 14, "aid": [15, 22], "area": [15, 41], "signal": [15, 28], "compress": 15, "qft": 15, "ingredi": 15, "shor": [15, 20], "exponenti": [15, 16, 31, 55], "factor": [15, 16, 20], "plai": 15, "vital": 15, "role": 15, "frequenc": 15, "domain": 15, "easier": [15, 23, 60, 63], "analogi": 15, "ixi": 15, "5i": 15, "0i": 15, "25i": 15, "35i": 15, "r_k": 15, "bmatrix": [15, 16, 58], "ciruit": 15, "input_st": [15, 39, 52], "zeroth": 15, "decim": 15, "round": [15, 26, 59], "571": 15, "7854": 15, "25j": 15, "35j": 15, "seri": [15, 39, 52], "henc": [15, 37, 41, 46, 55, 58, 64, 66, 70], "fast": [15, 28, 42, 45], "n2": 15, "why": 15, "life": [15, 40], "invert": 15, "quantum_fourier_transform2": 15, "attent": 15, "definit": [15, 23, 25, 27, 56, 63], "unitari": [15, 18, 26, 30, 37, 54, 57, 58], "verification_exampl": 15, "caus": 16, "imperfect": 16, "properli": [16, 46, 64, 70], "tell": [16, 58], "independ": [16, 23, 28, 41, 42, 64], "pseudoinvers": 16, "noisi": [16, 20, 50], "p_": 16, "adjust": [16, 42, 64, 70], "quasi": 16, "correl": 16, "affect": [16, 42, 56, 63], "impract": 16, "seaborn": 16, "sn": 16, "itertool": 16, "union": 16, "set_styl": 16, "dark": 16, "prob": 16, "principl": 16, "yet": [16, 21, 41, 66, 73], "get_nois": 16, "isinst": 16, "bit_flip": [16, 56], "state_label": 16, "ghz": [16, 40, 41, 44, 46, 49, 52, 53, 55, 60, 67], "ghz_kernel": 16, "plot_cmat": 16, "mat": 16, "fig": 16, "im2": 16, "matshow": 16, "cmap": 16, "cm": 16, "vmin": 16, "vmax": 16, "set_ytick": 16, "arang": 16, "set_xtick": 16, "set_yticklabel": 16, "set_xticklabel": 16, "set_titl": 16, "fontsiz": 16, "set_xlabel": 16, "xaxi": 16, "set_label_posit": 16, "set_ylabel": 16, "colorbar": 16, "closest": 16, "min_": 16, "rm": [16, 64, 66], "find_closest_distribut": 16, "empirical_dist": 16, "empir": 16, "l1": 16, "ord": 16, "con": 16, "ineq": 16, "fun": [16, 19], "eq": [16, 60], "bnd": 16, "initial_valu": 16, "slsqp": 16, "get_counts_from_distribut": 16, "return_count": 16, "1024": [16, 49], "noise_1": 16, "ghz_result": 16, "noisy_dict_1": 16, "noisy_res_1": 16, "352": 16, "43": 16, "367": 16, "61": 16, "low": [16, 30, 55], "noise_2": 16, "noisy_dict_2": 16, "noisy_res_2": 16, "149816047538945": 16, "3802857225639665": 16, "292797576724562": 16, "212": 16, "122": 16, "189": 16, "87": 16, "78": 16, "131": 16, "94": 16, "otim": 16, "single_qubit_label": 16, "single_qubit_st": 16, "924": 16, "104": 16, "920": 16, "true_stat": 16, "observed_st": 16, "90234375": 16, "1015625": 16, "09765625": 16, "8984375": 16, "joint": [16, 52], "a_pinv": 16, "pinv": 16, "positive_dist": 16, "ncorrect": [16, 26], "neg": [16, 17, 30, 42], "476": 16, "501": [16, 23], "mitigated_sg": 16, "kind": [16, 46], "bar_label": 16, "assumpt": 16, "special": [16, 27, 32, 60, 68], "a_n": 16, "local_label": 16, "local_st": 16, "388": 16, "235": 16, "174": 16, "79": [16, 40], "58": 16, "23": 16, "38": [16, 64, 66], "370": 16, "60": [16, 66], "107": 16, "162": 16, "marginalized_count": 16, "total_shot": 16, "marginal_ct": 16, "85546875": 16, "15722656": 16, "14453125": 16, "84277344": 16, "6328125": 16, "38476562": 16, "3671875": 16, "61523438": 16, "70800781": 16, "32226562": 16, "29199219": 16, "67773438": 16, "pinv_confusion_matric": 16, "a_joint": 16, "559": 16, "26": [16, 17, 19, 40], "510": [16, 55], "521": 16, "446": 16, "mitigated_k_loc": 16, "248": 16, "159": 16, "83": 16, "68": 16, "161": 16, "93": 16, "46": 16, "363": 16, "253": 16, "76": 16, "378": 16, "150": [16, 58], "74": 16, "106": 16, "145": 16, "251": 16, "386": 16, "99": 16, "29": [16, 41], "229": 16, "247": 16, "70": 16, "163": 16, "371": 16, "95": 16, "157": 16, "233": 16, "85": [16, 55], "396": 16, "31": [16, 40, 55], "393": 16, "160": 16, "a_ful": 16, "24": [16, 17, 63, 67], "09734490298929": 16, "714": 16, "211": 16, "152": 16, "49": 16, "63": 16, "422": 16, "683": 16, "302": 16, "mitigated_ful": 16, "cue": 17, "sens": [17, 60], "dimension": [17, 35], "2d": 17, "plane": 17, "3d": 17, "varphi": 17, "minu": 17, "direct": [17, 60, 70], "spheric": 17, "coordin": 17, "sphere": 17, "showcas": 17, "render": 17, "qutip": 17, "sure": [17, 41, 64, 66, 68, 71], "restart": 17, "jupyt": [17, 66], "notebook": 17, "menu": 17, "vscode": [17, 66], "click": [17, 66], "button": 17, "toolbar": 17, "misunderstand": 17, "qualifi": 17, "bash": [17, 40, 64, 66, 71], "pipe": [17, 60], "sy": [17, 46, 71], "importerror": 17, "nnew": 17, "post1": 17, "cp310": 17, "manylinux_2_17_x86_64": 17, "manylinux2014_x86_64": 17, "whl": [17, 64], "mb": 17, "62": 17, "eta": 17, "usr": [17, 60, 64, 66, 70], "lib": [17, 60, 62, 63, 64, 66, 67, 70, 71], "fonttool": 17, "pillow": 17, "contourpi": 17, "dateutil": 17, "post0": 17, "pypars": 17, "cycler": 17, "kiwisolv": 17, "six": 17, "successfulli": [17, 56], "root": [17, 64, 66], "broken": 17, "permiss": [17, 64, 66], "conflict": [17, 64], "recommend": [17, 23, 64, 66, 71], "pypa": 17, "io": [17, 66], "venv": 17, "subsequ": [17, 23, 28, 31, 33, 64, 66], "cell": 17, "instanti": [17, 23, 28, 34, 35, 40, 41, 57, 70], "add_to_bloch_spher": 17, "rng": 17, "default_rng": [17, 55], "blochspherelist": 17, "anglelist": 17, "sph": 17, "displai": [17, 22], "side": [17, 37, 66], "accordingli": [17, 42, 70], "absolut": [17, 35, 60], "had": 17, "toolbox": 17, "blochspher": 17, "unfortun": 17, "handi": 17, "power": [17, 21, 40, 42, 55, 73], "kernel_to_draw": 17, "14159": 17, "tdg": [17, 30], "142": 17, "documentclass": 17, "usepackag": 17, "quantikz": 17, "lstick": 17, "q_0": 17, "amp": 17, "r_1": 17, "qw": 17, "q_1": 17, "targx": 17, "q_2": 17, "q_3": 17, "editor": 17, "export": [17, 39, 40, 41, 63, 64, 71], "molecular": [18, 20], "preprocess": 18, "uccsd": 18, "openfermionpyscf": [18, 19], "chain": [18, 37], "hydrogen": [18, 59], "seper": 18, "along": [18, 23, 39, 40, 42, 46, 70], "fix": [18, 21, 42, 73], "bond": 18, "interatom": 18, "electrostat": 18, "forc": [18, 41, 70], "proton": 18, "shield": 18, "neutron": 18, "chemic": 18, "minimis": 18, "stabl": [18, 66], "hydrogen_count": 18, "angstrom": 18, "bond_dist": 18, "coupl": [18, 28, 42, 52, 66], "cluster": [18, 20, 41, 42], "uccsd_num_paramet": [18, 19], "builtin": [18, 60], "1371744305855906": 18, "popular": [18, 66], "xk": [18, 19], "x0": [18, 19, 23], "1173": 19, "4691": 19, "7570": 19, "mol": 19, "charg": 19, "631g": 19, "myhf": 19, "rhf": 19, "max_cycl": 19, "nelectron": 19, "norb": 19, "mo_coeff": 19, "norb_ca": 19, "nele_ca": 19, "mycasci": 19, "ncore": 19, "occupi": [19, 41], "frozen": 19, "mycc": 19, "e_tot": 19, "9839755372789": 19, "98508980454675": 19, "e_corr": 19, "001114267267875617": 19, "get_fermion_oper": 19, "timeit": [19, 46, 55], "run_pyscf": 19, "moleculardata": 19, "molecular_hamiltonian": 19, "get_molecular_hamiltonian": 19, "occupied_indic": 19, "active_indic": 19, "fermion_hamiltonian": 19, "qubit_hamiltonian": 19, "electron_num": 19, "start_tim": 19, "default_tim": 19, "300": 19, "end_tim": 19, "elaps": 19, "tmp": [19, 64], "ipykernel_23147": 19, "4290935201": 19, "complexwarn": 19, "discard": [19, 23], "98415928173183": 19, "105": 19, "929891359000067": 19, "welcom": [20, 40, 53, 66], "page": [20, 46, 51, 53, 64, 66, 71], "scalabl": [20, 40, 71], "offer": [20, 40, 71], "unifi": [20, 38, 71], "brows": 20, "amd64": [20, 21, 73], "2168": 20, "releas": [20, 38, 41, 42, 60, 66, 71, 73], "toolchain": [20, 36, 39, 46, 60, 66, 67, 68, 69, 71], "heterogen": [20, 22, 45, 64], "troubleshoot": [20, 43], "bernstein": [20, 50, 66], "vazirani": [20, 50, 66], "cuquantum": [20, 42, 50, 55, 63, 64], "auxiliari": 20, "mont": 20, "carlo": 20, "deutsch": 20, "fourier": [20, 26], "qaoa": [20, 57], "neural": 20, "network": [20, 21, 39, 40, 41, 49, 52, 63, 66, 73], "dock": 20, "dc": 20, "readout": 20, "mitig": 20, "divis": 20, "With": [20, 21, 41, 46, 56, 60, 67, 73], "coreset": 20, "krylov": 20, "cloud": [20, 21, 38, 39, 52, 73], "processor": [20, 21, 23, 28, 38, 46, 66, 70, 71, 73], "center": [20, 65, 66], "downstream": [20, 63, 67, 69], "cmake": [20, 62, 63, 69], "repositori": [21, 62, 63, 64, 66, 73], "docker": [21, 64, 71, 73], "nightli": [21, 66, 73], "eas": [21, 73], "think": [21, 41, 58, 73], "great": [21, 73], "thank": [21, 42, 73], "extern": [21, 42, 60, 62, 64, 70, 73], "contributor": [21, 73], "wheel": [21, 41, 42, 64, 73], "fusion": [21, 42, 73], "cudaq_mgpu_fus": [21, 42, 73], "bug": [21, 73], "greatli": [21, 73], "increas": [21, 42, 46, 55, 66, 71, 73], "frontend": [21, 73], "blog": [21, 73], "setup": [21, 42, 52, 66, 73], "scenario": [21, 54, 66, 73], "ve": [21, 53, 68, 73], "workload": [21, 41, 66, 73], "gnu": [21, 60, 64, 66, 70, 73], "guid": [21, 39, 64, 66, 68, 71, 73], "older": [21, 64, 66, 73], "glibc": [21, 64, 66, 73], "oqc": [21, 38, 73], "iqm": [21, 38, 73], "publish": [21, 66, 73], "experiment": [21, 66, 73], "arm": [21, 64, 66, 71, 73], "aarch64": [21, 71, 73], "pypi": [21, 64, 71, 73], "quantinuum": [21, 38, 73], "ionq": [21, 38, 73], "linux": [21, 60, 64, 66, 73], "concept": [22, 23, 27, 29], "bind": [22, 25, 27, 30, 64], "coprocess": 22, "annot": [22, 27, 44, 53], "aspect": [22, 23, 42, 70], "core": [22, 23, 42, 55, 60], "higher": 22, "namespac": [22, 23, 25, 26, 27, 30, 31, 33, 35, 36, 40, 41, 46, 51, 57, 62, 63, 68, 70], "philosophi": 23, "stand": 23, "alon": 23, "adaptor": 23, "returntyp": 23, "hasvoidreturntyp": 23, "is_void_v": 23, "sample_opt": 23, "bel": 23, "lu": [23, 26, 35, 49, 53, 54], "sequential_data": 23, "implicit": [23, 35, 37], "reg1": 23, "499": 23, "appear": [23, 66], "alwai": [23, 42, 66], "middl": 23, "implicitli": [23, 28, 37], "difficult": 23, "discern": 23, "ones": 23, "silent": 23, "ancillari": [23, 48], "varieti": [23, 46], "enforc": 23, "sample_async_result": 23, "async_sample_result": [23, 41], "langl": 23, "\ud835\udeb9": 23, "observe_opt": 23, "retain": [23, 29], "measurecount": 23, "spinop": 23, "x0x1exp": 23, "x0x1data": 23, "qarrai": [23, 26, 27, 34, 53, 60], "907": [23, 26, 31, 40, 41, 51, 59], "1433": [23, 26, 31, 40, 41, 51, 59], "21829": [23, 26, 31, 40, 41, 51, 59], "lf": [23, 26, 41, 51], "analyt": 23, "async_observe_result": 23, "broader": [23, 41], "extrem": 23, "dictat": 23, "safe": 23, "moreov": [23, 28, 41, 45, 63], "providesgradi": 23, "_providesgradi": 23, "someth": [23, 35, 64, 66, 70], "max_ev": [23, 59], "opt_energi": 23, "grad_vec": 23, "\ud835\udeb9_i": 23, "variad": 23, "address": [23, 41, 64], "overal": [23, 60, 63], "deuteron_n3_ansatz": 23, "x1": 23, "vctrl": 23, "h3": 23, "625": 23, "913119": 23, "make_tupl": 23, "bfg": 23, "min_val": 23, "permit": 24, "facilit": [25, 66], "privat": [25, 35], "thenfunctor": 25, "predefin": 25, "otherkernelbuild": 25, "kerneltocal": 25, "kerneltocontrol": 25, "kerneltoadjoint": 25, "argsarrai": 25, "decltyp": 25, "tuple_s": 25, "integral_const": 25, "sizeof": [25, 68], "tuple_el": 25, "conditional_t": [25, 35], "factori": 25, "xprep": 25, "qubitin": 25, "hadamardtest": 25, "num_it": 26, "c_str": [26, 70], "phase_estim": 26, "cpp": [26, 39, 40, 41, 42, 46, 49, 51, 52, 53, 54, 56, 59, 60, 62, 63, 64, 66, 67, 68, 70, 71], "qpe": 26, "stdio": [26, 64], "cmath": 26, "iqft": 26, "denom": 26, "1ul": 26, "eigenst": 26, "stateprep": [26, 27], "ncountingqubit": 26, "state_prep": 26, "oracl": [26, 48], "counting_qubit": 26, "state_regist": 26, "put": [26, 35, 56, 58], "r1pigat": 26, "mostprob": 26, "to_integ": 26, "piestim": 26, "tgate": 26, "xgate": [26, 56], "nc": 26, "nq": 26, "countingqubit": 26, "stateregist": 26, "deuteron_n2_ansatz": 26, "param_spac": 26, "linspac": [26, 52], "energy_at_param": 26, "energyatparam": 26, "reflect_about_uniform": 26, "ctrlqubit": 26, "lastqubit": 26, "compute_act": [26, 32], "run_grov": 26, "callablekernel": 26, "n_iter": 26, "target_st": 26, "target_bit_set": 26, "secret": [26, 66], "strtol": 26, "null": [26, 66], "0b1011": 26, "compute_oracl": 26, "reflect": [26, 42], "iterative_qp": 26, "iqp": 26, "cr0": 26, "cr2": 26, "m_pi_4": 26, "differenti": 27, "former": 27, "latter": [27, 60], "my_first_entry_point_kernel": 27, "my_second_entry_point_kernel": 27, "my_first_pure_device_kernel": 27, "parent": 27, "stack": 27, "boolexprfromqubitmeasur": 27, "another_qubit": 27, "uncomput": [27, 28], "is_arithmetic_v": 27, "span": [27, 35], "recurs": 27, "mycustomsimplestruct": 27, "recursivevec": 27, "var": [27, 71], "kernelthatreturn": 27, "mysimplestruct": 27, "recursivelist": 27, "fill": [27, 52, 63], "1415926": 27, "kernellambda": 27, "synchron": [27, 41, 52], "mystateprep": 27, "prep": 27, "mygenericalgorithm": 27, "placehold": 27, "mygenericalgorithm2": 27, "callkernel": 27, "anothervers": 27, "constrain": [27, 54], "is_convertible_v": 27, "takes_qubit": [27, 54], "mygenericalgorithmonqarrai": 27, "mygenericalgorithmonqubit": 27, "presum": 28, "graphic": 28, "fpga": 28, "concurr": [28, 40], "messag": [28, 40, 64, 66], "inter": [28, 42], "fabric": [28, 59], "infinit": [28, 35, 46], "hidden": [28, 48], "novel": 28, "placement": 28, "copyabl": [28, 35], "flavor": 28, "tightli": 28, "modal": 28, "influenc": 28, "sfina": 29, "foundat": 30, "inst_nam": 30, "header": [30, 64, 66, 68, 70], "synthes": [30, 34, 60], "qubitarg": 30, "qr": [30, 42], "scalarangl": 30, "rotation_nam": 30, "measure_op": 30, "convei": 30, "offici": [30, 64, 66], "p_i": 31, "prod_": 31, "sigma_j": 31, "trotter": 31, "intent": 32, "u_cod": 32, "v_code": 32, "computef": 32, "actionf": 32, "computel": 32, "segment": [32, 71], "effort": 33, "get_platform": [33, 41, 51], "quantumregist": 34, "x_gate": 34, "toffoli": 34, "ctrl_bit": 34, "rx_and_h_gat": 34, "kerneltestcontrol": 34, "kerneltestadjoint": 34, "aggreg": 34, "qubit0": [34, 42], "qubit1": [34, 42], "kernel_arg": 34, "fundament": [35, 58, 66, 71], "hilbert": 35, "theorem": 35, "movabl": 35, "never": 35, "n_level": 35, "discret": 35, "adl": 35, "deal": 35, "familiar": 35, "inner": [35, 41, 48], "stride": 35, "first_5": 35, "qb": 35, "knowledg": 35, "ahead": 35, "storag": [35, 58], "fivecompiletimequbit": 35, "formul": 37, "short": 37, "particl": 37, "conceptu": 37, "effect": [37, 42, 46, 55, 56, 58, 71], "sai": 37, "embodi": 37, "behind": 37, "dataflow": 37, "contrast": 37, "consum": [37, 70], "truli": 37, "ssa": 37, "clarifi": 37, "toi": 37, "foo": 37, "boilerpl": [37, 63], "c0": 37, "c1": 37, "extract_ref": [37, 60], "ref": [37, 60], "bunch": 37, "decid": 37, "i1": [37, 60], "imagin": 37, "adjac": [37, 39], "awai": 37, "Such": [37, 46], "miss": [37, 42, 64], "Of": 37, "cours": 37, "correctli": [37, 64, 68, 70], "quit": [37, 46], "prone": 37, "analys": 37, "q0_1": 37, "q0_0": 37, "wire": 37, "q0_z": 37, "elimin": [37, 41], "r0": 37, "qref": 37, "unwrap": 37, "misc": 37, "q0_m": 37, "q0_l": 37, "q1_x": 37, "q0_p": 37, "q0_y": 37, "straightforwardli": 37, "cancel": [37, 56, 66, 71], "mmeori": 37, "comprehens": [38, 39], "orca": 38, "tensornet": [38, 40, 41, 42], "mp": [38, 40, 42], "account": [39, 40, 52, 66], "ionq_api_kei": 39, "ionq_generated_api_kei": 39, "authent": [39, 41, 66], "aria": [39, 52], "login": [39, 66], "emit": [39, 60], "diagnost": 39, "inject": [39, 52, 60, 66], "cortex": 39, "cli": [39, 66], "token": [39, 66], "cach": 39, "iqm_tokens_fil": 39, "mandatori": 39, "match": [39, 64, 66, 70], "coco": [39, 52], "adoni": [39, 52], "iqm_server_url": 39, "demo": 39, "fi": [39, 64], "apollo": 39, "url": [39, 41, 52, 64, 66], "oxford": 39, "ring": 39, "topologi": 39, "luci": 39, "kagom": 39, "lattic": 39, "toshiko": 39, "registr": [39, 62, 63], "contact": [39, 52], "oqc_qcaas_support": [39, 52], "oxfordquantumcircuit": [39, 52], "email": [39, 40], "password": [39, 66], "oqc_url": [39, 52], "oqc_email": [39, 52], "oqc_password": [39, 52], "suppli": 39, "qcaa": 39, "servic": [39, 40, 41, 52, 66], "assembli": 39, "qat": 39, "pt": [39, 52, 66], "boson": [39, 52], "photon": [39, 52, 58], "interf": [39, 52], "beam": [39, 52], "splitter": [39, 52], "detector": [39, 52], "bin": [39, 41, 52, 64, 66], "interferomet": [39, 52], "delai": [39, 52], "sent": [39, 41, 52], "orca_access_url": [39, 52], "orca_url": [39, 52], "getenv": [39, 52], "localhost": [39, 41, 52, 66], "bs_angl": [39, 52], "loop_length": [39, 52], "apt": [39, 66], "curl": [39, 64], "jq": 39, "your_alia": 39, "your_password": 39, "qapi": 39, "home": [39, 40, 66], "id_token": 39, "cat": [39, 66], "refresh_token": 39, "refresh": 39, "echo": [39, 40, 64, 66, 70], "quantinuum_config": 39, "cudaq_quantinuum_credenti": 39, "checker": [39, 52], "mere": [39, 64], "2e": [39, 52], "sc": 39, "1sc": 39, "navig": [39, 66], "tab": [39, 66], "tabl": [39, 40, 41, 63, 66], "world": [40, 45, 53], "visit": [40, 46], "link": [40, 60, 64, 66, 67, 68, 70], "approv": 40, "nvqc_api_kei": 40, "session": [40, 41, 66], "bashrc": [40, 66], "rather": [40, 42, 46, 58, 70], "2024": 40, "438": 40, "3600": 40, "h100": 40, "80gb": 40, "hbm3": 40, "driver": [40, 64, 66], "gb": [40, 42, 55], "clock": 40, "rate": 40, "mhz": 40, "2619": 40, "1980": 40, "1111111111111111111111111": [40, 55], "486": 40, "0000000000000000000000000": [40, 55], "514": 40, "nvqc_intro": 40, "545": 40, "487": 40, "513": 40, "nvqc_sampl": 40, "grow": [40, 63], "ngpu": 40, "unabl": [40, 66], "deploy": 40, "dm": 40, "ye": [40, 66], "cutensornet": [40, 42], "contract": [40, 42], "wherebi": [40, 41, 42], "worker": 40, "nqpu": 40, "opt_gradi": 40, "submiss": [40, 47, 52], "energy_futur": 40, "plus_futur": 40, "minus_futur": 40, "optimal_valu": 40, "grad": 40, "paramshift": 40, "74886": 40, "nvqc_vqe": 40, "incom": [40, 54], "attain": 40, "speedup": [40, 55], "On": [40, 41, 42, 49, 53, 66, 71], "busi": 40, "deliv": 40, "substanti": 40, "my": [40, 63, 66], "nvqc_log_level": 40, "disabl": [40, 42, 64], "credenti": [40, 52], "lieu": 40, "api_kei": 40, "nvqc_config": 40, "elucid": 41, "unlik": [41, 46], "opportun": 41, "qpu_count": 41, "count_futur": 41, "kerneltobesampl": 41, "runtimeparam": 41, "singleton": [41, 51], "zu": [41, 51], "countfutur": 41, "emplace_back": 41, "four": [41, 51, 58], "gpuemulatedqpu": 41, "37": 41, "cudaq_mqpu_ngpu": 41, "bellow": 41, "state_futur": 41, "kerneltorun": 41, "async_state_result": 41, "statefutur": 41, "suffici": [41, 64, 66, 71], "mpiexec": [41, 42, 64], "script": [41, 46, 64, 66], "srun": 41, "controls_count": 41, "auto_launch": 41, "isdigit": 41, "nrcontrol": 41, "tidx": 41, "background": 41, "daemon": 41, "qpud": 41, "shut": 41, "cudaq_loc": 41, "grep": [41, 64], "qpud_pi": 41, "cuda_visible_devic": [41, 42], "tcp": [41, 66], "ip": 41, "ld_library_path": [41, 64, 71], "launcher": 41, "app": 41, "firewal": 41, "secur": [41, 66], "port1": 41, "port2": 41, "port3": 41, "port4": 41, "per": [41, 42, 55, 59], "resolv": 41, "contigu": 41, "byte": [41, 55, 70], "memcpi": 41, "ixiz": 41, "charact": 41, "incur": 41, "overhead": 41, "0000": 41, "1111": 41, "demand": 41, "veri": [41, 53, 62, 70], "defer": 41, "rtti": 41, "standalon": [41, 63], "accommod": 42, "switch": [42, 55], "modif": [42, 46, 53], "invalid": 42, "cudaq_fusion_max_qubit": 42, "cudaq_fusion_diagonal_gate_max_qubit": 42, "cudaq_fusion_num_host_thread": 42, "cudaq_max_cpu_memory_gb": 42, "migrat": [42, 64], "unlimit": 42, "cudaq_max_gpu_memory_gb": 42, "exce": 42, "cudaq_mgpu_lib_mpi": 42, "libmpi": [42, 66], "cudaq_mgpu_comm_plugin_typ": 42, "openmpi": [42, 64, 66, 71], "mpich": [42, 64], "commplugin": 42, "cudaq_mgpu_nqubits_thresh": 42, "cudaq_mgpu_p2p_device_bit": 42, "gpudirect": 42, "p2p": 42, "cudaq_gpu_fabr": 42, "mnnvl": 42, "nvl": 42, "nvlink": 42, "cudaq_global_index_bit": 42, "comma": 42, "slower": 42, "cudaq_host_device_migration_level": 42, "tune": [42, 59], "fuse": 42, "4x4": 42, "bandwidth": 42, "significantli": 42, "suitabl": [42, 64, 66, 70], "despit": [42, 52], "poor": 42, "visibl": [42, 66], "cutensornet_comm_lib": 42, "newli": [42, 66], "libcutensornet_distributed_interface_mpi": 42, "dedic": 42, "dgx": 42, "omp_plac": 42, "omp_num_thread": 42, "number_of_cores_per_nod": 42, "number_of_gpus_per_nod": 42, "wave": 42, "sparsiti": 42, "svd": 42, "singular": [42, 64], "truncat": 42, "tractabl": 42, "footprint": 42, "cudaq_mps_max_bond": 42, "cudaq_mps_abs_cutoff": 42, "cutoff": 42, "largest": 42, "trim": 42, "cudaq_mps_relative_cutoff": 42, "cudaq_mps_svd_algo": 42, "gesvd": 42, "gesvdj": 42, "jacobi": 42, "gesvdp": 42, "gesvdr": 42, "medium": 42, "overridden": [42, 63], "cudaq_default_simul": [42, 49], "debug": [43, 60, 64, 66], "amongst": 44, "subroutin": 45, "closer": [45, 53, 60], "collaps": [46, 58, 63], "roughli": [46, 55, 56, 58], "505": 46, "495": 46, "result_0": 46, "5005": 46, "4995": 46, "result_1": 46, "subtl": 46, "rebuilt": 46, "most_probable_result": 46, "intens": 46, "respons": 46, "event": [46, 64], "kernel2": 46, "num_gpu": [46, 55], "result_2": 46, "confirm": [46, 52, 56, 64, 66, 71], "determinist": 46, "close": [46, 52], "025": 46, "million": 46, "35x": 46, "code_to_tim": 46, "1000000": 46, "57462": 46, "stmt": 46, "773286": 46, "isol": 46, "atoi": [46, 71], "chrono": 46, "high_resolution_clock": 46, "durat": 46, "took": 46, "8337": 46, "18988": 46, "cudaq_log_level": 47, "prepend": 47, "cudaq_dump_jit_ir": 47, "output_filenam": 47, "highest": 48, "random_bit": 48, "bitset": 48, "randint": 48, "un": 48, "verif": 48, "hidden_bit": 48, "auxillary_qubit": 48, "bernstein_vazirani": [48, 66], "success": [48, 62], "random_bitstr": 48, "vector_of_bit": 48, "hidden_bitstr": 48, "recov": 48, "cuquantum_backend": 49, "hang": [49, 66, 71], "observe_mqpu": 51, "redefin": 52, "flight": 52, "async_count": 52, "txt": [52, 62, 63, 66, 67], "same_fil": 52, "retrieved_async_result": 52, "mimic": 52, "dashboard": 52, "fstream": 52, "meantim": [52, 66], "ofstream": 52, "savem": 52, "readin": 52, "ifstream": 52, "proceed": [52, 64], "qb1": 52, "qb2": 52, "qb3": 52, "qb4": 52, "qb5": 52, "adonis_ghz": 52, "transpar": 52, "worri": 52, "schemat": 52, "optic": 52, "reconfigur": 52, "shifter": 52, "enter": [52, 66], "indistinguish": 52, "vacuum": 52, "interfer": [52, 56, 64, 66], "exit": [52, 55, 66], "half": 52, "n_beam_splitt": 52, "ps_angl": 52, "n_sampl": 52, "helper": [52, 59], "linear_spaced_vector": 52, "static_cast": [52, 68], "sum_loop_length": 52, "accumul": 52, "n_loop": 52, "n_mode": 52, "endpoint": 52, "syntax_check": 52, "gotten": 53, "hello": [53, 66], "static_kernel": 53, "x_kernel": 54, "control_vector": 54, "multi_controlled_oper": 54, "ccnot": 54, "applyx": 54, "ccnot_test": 54, "apply_x": 54, "counts2": 54, "seamless": [55, 66], "multithread": 55, "ghz_state": 55, "sample_ghz_st": 55, "cpu_result": 55, "475": 55, "525": [55, 66], "2500x": 55, "gpu_result": 55, "490": 55, "8700": 55, "freeli": [55, 64, 66], "qubits_list": 55, "990": 55, "dev": [55, 64, 66], "xi": 55, "2500": 55, "4x": 55, "asyncresult": 55, "conclud": 56, "examin": 56, "scrambl": 56, "bring": 56, "noise_depolar": 56, "noiseless_count": 56, "environment": 56, "amplitude_damp": 56, "keyword": 56, "noiseless_result": 56, "noise_amplitude_damp": 56, "wherein": 56, "undergo": 56, "degre": 56, "noise_bit_flip": 56, "bf": 56, "phase_flip": 56, "presenc": 56, "noise_phase_flip": 56, "pf": 56, "kraus_oper": 56, "nielsen": 56, "chuang": 56, "chapter": 56, "depol": 56, "99498743710662": 56, "05773502691896258": 56, "unset": 56, "good": 56, "avoid": [56, 64, 70, 71], "rectangular": 57, "hp": 57, "random_vector": [57, 59], "mt19937": [57, 59], "default_se": [57, 59], "16lf": [57, 59], "transmiss": 58, "analog": 58, "counterpart": 58, "transistor": 58, "alter": 58, "superconduct": 58, "materi": 58, "ion": 58, "trap": 58, "concern": [58, 64], "ourselv": 58, "obei": 58, "law": 58, "mathemat": 58, "physicist": 58, "theori": 58, "linearli": 58, "logarithm": 58, "dirac": 58, "beta": [58, 60], "correspondingli": [58, 70], "approx": 58, "feasibl": 58, "art": [58, 70], "manipul": 58, "offload": 58, "lvert": 58, "rvert": 58, "502": 58, "498": 58, "modulu": 58, "conserv": 58, "uphold": 58, "excit": 58, "probabilist": 58, "infer": 58, "devis": 58, "phenomena": 58, "predict": 58, "postul": 58, "alpha_": 58, "simple_vq": 59, "pick": [59, 63, 64], "nminim": 59, "vqe_h2": 59, "builder": [59, 60], "arrang": 59, "so4": 59, "so4_fabr": 59, "block_siz": 59, "counter": 59, "subq": 59, "so4_param": 59, "slice_vector": 59, "odd": 59, "h2_data": 59, "10647701149499994": 59, "0454063328691": 59, "170280101353": 59, "120200490713": 59, "168335986252": 59, "165606823582": 59, "22004130022499996": 59, "174072892497": 59, "17028010135300004": 59, "22004130022499999": 59, "p_counter": 59, "n_blocks_per_lay": 59, "init_param": 59, "max_line_search_tri": 59, "gradient_vector": 59, "adam": 59, "llvm": [60, 62, 63, 64, 68], "qke": [60, 62], "pipelin": 60, "canonic": 60, "lift": 60, "indirect": 60, "loader": 60, "expand": 60, "cfg": 60, "cse": 60, "lpsxpu": 60, "p3de4l": 60, "fixup": 60, "linkag": 60, "pl": [60, 64], "llc": [60, 64], "reloc": 60, "pic": 60, "filetyp": 60, "obj": 60, "o2": 60, "clang": [60, 64, 70], "gcc": [60, 64, 66, 70], "x86_64": [60, 64, 66, 71], "lib64": [60, 66, 68], "stub": 60, "wl": [60, 64, 70], "rpath": [60, 70], "llib": 60, "lcudaq": 60, "ensmallen": 60, "em": 60, "lnvqir": 60, "orchestr": 60, "qtx": 60, "mangled_name_map": 60, "__nvqpp__mlirgen__ghz": 60, "_zn3ghzclei": 60, "i32": 60, "entrypoint": 60, "alloca": 60, "memref": 60, "extsi": 60, "c0_i32": 60, "c0_i32_0": 60, "alloca_1": 60, "c1_i32": 60, "subi": 60, "cmpi": 60, "slt": 60, "addi": 60, "unoptim": 60, "mangl": 60, "introspect": 60, "overwrit": 60, "libcudaq": 60, "libnvqir": [60, 63], "robust": 60, "intermedi": 60, "depart": 60, "recal": 60, "datalayout": 60, "p270": 60, "p271": 60, "p272": 60, "f80": 60, "n8": 60, "s128": 60, "unknown": [60, 66], "invokewithcontrolqubit": 60, "__quantum__qis__x__ctl": 60, "__quantum__rt__array_get_size_1d": 60, "__quantum__qis__h": 60, "i8": 60, "__quantum__rt__array_get_element_ptr_1d": 60, "sext": 60, "bitcast": 60, "icmp": 60, "sgt": 60, "br": 60, "ph": 60, "prehead": 60, "_crit_edg": 60, "trip": 60, "zext": 60, "indvar": 60, "iv": 60, "nuw": 60, "nsw": 60, "nonnul": 60, "exitcond": 60, "ph3": 60, "_crit_edge4": 60, "exitcond5": 60, "mycustomplugin": 62, "cmakelist": [62, 63, 67], "add_llvm_pass_plugin": 62, "operationpass": 62, "quakedialect": 62, "quakeop": 62, "frozenrewritepatternset": 62, "dialectconvers": 62, "replaceh": 62, "oprewritepattern": 62, "hop": 62, "logicalresult": 62, "matchandrewrit": 62, "patternrewrit": 62, "replaceopwithnewop": 62, "sop": 62, "isadj": 62, "getparamet": 62, "getcontrol": 62, "gettarget": 62, "custompassplugin": 62, "passwrapp": 62, "funcop": 62, "mlir_define_explicit_internal_inline_type_id": 62, "stringref": 62, "runonoper": 62, "getoper": 62, "getcontext": 62, "rewritepatternset": 62, "insert": 62, "conversiontarget": 62, "addlegaldialect": 62, "addillegalop": 62, "applypartialconvers": 62, "emitoperror": 62, "signalpassfailur": 62, "cudaq_register_mlir_pass": 62, "add_subdirectori": 62, "circuitsimulatorbas": 63, "lot": 63, "qppcircuitsimul": 63, "custateveccircuitsimul": 63, "openmp": [63, 64, 71], "addqubittost": 63, "addqubitstost": 63, "resetqubit": 63, "qubitidx": 63, "resetqubitstateimpl": 63, "applyg": 63, "gateapplicationtask": 63, "measurequbit": 63, "floattyp": 63, "mysimul": 63, "nvqir_register_simul": 63, "mysimulatorclassnam": 63, "dylib": 63, "nvqir_simulation_backend": 63, "cuda_quantum_path": [63, 64, 66, 67], "find_packag": [63, 67], "nvqir_add_backend": 63, "folder": [63, 64, 66, 67], "cmake_minimum_requir": [63, 67], "fatal_error": [63, 67], "democreatenvqirbackend": 63, "cxx": [63, 64, 67, 71], "measuredbit": 63, "cuda_quantum": [63, 64], "cd": [63, 64, 66, 67], "ninja": [63, 67], "dnvqir_dir": 63, "softwar": [64, 66], "rootless": 64, "admin": [64, 66], "meet": 64, "carefulli": 64, "almost": 64, "though": 64, "piec": 64, "requisit": 64, "almalinux": 64, "manylinux_2_28": 64, "cento": [64, 66], "debian": [64, 66], "fedora": [64, 66], "opensus": [64, 66], "sled": [64, 66], "sle": [64, 66], "rhel": [64, 66], "rocki": [64, 66], "ubuntu": [64, 66], "newer": [64, 66, 71], "x86": [64, 66], "arm64": [64, 66, 71], "v8": [64, 66], "volta": [64, 66], "ture": [64, 66], "amper": [64, 66], "ada": [64, 66], "hopper": [64, 66], "470": [64, 66], "57": [64, 66], "git": 64, "unzip": 64, "web": [64, 66], "cudaq_install_prefix": 64, "cuquantum_install_prefix": 64, "cutensor_install_prefix": 64, "cutensor": 64, "llvm_install_prefix": 64, "blas_install_prefix": 64, "bla": 64, "zlib_install_prefix": 64, "zlib": 64, "openssl_install_prefix": 64, "openssl": 64, "curl_install_prefix": 64, "protocol": 64, "deviat": 64, "toolkit": [64, 66, 68, 71], "onlin": [64, 66], "cuda_vers": [64, 66], "cuda_download_url": [64, 66], "repo": [64, 66], "subfold": [64, 66], "rhel8": [64, 66], "cuda_arch_fold": [64, 66], "dnf": [64, 66], "nobest": [64, 66], "setopt": [64, 66], "install_weak_dep": [64, 66], "tr": [64, 66], "gcc_version": 64, "toolset": [64, 70], "assembl": 64, "enable_script": 64, "gcc_toolchain": 64, "rh": 64, "cudacxx": 64, "nvcc": [64, 66, 68], "cudahostcxx": 64, "commit": 64, "checkout": 64, "archiv": [64, 66, 70], "subsect": 64, "devel": [64, 66], "suffix": 64, "conda": [64, 71], "auditwheel": 64, "patchelf": 64, "llvm_project": 64, "flang": 64, "lld": 64, "install_prerequisit": [64, 66], "sh": [64, 66, 71], "fc": 64, "histori": 64, "setuptools_scm_pretend_vers": 64, "cudaq_wheel": 64, "manylinux_platform": 64, "linux_": 64, "sed": [64, 66], "manylinux_2_28_": 64, "pwd": [64, 70], "_skbuild": 64, "repair": 64, "plat": 64, "libcubla": [64, 66], "libcublaslt": 64, "libcusolv": [64, 66], "libcutensor": 64, "libcutensornet": 64, "libcustatevec": 64, "libcudart": 64, "libnvtoolsext": 64, "libnvidia": 64, "ml": 64, "wheelhous": 64, "inde": 64, "cudaq_enable_static_link": 64, "cudaq_require_openmp": 64, "cudaq_werror": 64, "cudaq_python_support": 64, "build_cudaq": 64, "primarili": 64, "linker": [64, 70], "makeself": 64, "cuda_quantum_asset": 64, "mv": 64, "ld": 64, "build_config": 64, "xml": 64, "gzip": [64, 66], "sha256": 64, "install_cuda_quantum": [64, 66, 71], "unam": [64, 66, 71], "migrate_asset": 64, "libc6": [64, 66], "sudo": [64, 66, 71], "set_env": [64, 66], "asset": [64, 66, 71], "highli": [64, 66], "profil": [64, 66, 71], "prefer": [64, 66], "version_suffix": [64, 66], "nvtx": [64, 66], "cudart": [64, 66], "awar": 64, "autoconf": 64, "libtool": 64, "flex": 64, "openmpi_vers": 64, "openmpi_download_url": 64, "ompi": 64, "tar": [64, 66], "gz": [64, 66], "xf": 64, "strip": 64, "rf": [64, 66], "autogen": 64, "ldflag": 64, "prefix": [64, 66], "getpwuid": 64, "mem": 64, "memcheck": 64, "verb": 64, "nproc": 64, "mpic": 64, "mpi_cuda_check": 64, "__has_includ": 64, "ext": 64, "endif": 64, "mpi_init": 64, "exit_cod": 64, "mpix_query_cuda_support": 64, "mpi_fin": 64, "mca": 64, "plm_rsh_agent": 64, "ssh": 64, "rsh": 64, "unless": [64, 66], "slurm": 64, "mpi_path": [64, 66, 71], "distributed_interfac": [64, 66, 71], "activate_custom_mpi": [64, 66, 71], "guidanc": 66, "bundl": 66, "deploi": 66, "unsur": 66, "engin": 66, "desktop": 66, "administr": 66, "ngc": 66, "whenev": 66, "pull": 66, "nvcr": 66, "prototyp": 66, "tri": 66, "readm": 66, "appreci": 66, "insuffici": 66, "hover": 66, "id_rsa": 66, "pub": 66, "itd": 66, "2222": 66, "exec": 66, "openssh": 66, "usepam": 66, "sshd_config": 66, "cp": 66, "authorized_kei": 66, "sbin": 66, "sshd": 66, "stricthostkeycheck": 66, "userknownhostsfil": 66, "globalknownhostsfil": 66, "relocat": 66, "wsl": 66, "prerequisit": 66, "sylab": 66, "ce": 66, "xzf": 66, "mconfig": 66, "suid": 66, "builddir": 66, "bootstrap": 66, "runscript": 66, "mount": 66, "devpt": 66, "fakeroot": 66, "sif": 66, "writabl": 66, "nv": 66, "conf": 66, "ldd": [66, 70], "privileg": 66, "revis": 66, "upvot": 66, "posix": 66, "browser": 66, "palett": 66, "attach": 66, "window": 66, "reload": 66, "microsoft": 66, "sandbox": 66, "portmap": 66, "sshd_output": 66, "listen": 66, "1025": 66, "65535": 66, "ui": 66, "ask": 66, "aren": 66, "icon": 66, "sidebar": 66, "prompt": 66, "workspac": 66, "remotecommand": 66, "requesttti": 66, "hostnam": 66, "enableremotecommand": 66, "uselocalserv": 66, "remoteserverlistenonsocket": 66, "connecttimeout": 66, "serverinstallpath": 66, "sign": 66, "upgrad": 66, "ac": 66, "ace_nam": 66, "instance_nam": 66, "commandlin": 66, "job_id": 66, "8888": 66, "lab": 66, "portal": 66, "minut": 66, "404": 66, "patient": 66, "happi": 66, "cuda11x": 66, "ship": 66, "vendor": 66, "prebuilt": 66, "guarante": 66, "libcudaq_distributed_interface_mpi": 66, "cudaq_mpi_comm_lib": 66, "uninstal": 66, "dsize": 66, "fairli": 66, "succe": 66, "imper": 67, "mycudaqapp": 67, "add_execut": 67, "ghz_ex": 67, "dcudaq_dir": 67, "cu": 68, "my_proj": 68, "conform": 68, "my_proj_quantum": 68, "libc": 68, "cudadatatyp": [68, 70], "cudasetfirstnel": 68, "sv": 68, "__restrict__": 68, "sv2": 68, "int64_t": 68, "blockidx": 68, "blockdim": 68, "threadidx": 68, "setfirstnel": 68, "uint32_t": [68, 70], "n_block": [68, 70], "int32_t": [68, 70], "threads_per_block": [68, 70], "newdevicestatevector": 68, "devicestatevector": [68, 70], "previousstatedimens": 68, "reinterpret_cast": [68, 70], "cufloatcomplex": [68, 70], "cudoublecomplex": [68, 70], "cucomplex": 68, "cuda_runtim": 68, "device_launch_paramet": 68, "my_kernel": 68, "cudamalloc": 68, "xcompil": 68, "fpic": [68, 70], "cuda_hom": 68, "lcudart": 68, "my_execut": 68, "hood": 70, "quantum_kernel": 70, "sstream": 70, "bell_distribut": 70, "stringbuf": 70, "ptr": 70, "strcpy": 70, "libstdc": 70, "libquantum_kernel": 70, "bell_dist": 70, "endl": 70, "lquantum_kernel": 70, "abi": 70, "incompat": 70, "watch": 70, "surround": 70, "wherea": 70, "third_party_librari": 70, "libexternal_librari": 70, "my_cod": 70, "bstatic": 70, "lexternal_librari": 70, "bdynam": 70, "undefin": 70, "crut": 70, "libexternal_library_complet": 70, "naddlib": 70, "nsave": 70, "nend": 70, "lexternal_library_complet": 70, "shim": 70, "pragma": 70, "is_integr": 70, "initializedevicestatevector": 70, "statedimens": 70, "cudainitializedevicestatevector": 70, "cumbersom": 70, "necessarili": 70, "recogn": 70, "catch": 70, "forg": 71, "env": 71, "conda_prefix": 71, "ompi_mca_opal_cuda_support": 71, "ompi_mca_btl": 71, "openib": 71, "fault": 71, "bash_profil": 71, "bash_login": 71, "intel": 71, "amd": 71, "averag": 71}, "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, 3, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringERKNSt6vectorIPvEE", "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, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel::name"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel::rawArgs"], [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, "_CPPv4N5cudaq18RemoteCapabilities17isRemoteSimulatorE", "cudaq::RemoteCapabilities::isRemoteSimulator"], [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, 0, 1, "_CPPv4N5cudaq11noise_model15PredicateFuncTyE", "cudaq::noise_model::PredicateFuncTy"], [2, 3, 1, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel"], [2, 3, 1, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel"], [2, 2, 1, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::QuantumOp"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::channel"], [2, 4, 1, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::channel"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::numControls"], [2, 4, 1, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::numControls"], [2, 4, 1, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::quantumOp"], [2, 3, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRK15PredicateFuncTy", "cudaq::noise_model::add_channel"], [2, 3, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERK15PredicateFuncTy", "cudaq::noise_model::add_channel"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel"], [2, 2, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRK15PredicateFuncTy", "cudaq::noise_model::add_channel::QuantumOp"], [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, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRK15PredicateFuncTy", "cudaq::noise_model::add_channel::pred"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERK15PredicateFuncTy", "cudaq::noise_model::add_channel::pred"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERK15PredicateFuncTy", "cudaq::noise_model::add_channel::quantumOp"], [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_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels"], [2, 3, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels"], [2, 2, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::QuantumOp"], [2, 4, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::controlQubits"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::controlQubits"], [2, 4, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::params"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::params"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::quantumOp"], [2, 4, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::targetQubits"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::targetQubits"], [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, "_CPPv4NK5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()"], [2, 3, 1, "_CPPv4NK5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE", "cudaq::state::operator()"], [2, 4, 1, "_CPPv4NK5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()::idx"], [2, 4, 1, "_CPPv4NK5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()::jdx"], [2, 4, 1, "_CPPv4NK5cudaq5stateclERKNSt16initializer_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, "_CPPv4NK5cudaq5stateixENSt6size_tE", "cudaq::state::operator[]"], [2, 4, 1, "_CPPv4NK5cudaq5stateixENSt6size_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_all_qubit_channel"], [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, 66], "document": 0, "cuda": [0, 2, 3, 4, 7, 18, 20, 21, 22, 23, 38, 39, 42, 43, 44, 45, 46, 50, 60, 61, 62, 63, 64, 66, 67, 68, 70, 71, 72, 73], "q": [0, 2, 3, 4, 7, 18, 20, 21, 22, 23, 38, 39, 42, 43, 44, 45, 46, 50, 60, 61, 62, 63, 64, 66, 67, 68, 70, 71, 72, 73], "api": [0, 2, 3], "quantum": [1, 2, 4, 5, 6, 7, 9, 11, 15, 18, 23, 26, 27, 30, 31, 32, 33, 35, 40, 41, 52, 57, 58, 59], "oper": [1, 2, 30, 31], "unitari": 1, "qubit": [1, 10, 16, 17, 30, 35], "x": 1, "y": 1, "z": 1, "h": 1, "r1": 1, "rx": 1, "ry": 1, "rz": 1, "": [1, 6, 9, 26, 63], "t": 1, "swap": 1, "u3": 1, "adjoint": 1, "control": [1, 24, 54], "measur": [1, 6, 58], "mz": 1, "mx": 1, "my": 1, "user": 1, "defin": 1, "custom": 1, "c": [2, 39, 64, 70], "common": [2, 32], "nois": [2, 16], "model": [2, 16, 28], "kernel": [2, 3, 6, 17, 25, 27, 41, 45], "builder": 2, "algorithm": [2, 5, 6, 9, 10, 23, 26, 57], "platform": [2, 33, 41], "util": 2, "namespac": [2, 29], "python": [3, 39, 64, 66], "program": [3, 26, 32, 44, 46], "construct": 3, "execut": [3, 40], "backend": [3, 38, 39, 40, 42], "configur": 3, "data": [3, 4], "type": [3, 35], "optim": [3, 18, 23, 57], "gradient": [3, 23], "noisi": [3, 13, 56], "simul": [3, 4, 13, 19, 40, 41, 42, 47, 49, 56, 63, 66], "mpi": [3, 64, 66], "submodul": 3, "divis": 4, "cluster": 4, "With": [4, 6], "coreset": 4, "us": [4, 10, 18, 35, 52, 66, 68], "preprocess": 4, "function": [4, 7, 23], "qaoa": [4, 12, 14], "implement": 4, "scale": 4, "multi": [5, 10, 41, 42, 54, 55], "refer": [5, 10, 19], "krylov": 5, "h2": 5, "exampl": [5, 26, 50], "factor": 6, "integ": 6, "shor": 6, "solv": 6, "order": 6, "find": 6, "problem": 6, "classic": [6, 19], "invers": [6, 16], "fourier": [6, 15], "transform": [6, 15], "modular": 6, "exponenti": 6, "The": 6, "case": 6, "n": [6, 35], "21": 6, "5": 6, "4": 6, "determin": 6, "from": [6, 16, 39, 64, 70], "result": [6, 10], "phase": [6, 9, 26], "postscript": 6, "enhanc": 7, "auxiliari": 7, "field": 7, "mont": 7, "carlo": 7, "hamiltonian": [7, 55], "prepar": [7, 26], "vqe": [7, 19], "run": [7, 46], "afqmc": 7, "molecular": [7, 12], "trial": 7, "wave": 7, "setup": 7, "paramet": [7, 26], "cost": 8, "minim": 8, "deutsch": 9, "xor": 9, "oplu": 9, "oracl": 9, "parallel": [9, 10, 41, 51, 55], "hadamard": 10, "test": 10, "applic": 10, "numer": 10, "observ": [10, 23, 46], "primit": [10, 23], "comput": [10, 32, 39, 51, 52, 58, 66], "expect": [10, 51], "valu": [10, 51], "ancilla": 10, "gpu": [10, 19, 40, 42, 46, 55, 66], "multipl": [10, 40, 51, 55], "hybrid": 11, "neural": 11, "network": [11, 42], "dock": 12, "via": [12, 66], "dc": 12, "max": 14, "cut": 14, "revisit": 15, "readout": 16, "error": 16, "mitig": 16, "confus": 16, "matrix": [16, 42], "singl": [16, 42], "k": 16, "local": [16, 66], "matric": 16, "full": 16, "visual": 17, "variat": [18, 59], "eigensolv": [18, 59], "integr": [18, 69, 70], "third": [18, 70], "parti": [18, 70], "water": 19, "molecul": 19, "activ": 19, "space": 19, "cpu": [19, 42], "v": [19, 66], "A": 19, "ccsd": 19, "b": 19, "uccsd": 19, "content": [20, 43, 65], "releas": 21, "languag": 22, "specif": [22, 36], "cudaq": [23, 30, 31, 35], "sampl": [23, 26, 46], "deprec": [23, 35], "move": 23, "librari": [23, 64, 70], "flow": 24, "just": 25, "time": 25, "creation": 25, "hello": 26, "world": 26, "simpl": 26, "bell": 26, "state": [26, 41, 42, 58], "ghz": 26, "estim": 26, "deuteron": 26, "bind": 26, "energi": 26, "sweep": 26, "grover": 26, "iter": 26, "machin": 28, "standard": 29, "intrins": 30, "spin_op": 31, "pattern": 32, "action": [32, 63], "uncomput": 32, "sub": 34, "circuit": [34, 55, 63], "synthesi": [34, 54], "qudit": 35, "level": 35, "contain": [35, 66], "qview": 35, "2": 35, "qvector": 35, "qarrai": 35, "qspan": 35, "instead": 35, "qreg": 35, "quak": 37, "dialect": 37, "gener": 37, "introduct": [37, 53, 66], "motiv": 37, "target": [38, 55], "hardwar": [39, 52], "ionq": [39, 52], "set": 39, "credenti": 39, "submiss": 39, "iqm": [39, 52], "oqc": [39, 52], "orca": [39, 52], "quantinuum": [39, 52], "nvidia": [40, 41], "cloud": [40, 66], "quick": [40, 71], "start": [40, 66, 71], "select": 40, "qpu": 40, "asynchron": 40, "faq": 40, "processor": [41, 51, 55], "mqpu": 41, "distribut": [41, 66], "mode": [41, 42], "remot": [41, 66], "support": [41, 42, 64, 66], "argument": 41, "serial": 41, "access": [41, 66], "vector": 42, "featur": 42, "environ": 42, "variabl": 42, "option": 42, "node": 42, "addit": [42, 66], "openmp": 42, "onli": 42, "tensor": 42, "product": 42, "default": 42, "basic": 43, "build": [44, 64], "your": [44, 46, 62, 71], "first": [44, 46], "what": 45, "i": 45, "troubleshoot": 47, "debug": 47, "verbos": 47, "output": 47, "bernstein": 48, "vazirani": 48, "cuquantum": 49, "across": [51, 55], "provid": 52, "workflow": 55, "avail": 55, "batch": 55, "term": 55, "approxim": 57, "101": 58, "gate": 58, "work": 60, "ir": 60, "extend": [61, 63], "creat": 62, "own": 62, "compil": [62, 70], "pass": 62, "new": 63, "circuitsimul": 63, "requir": [63, 66], "subtyp": 63, "method": 63, "overrid": 63, "let": 63, "see": 63, "thi": 63, "instal": [64, 65, 66, 71], "sourc": 64, "prerequisit": 64, "depend": [64, 66], "toolchain": [64, 70], "host": [64, 66], "runtim": 64, "guid": 65, "docker": 66, "singular": 66, "wheel": 66, "pre": 66, "built": 66, "binari": [66, 70], "develop": 66, "connect": 66, "tunnel": 66, "ssh": 66, "dgx": 66, "get": 66, "jupyterlab": 66, "tool": [66, 69], "pypi": 66, "In": 66, "imag": 66, "updat": 66, "compat": 66, "system": 66, "next": 66, "step": 66, "cmake": 67, "project": 68, "other": 69, "softwar": 69, "call": 70, "an": 70, "interfac": 70, "between": 70, "differ": 70, "valid": 71, "tutori": 72, "version": 73}, "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": {"Create your own CUDA-Q Compiler Pass": [[62, "create-your-own-cuda-q-compiler-pass"]], "Variational Quantum Eigensolver": [[59, "variational-quantum-eigensolver"], [18, "Variational-Quantum-Eigensolver"]], "Quantum Computing 101": [[58, "quantum-computing-101"]], "Quantum States": [[58, "quantum-states"]], "Quantum Gates": [[58, "quantum-gates"]], "Measurements": [[58, "measurements"]], "Noisy Simulation": [[56, "noisy-simulation"], [3, "noisy-simulation"], [13, "Noisy-Simulation"]], "Extending CUDA-Q": [[61, "extending-cuda-q"]], "Multi-control Synthesis": [[54, "multi-control-synthesis"]], "Working with the CUDA-Q IR": [[60, "working-with-the-cuda-q-ir"]], "Quantum Approximate Optimization Algorithm": [[57, "quantum-approximate-optimization-algorithm"]], "Multi-GPU Workflows": [[55, "multi-gpu-workflows"]], "Available Targets": [[55, "available-targets"]], "Parallelization across Multiple Processors": [[55, "parallelization-across-multiple-processors"]], "Batching Hamiltonian Terms": [[55, "batching-hamiltonian-terms"]], "Circuit Batching": [[55, "circuit-batching"]], "Quantum Operators": [[31, "quantum-operators"]], "cudaq::spin_op": [[31, "cudaq-spin-op"]], "Quantum Kernels": [[27, "quantum-kernels"]], "Machine Model": [[28, "machine-model"]], "Sub-circuit Synthesis": [[34, "sub-circuit-synthesis"]], "Namespace and Standard": [[29, "namespace-and-standard"]], "Quantum Intrinsic Operations": [[30, "quantum-intrinsic-operations"]], "Operations on cudaq::qubit": [[30, "operations-on-cudaq-qubit"]], "Common Quantum Programming Patterns": [[32, "common-quantum-programming-patterns"]], "Compute-Action-Uncompute": [[32, "compute-action-uncompute"]], "Quantum Platform": [[33, "quantum-platform"]], "Quantum Types": [[35, "quantum-types"]], "cudaq::qudit": [[35, "cudaq-qudit-levels"]], "cudaq::qubit": [[35, "cudaq-qubit"]], "Quantum Containers": [[35, "quantum-containers"]], "cudaq::qview": [[35, "cudaq-qview-levels-2"]], "cudaq::qvector": [[35, "cudaq-qvector-levels-2"]], "cudaq::qarray": [[35, "cudaq-qarray-n-levels-2"]], "cudaq::qspan (Deprecated. Use cudaq::qview instead.)": [[35, "cudaq-qspan-n-levels-deprecated-use-cudaq-qview-levels-instead"]], "cudaq::qreg (Deprecated. Use cudaq::qvector instead.)": [[35, "cudaq-qreg-n-levels-deprecated-use-cudaq-qvector-levels-instead"]], "What is a CUDA-Q kernel?": [[45, "what-is-a-cuda-q-kernel"]], "Bernstein-Vazirani": [[48, "bernstein-vazirani"]], "Computing Expectation Values": [[51, "computing-expectation-values"]], "Parallelizing across Multiple Processors": [[51, "parallelizing-across-multiple-processors"]], "Troubleshooting": [[47, "troubleshooting"]], "Debugging and Verbose Simulation Output": [[47, "debugging-and-verbose-simulation-output"]], "CUDA-Q by Example": [[50, "cuda-q-by-example"]], "Using Quantum Hardware Providers": [[52, "using-quantum-hardware-providers"]], "IonQ": [[52, "ionq"], [39, "ionq"]], "IQM": [[52, "iqm"], [39, "iqm"]], "OQC": [[52, "oqc"], [39, "oqc"]], "ORCA Computing": [[52, "orca-computing"], [39, "orca-computing"]], "Quantinuum": [[52, "quantinuum"], [39, "quantinuum"]], "Introduction": [[53, "introduction"], [66, "introduction"]], "Running your first CUDA-Q Program": [[46, "running-your-first-cuda-q-program"]], "Sample": [[46, "sample"]], "Observe": [[46, "observe"]], "Running on a GPU": [[46, "running-on-a-gpu"]], "Simulations with cuQuantum": [[49, "simulations-with-cuquantum"]], "CUDA-Q Versions": [[73, "cuda-q-versions"]], "CUDA-Q Tutorials": [[72, "cuda-q-tutorials"]], "NVIDIA Quantum Cloud": [[40, "nvidia-quantum-cloud"]], "Quick Start": [[40, "quick-start"], [71, "quick-start"]], "Simulator Backend Selection": [[40, "simulator-backend-selection"]], "Multiple GPUs": [[40, "multiple-gpus"]], "Simulator Backends": [[40, "id1"]], "Multiple QPUs Asynchronous Execution": [[40, "multiple-qpus-asynchronous-execution"]], "FAQ": [[40, "faq"]], "CUDA-Q Basics": [[43, "cuda-q-basics"]], "Contents": [[43, null], [65, null], [20, null]], "Quake Dialect": [[37, "quake-dialect"]], "General Introduction": [[37, "general-introduction"]], "Motivation": [[37, "motivation"]], "Building your first CUDA-Q Program": [[44, "building-your-first-cuda-q-program"]], "CUDA-Q Backends": [[38, "cuda-q-backends"]], "Backend Targets": [[38, null]], "CUDA-Q Hardware Backends": [[39, "cuda-q-hardware-backends"]], "Setting Credentials": [[39, "setting-credentials"], [39, "id1"], [39, "id4"], [39, "id7"], [39, "quantinuum-backend"]], "Submission from C++": [[39, "submission-from-c"], [39, "id2"], [39, "id5"], [39, "id8"], [39, "id11"]], "Submission from Python": [[39, "submission-from-python"], [39, "id3"], [39, "id6"], [39, "id9"], [39, "id12"]], "Multi-Processor Platforms": [[41, "multi-processor-platforms"]], "NVIDIA MQPU Platform": [[41, "nvidia-mqpu-platform"]], "Parallel distribution mode": [[41, "parallel-distribution-mode"]], "Remote MQPU Platform": [[41, "remote-mqpu-platform"]], "Supported Kernel Arguments": [[41, "supported-kernel-arguments"]], "Kernel argument serialization": [[41, "id4"]], "Accessing Simulated Quantum State": [[41, "accessing-simulated-quantum-state"]], "Specifications": [[36, "specifications"]], "CUDA-Q Simulation Backends": [[42, "cuda-q-simulation-backends"]], "State Vector Simulators": [[42, "state-vector-simulators"]], "Features": [[42, "features"]], "Single-GPU": [[42, "single-gpu"]], "Environment variable options supported in single-GPU mode": [[42, "id4"]], "Multi-node multi-GPU": [[42, "multi-node-multi-gpu"], [42, "id2"]], "Additional environment variable options for multi-node multi-GPU mode": [[42, "id5"]], "OpenMP CPU-only": [[42, "openmp-cpu-only"]], "Tensor Network Simulators": [[42, "tensor-network-simulators"]], "Matrix product state": [[42, "matrix-product-state"]], "Default Simulator": [[42, "default-simulator"]], "Installation from Source": [[64, "installation-from-source"]], "Prerequisites": [[64, "prerequisites"]], "Build Dependencies": [[64, "build-dependencies"]], "CUDA": [[64, "cuda"]], "Toolchain": [[64, "toolchain"]], "Building CUDA-Q": [[64, "building-cuda-q"]], "Python Support": [[64, "python-support"]], "C++ Support": [[64, "c-support"]], "Installation on the Host": [[64, "installation-on-the-host"]], "CUDA Runtime Libraries": [[64, "cuda-runtime-libraries"]], "MPI": [[64, "mpi"]], "Using CUDA and CUDA-Q in a Project": [[68, "using-cuda-and-cuda-q-in-a-project"]], "Install CUDA-Q": [[71, "install-cuda-q"]], "Validate your Installation": [[71, "validate-your-installation"]], "Installation Guide": [[65, "installation-guide"]], "Integration with other Software Tools": [[69, "integration-with-other-software-tools"]], "Local Installation": [[66, "local-installation"]], "Docker": [[66, "docker"]], "Singularity": [[66, "singularity"]], "Python wheels": [[66, "python-wheels"]], "Pre-built binaries": [[66, "pre-built-binaries"]], "Development with VS Code": [[66, "development-with-vs-code"]], "Using a Docker container": [[66, "using-a-docker-container"]], "Using a Singularity container": [[66, "using-a-singularity-container"]], "Connecting to a Remote Host": [[66, "connecting-to-a-remote-host"]], "Developing with Remote Tunnels": [[66, "developing-with-remote-tunnels"]], "Remote Access via SSH": [[66, "remote-access-via-ssh"]], "DGX Cloud": [[66, "dgx-cloud"]], "Get Started": [[66, "get-started"]], "Use JupyterLab": [[66, "use-jupyterlab"]], "Use VS Code": [[66, "use-vs-code"]], "Additional CUDA Tools": [[66, "additional-cuda-tools"]], "Installation via PyPI": [[66, "installation-via-pypi"]], "Installation In Container Images": [[66, "installation-in-container-images"]], "Installing Pre-built Binaries": [[66, "installing-pre-built-binaries"]], "Distributed Computing with MPI": [[66, "distributed-computing-with-mpi"]], "Updating CUDA-Q": [[66, "updating-cuda-q"]], "Dependencies and Compatibility": [[66, "dependencies-and-compatibility"]], "Supported Systems": [[66, "id10"]], "Requirements for GPU Simulation": [[66, "id11"]], "Next Steps": [[66, "next-steps"]], "CUDA-Q and CMake": [[67, "cuda-q-and-cmake"]], "Integrating with Third-Party Libraries": [[70, "integrating-with-third-party-libraries"]], "Calling a CUDA-Q library from C++": [[70, "calling-a-cuda-q-library-from-c"]], "Calling an C++ library from CUDA-Q": [[70, "calling-an-c-library-from-cuda-q"]], "Interfacing between binaries compiled with a different toolchains": [[70, "interfacing-between-binaries-compiled-with-a-different-toolchains"]], "Extending CUDA-Q with a new Simulator": [[63, "extending-cuda-q-with-a-new-simulator"]], "CircuitSimulator": [[63, "circuitsimulator"]], "Required Circuit Simulator Subtype Method Overrides": [[63, "id1"]], "Let\u2019s see this in action": [[63, "let-s-see-this-in-action"]], "Control Flow": [[24, "control-flow"]], "Example Programs": [[26, "example-programs"]], "Hello World - Simple Bell State": [[26, "hello-world-simple-bell-state"]], "GHZ State Preparation and Sampling": [[26, "ghz-state-preparation-and-sampling"]], "Quantum Phase Estimation": [[26, "quantum-phase-estimation"]], "Deuteron Binding Energy Parameter Sweep": [[26, "deuteron-binding-energy-parameter-sweep"]], "Grover\u2019s Algorithm": [[26, "grover-s-algorithm"]], "Iterative Phase Estimation": [[26, "iterative-phase-estimation"]], "Just-in-Time Kernel Creation": [[25, "just-in-time-kernel-creation"]], "Using CUDA-Q Optimizers": [[18, "Using-CUDA-Q-Optimizers"]], "Integration with Third-Party Optimizers": [[18, "Integration-with-Third-Party-Optimizers"]], "Water Molecule with Active Space (CPU vs. GPU)": [[19, "Water-Molecule-with-Active-Space-(CPU-vs.-GPU)"]], "A- Classical simulation as a reference: CCSD": [[19, "A--Classical-simulation-as-a-reference:-CCSD"]], "B- VQE-UCCSD:": [[19, "B--VQE-UCCSD:"]], "CUDA-Q Releases": [[21, "cuda-q-releases"]], "Language Specification": [[22, "language-specification"]], "CUDA-Q": [[22, null], [20, "cuda-q"]], "Quantum Algorithmic Primitives": [[23, "quantum-algorithmic-primitives"]], "cudaq::sample": [[23, "cudaq-sample"]], "cudaq::observe": [[23, "cudaq-observe"]], "cudaq::optimizer (deprecated, functionality moved to CUDA-Q libraries)": [[23, "cudaq-optimizer-deprecated-functionality-moved-to-cuda-q-libraries"]], "cudaq::gradient (deprecated, functionality moved to CUDA-Q libraries)": [[23, "cudaq-gradient-deprecated-functionality-moved-to-cuda-q-libraries"]], "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"]], "Multi-Reference Quantum Krylov Algorithm (H2 Example)": [[5, "Multi-Reference-Quantum-Krylov-Algorithm-(H2-Example)"]], "Quantum Enhanced Auxiliary Field Quantum Monte Carlo": [[7, "Quantum-Enhanced-Auxiliary-Field-Quantum-Monte-Carlo"]], "Hamiltonian preparation for VQE": [[7, "Hamiltonian-preparation-for-VQE"]], "Run VQE with CUDA-Q": [[7, "Run-VQE-with-CUDA-Q"]], "Auxiliary Field Quantum Monte Carlo (AFQMC)": [[7, "Auxiliary-Field-Quantum-Monte-Carlo-(AFQMC)"]], "Preparation of the molecular Hamiltonian": [[7, "Preparation-of-the-molecular-Hamiltonian"]], "Preparation of the trial wave function": [[7, "Preparation-of-the-trial-wave-function"]], "Setup of the AFQMC parameters": [[7, "Setup-of-the-AFQMC-parameters"]], "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"]], "Code documentation": [[0, "code-documentation"]], "CUDA-Q API": [[0, null]], "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"]], "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"]], "Factoring Integers With Shor\u2019s Algorithm": [[6, "Factoring-Integers-With-Shor's-Algorithm"]], "Shor\u2019s algorithm": [[6, "Shor's-algorithm"]], "Solving the order-finding problem classically": [[6, "Solving-the-order-finding-problem-classically"]], "Solving the order-finding problem with a quantum algorithm": [[6, "Solving-the-order-finding-problem-with-a-quantum-algorithm"]], "Inverse quantum Fourier transform": [[6, "Inverse-quantum-Fourier-transform"]], "Quantum kernels for modular exponentiation": [[6, "Quantum-kernels-for-modular-exponentiation"]], "The case N = 21 and a = 5:": [[6, "The-case-N-=-21-and-a-=-5:"]], "The case N = 21 and a = 4:": [[6, "The-case-N-=-21-and-a-=-4:"]], "Determining the order from the measurement results of the phase kernel": [[6, "Determining-the-order-from-the-measurement-results-of-the-phase-kernel"]], "Postscript": [[6, "Postscript"]], "Cost Minimization": [[8, "Cost-Minimization"]], "Hadamard Test and Application": [[10, "Hadamard-Test-and-Application"]], "Numerical result as a reference:": [[10, "Numerical-result-as-a-reference:"]], "Using observe algorithmic primitive to compute the expectation value for ancilla qubits.": [[10, "Using-observe-algorithmic-primitive-to-compute-the-expectation-value-for-ancilla-qubits."]], "Use multi-GPUs to compute multiple Hadamard test in parallel": [[10, "Use-multi-GPUs-to-compute-multiple-Hadamard-test-in-parallel"]], "Readout Error Mitigation": [[16, "Readout-Error-Mitigation"]], "Inverse confusion matrix from single-qubit noise model": [[16, "Inverse-confusion-matrix-from-single-qubit-noise-model"]], "Inverse confusion matrix from k local confusion matrices": [[16, "Inverse-confusion-matrix-from-k-local-confusion-matrices"]], "Inverse of full confusion matrix": [[16, "Inverse-of-full-confusion-matrix"]], "Quantum Fourier Transform": [[15, "Quantum-Fourier-Transform"]], "Quantum Fourier Transform revisited": [[15, "Quantum-Fourier-Transform-revisited"]], "Molecular docking via DC-QAOA": [[12, "Molecular-docking-via-DC-QAOA"]], "Max-Cut with QAOA": [[14, "Max-Cut-with-QAOA"]], "Visualization": [[17, "Visualization"]], "Qubit Visualization": [[17, "Qubit-Visualization"]], "Kernel Visualization": [[17, "Kernel-Visualization"]], "Hybrid Quantum Neural Networks": [[11, "Hybrid-Quantum-Neural-Networks"]], "Deutsch\u2019s Algorithm": [[9, "Deutsch's-Algorithm"]], "XOR \\oplus": [[9, "XOR-\\oplus"]], "Quantum oracles": [[9, "Quantum-oracles"]], "Phase oracle": [[9, "Phase-oracle"]], "Quantum parallelism": [[9, "Quantum-parallelism"]], "Deutschs\u2019 Algorithm:": [[9, "Deutschs'-Algorithm:"]]}, "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"], [2, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringERKNSt6vectorIPvEE"]], "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::isremotesimulator (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities17isRemoteSimulatorE"]], "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::predicatefuncty (c++ type)": [[2, "_CPPv4N5cudaq11noise_model15PredicateFuncTyE"]], "cudaq::noise_model::add_all_qubit_channel (c++ function)": [[2, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli"], [2, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli"]], "cudaq::noise_model::add_channel (c++ function)": [[2, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRK15PredicateFuncTy"], [2, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel"], [2, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERK15PredicateFuncTy"], [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_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE"], [2, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE"]], "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, "_CPPv4NK5cudaq5stateclENSt6size_tENSt6size_tE"], [2, "_CPPv4NK5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE"]], "cudaq::state::operator= (c++ function)": [[2, "_CPPv4N5cudaq5stateaSERR5state"]], "cudaq::state::operator[] (c++ function)": [[2, "_CPPv4NK5cudaq5stateixENSt6size_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_all_qubit_channel() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.add_all_qubit_channel"]], "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-2168/sphinx/examples/python/noise_callback.py b/pr-2168/sphinx/examples/python/noise_callback.py index 6355069e7c..8eba41deeb 100644 --- a/pr-2168/sphinx/examples/python/noise_callback.py +++ b/pr-2168/sphinx/examples/python/noise_callback.py @@ -1,22 +1,25 @@ import cudaq import numpy as np + # Set the target to our density matrix simulator. cudaq.set_target('density-matrix-cpu') noise = cudaq.NoiseModel() +# Noise model callback function def rx_noise(qubits, params): # Model a pulse-length based rotation gate: # the bigger the angle, the longer the pulse, i.e., more amplitude damping. angle = params[0] angle = angle % (2 * np.pi) - # A toy model for demonstration!! + # Damping rate is linearly proportional to the angle damping_rate = np.abs(angle / (2 * np.pi)) print(f"Angle = {angle}, amplitude damping rate = {damping_rate}.") return cudaq.AmplitudeDampingChannel(damping_rate) +# Bind the noise model callback function to the `rx` gate noise.add_channel('rx', rx_noise) @@ -32,4 +35,11 @@ def kernel(angle: float): noisy_result = cudaq.sample(kernel, np.pi, noise_model=noise) print(noisy_result) -print(cudaq.NoiseModel.add_channel.__doc__) +# Our results should show measurements in both the |0> and |1> states, indicating +# that the noise has successfully impacted the system. +# Note: a `rx(pi)` is equivalent to a Pauli X gate, and thus, it should be +# in the |1> state if no noise is present. + +# To confirm this, we can run the simulation again without noise. +noiseless_result = cudaq.sample(kernel, np.pi) +print(noiseless_result)