diff --git a/pr-1844/api/languages/python_api.html b/pr-1844/api/languages/python_api.html index 043ec51643..fbf3c9de37 100644 --- a/pr-1844/api/languages/python_api.html +++ b/pr-1844/api/languages/python_api.html @@ -2094,7 +2094,7 @@

Data Typesstatic random()
-random(qubit_count: int, term_count: int, seed: int = 994175775) cudaq.mlir._mlir_libs._quakeDialects.cudaq_runtime.SpinOperator
+random(qubit_count: int, term_count: int, seed: int = 4043193893) 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-1844/examples/python/tutorials/deutschs_algorithm.html b/pr-1844/examples/python/tutorials/deutschs_algorithm.html index 5a59e1a338..2d6e467a13 100644 --- a/pr-1844/examples/python/tutorials/deutschs_algorithm.html +++ b/pr-1844/examples/python/tutorials/deutschs_algorithm.html @@ -648,7 +648,7 @@

XOR \(\oplus\)

Quantum oracles

-

54ed268ddfbe426b859a5b2313230624

+

a110d2988cec4958a9c454a843f17ce9

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:

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

-

521953a4ce9d46579915dd6280c53558

+

b9553e5c72cb4b6e8a0dce58e8eec389

\[\ket{\psi_0} = \ket{01} \tag{1}\]
diff --git a/pr-1844/examples/python/tutorials/visualization.html b/pr-1844/examples/python/tutorials/visualization.html index 6b9b2858b6..4ba4ff898f 100644 --- a/pr-1844/examples/python/tutorials/visualization.html +++ b/pr-1844/examples/python/tutorials/visualization.html @@ -619,18 +619,18 @@

Qubit Visualization━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.0/28.0 MB 57.0 MB/s eta 0:00:00 + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.0/28.0 MB 56.4 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: scipy>=1.9 in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (1.10.1) -Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (24.1) Requirement already satisfied: numpy>=1.22 in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (1.26.4) -Requirement already satisfied: fonttools>=4.22.0 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (4.53.1) +Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (24.1) +Requirement already satisfied: scipy>=1.9 in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (1.10.1) Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (1.2.1) -Requirement already satisfied: kiwisolver>=1.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (1.4.5) +Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (3.1.2) Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (0.12.1) -Requirement already satisfied: python-dateutil>=2.7 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (2.9.0.post0) Requirement already satisfied: pillow>=8 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (10.4.0) -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: fonttools>=4.22.0 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (4.53.1) +Requirement already satisfied: kiwisolver>=1.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (1.4.5) +Requirement already satisfied: python-dateutil>=2.7 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (2.9.0.post0) Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil>=2.7->matplotlib>=3.5) (1.16.0) Installing collected packages: qutip Successfully installed qutip-5.0.3.post1 diff --git a/pr-1844/examples/python/tutorials/visualization.ipynb b/pr-1844/examples/python/tutorials/visualization.ipynb index ec4888db8c..c7dd3d2027 100644 --- a/pr-1844/examples/python/tutorials/visualization.ipynb +++ b/pr-1844/examples/python/tutorials/visualization.ipynb @@ -37,10 +37,10 @@ "execution_count": 1, "metadata": { "execution": { - "iopub.execute_input": "2024-08-20T23:02:55.690432Z", - "iopub.status.busy": "2024-08-20T23:02:55.690270Z", - "iopub.status.idle": "2024-08-20T23:02:58.761791Z", - "shell.execute_reply": "2024-08-20T23:02:58.760560Z" + "iopub.execute_input": "2024-08-20T23:52:20.835526Z", + "iopub.status.busy": "2024-08-20T23:52:20.835279Z", + "iopub.status.idle": "2024-08-20T23:52:23.857626Z", + "shell.execute_reply": "2024-08-20T23:52:23.856525Z" }, "scrolled": true }, @@ -72,7 +72,7 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.3/28.0 MB\u001b[0m \u001b[31m7.5 MB/s\u001b[0m eta \u001b[36m0:00:04\u001b[0m" + "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.3/28.0 MB\u001b[0m \u001b[31m8.9 MB/s\u001b[0m eta \u001b[36m0:00:04\u001b[0m" ] }, { @@ -80,7 +80,7 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m0.8/28.0 MB\u001b[0m \u001b[31m11.5 MB/s\u001b[0m eta \u001b[36m0:00:03\u001b[0m" + "\u001b[2K \u001b[91m━━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m4.1/28.0 MB\u001b[0m \u001b[31m62.0 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" ] }, { @@ -88,8 +88,8 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.4/28.0 MB\u001b[0m \u001b[31m13.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[32m2.1/28.0 MB\u001b[0m \u001b[31m15.4 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[32m13.9/28.0 MB\u001b[0m \u001b[31m280.3 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[32m24.0/28.0 MB\u001b[0m \u001b[31m259.1 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" ] }, { @@ -97,7 +97,7 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m3.0/28.0 MB\u001b[0m \u001b[31m17.6 MB/s\u001b[0m eta \u001b[36m0:00:02\u001b[0m" + "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m \u001b[32m28.0/28.0 MB\u001b[0m \u001b[31m295.6 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" ] }, { @@ -105,8 +105,8 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m4.0/28.0 MB\u001b[0m \u001b[31m19.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[32m5.2/28.0 MB\u001b[0m \u001b[31m21.5 MB/s\u001b[0m eta \u001b[36m0:00:02\u001b[0m" + "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m \u001b[32m28.0/28.0 MB\u001b[0m \u001b[31m295.6 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[31m295.6 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m" ] }, { @@ -114,83 +114,26 @@ "output_type": "stream", "text": [ "\r", - "\u001b[2K \u001b[91m━━━━━━━━━\u001b[0m\u001b[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m6.6/28.0 MB\u001b[0m \u001b[31m24.1 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[31m295.6 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[31m56.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\r\n", + "\u001b[?25h" ] }, { "name": "stdout", "output_type": "stream", "text": [ - "\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m8.3/28.0 MB\u001b[0m \u001b[31m26.7 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[32m10.3/28.0 MB\u001b[0m \u001b[31m30.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[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m12.7/28.0 MB\u001b[0m \u001b[31m44.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[90m╺\u001b[0m\u001b[90m━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m15.5/28.0 MB\u001b[0m \u001b[31m59.8 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[32m18.1/28.0 MB\u001b[0m \u001b[31m70.2 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[90m━━━━━━━━\u001b[0m \u001b[32m22.1/28.0 MB\u001b[0m \u001b[31m88.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[90m╺\u001b[0m\u001b[90m━\u001b[0m \u001b[32m26.7/28.0 MB\u001b[0m \u001b[31m110.4 MB/s\u001b[0m eta \u001b[36m0:00:01\u001b[0m\r", - "\u001b[2K \u001b[91m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\u001b[91m╸\u001b[0m \u001b[32m28.0/28.0 MB\u001b[0m \u001b[31m123.9 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[31m123.9 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[31m57.0 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", - "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: matplotlib>=3.5 in /usr/local/lib/python3.10/dist-packages (3.9.2)\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: numpy>=1.22 in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (1.26.4)\r\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "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: scipy>=1.9 in /usr/local/lib/python3.10/dist-packages (from qutip>=5) (1.10.1)\r\n", "Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (1.2.1)\r\n", - "Requirement already satisfied: kiwisolver>=1.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (1.4.5)\r\n", + "Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (3.1.2)\r\n", "Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (0.12.1)\r\n", - "Requirement already satisfied: 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: pillow>=8 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (10.4.0)\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: fonttools>=4.22.0 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (4.53.1)\r\n", + "Requirement already satisfied: kiwisolver>=1.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (1.4.5)\r\n", + "Requirement already satisfied: python-dateutil>=2.7 in /usr/local/lib/python3.10/dist-packages (from matplotlib>=3.5) (2.9.0.post0)\r\n" ] }, { @@ -252,10 +195,10 @@ "execution_count": 2, "metadata": { "execution": { - "iopub.execute_input": "2024-08-20T23:02:58.764362Z", - "iopub.status.busy": "2024-08-20T23:02:58.764023Z", - "iopub.status.idle": "2024-08-20T23:02:59.890067Z", - "shell.execute_reply": "2024-08-20T23:02:59.889280Z" + "iopub.execute_input": "2024-08-20T23:52:23.860859Z", + "iopub.status.busy": "2024-08-20T23:52:23.860445Z", + "iopub.status.idle": "2024-08-20T23:52:25.128435Z", + "shell.execute_reply": "2024-08-20T23:52:25.126887Z" } }, "outputs": [], @@ -287,10 +230,10 @@ "execution_count": 3, "metadata": { "execution": { - "iopub.execute_input": "2024-08-20T23:02:59.892712Z", - "iopub.status.busy": "2024-08-20T23:02:59.892417Z", - "iopub.status.idle": "2024-08-20T23:03:00.046526Z", - "shell.execute_reply": "2024-08-20T23:03:00.045971Z" + "iopub.execute_input": "2024-08-20T23:52:25.132029Z", + "iopub.status.busy": "2024-08-20T23:52:25.131685Z", + "iopub.status.idle": "2024-08-20T23:52:25.297917Z", + "shell.execute_reply": "2024-08-20T23:52:25.296993Z" } }, "outputs": [], @@ -315,10 +258,10 @@ "execution_count": 4, "metadata": { "execution": { - "iopub.execute_input": "2024-08-20T23:03:00.049115Z", - "iopub.status.busy": "2024-08-20T23:03:00.048586Z", - "iopub.status.idle": "2024-08-20T23:03:00.258686Z", - "shell.execute_reply": "2024-08-20T23:03:00.258147Z" + "iopub.execute_input": "2024-08-20T23:52:25.300901Z", + "iopub.status.busy": "2024-08-20T23:52:25.300697Z", + "iopub.status.idle": "2024-08-20T23:52:25.532600Z", + "shell.execute_reply": "2024-08-20T23:52:25.532080Z" } }, "outputs": [ @@ -349,10 +292,10 @@ "execution_count": 5, "metadata": { "execution": { - "iopub.execute_input": "2024-08-20T23:03:00.261030Z", - "iopub.status.busy": "2024-08-20T23:03:00.260589Z", - "iopub.status.idle": "2024-08-20T23:03:00.504281Z", - "shell.execute_reply": "2024-08-20T23:03:00.503724Z" + "iopub.execute_input": "2024-08-20T23:52:25.535203Z", + "iopub.status.busy": "2024-08-20T23:52:25.534902Z", + "iopub.status.idle": "2024-08-20T23:52:25.752670Z", + "shell.execute_reply": "2024-08-20T23:52:25.751958Z" } }, "outputs": [ @@ -383,10 +326,10 @@ "execution_count": 6, "metadata": { "execution": { - "iopub.execute_input": "2024-08-20T23:03:00.506728Z", - "iopub.status.busy": "2024-08-20T23:03:00.506411Z", - "iopub.status.idle": "2024-08-20T23:03:00.807955Z", - "shell.execute_reply": "2024-08-20T23:03:00.807492Z" + "iopub.execute_input": "2024-08-20T23:52:25.755148Z", + "iopub.status.busy": "2024-08-20T23:52:25.754931Z", + "iopub.status.idle": "2024-08-20T23:52:26.051154Z", + "shell.execute_reply": "2024-08-20T23:52:26.050558Z" } }, "outputs": [ @@ -417,10 +360,10 @@ "execution_count": 7, "metadata": { "execution": { - "iopub.execute_input": "2024-08-20T23:03:00.810582Z", - "iopub.status.busy": "2024-08-20T23:03:00.810304Z", - "iopub.status.idle": "2024-08-20T23:03:01.283337Z", - "shell.execute_reply": "2024-08-20T23:03:01.282835Z" + "iopub.execute_input": "2024-08-20T23:52:26.054014Z", + "iopub.status.busy": "2024-08-20T23:52:26.053727Z", + "iopub.status.idle": "2024-08-20T23:52:26.509182Z", + "shell.execute_reply": "2024-08-20T23:52:26.508722Z" } }, "outputs": [ @@ -451,10 +394,10 @@ "execution_count": 8, "metadata": { "execution": { - "iopub.execute_input": "2024-08-20T23:03:01.285786Z", - "iopub.status.busy": "2024-08-20T23:03:01.285327Z", - "iopub.status.idle": "2024-08-20T23:03:01.392463Z", - "shell.execute_reply": "2024-08-20T23:03:01.391912Z" + "iopub.execute_input": "2024-08-20T23:52:26.512210Z", + "iopub.status.busy": "2024-08-20T23:52:26.511828Z", + "iopub.status.idle": "2024-08-20T23:52:26.790992Z", + "shell.execute_reply": "2024-08-20T23:52:26.790470Z" } }, "outputs": [], @@ -480,10 +423,10 @@ "execution_count": 9, "metadata": { "execution": { - "iopub.execute_input": "2024-08-20T23:03:01.395535Z", - "iopub.status.busy": "2024-08-20T23:03:01.395058Z", - "iopub.status.idle": "2024-08-20T23:03:01.515886Z", - "shell.execute_reply": "2024-08-20T23:03:01.515372Z" + "iopub.execute_input": "2024-08-20T23:52:26.793951Z", + "iopub.status.busy": "2024-08-20T23:52:26.793596Z", + "iopub.status.idle": "2024-08-20T23:52:26.958681Z", + "shell.execute_reply": "2024-08-20T23:52:26.958010Z" } }, "outputs": [ @@ -523,10 +466,10 @@ "execution_count": 10, "metadata": { "execution": { - "iopub.execute_input": "2024-08-20T23:03:01.518292Z", - "iopub.status.busy": "2024-08-20T23:03:01.517909Z", - "iopub.status.idle": "2024-08-20T23:03:01.529143Z", - "shell.execute_reply": "2024-08-20T23:03:01.528644Z" + "iopub.execute_input": "2024-08-20T23:52:26.961452Z", + "iopub.status.busy": "2024-08-20T23:52:26.960926Z", + "iopub.status.idle": "2024-08-20T23:52:26.972707Z", + "shell.execute_reply": "2024-08-20T23:52:26.972121Z" } }, "outputs": [], @@ -553,10 +496,10 @@ "execution_count": 11, "metadata": { "execution": { - "iopub.execute_input": "2024-08-20T23:03:01.531078Z", - "iopub.status.busy": "2024-08-20T23:03:01.530913Z", - "iopub.status.idle": "2024-08-20T23:03:01.597561Z", - "shell.execute_reply": "2024-08-20T23:03:01.596975Z" + "iopub.execute_input": "2024-08-20T23:52:26.975477Z", + "iopub.status.busy": "2024-08-20T23:52:26.975100Z", + "iopub.status.idle": "2024-08-20T23:52:27.060856Z", + "shell.execute_reply": "2024-08-20T23:52:27.060137Z" } }, "outputs": [ @@ -586,10 +529,10 @@ "execution_count": 12, "metadata": { "execution": { - "iopub.execute_input": "2024-08-20T23:03:01.599886Z", - "iopub.status.busy": "2024-08-20T23:03:01.599674Z", - "iopub.status.idle": "2024-08-20T23:03:01.603506Z", - "shell.execute_reply": "2024-08-20T23:03:01.603001Z" + "iopub.execute_input": "2024-08-20T23:52:27.063570Z", + "iopub.status.busy": "2024-08-20T23:52:27.063396Z", + "iopub.status.idle": "2024-08-20T23:52:27.067615Z", + "shell.execute_reply": "2024-08-20T23:52:27.067005Z" } }, "outputs": [ diff --git a/pr-1844/searchindex.js b/pr-1844/searchindex.js index a2bc2a5dbd..9c59730862 100644 --- a/pr-1844/searchindex.js +++ b/pr-1844/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/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/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", "Quantum Enhanced Auxiliary Field Quantum Monte Carlo", "Cost Minimization", "Deutsch\u2019s Algorithm", "Hadamard Test", "Hybrid Quantum Neural Networks", "Molecular docking via DC-QAOA", "Noisy Simulation", "Max-Cut with QAOA", "Quantum Fourier Transform", "Readout Error Mitigation", "Visualization", "Variational Quantum Eigensolver", "Water Molecule with Active Space (CPU vs. GPU)", "CUDA-Q", "CUDA-Q Releases", "Language Specification", "12. Quantum Algorithmic Primitives", "8. Control Flow", "9. Just-in-Time Kernel Creation", "13. Example Programs", "6. Quantum Kernels", "1. Machine Model", "2. Namespace and Standard", "5. Quantum Intrinsic Operations", "4. Quantum Operators", "10. Common Quantum Programming Patterns", "11. Quantum Platform", "7. Sub-circuit Synthesis", "3. Quantum Types", "Specifications", "Quake Dialect", "CUDA-Q Backends", "CUDA-Q Hardware Backends", "NVIDIA Quantum Cloud", "Multi-Processor Platforms", "CUDA-Q Simulation Backends", "CUDA-Q Basics", "Building your first CUDA-Q Program", "What is a CUDA-Q kernel?", "Running your first CUDA-Q Program", "Troubleshooting", "Bernstein-Vazirani", "Simulations with cuQuantum", "CUDA-Q by Example", "Computing Expectation Values", "Using Quantum Hardware Providers", "Introduction", "Multi-control Synthesis", "Multi-GPU Workflows", "Noisy Simulation", "Quantum Approximate Optimization Algorithm", "Quantum Computing 101", "Variational Quantum Eigensolver", "Working with the CUDA-Q IR", "Extending CUDA-Q", "Create your own CUDA-Q Compiler Pass", "Extending CUDA-Q with a new Simulator", "Installation from Source", "Installation Guide", "Local Installation", "CUDA-Q and CMake", "Using CUDA and CUDA-Q in a Project", "Integration with other Software Tools", "Integrating with Third-Party Libraries", "Quick Start", "CUDA-Q Tutorials", "CUDA-Q Versions"], "terms": {"c": [0, 1, 4, 5, 12, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 38, 39, 40, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 64, 65, 66, 69, 71], "python": [0, 1, 2, 4, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 32, 33, 38, 39, 40, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 57, 61, 68, 69, 70, 71], "quantum": [0, 3, 8, 11, 12, 14, 15, 17, 18, 19, 20, 22, 23, 26, 32, 34, 35, 36, 37, 40, 42, 43, 44, 47, 48, 49, 51, 53, 54, 58, 61, 62, 64, 65, 66, 68, 69, 71], "oper": [0, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 15, 18, 20, 21, 23, 24, 25, 26, 30, 32, 33, 34, 35, 37, 38, 40, 42, 44, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 60, 61, 62, 64, 69], "cuda": [1, 6, 7, 9, 10, 11, 12, 13, 15, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 38, 39, 45, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 67], "q": [1, 6, 7, 8, 9, 11, 12, 13, 15, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 38, 39, 45, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 67], "provid": [1, 2, 3, 4, 5, 11, 13, 14, 16, 18, 20, 21, 23, 26, 28, 29, 31, 32, 33, 35, 37, 38, 39, 40, 43, 47, 48, 49, 51, 52, 54, 57, 58, 60, 61, 62, 64, 65, 68], "default": [1, 2, 3, 10, 15, 21, 25, 28, 33, 37, 38, 39, 44, 47, 50, 51, 57, 58, 61, 62, 64, 66, 68, 69], "set": [1, 2, 3, 4, 5, 6, 7, 9, 12, 14, 15, 18, 21, 23, 25, 28, 35, 38, 39, 40, 42, 44, 46, 47, 50, 54, 55, 57, 62, 64, 68, 69], "These": [1, 2, 11, 12, 20, 25, 28, 32, 33, 35, 36, 38, 39, 40, 58, 62, 64], "can": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71], "us": [1, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 21, 22, 23, 24, 25, 28, 29, 31, 32, 35, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 53, 55, 56, 57, 58, 60, 61, 62, 65, 68, 69, 71], "kernel": [1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 24, 26, 28, 29, 30, 31, 32, 33, 34, 37, 38, 40, 41, 42, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 66, 68, 69, 71], "librari": [1, 2, 9, 10, 15, 16, 18, 19, 20, 25, 27, 32, 33, 40, 49, 58, 60, 61, 64, 66, 67, 71], "sinc": [1, 2, 5, 7, 12, 13, 14, 33, 36, 39, 40, 43, 49, 50, 53, 57, 58, 64, 65, 68], "intrins": [1, 25, 32, 33, 35], "nativ": [1, 20, 26, 28, 29, 65], "support": [1, 2, 3, 5, 14, 15, 18, 19, 20, 25, 26, 28, 30, 33, 37, 43, 44, 47, 50, 51, 54, 55, 56, 57, 60, 68, 69, 71], "specif": [1, 2, 3, 4, 18, 21, 25, 27, 28, 29, 30, 33, 35, 37, 38, 39, 40, 43, 44, 51, 56, 58, 61, 62, 64, 66, 68], "target": [1, 2, 3, 4, 7, 8, 9, 11, 12, 15, 17, 19, 21, 28, 31, 35, 37, 38, 39, 40, 44, 46, 47, 49, 50, 52, 54, 56, 58, 60, 61, 62, 64, 69, 71], "depend": [1, 3, 4, 7, 12, 21, 26, 35, 38, 39, 40, 46, 57, 68, 69], "backend": [1, 2, 4, 6, 18, 19, 21, 39, 44, 46, 47, 50, 53, 54, 58, 61, 62, 64, 68, 69, 71], "architectur": [1, 2, 9, 18, 20, 26, 35, 37, 39, 50, 53, 56, 61, 62, 64, 69], "nvq": [1, 21, 24, 37, 38, 39, 40, 44, 47, 49, 50, 51, 52, 54, 57, 58, 61, 64, 65, 66, 68, 69], "compil": [1, 2, 3, 4, 20, 21, 24, 25, 26, 30, 32, 33, 37, 38, 39, 40, 44, 47, 49, 50, 51, 52, 54, 57, 58, 61, 62, 64, 65, 66, 69], "automat": [1, 26, 37, 39, 40, 50, 57, 62, 64, 68], "decompos": [1, 5], "appropri": [1, 2, 4, 7, 13, 20, 28, 39, 62, 64], "The": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 44, 46, 47, 49, 50, 51, 53, 54, 55, 56, 57, 58, 60, 61, 62, 64, 66, 68, 69, 71], "section": [1, 7, 13, 23, 39, 40, 62, 64, 68, 69], "list": [1, 2, 3, 4, 5, 6, 7, 9, 10, 12, 13, 14, 15, 16, 17, 19, 21, 25, 36, 37, 38, 40, 46, 50, 53, 55, 56, 57, 62, 64, 68, 69, 71], "implement": [1, 2, 3, 5, 7, 11, 12, 13, 20, 21, 26, 27, 28, 30, 32, 33, 35, 37, 40, 50, 51, 55, 58, 60, 61, 62, 64, 68], "transform": [1, 5, 7, 9, 17, 18, 20, 24, 58, 60], "state": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 15, 16, 19, 21, 25, 26, 28, 33, 35, 38, 42, 44, 46, 47, 49, 50, 51, 53, 54, 55, 57, 61, 62, 68, 69, 71], "ar": [1, 2, 3, 4, 5, 7, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 25, 26, 28, 30, 32, 33, 34, 35, 37, 38, 39, 40, 43, 44, 48, 49, 50, 51, 53, 56, 57, 58, 61, 62, 64, 66, 68, 69, 71], "templat": [1, 2, 16, 21, 23, 24, 25, 28, 32, 33, 50, 51, 58, 60, 61, 66, 68], "argument": [1, 2, 3, 4, 7, 12, 14, 15, 21, 23, 25, 32, 33, 37, 42, 44, 49, 52, 53, 57, 58, 61, 64, 68], "allow": [1, 2, 3, 4, 5, 6, 7, 9, 19, 21, 23, 25, 26, 40, 42, 43, 44, 52, 53, 54, 56, 57, 58, 60, 64, 65, 71], "invok": [1, 2, 3, 21, 23, 25, 30, 37, 40, 51, 58, 68], "version": [1, 3, 5, 9, 12, 13, 18, 19, 21, 30, 36, 37, 38, 39, 40, 44, 58, 61, 62, 64, 65, 68, 69], "see": [1, 2, 3, 4, 6, 7, 13, 15, 19, 21, 23, 25, 33, 35, 36, 37, 38, 39, 40, 42, 44, 46, 51, 53, 54, 55, 56, 58, 60, 62, 64, 65, 66, 68, 69, 71], "addition": [1, 19, 64, 71], "overload": [1, 3, 21, 28, 29, 33, 35], "broadcast": [1, 2, 3, 12, 28], "singl": [1, 2, 3, 4, 5, 13, 15, 16, 21, 24, 25, 26, 28, 33, 37, 38, 39, 44, 49, 50, 51, 53, 54, 56, 57, 58, 68], "across": [1, 2, 3, 7, 19, 28, 38, 39, 40, 50, 62, 64, 71], "vector": [1, 2, 3, 4, 5, 6, 9, 15, 21, 23, 24, 25, 28, 31, 33, 35, 38, 39, 46, 47, 50, 51, 52, 53, 55, 57, 61, 62], "For": [1, 2, 3, 4, 5, 7, 12, 13, 14, 15, 19, 21, 23, 28, 35, 37, 38, 39, 40, 42, 43, 44, 45, 46, 50, 52, 53, 55, 56, 57, 61, 62, 64, 66, 68, 69, 71], "exampl": [1, 3, 4, 5, 6, 7, 9, 11, 12, 13, 15, 18, 19, 20, 21, 23, 28, 34, 35, 37, 38, 39, 40, 42, 44, 46, 47, 49, 50, 51, 53, 54, 56, 57, 60, 61, 62, 64, 65, 66, 68, 69, 71], "cudaq": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 23, 24, 25, 27, 30, 31, 32, 37, 38, 39, 40, 42, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 64, 65, 68, 69], "qvector": [1, 2, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 24, 25, 28, 32, 38, 39, 42, 44, 46, 47, 49, 50, 52, 53, 55, 56, 57, 58, 68, 69], "flip": [1, 2, 3, 6, 11, 14, 54, 56], "each": [1, 2, 3, 4, 7, 8, 12, 13, 14, 15, 19, 21, 23, 26, 31, 35, 37, 38, 39, 40, 44, 50, 53, 54, 55, 56, 57, 58, 62, 64, 68, 69, 71], "thi": [1, 2, 3, 4, 5, 7, 10, 11, 12, 13, 14, 15, 17, 20, 21, 23, 24, 25, 26, 27, 28, 30, 33, 35, 37, 38, 39, 40, 42, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 62, 64, 65, 66, 68, 69], "pauli": [1, 2, 3, 4, 8, 10, 12, 21, 29, 44, 56, 57], "matrix": [1, 2, 3, 5, 11, 12, 15, 19, 36, 38, 54, 56, 61, 71], "It": [1, 2, 4, 7, 13, 14, 15, 18, 19, 21, 28, 33, 35, 39, 44, 54, 56, 58, 61, 64, 66, 69, 71], "i": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 33, 35, 36, 37, 38, 39, 40, 41, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 64, 65, 66, 68, 69, 71], "also": [1, 2, 3, 4, 7, 11, 13, 14, 15, 16, 19, 21, 25, 29, 37, 38, 39, 40, 42, 43, 44, 50, 53, 56, 57, 58, 60, 61, 62, 64, 66, 69, 71], "known": [1, 2, 25, 51, 58], "NOT": [1, 21, 28, 56], "gate": [1, 2, 4, 6, 7, 9, 11, 12, 13, 14, 15, 19, 28, 32, 33, 35, 37, 40, 42, 46, 51, 52, 54, 57, 61, 71], "appli": [1, 2, 3, 7, 9, 11, 12, 13, 14, 21, 24, 25, 28, 32, 35, 38, 39, 42, 46, 51, 52, 54, 56, 57, 58, 61], "0": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 23, 24, 25, 28, 29, 30, 31, 33, 35, 36, 37, 38, 39, 40, 42, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 61, 62, 64, 66, 68, 69, 71], "1": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 42, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 61, 62, 64, 68, 69, 71], "rotat": [1, 3, 4, 11, 12, 13, 14, 15, 28, 29, 42, 49, 54, 57, 61], "\u03c0": [1, 54], "about": [1, 2, 4, 7, 14, 15, 16, 19, 21, 35, 38, 39, 40, 43, 44, 50, 53, 54, 62, 64, 66, 67, 68, 69, 71], "axi": [1, 9, 15, 16, 54], "enabl": [1, 2, 3, 4, 13, 20, 21, 23, 25, 26, 28, 30, 31, 32, 33, 36, 39, 40, 43, 44, 49, 50, 53, 58, 61, 62, 64, 68, 69], "one": [1, 2, 3, 4, 5, 6, 7, 12, 13, 15, 19, 21, 23, 24, 26, 28, 31, 35, 37, 38, 39, 40, 45, 49, 50, 52, 53, 56, 57, 58, 60, 61, 62, 64, 68, 69, 71], "creat": [1, 2, 3, 4, 11, 12, 13, 14, 15, 16, 18, 21, 23, 29, 32, 37, 38, 39, 43, 44, 50, 51, 53, 54, 55, 57, 58, 59, 61, 62, 64, 65, 66, 68, 69], "superposit": [1, 7, 12, 15, 21, 24, 33, 39, 42, 44, 46, 54, 55, 56], "comput": [1, 2, 3, 4, 5, 7, 9, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 23, 24, 25, 31, 33, 35, 38, 39, 40, 43, 44, 48, 53, 55, 57, 61, 62, 66, 68, 69], "basi": [1, 2, 3, 5, 11, 13, 14, 17, 33, 38, 39, 54, 56, 57], "sqrt": [1, 7, 8, 11, 13, 14, 15, 24, 54, 56, 69], "2": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35, 37, 38, 39, 40, 44, 46, 49, 50, 52, 53, 54, 55, 56, 57, 58, 62, 64, 66, 68, 69, 71], "an": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 21, 23, 25, 26, 28, 29, 31, 32, 33, 35, 37, 38, 39, 40, 42, 44, 46, 47, 49, 50, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 64, 66, 69, 70, 71], "arbitrari": [1, 2, 37, 52, 68], "\u03bb": 1, "exp": [1, 2, 24, 29], "i\u03bb": 1, "math": [1, 5, 7, 38], "pi": [1, 4, 9, 10, 12, 13, 15, 16, 24, 25, 30, 32, 37, 38, 50, 55], "std": [1, 2, 3, 21, 23, 24, 25, 28, 29, 31, 32, 33, 38, 39, 44, 46, 50, 51, 53, 55, 57, 60, 61, 66, 68], "number": [1, 2, 3, 4, 5, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 21, 24, 29, 31, 33, 35, 37, 38, 39, 40, 42, 44, 46, 47, 49, 50, 51, 52, 53, 56, 57, 58, 61, 64, 69], "\u03b8": 1, "co": [1, 13, 15], "isin": 1, "sin": [1, 13, 15], "its": [1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 19, 20, 21, 31, 33, 35, 38, 39, 40, 44, 46, 51, 55, 56, 57, 58, 61, 62, 64, 68, 69, 70, 71], "4": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 50, 53, 55, 57, 58, 62, 64, 68, 71], "i\u03c0": 1, "two": [1, 2, 3, 4, 5, 7, 8, 10, 11, 12, 14, 15, 26, 35, 37, 39, 44, 49, 50, 52, 54, 56, 64, 68], "qubit_1": [1, 7, 12], "qubit_2": 1, "univers": [1, 4, 38, 56], "three": [1, 14, 26, 37, 38, 49], "paramet": [1, 2, 3, 4, 6, 9, 10, 12, 16, 17, 21, 25, 28, 33, 37, 38, 42, 47, 49, 50, 51, 53, 55, 57, 61, 62], "euler": 1, "angl": [1, 2, 3, 6, 8, 13, 14, 15, 24, 25, 28, 39, 42, 49, 50, 57], "theta": [1, 4, 8, 9, 10, 11, 12, 13, 15, 16, 17, 21, 23, 24, 38, 39, 49, 55, 57], "phi": [1, 5, 8, 21, 23, 58], "\u03c6": 1, "lambda": [1, 2, 4, 10, 12, 14, 21, 24, 25, 30, 52, 53, 57, 58], "i\u03c6": 1, "np": [1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 24, 25, 30, 32, 37, 39, 40, 50, 53, 54, 55, 62], "m_pi": [1, 24, 32, 50, 55], "m_pi_2": [1, 24, 25, 38], "adj": [1, 28], "method": [1, 2, 3, 4, 5, 7, 9, 14, 16, 17, 21, 23, 28, 33, 39, 40, 44, 51], "ani": [1, 2, 3, 4, 11, 12, 15, 21, 25, 27, 28, 30, 32, 33, 37, 38, 40, 42, 44, 45, 50, 51, 52, 54, 61, 62, 64, 68, 69], "alloc": [1, 2, 3, 6, 12, 21, 23, 24, 25, 26, 33, 39, 40, 42, 44, 46, 51, 52, 54, 57, 61], "now": [1, 4, 5, 7, 8, 12, 13, 16, 19, 35, 44, 50, 51, 52, 53, 54, 55, 64, 69, 71], "again": [1, 21, 35, 54, 64, 66], "initi": [1, 2, 3, 4, 5, 6, 10, 12, 13, 16, 17, 21, 37, 39, 50, 53, 54, 55, 56, 57, 62, 64], "ctrl": [1, 2, 7, 12, 15, 21, 23, 24, 28, 38, 39, 42, 46, 47, 49, 50, 51, 52, 55, 56, 57, 58, 64, 69], "condit": [1, 2, 11, 13, 21, 22, 23, 25, 26, 40, 43, 56, 58], "more": [1, 2, 3, 4, 5, 10, 12, 13, 14, 15, 19, 23, 26, 28, 29, 35, 37, 38, 39, 40, 43, 44, 50, 53, 55, 56, 57, 62, 64, 66, 68, 69, 71], "wikipedia": 1, "entri": [1, 21, 25, 39, 50, 58, 64, 68], "ctrl_1": 1, "ctrl_2": 1, "00": [1, 4, 5, 11, 15, 44, 53, 56, 68, 69], "11": [1, 3, 4, 5, 11, 14, 15, 21, 38, 44, 53, 56, 58, 62, 64, 68, 69], "onli": [1, 2, 3, 4, 14, 15, 21, 25, 26, 30, 33, 35, 37, 38, 39, 43, 46, 47, 50, 56, 58, 60, 62, 64, 68, 69], "both": [1, 3, 5, 7, 9, 26, 35, 37, 39, 40, 56, 57, 62, 64, 66], "000": [1, 13, 14, 38, 44], "111": [1, 4, 13, 14], "follow": [1, 2, 3, 4, 5, 7, 8, 12, 13, 14, 15, 19, 21, 23, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 44, 45, 49, 50, 51, 54, 58, 60, 61, 62, 64, 65, 66, 68, 69, 71], "common": [1, 4, 14, 16, 21, 25, 28, 29, 58, 62], "convent": [1, 9, 12], "all": [1, 2, 3, 4, 8, 14, 15, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 30, 31, 33, 35, 37, 38, 39, 40, 44, 46, 49, 50, 53, 54, 55, 56, 57, 58, 62, 64, 65, 66, 68, 69, 71], "howev": [1, 4, 5, 13, 14, 35, 37, 39, 68, 69], "behavior": [1, 2, 4], "chang": [1, 2, 4, 13, 19, 21, 25, 44, 64, 69, 71], "instead": [1, 2, 4, 11, 15, 27, 30, 39, 40, 44, 62, 64, 68], "when": [1, 2, 3, 4, 12, 14, 21, 26, 33, 35, 38, 39, 40, 44, 49, 50, 51, 54, 58, 61, 62, 64, 68, 69], "negat": [1, 2, 3, 28, 32, 33], "polar": [1, 28, 32, 40], "syntax": [1, 4, 19, 20, 25, 26, 28, 30, 37, 50, 66, 71], "preced": [1, 28, 37], "01": [1, 5, 7, 11, 56], "10": [1, 4, 5, 9, 10, 11, 12, 14, 15, 17, 21, 24, 25, 44, 51, 53, 56, 57, 58, 66, 69], "notat": [1, 56], "context": [1, 2, 9, 26, 39, 40, 61], "valid": [1, 2, 3, 18, 25, 37, 40, 50, 62, 64, 68], "either": [1, 7, 9, 12, 26, 37, 39, 40, 50, 56, 57, 62, 64, 69], "similarli": [1, 7, 39, 45, 56], "condition": 1, "respect": [1, 2, 3, 5, 12, 21, 37, 39, 44, 49, 53, 62, 64, 69], "e": [1, 2, 3, 4, 5, 7, 8, 12, 13, 14, 15, 16, 17, 20, 21, 22, 24, 25, 26, 27, 28, 29, 35, 37, 38, 39, 40, 47, 50, 58, 61, 62, 64, 68, 69], "project": [1, 40, 61, 62, 64, 65, 68], "onto": [1, 56], "eigenvector": [1, 2, 8], "non": [1, 2, 3, 10, 14, 21, 25, 26, 33, 39, 40, 44, 49, 51], "linear": [1, 4, 9, 11, 13, 16, 38, 44, 50, 56], "avail": [1, 2, 3, 4, 10, 18, 19, 20, 21, 25, 26, 28, 31, 32, 33, 34, 36, 37, 38, 39, 40, 43, 44, 46, 48, 49, 58, 62, 64, 69, 71], "first": [1, 2, 3, 4, 6, 7, 8, 11, 12, 13, 14, 15, 16, 18, 21, 33, 37, 38, 39, 40, 41, 49, 50, 51, 52, 54, 57, 58, 64, 69], "api": [1, 15, 18, 21, 23, 27, 28, 31, 33, 37, 38, 39, 40, 44, 51, 61, 62, 64, 66, 68], "regist": [1, 2, 3, 13, 16, 21, 24, 26, 33, 37, 39, 46, 51, 52, 54, 58, 61], "outsid": [1, 4, 64, 68], "Then": [1, 14, 46, 50, 54, 60, 61], "within": [1, 2, 3, 16, 21, 25, 27, 29, 33, 37, 39, 40, 43, 44, 50, 51, 54, 56, 60, 62, 64, 65, 66, 68, 69], "like": [1, 2, 3, 4, 5, 7, 12, 13, 16, 19, 21, 25, 33, 37, 39, 44, 50, 51, 53, 56, 57, 58, 62, 64, 65, 68, 69, 71], "built": [1, 2, 4, 5, 6, 13, 19, 37, 40, 43, 44, 47, 54, 57, 62, 68, 69, 71], "abov": [1, 4, 7, 12, 13, 21, 23, 28, 38, 39, 40, 44, 49, 50, 52, 56, 58, 61, 62, 64, 66, 68, 69], "qudit": [1, 2, 22, 26, 28], "level": [1, 2, 19, 20, 21, 26, 28, 38, 39, 40, 58, 61, 65, 71], "register_oper": 1, "accept": [1, 2, 3, 42, 62, 64, 69], "identifi": [1, 2, 5, 12, 46, 62, 64], "string": [1, 2, 3, 15, 21, 23, 24, 31, 40, 44, 51, 58, 64, 68], "numpi": [1, 3, 4, 5, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 24, 50, 53, 54, 55, 62], "arrai": [1, 2, 3, 5, 7, 8, 11, 13, 14, 33, 35, 39, 51, 53, 54, 58], "complex": [1, 2, 3, 5, 10, 11, 17, 29, 35, 39, 44, 53, 54, 56, 57, 68], "A": [1, 2, 3, 4, 5, 7, 12, 14, 15, 16, 21, 24, 25, 28, 35, 37, 44, 50, 52, 53, 56, 60, 61, 62, 64], "1d": [1, 2, 3], "interpret": [1, 43, 62], "row": [1, 2, 3, 15], "major": [1, 62], "import": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 24, 29, 37, 38, 39, 40, 42, 44, 46, 47, 49, 50, 51, 53, 54, 55, 56, 57, 58, 62, 68, 69], "custom_h": 1, "custom_x": 1, "def": [1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 24, 25, 30, 32, 38, 39, 42, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 64, 69], "bell": [1, 21, 68], "sampl": [1, 2, 3, 4, 7, 10, 11, 12, 14, 23, 37, 38, 39, 40, 41, 43, 46, 47, 50, 51, 52, 53, 54, 55, 56, 61, 64, 68, 69], "dump": [1, 2, 3, 11, 21, 24, 38, 39, 44, 46, 47, 50, 51, 53, 54, 55, 68, 69], "macro": [1, 61], "cudaq_register_oper": 1, "uniqu": [1, 2, 3, 4, 12, 14, 21, 26, 28, 33, 39, 66], "name": [1, 2, 3, 4, 12, 21, 23, 28, 31, 36, 38, 39, 40, 49, 53, 56, 58, 61, 62, 64, 65, 68, 69], "represent": [1, 2, 3, 13, 15, 21, 25, 35, 40, 58, 60, 61], "includ": [1, 2, 3, 5, 12, 19, 21, 24, 33, 38, 42, 43, 44, 46, 47, 49, 50, 51, 52, 54, 55, 57, 58, 60, 61, 62, 64, 66, 68, 69, 71], "m_sqrt1_2": 1, "__qpu__": [1, 2, 21, 24, 25, 32, 38, 39, 42, 44, 46, 47, 49, 50, 51, 52, 54, 55, 57, 58, 68, 69], "void": [1, 2, 3, 21, 23, 24, 25, 28, 29, 31, 32, 33, 42, 44, 46, 50, 52, 55, 57, 58, 60, 61, 66, 68, 69], "bell_pair": [1, 2, 3], "r": [1, 5, 14, 28, 33, 37, 38, 39, 40, 49, 50, 57, 58, 64], "int": [1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 17, 21, 24, 25, 32, 33, 38, 39, 42, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 57, 58, 61, 62, 66, 68, 69], "main": [1, 4, 5, 19, 21, 24, 35, 38, 44, 46, 47, 49, 50, 51, 52, 54, 55, 57, 58, 62, 64, 66, 68, 69, 71], "auto": [1, 2, 21, 23, 24, 25, 29, 32, 33, 38, 39, 40, 42, 44, 46, 47, 49, 50, 51, 52, 54, 55, 57, 58, 60, 68, 69], "count": [1, 2, 3, 4, 8, 10, 12, 14, 21, 23, 24, 33, 37, 38, 39, 40, 44, 47, 50, 51, 52, 53, 54, 55, 57, 58, 61], "bit": [1, 2, 5, 7, 11, 14, 21, 24, 26, 33, 35, 39, 40, 46, 47, 51, 52, 54, 56, 61], "printf": [1, 21, 24, 33, 39, 47, 49, 51, 52, 55, 57, 62], "n": [1, 2, 4, 5, 8, 12, 13, 14, 17, 21, 23, 24, 25, 28, 29, 32, 38, 39, 44, 46, 47, 49, 50, 51, 52, 53, 55, 56, 57, 58, 62, 66, 69], "data": [1, 2, 9, 10, 12, 13, 16, 18, 21, 25, 27, 29, 35, 39, 40, 47, 49, 51, 52, 58, 61, 63, 64, 66, 68], "multi": [1, 5, 13, 15, 18, 19, 20, 23, 26, 28, 32, 36, 37, 38, 44, 48, 49, 56, 61, 62, 68, 69, 71], "msb": 1, "order": [1, 2, 4, 5, 12, 15, 21, 29, 37, 40, 44, 49, 54], "big": [1, 10], "endian": 1, "show": [1, 4, 9, 10, 12, 13, 14, 15, 16, 17, 39, 49, 50, 54, 62, 64], "differ": [1, 2, 3, 4, 7, 8, 9, 13, 14, 15, 35, 37, 38, 39, 43, 44, 50, 53, 54, 62, 64, 66], "test": [1, 4, 9, 14, 18, 23, 53, 62, 64], "cnot": [1, 4, 28, 42, 56, 68], "my_cnot": 1, "print": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 24, 33, 38, 39, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 62, 68, 69], "500": [1, 56, 69], "exact": [1, 4, 40], "random": [1, 2, 3, 4, 5, 10, 12, 14, 15, 16, 17, 39, 40, 46, 53, 55, 57], "construct": [1, 2, 4, 14, 15, 21, 22, 23, 25, 33, 35, 39, 42, 43, 44, 51, 54, 58], "second": [1, 2, 3, 4, 5, 7, 12, 14, 33, 38, 40, 44, 57], "1j": 1, "xy": [1, 15], "kron": [1, 14], "my_xi": 1, "custom_xy_test": 1, "undo": 1, "prior": [1, 56, 62, 64], "1000": [1, 3, 4, 9, 11, 14, 21, 37, 44, 51, 53, 56, 69], "mycnot": 1, "myxi": 1, "current": [1, 2, 3, 4, 15, 19, 21, 31, 37, 39, 40, 46, 61, 64, 68, 71], "simul": [1, 2, 5, 6, 10, 14, 15, 18, 19, 20, 21, 36, 37, 41, 43, 44, 46, 48, 50, 51, 53, 58, 59, 62, 69, 71], "attempt": [1, 2, 68], "hardwar": [1, 4, 13, 18, 19, 36, 40, 44, 48, 68, 71], "result": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 13, 14, 15, 16, 17, 21, 22, 23, 24, 26, 35, 37, 38, 39, 40, 44, 46, 47, 49, 50, 51, 52, 53, 54, 56, 58, 61, 64, 68, 69], "runtim": [1, 2, 4, 10, 20, 21, 23, 26, 37, 38, 39, 40, 47, 49, 58, 61, 64, 66], "error": [1, 2, 4, 8, 11, 15, 18, 28, 35, 37, 38, 40, 43, 50, 54, 62, 64, 68], "class": [2, 3, 4, 5, 9, 21, 23, 25, 29, 31, 33, 39, 40, 57, 60, 61], "spin_op": [2, 3, 21, 24, 28, 38, 39, 44, 49, 55, 57], "repres": [2, 3, 4, 5, 7, 11, 12, 13, 15, 21, 35, 37, 40, 50, 56, 57, 58], "gener": [2, 3, 4, 5, 8, 10, 12, 13, 14, 15, 16, 21, 23, 24, 25, 26, 28, 29, 32, 34, 37, 38, 43, 46, 47, 49, 50, 51, 52, 56, 58, 60, 64, 68], "sum": [2, 3, 5, 9, 12, 14, 29, 33, 50, 56], "tensor": [2, 3, 9, 14, 19, 29, 38, 39, 47, 61, 71], "product": [2, 3, 14, 18, 19, 29, 38, 46, 69, 71], "expos": [2, 3, 4, 21, 23, 29, 31, 35, 39, 61], "typic": [2, 21, 33, 38, 42, 43, 49, 58, 65, 66], "algebra": [2, 29, 49, 56], "programm": [2, 3, 21, 22, 23, 25, 26, 28, 30, 31, 33, 37, 39, 51], "defin": [2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 29, 30, 31, 32, 33, 38, 39, 40, 42, 43, 44, 46, 47, 49, 50, 51, 52, 54, 55, 56, 57, 58, 61, 62, 64, 66, 68], "primit": [2, 12, 20, 23, 26, 29, 33, 34, 39, 43, 68], "them": [2, 4, 8, 10, 14, 15, 19, 35, 42, 56, 58, 62, 64, 66, 68, 69, 71], "compos": [2, 3, 9, 12, 25, 26, 37, 50, 58], "larger": [2, 3, 4, 12, 38, 46, 47], "thereof": [2, 26, 29], "public": [2, 4, 21, 23, 29, 31, 33, 39, 46, 57, 60, 61, 64], "type": [2, 4, 5, 6, 7, 12, 13, 14, 20, 21, 23, 25, 26, 28, 29, 34, 37, 39, 40, 42, 46, 49, 51, 54, 55, 56, 57, 58, 61, 64, 68], "spin_op_term": 2, "bool": [2, 3, 21, 25, 28, 29, 31, 39, 61, 68], "we": [2, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 19, 21, 24, 28, 30, 35, 37, 39, 40, 42, 43, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 64, 65, 66, 68, 69, 71], "term": [2, 3, 5, 10, 12, 17, 21, 28, 37, 39, 44, 49, 64], "binari": [2, 3, 4, 9, 12, 13, 19, 37, 46, 62, 66, 71], "symplect": 2, "form": [2, 3, 4, 15, 19, 21, 28, 33, 35, 40, 58, 71], "size": [2, 3, 4, 9, 14, 21, 23, 24, 25, 26, 33, 38, 39, 40, 46, 47, 50, 51, 53, 64, 68], "nqubit": [2, 23, 24, 57, 61], "where": [2, 3, 4, 5, 7, 8, 9, 12, 13, 14, 15, 20, 26, 28, 29, 33, 35, 37, 40, 44, 50, 53, 54, 56, 61, 62, 64, 66], "element": [2, 3, 5, 13, 14, 21, 33, 39, 56], "x": [2, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 23, 24, 25, 28, 29, 30, 32, 37, 38, 39, 40, 42, 44, 46, 47, 49, 50, 51, 52, 54, 55, 56, 57, 58, 62, 64, 66, 69], "next": [2, 4, 5, 15, 35, 50, 51, 57, 58, 62], "z": [2, 3, 4, 6, 9, 10, 11, 12, 15, 16, 21, 24, 28, 29, 38, 39, 44, 46, 49, 51, 53, 54, 55, 57, 62], "y": [2, 3, 4, 7, 9, 13, 14, 15, 17, 21, 24, 28, 29, 38, 39, 44, 49, 51, 54, 57, 62, 64, 66, 69], "site": [2, 69], "csr_spmatrix": 2, "tupl": [2, 3, 4, 21, 25, 57], "doubl": [2, 3, 16, 21, 23, 24, 25, 28, 29, 32, 38, 39, 40, 44, 49, 50, 55, 57, 61, 62, 64], "size_t": [2, 21, 23, 25, 29, 31, 33, 39, 50, 51, 61, 66, 68], "typedef": 2, "zero": [2, 3, 6, 8, 9, 14, 26, 39, 44, 56], "spars": [2, 3], "function": [2, 3, 6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 19, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 42, 43, 44, 46, 49, 50, 51, 53, 54, 55, 57, 58, 61, 66, 68, 71], "pair": [2, 3, 12, 25, 31, 35, 64], "const": [2, 21, 23, 24, 25, 28, 29, 31, 33, 38, 47, 50, 55, 57, 60, 61, 66, 68], "termdata": 2, "constructor": [2, 3], "take": [2, 3, 4, 5, 7, 12, 13, 14, 19, 21, 23, 24, 25, 28, 29, 30, 31, 32, 33, 35, 37, 40, 43, 44, 47, 49, 50, 51, 52, 53, 54, 57, 58, 62, 64, 69, 71], "coeffici": [2, 3, 10, 56], "constant": [2, 7, 33, 35, 58], "id": [2, 21, 31, 33, 37, 39, 62, 64], "coeff": 2, "qubit": [2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 16, 17, 21, 23, 24, 25, 26, 29, 31, 32, 35, 37, 38, 39, 40, 42, 43, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 61, 64, 69], "unordered_map": [2, 21], "_term": 2, "full": [2, 3, 5, 19, 38, 39, 53, 56, 58, 60, 62, 64, 65, 71], "composit": 2, "spin": [2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 17, 21, 24, 29, 35, 38, 39, 44, 49, 53, 55, 57, 58], "op": [2, 3, 35, 49, 57, 58], "map": [2, 3, 4, 11, 14, 21, 33, 58, 64], "individu": [2, 3, 26, 33, 39], "bsf": 2, "from": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 19, 21, 22, 24, 25, 26, 29, 33, 35, 38, 39, 40, 43, 44, 46, 49, 50, 53, 54, 55, 57, 58, 61, 64, 65, 66, 69, 71], "ident": [2, 3, 12, 14, 35, 49], "numqubit": [2, 3, 24], "given": [2, 3, 4, 5, 7, 10, 12, 14, 21, 33, 37, 39, 40, 44, 46, 49, 57, 61], "o": [2, 4, 8, 13, 17, 24, 37, 38, 39, 40, 47, 49, 50, 51, 52, 54, 57, 58, 62, 64, 66, 68, 69], "copi": [2, 15, 33, 35, 62, 64], "data_rep": 2, "serial": [2, 3], "encod": [2, 3, 4, 12, 21, 29, 39, 46, 51, 56, 61], "via": [2, 3, 5, 7, 9, 11, 18, 20, 21, 23, 26, 28, 30, 32, 33, 35, 37, 39, 40, 47, 49, 50, 51, 52, 53, 54, 56, 58, 60, 61, 62], "3": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 44, 50, 52, 53, 54, 55, 57, 58, 61, 62, 64, 65, 69, 71], "real": [2, 3, 8, 10, 13, 15, 17, 43], "imaginari": [2, 3, 5, 17], "part": [2, 3, 5, 17, 21, 33, 58, 60, 62, 64], "append": [2, 3, 6, 8, 9, 10, 14, 15, 16, 17, 25, 37, 39, 46, 53], "larg": [2, 3, 5, 14, 28, 39, 40, 43, 47, 56], "end": [2, 3, 5, 7, 11, 13, 14, 15, 21, 33, 37, 39, 44, 50, 54, 56, 62, 64], "total": [2, 3, 4, 5, 9, 10, 13, 17, 38, 39, 40, 44, 50, 53, 64], "destructor": 2, "iter": [2, 3, 4, 5, 21, 33, 50, 57], "begin": [2, 3, 4, 5, 7, 11, 13, 14, 15, 16, 21, 33, 42, 50, 51, 54, 56, 57], "return": [2, 3, 4, 6, 7, 9, 10, 12, 14, 15, 16, 17, 21, 23, 24, 25, 28, 33, 35, 38, 39, 44, 46, 47, 49, 50, 51, 53, 54, 55, 57, 58, 60, 61, 62, 66, 68], "start": [2, 3, 5, 6, 13, 18, 19, 28, 33, 37, 39, 44, 58, 60, 66, 71], "equal": [2, 3, 15, 35, 39, 40, 44, 56], "v": [2, 3, 5, 8, 10, 12, 18, 21, 24, 25, 30, 35, 38, 53, 58, 62], "noexcept": [2, 28], "add": [2, 3, 4, 11, 12, 15, 16, 19, 30, 40, 50, 51, 54, 58, 60, 61, 62, 64, 71], "subtract": [2, 3], "multipli": [2, 3], "true": [2, 3, 4, 5, 9, 14, 21, 25, 37, 53, 62, 64, 69], "here": [2, 3, 4, 5, 7, 11, 13, 14, 16, 18, 19, 21, 23, 24, 25, 28, 30, 38, 39, 46, 47, 49, 51, 52, 54, 55, 57, 58, 60, 62, 64, 68, 69, 71], "doe": [2, 3, 4, 7, 13, 15, 19, 21, 25, 33, 38, 39, 62, 64, 66, 68, 69, 71], "consid": [2, 3, 4, 5, 7, 8, 14, 24, 26, 35, 38, 39, 58, 64], "valu": [2, 3, 4, 5, 6, 7, 9, 10, 12, 14, 15, 17, 18, 21, 23, 25, 29, 33, 35, 38, 39, 40, 44, 46, 48, 53, 55, 56, 57, 58, 62, 68, 69], "num_qubit": [2, 3, 29, 38, 57], "num_term": [2, 29], "get_coeffici": [2, 3, 10, 29], "get": [2, 3, 8, 11, 13, 14, 15, 19, 21, 23, 24, 33, 37, 38, 39, 44, 49, 50, 53, 61, 62, 66, 69, 71], "throw": [2, 15], "except": [2, 3, 4, 15, 68], "get_raw_data": [2, 3], "is_ident": [2, 3, 29], "standard": [2, 3, 20, 21, 22, 23, 25, 28, 34, 39, 42, 43, 47, 58, 60, 62, 64, 66, 68], "out": [2, 3, 4, 7, 9, 11, 12, 13, 19, 21, 26, 33, 35, 39, 40, 44, 45, 49, 50, 54, 57, 61, 64, 65, 68, 71], "to_str": [2, 3, 10, 44], "printcoeffici": 2, "getdatarepresent": 2, "getdatatupl": 2, "fulli": [2, 4, 9, 19, 20, 39, 51, 58, 62, 64, 68, 71], "distribute_term": [2, 3], "numchunk": 2, "distribut": [2, 3, 11, 14, 19, 26, 38, 40, 44, 49, 51, 62, 68, 71], "chunk": [2, 3, 26], "for_each_term": [2, 3, 10, 29], "give": [2, 8, 12, 13, 14, 19, 21, 39, 40, 54, 62, 64, 70, 71], "functor": 2, "reduct": 2, "captur": [2, 12, 15, 19, 25, 71], "variabl": [2, 4, 12, 19, 25, 26, 37, 38, 39, 45, 47, 50, 53, 54, 62, 64, 69, 71], "for_each_pauli": [2, 3, 29], "thrown": [2, 3, 68], "than": [2, 3, 12, 13, 15, 28, 35, 38, 40, 44, 56, 62, 64, 68], "user": [2, 3, 4, 14, 15, 19, 21, 23, 24, 26, 27, 30, 33, 37, 38, 39, 40, 50, 53, 54, 58, 61, 62, 64, 71], "should": [2, 3, 13, 20, 21, 26, 28, 29, 31, 33, 37, 39, 40, 44, 46, 54, 61, 62, 64, 68, 69], "pass": [2, 3, 4, 9, 10, 15, 18, 21, 25, 26, 29, 33, 37, 39, 47, 50, 52, 54, 57, 58, 59, 64, 68], "index": [2, 3, 4, 29, 31, 33, 35, 39, 46, 61], "complex_matrix": 2, "to_matrix": [2, 3, 8], "dens": 2, "to_sparse_matrix": [2, 3], "col": 2, "static": [2, 3, 21, 28, 33, 58, 62, 68], "nterm": 2, "unsign": 2, "seed": [2, 3, 5, 10, 12, 14, 15, 16, 17, 40, 53, 55], "random_devic": 2, "act": [2, 4, 6, 7, 12, 35, 56], "specifi": [2, 3, 4, 9, 10, 12, 13, 14, 15, 21, 24, 25, 26, 28, 29, 30, 31, 33, 37, 38, 39, 40, 44, 46, 50, 51, 53, 54, 55, 58, 61, 62, 64], "overrid": [2, 21, 40, 60, 62], "repeat": [2, 14, 21, 55, 57], "from_word": [2, 3], "pauliword": 2, "input": [2, 3, 4, 5, 7, 9, 10, 13, 21, 23, 24, 25, 32, 33, 39, 44, 49, 50, 53, 57], "word": [2, 3, 10, 54], "g": [2, 3, 4, 12, 20, 21, 22, 25, 26, 27, 28, 29, 35, 37, 38, 39, 40, 50, 58, 61, 62, 64, 65, 68, 69], "xyx": [2, 3], "3rd": 2, "typenam": [2, 21, 23, 24, 25, 28, 32, 33, 50, 66, 68], "qualifiedspinop": 2, "struct": [2, 21, 23, 24, 25, 28, 32, 38, 39, 47, 49, 50, 51, 52, 55, 57, 58, 60, 68], "constexpr": [2, 23, 33, 38], "dyn": [2, 33, 47, 54], "d": [2, 3, 4, 24, 25, 26, 33, 37, 50, 54, 57, 64], "system": [2, 3, 4, 5, 15, 16, 21, 26, 31, 33, 35, 39, 40, 43, 44, 49, 50, 53, 54, 56, 57, 60, 62, 65, 66, 68, 69], "inlin": [2, 21, 58], "new": [2, 3, 4, 13, 15, 18, 19, 21, 23, 35, 43, 58, 59, 62, 64, 68, 69, 71], "enable_if_t": 2, "qreg": [2, 3, 12, 38], "contain": [2, 3, 4, 5, 12, 14, 18, 19, 21, 26, 28, 31, 35, 38, 40, 43, 44, 49, 50, 55, 57, 58, 61, 62, 68, 69, 71], "dynam": [2, 3, 23, 25, 26, 33, 42, 43, 47, 58, 68], "time": [2, 3, 4, 5, 11, 12, 13, 14, 15, 17, 20, 21, 24, 26, 33, 34, 37, 38, 39, 40, 44, 47, 50, 51, 53, 56, 58, 62, 64, 69], "By": [2, 4, 21, 28, 37, 38, 39, 40, 44, 50, 66], "value_typ": 2, "indic": [2, 3, 5, 25, 28, 29, 33, 54, 61], "underli": [2, 3, 4, 21, 31, 33, 37, 39, 61], "interfac": [2, 33, 40, 61, 62, 64, 66], "idx": [2, 3, 9, 33, 39], "qspan": 2, "front": [2, 24, 32, 33, 52], "back": [2, 24, 33, 35, 39, 50, 51, 54, 64], "last": [2, 14, 24, 33, 39, 49, 57], "slice": [2, 3, 33, 57], "clear": [2, 3, 21, 33, 61], "destroi": [2, 33], "postcondit": [2, 33], "own": [2, 3, 4, 11, 14, 26, 31, 33, 40, 57, 58, 61, 62, 64, 68], "semant": [2, 3, 20, 25, 26, 27, 30, 32, 33, 35, 58], "held": 2, "explicit": [2, 21, 32, 40, 50, 68], "determin": [2, 4, 5, 7, 44], "If": [2, 3, 4, 7, 9, 10, 13, 14, 15, 21, 35, 38, 40, 44, 46, 50, 53, 56, 57, 62, 64, 68, 69], "check": [2, 4, 19, 37, 38, 50, 56, 62, 64, 71], "norm": [2, 14], "pre": [2, 17, 19, 21, 37, 40, 49, 50, 52, 62, 68, 71], "exist": [2, 3, 15, 19, 20, 21, 26, 27, 44, 60, 62, 64, 68, 69, 71], "could": [2, 4, 15, 38, 42, 56, 57, 62], "from_data": [2, 3], "retriev": [2, 3, 21, 39, 50], "get_stat": [2, 3, 8, 13, 15, 39], "delet": [2, 33, 64, 68], "cannot": [2, 13, 15, 24, 25, 33, 35, 56, 64], "move": [2, 9, 33, 60, 62, 64, 69], "assign": [2, 4, 12, 31, 39, 40, 62], "qview": [2, 8, 13, 24, 25, 32, 46], "observe_result": [2, 3, 21, 49], "encapsul": [2, 9, 21, 33, 39, 68], "observ": [2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 16, 17, 24, 37, 39, 40, 41, 43, 47, 49, 51, 52, 53, 55, 56, 57, 61, 69], "call": [2, 3, 4, 5, 6, 7, 9, 11, 12, 13, 15, 16, 23, 24, 25, 28, 32, 39, 40, 43, 44, 50, 51, 52, 53, 55, 56, 57, 58, 61, 62, 64, 66], "measur": [2, 3, 4, 7, 8, 9, 11, 13, 14, 21, 22, 24, 25, 26, 28, 35, 37, 39, 40, 42, 43, 44, 46, 50, 51, 54, 57, 58, 61, 69], "execut": [2, 4, 5, 13, 15, 19, 20, 21, 23, 25, 26, 31, 32, 37, 39, 40, 43, 44, 45, 46, 47, 49, 50, 51, 53, 58, 61, 64, 65, 66, 68, 69, 71], "ansatz": [2, 4, 5, 6, 12, 16, 17, 21, 24, 38, 39, 49, 55, 57], "circuit": [2, 3, 4, 7, 8, 9, 12, 13, 14, 20, 21, 25, 26, 29, 30, 34, 35, 37, 38, 39, 40, 43, 44, 49, 50, 55, 57, 58, 60], "global": [2, 3, 4, 12, 21, 25, 38, 44, 62], "expect": [2, 3, 4, 5, 6, 9, 10, 11, 12, 14, 16, 17, 18, 21, 38, 39, 40, 44, 48, 53, 54, 55, 57, 62, 64, 68, 69], "h": [2, 3, 4, 5, 7, 8, 10, 12, 13, 14, 15, 16, 17, 21, 23, 24, 28, 29, 30, 32, 33, 35, 37, 38, 39, 42, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 64, 66, 68, 69], "precomput": 2, "psi": [2, 6, 7, 8, 15, 21, 24, 44, 56], "sample_result": [2, 3, 21, 50, 68], "wa": [2, 3, 4, 5, 7, 21, 39, 51, 58, 62, 65, 69], "shot": [2, 3, 4, 8, 10, 14, 21, 24, 37, 44, 51, 56, 61], "base": [2, 3, 4, 9, 13, 14, 19, 20, 21, 23, 27, 28, 33, 38, 39, 40, 44, 46, 53, 57, 58, 61, 62, 64, 66, 71], "raw_data": [2, 4, 21], "raw": [2, 3, 4], "convers": [2, 21], "simpli": [2, 15, 56, 64, 69], "ignor": [2, 4, 40], "fine": [2, 21, 47, 51, 52, 56], "grain": [2, 21, 47, 51, 52], "explicitli": [2, 4, 35, 37, 40, 58, 66, 68], "request": [2, 21, 38, 39, 40, 50, 64], "oppos": [2, 68], "observe_data": 2, "spinoptyp": [2, 21], "sub": [2, 3, 20, 21, 24, 25, 33, 34, 64], "id_coeffici": [2, 21], "executioncontext": 2, "abstract": [2, 20, 21, 23, 28, 29, 31, 33, 39, 43], "how": [2, 4, 6, 12, 13, 14, 15, 16, 19, 21, 23, 28, 38, 39, 40, 43, 44, 48, 50, 51, 52, 53, 54, 55, 57, 58, 61, 62, 64, 65, 68, 69, 71], "shots_": 2, "member": [2, 3, 12, 25, 57], "basic": [2, 6, 18, 38, 64, 69], "option": [2, 3, 4, 5, 7, 14, 16, 17, 21, 23, 28, 31, 37, 38, 39, 44, 49, 50, 52, 53, 57, 61, 62, 64], "invoc": [2, 3, 23, 25, 31, 33, 39, 40, 61], "expectationvalu": 2, "nullopt": 2, "optimization_result": [2, 21], "optresult": 2, "optim": [2, 4, 5, 6, 9, 10, 12, 14, 17, 18, 19, 20, 30, 33, 35, 38, 40, 48, 57, 58, 60, 62, 64, 71], "hasconditionalsonmeasureresult": 2, "fals": [2, 3, 4, 5, 10, 62, 64], "being": [2, 3, 6, 11, 20, 21, 35, 40, 50, 54, 68], "ha": [2, 3, 4, 5, 7, 11, 12, 14, 21, 28, 35, 37, 38, 40, 43, 44, 46, 50, 53, 54, 56, 57, 62, 64, 68], "statement": [2, 7, 21, 22, 43], "noise_model": [2, 3, 11, 14, 54], "noisemodel": [2, 3, 11, 14, 54], "nullptr": 2, "canhandleobserv": 2, "flag": [2, 25, 37, 39, 40, 47, 50, 58, 60, 64, 68], "handl": [2, 3, 4, 37, 38, 39, 40, 46, 47, 50, 61, 64, 68], "task": [2, 4, 15, 21, 29, 39, 40, 44, 58, 61], "under": [2, 14, 37, 60, 61, 62, 64, 68], "asyncexec": 2, "occur": [2, 3, 4, 14, 21, 26, 50, 54, 56, 64], "asynchron": [2, 3, 21, 31, 39, 44, 50, 53], "detail": [2, 5, 12, 19, 20, 26, 37, 38, 61, 62, 64, 69, 71], "futur": [2, 3, 21, 36, 37, 39, 40, 50, 54, 62, 64], "futureresult": 2, "store": [2, 3, 5, 26, 33, 39, 44, 50, 53, 56, 58], "unique_ptr": 2, "simulationst": 2, "pointer": [2, 3, 68], "amplitudemap": 2, "amplitud": [2, 3, 13, 39, 53, 54, 56], "overlapcomputest": 2, "overlap": [2, 3, 39], "overlapresult": 2, "trace": [2, 3, 11, 38], "kerneltrac": 2, "run": [2, 3, 4, 7, 9, 14, 15, 17, 18, 20, 21, 24, 37, 38, 39, 40, 41, 43, 47, 49, 50, 51, 52, 53, 54, 57, 58, 61, 62, 64, 65, 68, 69], "tracer": 2, "persist": [2, 21, 26, 38, 64], "resourc": [2, 5, 31, 38, 39, 40, 44, 57, 62, 64], "kernelnam": [2, 3], "batchiter": 2, "batch": [2, 26], "observe_n": 2, "sample_n": 2, "totaliter": 2, "registernam": [2, 21], "mid": [2, 3, 40], "mode": [2, 3, 4, 26, 37, 50, 58, 62], "keep": [2, 14, 21, 40, 57], "track": [2, 21, 56, 57], "reorderidx": 2, "inform": [2, 3, 4, 7, 19, 21, 26, 28, 31, 33, 37, 38, 39, 40, 44, 50, 53, 56, 58, 62, 64, 66, 67, 69, 71], "reorder": 2, "after": [2, 3, 4, 5, 7, 15, 21, 44, 50, 54, 58, 62, 64], "empti": [2, 3, 23, 29, 40, 50, 54, 64], "mean": [2, 13, 28, 35, 40, 50, 53, 64, 69], "char": [2, 24, 39, 44, 62, 68, 69], "invocationresultbuff": 2, "buffer": [2, 39, 68], "note": [2, 3, 4, 12, 14, 15, 24, 26, 35, 38, 39, 44, 46, 50, 54, 56, 57, 58, 62, 64, 68], "need": [2, 4, 5, 11, 12, 13, 14, 15, 35, 37, 38, 39, 40, 44, 49, 50, 53, 57, 61, 62, 64, 65, 68], "abl": [2, 4, 21, 37, 38, 39, 44, 46, 64, 68, 69], "job": [2, 12, 21, 38, 39, 50, 64], "qpu": [2, 3, 8, 18, 19, 20, 21, 26, 31, 37, 39, 40, 43, 44, 49, 50, 53, 61, 68, 69, 71], "extra": [2, 28, 35, 37, 46, 54, 57], "configur": [2, 4, 16, 31, 37, 38, 39, 40, 50, 53, 58, 61, 62, 64, 65, 68, 69], "later": [2, 4, 7, 21, 25, 39, 50, 62, 64], "server": [2, 37, 39, 50, 64], "file": [2, 4, 5, 21, 28, 37, 38, 39, 44, 45, 50, 53, 57, 58, 60, 61, 62, 64, 65, 66, 68, 69], "read": [2, 3, 12, 50, 57], "wrap": [2, 21, 23, 35], "t": [2, 3, 5, 7, 8, 13, 15, 19, 21, 24, 25, 28, 29, 38, 40, 50, 51, 56, 62, 64, 71], "case": [2, 3, 4, 7, 11, 12, 13, 14, 21, 35, 42, 49, 54, 62, 66, 68], "must": [2, 3, 14, 20, 21, 25, 27, 30, 33, 35, 37, 40, 50, 54, 56, 57, 60, 61, 62, 64, 68, 69], "some": [2, 4, 5, 9, 13, 19, 21, 35, 38, 39, 40, 56, 58, 60, 61, 62, 64, 65, 68, 69, 71], "point": [2, 3, 4, 13, 15, 21, 25, 28, 39, 40, 58, 61, 62, 64], "same": [2, 3, 4, 7, 12, 13, 14, 15, 21, 35, 37, 39, 44, 50, 52, 53, 54, 58, 61, 62, 64, 68], "_job": 2, "qpunamein": 2, "config": [2, 5, 61, 62, 64, 69], "info": [2, 38, 45, 58], "requir": [2, 3, 4, 5, 7, 9, 13, 15, 21, 25, 27, 28, 30, 32, 33, 35, 37, 38, 39, 40, 46, 50, 53, 56, 62, 65, 69], "date": 2, "even": [2, 4, 7, 12, 19, 40, 57, 62, 64, 68, 71], "async_result": [2, 50], "face": [2, 27], "which": [2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 19, 21, 23, 26, 29, 33, 35, 37, 39, 40, 49, 50, 51, 53, 56, 57, 58, 61, 62, 64, 65, 68, 71], "itself": [2, 32, 35, 39, 62, 64], "collect": [2, 3, 5, 10, 15, 44], "pertin": [2, 21, 27, 32, 33], "remot": [2, 3, 21, 26, 36, 38, 45, 53], "rest": [2, 3, 20, 37, 39, 46, 50, 62, 64, 68], "wait": [2, 3, 4, 38, 39, 44, 50], "until": [2, 3, 4, 44, 50], "readi": [2, 16, 50, 54, 64], "executionresult": 2, "correspond": [2, 3, 4, 5, 6, 12, 21, 37, 46, 50, 51, 55, 62, 64, 66], "well": [2, 3, 14, 19, 21, 24, 26, 40, 46, 61, 64, 65, 68, 71], "integ": [2, 3, 12, 25, 31, 39, 40, 44, 53], "1st": [2, 11], "bitstr": [2, 3, 4, 12, 21, 46], "m": [2, 4, 5, 8, 14, 15, 17, 24, 29, 39, 40, 53, 58, 62, 64, 68, 69], "tripl": [2, 58], "long": [2, 21, 24, 44, 47, 62, 64, 68, 69], "length": [2, 14, 46, 50, 57], "deseri": 2, "discuss": [2, 4, 60], "brief": [2, 54, 61], "countsdictionari": [2, 21], "assum": [2, 3, 4, 12, 14, 26, 28, 33, 39, 40, 44, 50, 61, 62, 64, 66], "expval": [2, 21], "other": [2, 3, 4, 5, 12, 13, 14, 15, 16, 18, 20, 23, 25, 28, 33, 35, 37, 38, 39, 40, 42, 43, 44, 50, 54, 62, 64, 68, 69], "appendresult": 2, "globalregisternam": [2, 21], "classic": [2, 4, 5, 7, 9, 12, 13, 16, 20, 22, 25, 26, 28, 29, 33, 35, 39, 43, 44, 50, 56, 57, 58, 61, 62, 65, 68], "sequentialdata": 2, "sequenti": [2, 3, 21, 38, 44], "collat": [2, 3], "": [2, 3, 4, 5, 8, 11, 12, 13, 14, 15, 17, 18, 21, 28, 31, 35, 37, 38, 39, 42, 43, 44, 47, 49, 50, 51, 52, 53, 54, 55, 57, 58, 60, 62, 64, 65, 66, 69], "holist": 2, "nullari": 2, "precomputedexp": 2, "__global__": [2, 3, 21, 38, 66], "has_expect": 2, "string_view": [2, 21, 61], "anoth": [2, 4, 24, 25, 35, 40, 46, 50, 52, 54, 62], "register_nam": [2, 3, 21], "tandem": [2, 53], "to_map": [2, 21], "regnam": 2, "merg": [2, 58], "necessari": [2, 37, 39, 40, 50, 54, 58, 62, 64, 68], "document": [2, 3, 15, 18, 19, 20, 28, 36, 37, 38, 60, 61, 62, 64, 68, 71], "exp_val_z": 2, "deprec": [2, 3, 17, 36, 39, 40], "probabl": [2, 3, 8, 11, 14, 21, 44, 46, 54, 56, 68], "most_prob": [2, 3, 10, 24, 44, 46, 56], "most": [2, 3, 4, 12, 19, 21, 35, 38, 44, 46, 50, 58, 62, 64, 65, 68, 71], "ostream": [2, 68], "output": [2, 3, 5, 7, 9, 15, 25, 37, 41, 44, 58, 64, 68, 69], "stream": [2, 4, 26], "extract": [2, 3, 4, 5, 7, 21, 23, 24, 33, 35, 44, 57, 58, 62, 64], "unord": 2, "get_margin": [2, 21], "marginalindic": [2, 21], "margin": [2, 14], "those": [2, 19, 21, 25, 35, 39, 40, 58, 71], "subset": [2, 3, 4, 9, 21, 25, 33, 35], "rvalu": 2, "refer": [2, 12, 18, 21, 25, 26, 33, 35, 37, 38, 39, 50, 55, 62, 64], "newbitstr": 2, "oldbitstr": 2, "process": [2, 3, 4, 13, 17, 20, 21, 26, 31, 37, 38, 39, 40, 43, 50, 53, 56, 58, 62, 68], "rang": [2, 4, 5, 6, 8, 9, 10, 12, 13, 14, 15, 16, 17, 19, 24, 25, 32, 33, 38, 39, 42, 46, 47, 53, 55, 64, 69, 71], "const_iter": 2, "cbegin": 2, "cend": 2, "has_even_par": 2, "pariti": 2, "extens": [2, 15, 20, 21, 27, 33, 36, 61, 64, 66, 69], "concret": [2, 3, 12, 21, 44, 49], "describ": [2, 3, 11, 14, 31, 33, 37, 52, 56, 61, 62, 64, 68], "effici": [2, 4, 40], "manner": [2, 21, 39, 61], "client": [2, 21, 38, 62], "remain": [2, 3, 5, 32, 50, 54, 62], "gpu": [2, 3, 4, 5, 6, 7, 9, 10, 13, 18, 19, 20, 26, 39, 41, 43, 46, 47, 48, 61, 62, 66, 68, 69, 71], "devic": [2, 3, 4, 9, 11, 14, 21, 24, 25, 28, 32, 37, 38, 39, 40, 44, 50, 57, 58, 61, 64], "cpu": [2, 4, 5, 9, 10, 11, 12, 13, 14, 15, 18, 36, 38, 39, 43, 44, 46, 47, 53, 54, 58, 62, 64, 68, 69], "memori": [2, 4, 9, 22, 25, 26, 33, 35, 38, 39, 40, 43, 46, 53, 58, 64], "primari": [2, 3, 21, 33, 61], "goal": [2, 4, 12], "minim": [2, 4, 12, 14, 15, 16, 17, 18, 49, 57, 62, 64, 69], "transfer": [2, 39, 40], "subclass": [2, 21, 61], "cusvstat": 2, "scalartyp": [2, 68], "remotesimulationst": 2, "nvqir": [2, 18, 58, 59, 61], "mpssimulationst": 2, "tensornetsimulationst": 2, "made": [2, 12, 44, 54, 64], "up": [2, 3, 4, 7, 12, 13, 15, 23, 29, 40, 43, 49, 53, 54, 55, 57, 58, 61, 64], "extent": [2, 3, 40], "enum": [2, 5], "precis": [2, 3, 13, 16, 38, 40, 56], "enumer": [2, 3, 14, 24, 46], "fp32": [2, 3, 38, 39, 40], "fp64": [2, 3, 16, 17, 36, 38, 39, 40], "simulation_precis": 2, "possibl": [2, 4, 7, 14, 15, 20, 35, 56, 64, 66, 68], "float": [2, 3, 4, 6, 7, 8, 9, 10, 12, 14, 16, 17, 21, 24, 25, 28, 32, 38, 39, 40, 49, 55, 57, 61], "tensorstatedata": 2, "dimens": [2, 3, 4, 6, 10, 12, 21, 55, 57], "state_data": 2, "variant": [2, 28], "custatevec": [2, 38, 39, 40, 61], "care": [2, 21, 68], "taken": [2, 4, 10], "ensur": [2, 58, 60, 62, 64, 68], "comparison": [2, 7], "compat": [2, 3, 27, 40, 62], "registeredtyp": 2, "declar": [2, 21, 25, 26, 28, 58, 61, 66, 68], "themselv": [2, 37, 42], "plugin": [2, 19, 60, 62, 64, 71], "myinterfac": 2, "column": [2, 3, 15], "upon": [2, 6, 35, 44, 50, 56, 64], "destruct": 2, "rawdata": 2, "intern": [2, 3, 39], "modifi": [2, 24, 25, 28, 32, 35, 40, 57, 64], "correct": [2, 13, 14, 24, 43, 50, 62, 64], "j": [2, 3, 4, 8, 10, 12, 13, 14, 24, 25, 29, 53, 55, 62], "minimal_eigenvalu": [2, 3], "eigenvalu": [2, 3, 12, 40, 57], "thei": [2, 3, 4, 5, 6, 12, 25, 33, 35, 43, 56, 57, 62, 64], "set_zero": 2, "seen": [2, 7], "manag": [2, 15, 38, 39, 62, 64], "instruct": [2, 19, 26, 28, 30, 35, 37, 38, 40, 50, 51, 57, 58, 62, 64, 68, 69, 71], "control": [2, 3, 8, 12, 13, 18, 19, 20, 23, 24, 25, 26, 28, 30, 32, 33, 34, 35, 37, 39, 42, 43, 46, 48, 50, 51, 54, 56, 57, 58, 61, 64, 71], "flow": [2, 9, 20, 21, 25, 34, 43, 58], "path": [2, 3, 15, 37, 58, 61, 62, 64], "thu": [2, 38, 39, 40, 56, 58], "might": [2, 4, 5, 23, 28, 35, 36, 38, 39, 52], "produc": [2, 3, 4, 5, 12, 21, 24, 29, 30, 35, 42, 44, 51, 58, 61, 68], "elementtyp": 2, "is_integral_v": 2, "is_signed_v": 2, "increment": [2, 53], "exclus": [2, 7], "stop": [2, 44, 64], "step": [2, 4, 5, 7, 9, 13, 24, 58, 62, 66, 69], "reach": [2, 53], "quantumkernel": [2, 21, 32], "arg": [2, 3, 4, 9, 13, 14, 21, 23, 28, 32, 39, 44, 58, 64], "is_invocable_v": 2, "draw": [2, 3, 4, 6, 7, 11, 13, 14, 15, 44, 46], "utf": [2, 3], "8": [2, 3, 4, 5, 9, 10, 12, 13, 14, 15, 16, 17, 19, 21, 24, 25, 26, 36, 37, 38, 39, 40, 50, 53, 54, 55, 57, 58, 62, 64, 69, 71], "usag": [2, 39, 53], "iostream": [2, 38, 42, 44, 46, 68], "mz": [2, 3, 7, 8, 14, 21, 23, 24, 35, 37, 38, 39, 42, 44, 46, 47, 50, 51, 52, 53, 54, 56, 58, 68, 69], "cout": [2, 38, 44, 46, 68], "q0": [2, 3, 4, 6, 7, 11, 13, 15, 35], "q1": [2, 3, 4, 6, 7, 11, 13, 15, 35], "ry": [2, 3, 4, 6, 8, 9, 10, 21, 24, 25, 28, 30, 38, 39, 49, 57], "59": [2, 3, 12, 21, 24, 39, 49], "callabl": [2, 3, 20, 21, 23, 24, 25, 42, 49, 51], "trivial": [2, 4, 21, 39, 47, 49, 65], "signatur": [2, 3, 21, 23, 25, 52, 58], "evalu": [2, 3, 4, 8, 21, 38, 39, 40, 49], "without": [2, 3, 21, 25, 32, 37, 40, 46, 50, 54, 62, 64, 68, 69], "regard": 2, "depth": [2, 4, 70], "etc": [2, 25, 26, 39, 43, 57, 61, 62, 64, 69], "kraus_op": 2, "krau": [2, 11, 54], "initializer_list": 2, "initlist": 2, "adjoint": [2, 13, 23, 24, 28, 32, 35, 58], "flatten": [2, 68], "nrow": [2, 9, 15], "ncol": [2, 15], "kraus_channel": [2, 54], "channel": [2, 3, 11, 14, 54, 64], "action": [2, 21, 24, 25, 64], "matric": [2, 5, 40], "amplitude_damping_channel": [2, 54], "bit_flip_channel": [2, 54], "depolarization_channel": [2, 11, 54], "phase_flip_channel": [2, 54], "inputlist": 2, "lvalu": 2, "make": [2, 3, 7, 13, 15, 21, 39, 40, 54, 55, 57, 58, 61, 62, 64, 66, 69], "get_op": 2, "push_back": [2, 25, 46], "autom": [2, 61], "creation": [2, 4, 5, 20, 34, 57, 61], "damp": [2, 54], "phase": [2, 3, 13, 28, 50, 54], "depolar": [2, 11, 54], "densiti": [2, 3, 11, 14, 15, 36, 38, 40, 54], "add_channel": [2, 3, 11, 14, 54], "quantumop": 2, "get_channel": [2, 3], "relev": [2, 4, 5, 6, 9, 14, 17, 31, 40], "kernel_build": [2, 23], "kernel_builder_bas": 2, "kernelbuildertyp": 2, "mlir": [2, 3, 18, 39, 58, 59, 60, 62], "getargu": [2, 23, 60], "quakevalu": [2, 3, 23], "isargstdvec": 2, "otherwis": [2, 3, 7, 40, 44], "getnumparam": [2, 23], "qalloc": [2, 3, 23, 37, 38, 39, 53], "qvec": [2, 35, 37], "veq": [2, 3, 35, 58], "blockargu": 2, "object": [2, 3, 4, 5, 10, 12, 14, 15, 21, 25, 35, 39, 44, 55, 57, 58], "simplic": [2, 5], "impli": [2, 3, 40], "goe": [2, 26, 46], "scope": [2, 25, 26, 33, 58, 60], "befor": [2, 12, 15, 37, 45, 50, 54, 57, 62, 64], "mai": [2, 3, 4, 7, 12, 14, 21, 23, 25, 26, 28, 32, 33, 37, 38, 39, 40, 43, 44, 45, 47, 50, 52, 57, 62, 64, 66, 68, 69], "garbag": 2, "constantv": 2, "val": [2, 14, 50], "swap": [2, 5, 15, 24, 50], "mod": [2, 28], "is_same_v": 2, "perform": [2, 4, 5, 7, 9, 13, 14, 16, 19, 21, 24, 37, 39, 40, 44, 46, 50, 52, 53, 56, 60, 61, 62, 64, 68, 69, 71], "fredkin": 2, "between": [2, 3, 4, 8, 12, 14, 15, 16, 25, 35, 38, 42, 43, 44, 50, 53, 54, 64, 66], "meant": [2, 20, 47], "thin": [2, 3], "wrapper": [2, 3, 39], "around": [2, 3, 5, 7, 14, 21, 46, 54, 69], "instanc": [2, 3, 4, 21, 23, 28, 33, 38, 39, 40, 43, 64], "quak": [2, 3, 12, 18, 34, 58, 60], "dialect": [2, 3, 58, 60], "arithmet": [2, 25, 26, 57], "getvalu": 2, "actual": [2, 14, 21, 44, 61], "implicitlocopbuild": 2, "arith": [2, 35, 58], "constantfloatop": 2, "canvalidatenumel": 2, "stdvectyp": 2, "do": [2, 4, 13, 14, 19, 28, 30, 33, 35, 38, 39, 40, 42, 43, 51, 56, 58, 62, 64, 65, 66, 69, 71], "loop": [2, 3, 4, 5, 12, 22, 33, 42, 50, 53, 55, 57, 58], "know": [2, 15, 19, 35, 71], "bound": [2, 3, 14, 57], "startidx": [2, 3], "subscript": [2, 3, 37, 38], "stdvec": [2, 35, 58], "constants": 2, "isstdvec": 2, "getrequiredel": 2, "veqtyp": 2, "divid": [2, 12], "invers": [2, 13, 24], "so": [2, 4, 8, 10, 12, 14, 15, 21, 37, 39, 40, 46, 51, 56, 57, 58, 60, 61, 62, 64, 68, 69], "friend": 2, "write": [2, 3, 45, 50, 56, 57, 60, 64, 66], "u": [2, 4, 6, 7, 10, 12, 13, 15, 16, 24, 25, 29, 30, 42, 43, 44, 52, 53, 54, 56, 57, 58], "wai": [2, 3, 7, 21, 32, 35, 44, 62], "code": [2, 3, 4, 7, 12, 13, 15, 16, 20, 21, 23, 24, 25, 26, 29, 30, 32, 33, 35, 37, 38, 39, 40, 44, 49, 50, 51, 53, 54, 56, 57, 58, 60, 61, 62, 65, 66, 68, 69], "mlircontext": 2, "ctx": [2, 9, 60], "f": [2, 4, 7, 14, 24, 25, 46, 49, 57, 62, 69], "high": [2, 14, 53, 58, 68], "serv": [2, 3, 4, 25, 33, 38, 60, 62], "work": [2, 4, 5, 13, 14, 18, 21, 38, 39, 53, 57, 59, 62, 64, 65, 68, 69], "subtyp": 2, "possibli": [2, 25], "deleg": [2, 38, 61, 64], "third": [2, 3, 18, 57, 67], "parti": [2, 18, 57, 67], "immut": 2, "mutabl": [2, 21], "gradient": [2, 6, 9, 38, 55, 57], "df": [2, 14], "dx_i": 2, "scalar": [2, 21], "queri": [2, 7, 21, 31, 39, 46, 49], "whether": [2, 3, 62, 64], "strategi": [2, 21, 26, 32, 57, 61], "parameter": [2, 3, 4, 12, 16, 21, 23, 25, 28, 38, 43, 49, 51, 53, 57], "left": [2, 5, 7, 8, 12, 13, 50, 61, 64], "thing": [2, 52, 57], "max": [2, 4, 10, 18, 38, 40, 50, 55], "cobyla": [2, 3, 4, 6, 10, 16, 17, 21, 55, 57], "opt": [2, 25, 58, 60, 62, 64], "assert": [2, 24, 25], "requiresgradi": [2, 21], "algo": 2, "opt_val": [2, 38, 55, 57], "opt_param": [2, 21, 38, 55, 57], "dx": [2, 21], "virtual": [2, 15, 19, 21, 38, 39, 44, 49, 53, 61, 62, 71], "achiev": [2, 5, 12, 13, 21, 37, 38, 52, 57], "dim": [2, 38], "optimizable_funct": [2, 21], "opt_funct": [2, 21, 38], "variat": [2, 4, 5, 6, 9, 12, 17, 18, 21, 48], "custom": [2, 11, 19, 21, 25, 39, 40, 51, 54, 57, 60, 62, 64, 67, 68, 71], "ptrtoown": 2, "conveni": [2, 13, 29, 35, 57, 62, 64], "jdx": 2, "tensoridx": 2, "get_tensor": 2, "just": [2, 4, 7, 8, 12, 20, 34, 39, 44, 45, 46, 51, 56, 58, 64], "rank": [2, 3, 39, 47, 51, 53], "get_num_tensor": 2, "get_num_qubit": [2, 31], "get_precis": [2, 3], "is_on_gpu": [2, 3], "to_host": 2, "hostptr": 2, "numel": 2, "pure": [2, 11, 24, 25, 32, 57], "basisst": 2, "host": [2, 22, 24, 25, 26, 29, 33, 38, 39, 40, 49, 68, 69], "leverag": [2, 3, 4, 21, 23, 25, 28, 32, 33, 40, 51, 55, 57, 58, 61, 65], "separ": [2, 4, 40, 62, 64], "mapper": 2, "inherit": [2, 22, 26, 39], "updat": [2, 4, 21, 37, 50, 62, 69], "protect": [2, 33, 61], "getexpectedvalu": 2, "central_differ": [2, 21, 57], "forward_differ": 2, "parameter_shift": 2, "prescrib": 2, "kernelt": 2, "argsmapp": [2, 21], "setarg": 2, "save": [2, 9, 38, 39, 44, 53, 58, 64, 66], "nvqc": [2, 36, 38], "setkernel": 2, "been": [2, 3, 15, 37, 38, 43, 44, 50, 62, 64], "have": [2, 3, 4, 7, 12, 13, 14, 15, 19, 21, 35, 38, 39, 40, 44, 46, 50, 53, 54, 56, 60, 62, 64, 65, 66, 68, 69, 71], "funcatx": [2, 3], "func": [2, 21, 35, 58, 60], "clone": [2, 9, 33, 60, 62], "deriv": [2, 4, 7, 21, 56], "exp_h": [2, 21], "forward": [2, 9], "approxim": [2, 4, 12, 18, 40, 44, 48], "registri": [2, 64], "unit": [2, 3, 15, 20, 25, 26, 28, 31, 33, 37, 43, 56], "express": [2, 19, 21, 22, 23, 24, 26, 29, 39, 43, 51, 52, 58, 68, 71], "certain": [2, 33, 38, 39, 40, 61, 64], "logic": [2, 7, 31, 33, 39], "connect": [2, 4, 9, 12, 19, 26, 31, 33, 35, 50, 62, 71], "queue": [2, 21, 38, 50], "enqueu": 2, "relat": [2, 4, 12, 58], "quantum_platform": [2, 3, 31, 39, 49, 58], "baseremoterestqpu": 2, "baseremotesimulatorqpu": 2, "_qpuid": 2, "setid": 2, "thread": [2, 3, 26, 39, 40, 49, 53, 61], "getexecutionthreadid": 2, "getnumqubit": 2, "getconnect": 2, "issimul": 2, "supportsconditionalfeedback": 2, "feedback": [2, 26, 43, 64], "remotecap": 2, "getremotecap": 2, "capabl": [2, 38, 40, 53, 62, 64], "setshot": 2, "_nshot": 2, "noth": 2, "wish": [2, 4, 38, 39, 49, 64], "isemul": 2, "local": [2, 3, 5, 15, 18, 37, 38, 39, 44, 47, 50, 58, 62, 63, 65], "emul": [2, 3, 37, 50], "quantumtask": 2, "setexecutioncontext": 2, "resetexecutioncontext": 2, "reset": [2, 3, 21, 24, 26, 40, 61], "launchkernel": 2, "kernelfunc": 2, "uint64_t": 2, "launch": [2, 21, 39, 40, 64, 69], "pack": [2, 68], "launchserializedcodeexecut": 2, "serializedcodeexecutioncontext": 2, "serializecodeexecutionobject": 2, "onrandomseedset": 2, "notifi": 2, "let": [2, 7, 8, 11, 12, 13, 14, 15, 16, 28, 35, 42, 43, 44, 47, 49, 51, 52, 53, 54, 55, 56, 57, 58, 64, 65, 66, 69], "basenvcfsimulatorqpu": 2, "submit": [2, 37, 38, 50, 64], "nvcf": 2, "realiz": [2, 5, 56], "intend": [2, 20, 21, 23, 62, 66], "popul": [2, 46], "platformqpu": 2, "qubitconnect": [2, 31], "fetch": [2, 4], "supports_task_distribut": 2, "multipl": [2, 4, 14, 15, 17, 19, 28, 37, 39, 40, 43, 44, 50, 52, 56, 71], "parallel": [2, 20, 26, 40, 44, 64, 69], "qpu_id": [2, 3, 8, 21, 31, 38, 39, 44, 53], "get_shot": 2, "getter": 2, "onc": [2, 4, 5, 13, 14, 23, 37, 38, 40, 43, 44, 50, 62, 64, 66, 69], "set_shot": 2, "clear_shot": 2, "remov": [2, 4, 35, 36, 38, 39, 40, 64], "numshot": 2, "setter": 2, "set_exec_ctx": 2, "get_exec_ctx": 2, "reset_exec_ctx": 2, "num_qpu": [2, 3, 8, 31, 38, 39, 49], "is_simul": [2, 31], "supports_conditional_feedback": 2, "get_current_qpu": [2, 31], "set_current_qpu": [2, 31], "device_id": [2, 31], "is_remot": [2, 3, 31], "qpuid": [2, 31, 39], "is_emul": [2, 3, 31], "set_nois": [2, 3, 54], "get_remote_cap": 2, "applic": [2, 4, 5, 7, 12, 13, 14, 16, 18, 21, 28, 32, 37, 40, 43, 44, 48, 64, 65, 68, 69, 70], "reset_nois": 2, "turn": [2, 9, 13, 38, 45, 61], "off": [2, 3, 4, 9, 13, 38, 39, 62], "enqueueasynctask": 2, "kernelexecutiontask": 2, "launchvq": 2, "kernelarg": 2, "n_param": [2, 55, 57], "vqe": [2, 3, 4, 12, 16, 38, 55, 57], "settargetbackend": 2, "resetlogstream": 2, "log": [2, 3, 19, 38, 62, 64, 71], "getlogstream": 2, "setlogstream": 2, "logstream": 2, "list_platform": 2, "structur": [2, 3, 4, 5, 9, 12, 21, 23, 27, 29, 31, 33, 39, 40, 58, 60, 61, 66], "boolean": [2, 23], "field": [2, 12, 18, 39], "initvalu": 2, "stateoverlap": 2, "serializedcodeexec": 2, "command": [2, 4, 38, 39, 40, 44, 46, 47, 49, 50, 53, 61, 62, 64, 65, 66, 68, 69], "entir": [2, 15, 35, 51, 57, 61], "forth": [2, 39], "commun": [2, 21, 37, 39, 40, 62], "ultim": [2, 58, 61], "what": [2, 3, 4, 12, 14, 15, 18, 19, 41, 53, 61, 68, 71], "ad": [2, 5, 14, 19, 21, 37, 38, 51, 54, 58, 62, 64, 66, 69, 71], "promis": 2, "qubitedg": [2, 31], "num_available_gpu": [2, 3, 44, 53], "set_random_se": [2, 3, 9, 10, 12, 14, 40, 55, 57], "caller": [2, 25], "unset_nois": [2, 3, 54], "dealloc": [2, 26, 33, 61], "mpi": [2, 19, 39, 40, 47, 51, 53, 69, 71], "against": [2, 19, 37, 62, 66, 71], "argc": [2, 24, 44, 62, 69], "argv": [2, 24, 44, 62, 69], "program": [2, 18, 20, 23, 25, 28, 33, 34, 37, 38, 39, 40, 41, 43, 50, 51, 53, 54, 58, 62, 64, 66, 69], "is_initi": [2, 3, 47, 51], "alreadi": [2, 3, 15, 62, 64, 69], "final": [2, 3, 4, 5, 6, 39, 49, 51, 53, 57, 58, 61, 62], "num_rank": [2, 3, 53], "all_gath": [2, 3], "gather": [2, 3, 24, 44, 56], "fit": [2, 62], "come": [2, 5, 26, 38, 50, 68], "all_reduc": 2, "binaryfunct": 2, "localvalu": 2, "reduc": [2, 8, 14, 40], "rootrank": [2, 3], "make_kernel": [3, 23, 37, 38, 39, 53], "els": [3, 4, 9, 15, 23, 39, 40, 44, 62, 66, 69], "int_valu": 3, "float_valu": 3, "pykernel": 3, "argtypelist": 3, "programmat": 3, "str": [3, 4, 10, 14, 37, 39, 44, 46, 50, 56, 68], "argument_count": 3, "alia": [3, 33], "pykerneldecor": 3, "verbos": [3, 5, 41, 58, 62, 65], "modul": [3, 5, 9, 40, 44, 57, 58, 62], "none": [3, 9, 24, 25, 40], "funcsrc": 3, "locat": [3, 37, 39, 62, 64, 68], "overrideglobalscopedvar": 3, "decor": [3, 4, 25, 42], "lower": [3, 58, 61], "ast": 3, "jit": [3, 4], "executionengin": 3, "__call__": 3, "__str__": 3, "from_json": 3, "jstr": 3, "overridedict": 3, "convert": [3, 4, 5, 21, 49, 58], "json": [3, 37, 39, 50, 64], "to_json": 3, "self": [3, 4, 9, 12, 25, 62, 64], "reconstruct": 3, "elsewher": 3, "type_to_str": 3, "clean": [3, 5], "kwarg": [3, 4], "languag": [3, 18, 19, 22, 25, 26, 27, 28, 33, 34, 39, 43, 51, 56, 58, 61, 65, 71], "attribut": [3, 25, 51, 58], "coprocessor": [3, 21, 25], "shots_count": [3, 4, 7, 8, 10, 11, 14, 37, 44, 47, 51, 53], "over": [3, 11, 21, 33, 44, 50, 54, 55, 57, 61, 64], "ndarrai": [3, 9, 11, 15], "leav": [3, 11, 37, 50, 64], "doesn": 3, "firstfloat": 3, "secondfloat": 3, "kei": [3, 10, 12, 13, 14, 30, 37, 38, 61, 64, 69], "nois": [3, 4, 11, 21, 31, 37, 50, 54], "model": [3, 4, 11, 18, 20, 21, 23, 25, 28, 33, 34, 35, 37, 39, 50, 54, 58, 61, 64, 69], "dictionari": [3, 14, 21, 44, 51, 57], "sampleresult": [3, 4, 44, 51, 61], "sample_async": [3, 8, 21, 39, 44, 50], "_mlir_lib": 3, "_quakedialect": 3, "cudaq_runtim": 3, "asyncsampleresult": [3, 50], "platform": [3, 18, 19, 20, 28, 34, 36, 37, 38, 40, 44, 49, 53, 58, 61, 62, 64, 69, 71], "Will": [3, 30, 44], "whose": [3, 5, 9, 12, 16, 21, 26, 38, 39, 49, 56], "identif": 3, "spin_oper": [3, 12, 44, 49, 57], "spinoper": [3, 4, 9, 10, 12, 17, 44, 49, 53, 57], "everi": [3, 12, 14, 19, 38, 39, 43, 44, 50, 51, 62, 69, 71], "nest": [3, 39], "hermitian": 3, "calcul": [3, 4, 6, 7, 8, 9, 38, 39, 44, 50, 53, 57], "observeresult": [3, 44, 57], "observe_async": [3, 21, 38, 53], "asyncobserveresult": 3, "arg0": [3, 58], "prepar": [3, 4, 8, 9, 13, 14, 16, 46, 49, 51, 53, 55], "select": [3, 4, 9, 16, 40, 44, 47, 49, 64, 68], "get_state_async": [3, 39], "asyncstateresult": 3, "parameter_count": [3, 4, 10, 12, 16, 17, 53, 55, 57], "argument_mapp": [3, 12], "gradient_strategi": [3, 57], "arg1": 3, "format": [3, 9, 15, 21, 24, 33, 62], "ascii": [3, 15], "latex": [3, 15], "cx": [3, 4, 14, 23, 37, 38, 46, 53, 69], "translat": [3, 21, 56, 58], "qir": [3, 58, 61], "adapt": [3, 12, 19, 71], "openqasm2": 3, "openqasm": 3, "moduleid": [3, 58], "llvmdialectmodul": [3, 58], "source_filenam": [3, 58], "opaqu": [3, 33, 58], "__nvqpp__mlirgen__function_variable_qreg": 3, "_z13variable_qregv": 3, "local_unnamed_addr": [3, 58], "tail": [3, 58], "__quantum__rt__qubit_allocate_arrai": [3, 58], "i64": [3, 58], "__quantum__qis__mz": [3, 58], "9": [3, 4, 5, 9, 10, 14, 15, 21, 25, 26, 58, 62, 64], "7": [3, 4, 5, 6, 8, 9, 10, 12, 13, 14, 15, 19, 21, 25, 26, 28, 33, 39, 53, 58, 62, 64, 71], "__quantum__rt__qubit_release_arrai": [3, 58], "ret": [3, 58], "has_target": 3, "get_target": [3, 8, 38, 39, 49, 69], "rais": 3, "set_target": [3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 37, 38, 39, 40, 44, 46, 47, 49, 50, 53, 54, 61], "reset_target": 3, "initialize_cudaq": 3, "environ": [3, 4, 11, 15, 19, 37, 38, 39, 45, 47, 50, 60, 62, 64, 69, 71], "detect": [3, 44, 53, 62, 64, 68], "simulationprecis": 3, "underyl": 3, "properti": [3, 4, 5, 7, 35], "noindex": 3, "infrastructur": [3, 19, 39, 60, 62, 71], "descript": [3, 38, 40, 61, 62, 64], "featur": [3, 4, 5, 13, 19, 25, 62, 64, 68, 69, 71], "activ": [3, 5, 9, 18, 39, 40, 62, 64, 69], "consist": [3, 4, 5, 44], "physic": [3, 5, 12, 20, 26, 33, 35, 37, 39, 40, 50, 56], "0101": [3, 55], "1010": [3, 55], "consol": [3, 38, 45, 62], "cupi": [3, 64], "gettensor": 3, "compris": 3, "tensori": 3, "mlirvalu": 3, "As": [3, 12, 20, 26, 27, 33, 39, 40, 42, 56, 57, 60], "hold": [3, 57], "__add__": 3, "runtimeerror": [3, 4], "new_valu": 3, "5": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 23, 24, 25, 26, 28, 29, 32, 33, 38, 39, 40, 46, 47, 49, 50, 53, 54, 55, 57, 58, 62, 64, 66, 71], "__radd__": 3, "__sub__": 3, "__rsub__": 3, "__neg__": 3, "__mul__": 3, "__rmul__": 3, "__getitem__": 3, "you": [3, 4, 5, 7, 13, 14, 15, 18, 19, 21, 37, 38, 40, 44, 46, 50, 51, 53, 54, 57, 58, 60, 61, 62, 64, 65, 66, 68, 69, 71], "complexmatrix": 3, "lowest": [3, 5], "__eq__": 3, "togeth": [3, 14, 18, 40, 58, 69], "__iter__": 3, "through": [3, 4, 7, 9, 11, 21, 37, 42, 45, 47, 51, 54, 57, 61, 62, 64, 69], "chunk_count": 3, "d1": 3, "d2": [3, 49], "d3": 3, "receiv": [3, 21], "while": [3, 5, 19, 25, 43, 44, 50, 58, 62, 64, 68, 71], "0j": [3, 8, 10, 12, 44], "get_qubit_count": 3, "get_term_count": [3, 17], "qubit_count": [3, 7, 9, 11, 12, 13, 16, 17, 39, 42, 44, 46, 47, 53, 55, 69], "term_count": [3, 53], "994175775": 3, "ith": 3, "scipi": [3, 14, 15, 16, 17, 57], "csr_arrai": 3, "print_coeffici": 3, "termin": [3, 53, 64], "At": [3, 5, 62, 64], "directli": [3, 20, 21, 26, 33, 35, 58, 64, 68, 69], "c_if": [3, 23], "dure": [3, 5, 6, 11, 21, 37, 40, 62, 64, 68], "__len__": 3, "equival": [3, 12, 39, 40, 44], "metadata": [3, 16, 58], "experi": [3, 4, 14, 37, 50, 62, 64], "expectation_z": 3, "get_marginal_count": [3, 14], "marginal_indic": 3, "get_register_count": 3, "get_sequential_data": 3, "item": [3, 5, 9, 14, 68], "frequent": 3, "proport": 3, "kick": [3, 39], "pattern": [3, 4, 20, 21, 25, 34, 58, 60], "sub_term": 3, "favor": 3, "get_spin": 3, "accessor": [3, 39], "optimizationresult": 3, "gradientdesc": 3, "initial_paramet": [3, 4, 6, 10, 12, 55, 57], "lower_bound": 3, "max_iter": [3, 4, 57], "maximum": [3, 4, 40], "requires_gradi": 3, "upper_bound": 3, "upper": 3, "neldermead": [3, 10, 12], "lbfg": [3, 21, 38, 57], "centraldiffer": [3, 57], "parameter_vector": [3, 4, 12, 38, 57], "loss": 3, "forwarddiffer": 3, "parametershift": 3, "krauschannel": [3, 11, 54], "__init__": [3, 4, 9, 25], "bitflipchannel": [3, 14, 54], "decoher": [3, 11, 54], "Its": [3, 33, 40, 56, 58], "vice": 3, "versa": 3, "180": [3, 54], "therefor": [3, 5, 12, 13, 33, 58, 60], "phaseflipchannel": [3, 54], "untouch": 3, "depolarizationchannel": [3, 11, 54], "mixtur": 3, "decai": [3, 11, 54], "amplitudedampingchannel": [3, 54], "dissip": [3, 54], "energi": [3, 4, 5, 16, 17, 21, 38, 49, 54, 57], "due": [3, 4, 11, 15, 16, 21, 40, 44, 54, 68], "interact": [3, 5, 31, 54, 64], "ground": [3, 4, 5, 16, 38, 54, 56, 57], "krausoper": [3, 54], "ki": 3, "dag": [3, 15, 30], "col_count": 3, "row_count": 3, "scatter": [3, 4], "concaten": 3, "arg2": 3, "tutori": [4, 5, 12, 14, 64], "explor": [4, 53, 56, 64], "recent": [4, 5], "research": [4, 38], "arxiv": 4, "paper": [4, 10, 55], "http": [4, 5, 9, 12, 13, 15, 37, 39, 50, 62, 64], "org": [4, 62, 64], "pdf": [4, 15], "2402": 4, "01529": 4, "team": [4, 5], "edinburgh": 4, "jointli": 4, "develop": [4, 18, 25, 26, 37, 38, 40, 48, 56, 60, 61, 62, 65, 69], "nvidia": [4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 17, 18, 19, 20, 26, 36, 40, 44, 46, 47, 49, 53, 61, 62, 64, 66, 69, 71], "author": 4, "better": [4, 12, 14, 38, 40, 62], "understand": [4, 14, 20, 64], "barrier": 4, "mit": 4, "licens": [4, 62, 64], "found": [4, 5, 15, 19, 21, 24, 28, 37, 44, 61, 62, 64, 66, 67, 69, 71], "github": [4, 5, 9, 12, 13, 19, 37, 40, 62, 64, 69, 71], "com": [4, 5, 9, 12, 13, 37, 50, 62, 64], "boniface316": 4, "bigdata_vqa": 4, "unsupervis": 4, "learn": [4, 9, 12, 15, 19, 38, 43, 44, 68, 69, 71], "techniqu": [4, 40, 44], "aim": [4, 7, 12, 46], "group": [4, 33, 40], "similar": [4, 21, 39, 44, 62], "characterist": 4, "enhanc": [4, 18], "find": [4, 7, 12, 14, 16, 18, 37, 38, 39, 56, 57, 58, 62, 64], "reliabl": [4, 68], "analysi": [4, 5, 35, 58], "todai": 4, "sever": [4, 5, 51, 54], "limit": [4, 39, 40, 44, 53, 68], "practic": [4, 7, 14, 54], "would": [4, 5, 7, 12, 13, 19, 35, 53, 56, 62, 64, 66, 68, 71], "far": 4, "too": [4, 15, 47, 56], "mani": [4, 13, 19, 28, 31, 39, 40, 44, 53, 69, 71], "extend": [4, 13, 18, 19, 20, 67, 71], "harrow": 4, "fewer": [4, 5, 40], "walk": [4, 5, 61, 62, 64], "approach": [4, 13, 14, 21, 25, 58], "emphas": 4, "util": [4, 9, 11, 21, 33, 38, 39, 40, 53, 58, 61], "bipartit": 4, "branch": [4, 19, 23, 62, 64, 71], "directori": [4, 60, 62, 64, 68], "tree": 4, "uncom": [4, 12, 62, 64], "line": [4, 12, 15, 37, 39, 40, 46, 50, 58, 61, 62, 64], "insid": [4, 39, 64], "skip": [4, 15, 62], "mkdir": [4, 61, 62, 65], "divisive_clustering_src": 4, "wget": [4, 62, 64], "p": [4, 5, 8, 10, 11, 14, 54, 55, 62, 64], "githubusercont": 4, "doc": [4, 39], "sphinx": 4, "divisive_clust": 4, "py": [4, 17, 39, 40, 44, 45, 53, 57, 64, 69], "main_divisive_clust": 4, "instal": [4, 5, 6, 9, 14, 15, 16, 17, 18, 19, 37, 40, 58, 60, 61, 65, 66, 68, 71], "packag": [4, 5, 6, 7, 9, 14, 15, 17, 62, 64, 68, 69], "pip": [4, 5, 6, 9, 14, 15, 16, 17, 39, 40, 62, 64, 69], "mpi4pi": [4, 40, 69], "6": [4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 24, 25, 26, 28, 29, 33, 37, 38, 39, 40, 49, 50, 57, 58, 64, 71], "networkx": 4, "panda": [4, 14], "scikit": [4, 9], "tqdm": 4, "66": [4, 10], "auxillari": [4, 46], "nx": 4, "pd": [4, 14], "matplotlib": [4, 5, 6, 9, 10, 14, 15, 16, 17], "pyplot": [4, 5, 6, 9, 10, 14, 15, 16, 17], "plt": [4, 5, 6, 9, 10, 14, 15, 16, 17], "warn": [4, 15, 17, 37], "divisiveclust": 4, "dendrogram": 4, "voironi_tessal": 4, "filterwarn": 4, "below": [4, 5, 6, 7, 9, 12, 13, 15, 16, 19, 21, 37, 38, 39, 40, 44, 50, 53, 55, 57, 58, 62, 64, 68, 69, 71], "toggl": 4, "circuit_depth": 4, "75": [4, 13, 17], "max_shot": 4, "x_1": 4, "x_2": 4, "cdot": 4, "x_n": 4, "weight": [4, 5, 10], "much": [4, 57, 61], "smaller": [4, 5, 40], "w": [4, 30, 40, 50], "enough": 4, "reason": [4, 35], "conclus": 4, "There": [4, 21, 23, 37, 38, 39, 53, 64], "variou": [4, 19, 39, 42, 51, 54, 58, 61, 71], "build": [4, 5, 6, 12, 14, 15, 16, 18, 19, 23, 28, 29, 41, 43, 44, 49, 55, 56, 57, 60, 61, 64, 65, 66, 68, 71], "machin": [4, 12, 20, 34, 37, 39, 50, 64], "1703": 4, "06476": 4, "algorithm": [4, 5, 6, 12, 13, 16, 18, 20, 23, 25, 34, 35, 38, 39, 40, 44, 46, 48, 49, 52, 57, 64], "essenti": 4, "boil": 4, "down": [4, 39], "toler": 4, "constraint": [4, 14, 25, 26, 27, 40, 44, 50, 56], "priori": 4, "load": [4, 9, 21, 26, 37, 38, 50, 58, 60], "frame": 4, "imag": [4, 9, 12, 15, 19, 50, 62, 69, 71], "black": [4, 7], "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, 14], "chr": 4, "65": [4, 12, 14], "028364": 4, "669787": 4, "234": [4, 14], "230716": 4, "167441": 4, "354792": 4, "101": [4, 13, 14, 24], "319288": 4, "b": [4, 21, 50], "022889": 4, "921443": 4, "125": [4, 21, 24, 29, 38, 39, 49, 57], "158339": 4, "706134": 4, "636852": 4, "13": [4, 9, 10, 12, 14, 16, 17, 53, 55, 57, 58, 64], "650774": 4, "998497": 4, "455847": 4, "116": 4, "758239": 4, "507918": 4, "630311": 4, "120": [4, 64], "727176": 4, "102508": 4, "297727": 4, "53": [4, 14, 15], "294127": 4, "722463": 4, "400433": 4, "77": [4, 14], "415840": 4, "425868": 4, "341136": 4, "42": [4, 9, 14, 16, 17], "847985": 4, "985373": 4, "063209": 4, "240": 4, "116237": 4, "label": [4, 5, 9, 14, 58, 62, 69], "7eba00": 4, "color": [4, 12], "marker": 4, "xlabel": [4, 5, 6, 9, 10, 16, 17], "ylabel": [4, 5, 6, 9, 10, 16, 17], "titl": [4, 16, 17, 37, 57, 64, 69], "best": [4, 5, 13, 62, 64], "legend": [4, 5, 9], "In": [4, 5, 7, 11, 12, 14, 15, 21, 25, 35, 37, 39, 40, 42, 44, 46, 49, 50, 51, 54, 57, 60, 61, 62, 68], "cast": [4, 17], "problem": [4, 12, 13, 16, 35, 43, 55], "routin": [4, 12, 21, 57], "graph": [4, 10, 12, 55], "edg": [4, 10, 12], "e_": 4, "ij": 4, "w_iw_jd_": 4, "d_": 4, "euclidean": 4, "distanc": [4, 14, 16], "coreset_to_graph": 4, "vqa": 4, "hamiltonian": [4, 6, 8, 9, 10, 11, 12, 16, 17, 24, 38, 39, 40, 44, 49, 55, 57], "src": [4, 5, 37, 62], "motiv": [4, 34, 62], "cut": [4, 18, 55], "get_k2_hamiltonian": 4, "k2": 4, "layer": [4, 9, 12, 25, 55, 57], "r_z": 4, "r_y": 4, "cascad": 4, "benefit": [4, 19, 44, 69, 71], "get_vqe_circuit": 4, "number_of_qubit": 4, "theta_posit": 4, "rz": [4, 12, 15, 24, 28, 55], "visual": [4, 12, 18, 35, 48], "rand": [4, 46], "8904": 4, "7335": 4, "4343": 4, "2236": 4, "7937": 4, "9981": 4, "3945": 4, "q2": [4, 6, 13, 15], "696": 4, "3352": 4, "q3": [4, 15], "6658": 4, "05277": 4, "q4": 4, "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, 7, 13, 21, 38, 42, 43, 46, 53, 62, 68, 69], "initial_param": 4, "uniform": [4, 10, 12, 14, 21, 24, 44, 53, 55], "divisiveclusteringvqa": 4, "procedur": [4, 6, 16], "top": [4, 7, 14, 39, 61, 65], "pleas": [4, 15, 17, 19, 38, 39, 40, 50, 53, 60, 62, 64, 69, 71], "run_divisive_clust": 4, "get_counts_from_simul": 4, "cost": [4, 9, 10, 12, 16, 17, 18, 21, 38, 57], "our": [4, 6, 7, 11, 12, 15, 19, 35, 37, 42, 44, 46, 50, 51, 52, 53, 54, 57, 58, 62, 64, 65, 66, 69, 71], "obtain": [4, 5, 14, 15, 16, 19, 38, 62, 71], "acceler": [4, 9, 18, 19, 38, 40, 44, 46, 47, 53, 61, 62, 64, 69, 71], "associ": [4, 12, 26, 39, 56], "super": [4, 9], "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, 8, 9, 10, 12, 13, 14, 17, 24, 33, 39, 44, 46, 50, 53, 69], "node": [4, 10, 12, 20, 39, 53, 62], "create_hamiltonian": 4, "optimizer_funct": 4, "create_circuit": 4, "objective_funct": [4, 57], "get_result": [4, 57], "optimal_paramet": [4, 10, 12, 38, 55], "mostli": 4, "previous": [4, 37, 64], "threshold_for_max_cut": 4, "percent": 4, "advanc": [4, 57], "normal": [4, 9, 16, 17, 56], "get_divisive_sequ": 4, "analyz": [4, 60], "postprocess": 4, "sourc": [4, 11, 12, 14, 19, 35, 40, 46, 54, 58, 61, 64, 65, 66, 69, 71], "12": [4, 5, 9, 14, 15, 21, 38, 58, 62, 64], "normalize_vector": 4, "sort_by_descend": 4, "dist": [4, 14, 15, 68], "hierarchial_clustering_sequ": 4, "100": [4, 5, 9, 11, 14, 17, 24, 47], "129": 4, "lt": [4, 5], "12075": 4, "19it": 4, "35025": 4, "50it": 4, "18": [4, 5, 8, 14, 58], "44254": 4, "09it": 4, "15827": 4, "56it": 4, "13617": 4, "87it": 4, "nice": 4, "earli": [4, 38, 64], "split": [4, 53], "mark": [4, 68], "least": [4, 12, 39, 62], "dendo": 4, "plot_dendrogram": 4, "plot_titl": 4, "plot": [4, 5, 6, 9, 10, 14, 16, 17], "notic": [4, 12, 35, 46, 47, 53, 58, 65], "complic": [4, 29], "becom": [4, 5, 14, 40, 49, 64, 65], "occasion": 4, "especi": 4, "partit": [4, 10, 12, 38, 39, 64], "puzzl": 4, "glanc": 4, "seem": [4, 47, 56, 64, 69], "natur": [4, 15, 40, 56], "strai": 4, "belong": 4, "wrong": 4, "explan": 4, "stochast": [4, 21], "few": [4, 12], "were": [4, 15, 46, 57, 64], "rememb": [4, 7], "pai": [4, 13], "penalti": [4, 10], "exclud": [4, 38, 44, 46, 62], "proxim": 4, "small": [4, 14, 40, 68], "less": [4, 5, 54, 62], "impact": [4, 11, 54], "usual": [4, 62, 64, 68], "look": [4, 15, 19, 35, 37, 39, 43, 44, 47, 49, 50, 51, 52, 53, 54, 57, 58, 62, 64, 71], "unusu": 4, "go": [4, 7, 15, 33, 39, 51, 62, 64], "origin": [4, 11, 35, 46, 57, 58], "14": [4, 8, 14, 38, 50, 58], "plot_hierarchial_split": 4, "hierarch": 4, "flat": [4, 39], "perpendicular": 4, "intersect": 4, "threshold": [4, 40], "height": 4, "want": [4, 8, 12, 14, 15, 35, 38, 39, 58, 61, 62, 64, 66, 69], "get_clusters_using_k": 4, "desir": [4, 31, 39, 44, 61, 62, 64, 66], "figur": [4, 7, 9, 13, 58], "15": [4, 14, 53, 57, 58, 62, 64], "threshold_height": 4, "get_clusters_using_height": 4, "red": [4, 14], "blue": 4, "green": [4, 12], "purpl": 4, "orang": 4, "yellow": 4, "color_threshold": 4, "plot_clust": 4, "16": [4, 5, 14, 15, 38, 57, 58], "show_annot": 4, "get_voronoi_tessal": 4, "region": 4, "accord": 4, "centroid": 4, "tesslation_by_clust": 4, "complet": [4, 11, 21, 37, 62, 64, 68, 69], "plot_voironi": 4, "overlai": 4, "17": [4, 9, 14, 58, 66], "vt": 4, "voironi": 4, "tessal": 4, "design": [4, 12, 18, 20, 39, 69], "flexibl": [4, 42, 62], "tool": [4, 14, 15, 19, 35, 58, 60, 62, 66, 68, 71], "done": [4, 5, 15, 33, 45, 54, 62, 64], "get_qaoa_circuit": 4, "rx": [4, 6, 8, 9, 10, 12, 14, 15, 28, 32, 53, 55], "3527": 4, "19": [4, 8, 14, 38, 58], "20": [4, 8, 14, 27, 33, 57, 58, 66, 69], "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, 21, 64], "encount": [4, 38, 40, 50, 62, 64, 69], "challeng": 4, "port": [4, 39, 64], "hpc": [4, 19, 64, 71], "becam": 4, "massiv": 4, "25": [4, 5, 9, 13, 14, 24, 38, 39, 40, 44, 53, 64], "present": [4, 12, 14, 44, 47, 62, 65], "compar": [4, 43, 44, 46, 47, 64, 69], "your": [4, 15, 18, 21, 37, 38, 39, 40, 41, 46, 49, 50, 53, 54, 57, 61, 62, 64, 68], "100000": [4, 8, 53], "try": [4, 13, 15, 53, 64], "slightli": [4, 57], "qpp": [4, 9, 10, 12, 13, 17, 36, 38, 40, 44, 53, 58, 61, 64, 69], "python3": [4, 15, 39, 40, 44, 45, 53, 62, 64, 69], "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, 9, 58], "19366": 4, "94it": 4, "53773": 4, "54648": 4, "91it": 4, "51941": 4, "85it": 4, "56111": 4, "461": 4, "866833317": 4, "spent": 4, "452308367999706": 4, "oner": 4, "feel": 4, "free": [4, 6, 12, 21, 23, 24, 25, 26, 28, 30, 32, 37, 38, 42, 51, 55, 57, 58, 61, 64], "interrupt": 4, "patienc": 4, "worn": 4, "still": [4, 25, 35, 44, 50, 54, 56, 64, 68], "easili": [4, 12, 44, 46, 47, 57, 62, 64, 68], "27": [4, 14, 44], "7352": 4, "03": [4, 5, 38], "2063": 4, "82it": 4, "16492": 4, "4739": 4, "44it": 4, "256": [4, 9], "15185": 4, "58it": 4, "64": [4, 9, 39, 40, 58, 62, 64], "23728": 4, "05it": 4, "15437": 4, "97it": 4, "50840": 4, "32": [4, 9, 14, 37, 40, 58, 64], "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, 8, 14, 58], "439895901": 4, "push": [4, 68], "34": [4, 14], "a100": 4, "yourself": [4, 62], "28": [4, 9, 14, 15, 17, 19, 39, 47, 62, 64, 69, 71], "nlopt": [4, 58], "failur": [4, 68], "To": [4, 11, 12, 13, 14, 21, 25, 28, 33, 37, 38, 39, 40, 43, 44, 47, 49, 50, 51, 54, 58, 60, 61, 62, 64, 65, 66, 68, 69], "pool": [4, 38, 53], "finish": [4, 44, 58], "fail": [4, 40, 60, 64, 68], "immedi": [4, 39, 61], "issu": [4, 21, 40, 62, 64, 68], "30": [4, 9, 14, 39, 46, 53], "mgpu": [4, 13, 19, 36, 38, 39, 40, 53, 71], "gpu_count": 4, "smi": [4, 62, 64], "l": [4, 5, 21, 58, 66, 68], "wc": 4, "mpirun": [4, 39, 40, 53], "Not": [4, 25, 38, 64], "collabor": 5, "basf": 5, "hybrid": [5, 6, 18, 57, 65, 69], "workflow": [5, 6, 9, 18, 21, 48, 58, 62, 65], "strongli": [5, 62], "eigensolv": [5, 18, 48], "preserv": [5, 11], "propos": [5, 57], "anselmetti": 5, "et": [5, 12], "al": [5, 12], "2021": 5, "psi_t": 5, "rangl": [5, 13, 14, 21, 69], "evolut": [5, 15, 24, 26, 35, 61], "estim": [5, 14, 16, 44], "pyscf": [5, 17], "openfermion": [5, 17], "ipi": 5, "gto": [5, 17], "scf": [5, 17], "ao2mo": 5, "mcscf": [5, 17], "vqe_cudaq_qnp": 5, "get_cudaq_hamiltonian": 5, "utils_ipi": 5, "get_coeff_wf": 5, "gen_ipie_input_from_pyscf_chk": 5, "hamgener": 5, "qmc": 5, "trial_wavefunct": 5, "particle_hol": 5, "particlehol": 5, "extract_observ": 5, "tricki": 5, "manual": [5, 39, 47, 54, 62, 64], "streamlin": [5, 18, 69], "update_opt": 5, "use_gpu": 5, "molecul": [5, 16, 18], "preliminari": 5, "hartre": [5, 16], "fock": [5, 16], "choos": [5, 11, 44, 64], "chelat": 5, "agent": [5, 62], "substanc": 5, "industri": 5, "scale": [5, 14, 28, 40, 53, 56], "Their": [5, 62], "among": [5, 12, 39], "water": [5, 18], "soften": 5, "redox": 5, "behaviour": [5, 15], "oxid": 5, "bleach": 5, "suppress": 5, "soil": 5, "remedi": 5, "ligand": 5, "catalyst": 5, "particular": [5, 12, 15, 19, 37, 64, 68, 71], "focu": 5, "fe": 5, "iii": 5, "nta": 5, "fenta": 5, "atom": [5, 16, 17, 56, 57], "geo_fenta": 5, "xyz": 5, "cc": [5, 17, 35, 58, 62], "pvtz": 5, "num_active_orbit": 5, "num_active_electron": 5, "o3": 5, "geo_o3": 5, "help": [5, 14, 15, 45, 64], "restric": 5, "open": [5, 39, 50, 58, 62, 64], "shell": [5, 15, 62, 64, 69], "hf": 5, "hartee_fock": 5, "rohf": 5, "chkfile": 5, "chk": 5, "224": [5, 14], "34048064812245": 5, "600": [5, 64], "orbit": [5, 17], "1200": 5, "143": 5, "electron": [5, 16, 17], "imposs": 5, "statevector": [5, 6, 13, 53, 56, 69], "space": [5, 15, 18, 26, 33, 39, 50], "contribut": [5, 19, 64, 71], "whole": 5, "post": [5, 21, 37, 64], "casci": [5, 17], "bodi": [5, 25], "t_": 5, "pq": 5, "v_": 5, "prq": 5, "integr": [5, 18, 20, 26, 33, 37, 39, 64, 65], "sum_": [5, 11, 12, 13, 29, 56], "hat": 5, "_": [5, 7, 9, 14, 15, 46], "dagger": [5, 8, 11, 30, 56], "pqr": 5, "a_": 5, "tag": [5, 7, 13, 62, 64], "jordan_wign": [5, 17], "generate_hamiltonian": 5, "fix_spin_": 5, "ss": 5, "h1": [5, 37, 50], "tbi": [5, 37, 50], "shown": [5, 7, 39, 40], "equat": [5, 12, 13], "energy_cor": 5, "get_h1eff": 5, "h2": 5, "get_h2eff": 5, "h2_no_symmetri": 5, "restor": 5, "v_pqr": 5, "asarrai": 5, "transpos": 5, "mol_ham": 5, "jw_hamiltonian": 5, "constant_term": 5, "guess": 5, "n_vqe_lay": 5, "maxit": [5, 14, 16, 17], "return_final_state_vec": 5, "n_qubit": [5, 14, 24, 55, 57], "optimized_energi": 5, "energy_optim": 5, "final_state_vector": 5, "state_vec": 5, "vqe_energi": 5, "callback_energi": 5, "num": [5, 8], "param": [5, 12, 24, 25, 28, 38, 53, 55, 57], "n_layer": [5, 55, 57], "3926998830352": 5, "numer": 5, "combin": [5, 14, 18, 43, 44, 56, 67, 68], "drive": [5, 26], "accur": [5, 14], "wide": [5, 12, 35, 58, 68], "solid": 5, "summar": [5, 13, 64], "introduct": [5, 18, 34, 48, 66, 69], "quantiz": [5, 13], "_1": [5, 14], "_2": 5, "h_": 5, "frac": [5, 7, 8, 12, 13, 14, 15], "_r": 5, "fermion": 5, "annihil": 5, "h_1": 5, "h_2": [5, 16], "omit": [5, 62], "propag": 5, "chosen": [5, 40, 53, 62], "slater": 5, "ket": [5, 6, 7, 8, 13, 15, 44, 56], "psi_": [5, 7], "toward": 5, "psi_0": [5, 7], "sim": 5, "lim_": 5, "infti": 5, "delta": 5, "tau": 5, "right": [5, 8, 12, 13], "reli": [5, 28, 58, 64, 66, 68], "squar": [5, 14, 33, 56], "gamma": 5, "v_0": [5, 12], "n_": 5, "nbsphinx": 5, "choleski": 5, "decomposit": [5, 40], "pr": [5, 18], "evolv": [5, 26, 56], "ensembl": [5, 44], "walker": 5, "access": [5, 7, 13, 19, 21, 26, 37, 38, 47, 51, 52, 53, 56, 61, 71], "mathcal": 5, "text": [5, 6, 7, 13, 14, 15], "loc": 5, "bra": [5, 6, 8, 44], "mathrm": 5, "braket": 5, "mix": [5, 11, 50, 54], "wavefunct": [5, 56], "checkpoint": 5, "ipie_hamiltonian": 5, "chol_cut": 5, "1e": [5, 40], "h1e": 5, "cholesky_vector": 5, "e0": 5, "num_basi": 5, "shape": [5, 9, 17, 53], "num_chol": 5, "nelec": [5, 17], "afqmc_hamiltonian": 5, "reshap": [5, 9], "n_active_elec": 5, "num_dets_for_prop": 5, "compute_trial_energi": 5, "half_rot": 5, "timestep": 5, "num_walk": 5, "num_block": 5, "afqmc_msd": 5, "num_steps_per_block": 5, "005": 5, "stabilize_freq": 5, "96264512": 5, "pop_control_freq": 5, "estimator_filenam": 5, "h5": 5, "finalis": 5, "qmc_data": 5, "filenam": [5, 53], "block": [5, 12, 30, 57], "weightfactor": 5, "hybridenergi": 5, "edenom": 5, "etot": 5, "e1bodi": 5, "e2bodi": 5, "0000000000000000e": 5, "02": [5, 62, 64], "2440474833475844e": 5, "04": [5, 62, 64], "7639365216971441e": 5, "5198890383495583e": 5, "2243136724295840e": 5, "4111352538015647e": 5, "1706587453647199e": 5, "2475815411995434e": 5, "2475815411995436e": 5, "7647553637385266e": 5, "5171738225389828e": 5, "0031170675347687e": 5, "8278928957673060e": 5, "1737451166143732e": 5, "2491281828803054e": 5, "7652044141962244e": 5, "5160762313159196e": 5, "9897251153181060e": 5, "0007109151776878e": 5, "1731110994412086e": 5, "2497799156719888e": 5, "2497799156719887e": 5, "7661015848515297e": 5, "5163216691795418e": 5, "0008903318642547e": 5, "0004229364465529e": 5, "1743127719028180e": 5, "2497508617456722e": 5, "7677595649331067e": 5, "5180087031874356e": 5, "9996605525745039e": 5, "0010272949474228e": 5, "1746990296069042e": 5, "2504582061507692e": 5, "0000000000000001e": 5, "2504582061507688e": 5, "7665153235346526e": 5, "5160571173838829e": 5, "0011254258887075e": 5, "0017483684345871e": 5, "1763876429459457e": 5, "2514581314082043e": 5, "2514581314082042e": 5, "7663426702613344e": 5, "5148845388531296e": 5, "9928457034724943e": 5, "9908499343007676e": 5, "1758362687039269e": 5, "2517447174632791e": 5, "2517447174632792e": 5, "7662538302479038e": 5, "5145091127846254e": 5, "9903126164668137e": 5, "9911410200683974e": 5, "1754847066192167e": 5, "2518432403785569e": 5, "2518432403785570e": 5, "7677549496249651e": 5, "5159117092464081e": 5, "0011461067810892e": 5, "0011099130959934e": 5, "1773137871282010e": 5, "2513737823028405e": 5, "2513737823028404e": 5, "7679200521685516e": 5, "5165462698657115e": 5, "9639714467961483e": 5, "9243154673312134e": 5, "1743325794078407e": 5, "2518897510231673e": 5, "7689860950318899e": 5, "5170963440087232e": 5, "vqe_i": 5, "vqe_x": 5, "afqmc_i": 5, "afqmc_x": 5, "0x737dd86716c0": 5, "gt": [5, 15], "__version__": [5, 9, 12, 13], "9c4acf80526257f03f567668a3b42822451cfb7": 5, "involv": [6, 40, 53, 58, 68], "bloch": [6, 15], "intial": 6, "cost_valu": [6, 10], "expectation_valu": [6, 49], "demonstr": [6, 7, 13, 16, 20, 21, 23, 39, 44, 47, 52, 58], "initial_cost_valu": 6, "suit": [6, 57, 64], "alogrithm": 6, "decreas": [6, 46], "x_valu": [6, 10], "y_valu": [6, 10], "epoch": [6, 9, 10, 16, 17], "39": [6, 10, 14, 15, 17], "longrightarrow": 7, "balanc": 7, "regardless": [7, 68], "ouput": 7, "question": 7, "answer": [7, 13], "solv": [7, 8, 12, 13, 43], "treat": [7, 39], "snippet": [7, 38, 39, 49, 58, 64], "box": [7, 11, 68], "don": [7, 13, 19, 21, 38, 71], "elif": 7, "That": [7, 21, 69], "twice": 7, "claim": 7, "evalul": 7, "advantag": [7, 64], "symbol": [7, 62, 68], "OR": [7, 50], "rule": 7, "modulo": 7, "oplus5": 7, "8_": 7, "oplus4": 7, "9_": 7, "quick": [7, 18, 37, 66], "suppos": [7, 65], "yield": [7, 56, 69], "sequenc": [7, 12, 35, 43], "u_f": 7, "align": [7, 13, 58, 68], "remark": 7, "becaus": [7, 14, 35, 40, 46, 50, 62, 64, 69], "overlin": 7, "bar": [7, 12, 13, 14, 15], "denot": [7, 13, 25, 27], "prove": [7, 56], "shall": [7, 8, 56], "tfrac": [7, 56], "summari": 7, "unchang": [7, 11, 58], "simultan": [7, 38], "mechan": [7, 21, 23, 29, 33, 35, 39, 45, 56, 60], "exploit": [7, 40], "abil": [7, 26, 47, 58], "neq": 7, "diagram": [7, 12, 13, 37, 50], "psi_1": 7, "h_1h_0": 7, "psi_2": 7, "drop": 7, "further": [7, 28, 35, 42, 44, 58, 61, 69], "pm": 7, "fx": 7, "qubit_0": [7, 12], "quantiti": 8, "u_": 8, "qquad": 8, "x_1x_2": 8, "fact": [8, 13, 35, 68], "simpl": [8, 11, 23, 26, 38, 39, 42, 44, 49, 50, 51, 54, 57, 58, 60, 64, 65, 69], "re": [8, 14, 21, 35, 51, 53, 54, 62, 64], "functool": [8, 14], "qubit_num": [8, 10, 17], "psi_stat": 8, "phi_stat": 8, "ham": [8, 10], "ham_matrix": 8, "exp_val": [8, 9, 16, 17, 39, 49], "dot": [8, 12, 14], "conj": 8, "707107": 8, "7071067690849304": 8, "u_psi": 8, "u_phi": 8, "ham_cir": 8, "mean_val": 8, "qc": [8, 37], "85356": 8, "14644": 8, "70712": 8, "0015811092713661505": 8, "mqpu": [8, 36, 40, 44, 49, 53], "qpu_count": [8, 39], "i_result": 8, "63807": 8, "36193": 8, "27614": 8, "0021491238917289066": 8, "49929": 8, "50071": 8, "00142": 8, "0022360657230949183": 8, "50041": 8, "49959": 8, "00082": 8, "0022360672257336093": 8, "50276": 8, "49724": 8, "00552": 8, "0022360339102974265": 8, "my_mat": 8, "dtype": [8, 11, 14, 54], "k": [8, 10, 13, 25, 57], "linalg": [8, 14], "eigh": 8, "eigen": [8, 24, 61], "00551752": 8, "27614248": 8, "00303004": 8, "99999541": 8, "highlight": [9, 19, 71], "pytorch": 9, "maximis": 9, "classif": 9, "mnist": 9, "dataset": 9, "classifi": 9, "hand": [9, 38, 39, 40, 64, 68], "written": [9, 14, 15, 21, 56, 57, 62, 66], "digit": 9, "torch": 9, "torchvis": 9, "autograd": 9, "nn": 9, "sklearn": 9, "model_select": 9, "train_test_split": 9, "manual_se": 9, "22": [9, 14, 15, 44, 58, 62, 64], "44": [9, 14], "prepare_data": 9, "target_digit": 9, "sample_count": [9, 53], "test_siz": 9, "percentag": 9, "remaind": [9, 12], "train": 9, "totensor": 9, "1307": 9, "3081": 9, "download": [9, 15, 62, 64, 69], "filter": 9, "datapoint": 9, "subset_indic": 9, "randperm": 9, "unsqueez": 9, "relabel": 9, "min": [9, 50], "x_train": 9, "x_test": 9, "y_train": 9, "y_test": 9, "shuffl": 9, "random_st": 9, "classification_threshold": 9, "boundari": 9, "accuraci": [9, 40], "parmet": 9, "shift": [9, 38, 64], "magnitud": 9, "visualis": 9, "sample_to_plot": 9, "grid_img": 9, "make_grid": 9, "pad": 9, "imshow": 9, "permut": 9, "quantumfunct": 9, "finit": 9, "theta_v": 9, "excetut": 9, "live": 9, "tolist": 9, "staticmethod": 9, "quantum_circuit": 9, "backward": [9, 27], "save_for_backward": 9, "grad_output": 9, "saved_tensor": 9, "thetas_plu": 9, "exp_vals_plu": 9, "thetas_minu": 9, "exp_vals_minu": 9, "mul": 9, "quantumlay": 9, "adher": [9, 25, 27, 33, 56, 61], "hybrid_qnn": 9, "fc1": 9, "fc2": 9, "dropout": 9, "fc3": 9, "fc4": 9, "fc5": 9, "feed": [9, 12], "view": [9, 26, 64, 70], "relu": 9, "fed": 9, "sigmoid": 9, "accuracy_scor": 9, "y_hat": 9, "hybrid_model": 9, "adadelta": 9, "lr": [9, 58], "001": [9, 13, 14, 64], "weight_decai": 9, "loss_funct": 9, "bceloss": 9, "training_cost": 9, "testing_cost": 9, "training_accuraci": 9, "testing_accuraci": 9, "zero_grad": 9, "y_hat_train": 9, "train_cost": 9, "eval": 9, "no_grad": 9, "y_hat_test": 9, "test_cost": 9, "figsiz": [9, 14], "subplot": [9, 14], "tight_layout": 9, "latest": [9, 12, 13, 19, 39, 62, 64, 71], "a726804916fd397408cbf595ce6fe5f33dcd8b4c": [9, 12, 13], "cliqu": 10, "non_edg": 10, "6686": 10, "1453": 10, "num_lay": 10, "expens": 10, "6886": 10, "1091": 10, "0770": 10, "ham_cliqu": 10, "spin_ham": [10, 17], "wt": 10, "zip": [10, 62], "term_coeffici": 10, "term_word": 10, "dc_qaoa": 10, "coef": 10, "pauli_word": [10, 39], "exp_pauli": 10, "iiziiz": 10, "ziizii": 10, "1657": 10, "iziiii": 10, "iziizi": 10, "42735": 10, "iiizii": 10, "2791499999999996": 10, "iiiiii": 10, "iiziii": 10, "iiiiiz": 10, "ziiiii": 10, "iiiizi": 10, "21810696323572243": [10, 12], "20613464375211488": [10, 12], "2546877639814583": [10, 12], "3657985647468064": [10, 12], "37118004688049144": 10, "03656087558321203": 10, "08564174998504231": 10, "21639801853794682": 10, "11122286088634259": 10, "1743727097033635": 10, "36518146001762486": 10, "15829741539542244": 10, "3467434780387345": 10, "28043500852894776": 10, "09986021299050934": 10, "14125225086023052": 10, "19141728018199775": 10, "11970943368650361": 10, "3853063093646483": 10, "1112643868789806": 10, "3527177454825464": 10, "22156160012057186": 10, "1418496891385843": 10, "32811766468303116": 10, "367642000671186": 10, "34158180583996006": 10, "10196745745501312": 10, "29359239180502594": 10, "3858537615546677": 10, "19366130907065582": 10, "24570488114056754": 10, "3332307385378807": 10, "12287973244618389": 10, "007274514934614895": 10, "015799547372526146": 10, "3578070967202224": 10, "39268963055535144": 10, "19872246354138554": 10, "16668715544467982": 10, "13777293592446055": 10, "17514665212709513": 10, "15350249947988204": 10, "32872977428061945": 10, "20068831419712105": 10, "032919322131134854": 10, "19399909325771983": 10, "09477141125241506": 10, "08210460401106645": 10, "21392577760158515": 10, "3393568044538389": 10, "14615087942938465": 10, "03790339186006314": 10, "2843250892879255": 10, "3151384847055956": 10, "19983741137121905": 10, "27348611567665115": 10, "33457528180906904": 10, "14145414847455462": 10, "20604220093940323": 10, "05410235084309195": 10, "04447870918600966": 10, "3355714098595045": 10, "266806440171265": 10, "07436189654442632": 10, "2789176729721685": 10, "2427508182662484": 10, "optimal_expect": [10, 12, 55], "0057970170760537": 10, "0617900450255213": 10, "008832997414504553": 10, "5446745231437978": 10, "9170743966952536": 10, "5684145055308018": 10, "45653992738579674": 10, "48765328828009236": 10, "08690545932812363": 10, "4396413285058074": 10, "18459993158979182": 10, "309747594917737": 10, "2588385005776594": 10, "834255663515425": 10, "674712608431175": 10, "40174553656823186": 10, "1936475123928361": 10, "11292461472367524": 10, "40520422214477836": 10, "5249647407525035": 10, "8276837818165452": 10, "2945660883282474": 10, "8060498989662159": 10, "08051672267342141": 10, "016438756265571293": 10, "5245041151262497": 10, "4087477995498743": 10, "24688680789607903": 10, "1121838066265077": 10, "1445970943333728": 10, "22281558391261153": 10, "29034932090910637": 10, "0492037973620043": 10, "2734013684834806": 10, "5265417924961102": 10, "5099056677967553": 10, "8636684922225737": 10, "6164906874232119": 10, "42851259141848624": 10, "09675272347583658": 10, "05697275350531247": 10, "7102412317670379": 10, "11174687408874051": 10, "32505750242276577": 10, "4397450017834574": 10, "023604090020531092": 10, "072436348972407": 10, "38357054930488194": 10, "13613334013073858": 10, "10505045798768743": 10, "0359359294549595": 10, "24377425227508304": 10, "10609870738840588": 10, "2073332743736556": 10, "07232539343493427": 10, "6190529241716675": 10, "03799182564866846": 10, "17548654124993912": 10, "5257077568577536": 10, "23376653076971432": 10, "3391308272563698": 10, "4193139961661264": 10, "02390444901420668": 10, "2521154835623746": 10, "1843328649807838": 10, "6609672889772077": 10, "2612231428844001": 10, "200000": 10, "mvwcp": 10, "altern": [10, 12, 37, 47, 50, 52, 55, 57, 62, 64, 69], "111000": 10, "character": [11, 14], "coher": [11, 25], "incoher": 11, "aris": 11, "commonli": [11, 62, 64], "systemat": 11, "miscalibr": 11, "epsilon": 11, "entangl": [11, 15, 26, 38, 42, 50, 57], "lead": [11, 12], "emploi": 11, "formal": 11, "posit": [11, 12, 14, 28, 40], "k_i": 11, "satisfi": [11, 15, 33, 50, 62], "mathbb": [11, 12, 56], "k_0": 11, "pmatrix": 11, "k_1": 11, "ideal": [11, 38, 50], "noiseless": 11, "ideal_count": 11, "error_prob": 11, "kraus_0": [11, 54], "complex128": [11, 54], "kraus_1": [11, 54], "bitflip_channel": 11, "0th": 11, "bitflip": [11, 14], "longer": [11, 47, 62], "uniformli": 11, "noisy_count": [11, 54], "850": 11, "88": 11, "56": 11, "noisy_result": [11, 54], "8666666666666666": 11, "farhi": 12, "introduc": [12, 21], "dive": [12, 15, 64], "ll": [12, 13, 51, 57, 58, 61, 65], "maxim": [12, 38, 40, 42, 50, 53], "although": [12, 56], "rel": [12, 40], "easi": [12, 54, 66], "vertic": 12, "hard": 12, "statist": [12, 21, 24, 44, 56], "furthermor": [12, 19, 71], "wider": [12, 39], "portfolio": 12, "shop": 12, "schedul": [12, 44], "vertex": 12, "subseteq": 12, "interchang": [12, 40], "undirect": 12, "v_1": 12, "exactli": 12, "bigcup": 12, "bigcap": 12, "emptyset": 12, "illustr": [12, 21, 37, 39, 48, 50, 51, 54, 55], "disjoint": 12, "grai": 12, "depict": [12, 15], "distinct": [12, 15, 35], "substack": 12, "sometim": 12, "01100": [12, 39], "01011": 12, "v1": [12, 37, 55], "v2": [12, 55], "v0": [12, 55], "v3": [12, 55, 62, 64], "v4": [12, 64], "solut": 12, "10100": 12, "01010": 12, "10101": 12, "edges_src": 12, "edges_tgt": 12, "algortihm": 12, "hamilitonian": 12, "distinguish": [12, 35], "mixer": [12, 55], "deeper": [12, 15], "layer_count": [12, 55], "qaoaproblem": 12, "alpha": [12, 56], "subcircuit": [12, 43], "kernel_qaoa": [12, 55], "restrict": [12, 39], "plaehold": 12, "And": [12, 35], "place": [12, 39, 42, 44, 46, 54], "compon": [12, 62, 64, 68, 69], "qubitu": 12, "qubitv": 12, "mention": 12, "earlier": [12, 44], "z_v": 12, "vale": 12, "arbirtrari": 12, "formula": 12, "z_uz_v": 12, "minimum": [12, 16, 38], "refram": 12, "promot": [12, 18, 69], "replac": [12, 37, 38, 57, 58, 60, 62, 64], "reformul": 12, "ii": 12, "hamiltonian_max_cut": 12, "inititi": 12, "comment": [12, 46], "iiziz": 12, "izzii": 12, "iiiii": 12, "zziii": 12, "iiizz": 12, "iizzi": 12, "ziizi": 12, "495973826282007": 12, "51349181993727": 12, "21299416361632417": 12, "3250526425808945": 12, "886630847343767": 12, "outcom": 12, "max_cut": 12, "11111": 12, "11110": 12, "01101": 12, "148": 12, "01110": 12, "47": [12, 14, 15], "01000": 12, "00110": 12, "54": [12, 14], "165": 12, "00101": 12, "154": 12, "00100": 12, "01001": 12, "41": 12, "00000": 12, "00011": 12, "10011": [12, 39], "00010": 12, "01111": 12, "11011": 12, "00111": 12, "11100": 12, "10001": 12, "10010": 12, "144": [12, 14], "10110": 12, "40": [12, 14, 16, 53], "10000": [12, 37, 44, 50, 53], "10111": 12, "11000": 12, "11101": 12, "11001": 12, "11010": 12, "aid": [13, 20], "area": [13, 39], "signal": [13, 26], "compress": 13, "qft": 13, "ingredi": 13, "shor": 13, "exponenti": [13, 14, 29, 53], "faster": [13, 40], "factor": [13, 14], "prime": 13, "plai": 13, "vital": 13, "role": 13, "interest": [13, 16, 17, 49, 51], "idea": 13, "frequenc": 13, "domain": 13, "easier": [13, 21, 58, 61], "analogi": 13, "ixi": 13, "hadamard": [13, 18, 23, 28, 33, 35, 46, 51, 54, 56, 60], "5i": 13, "010": [13, 14], "35": [13, 14, 17], "0i": 13, "25i": 13, "35i": 13, "r_k": 13, "bmatrix": [13, 14, 56], "ciruit": 13, "quantum_fourier_transform": 13, "input_st": [13, 37, 50], "cr1": [13, 24], "zeroth": 13, "decim": 13, "round": [13, 24, 57], "r1": [13, 15, 24, 28, 35], "571": 13, "7854": 13, "25j": 13, "35j": 13, "verifi": [13, 56], "continu": [13, 44, 50, 58], "seri": [13, 37, 50], "henc": [13, 35, 39, 44, 53, 56, 62, 64, 68], "fast": [13, 26, 40, 43], "n2": 13, "why": 13, "life": [13, 38], "li": [13, 58], "One": [13, 21, 35, 39, 40, 45, 49], "invert": 13, "revers": [13, 32], "quantum_fourier_transform2": 13, "attent": 13, "definit": [13, 21, 23, 25, 54, 61], "unitari": [13, 16, 24, 28, 35, 52, 55, 56], "inverse_qft": 13, "verification_exampl": 13, "caus": 14, "imperfect": 14, "properli": [14, 44, 62, 68], "tell": [14, 56], "independ": [14, 21, 26, 39, 40, 62], "pseudoinvers": 14, "noisi": [14, 18, 48], "p_": 14, "adjust": [14, 40, 62, 68], "quasi": 14, "correl": 14, "affect": [14, 40, 54, 61], "impract": 14, "seaborn": 14, "sn": 14, "itertool": 14, "union": 14, "set_styl": 14, "dark": 14, "prob": 14, "principl": 14, "yet": [14, 19, 39, 64, 71], "get_nois": 14, "isinst": 14, "bit_flip": [14, 54], "state_label": 14, "ghz": [14, 38, 39, 42, 44, 47, 50, 51, 53, 58, 65], "ghz_kernel": 14, "plot_cmat": 14, "mat": 14, "fig": 14, "ax": 14, "im2": 14, "matshow": 14, "cmap": 14, "cm": 14, "vmin": 14, "vmax": 14, "set_ytick": 14, "arang": 14, "set_xtick": 14, "set_yticklabel": 14, "set_xticklabel": 14, "set_titl": 14, "fontsiz": 14, "set_xlabel": 14, "xaxi": 14, "set_label_posit": 14, "set_ylabel": 14, "colorbar": 14, "closest": 14, "min_": 14, "rm": [14, 62, 64], "find_closest_distribut": 14, "empirical_dist": 14, "empir": 14, "l1": 14, "ord": 14, "con": 14, "ineq": 14, "fun": [14, 17], "eq": [14, 58], "bnd": 14, "initial_valu": 14, "slsqp": 14, "get_counts_from_distribut": 14, "drawn": 14, "choic": [14, 40], "return_count": 14, "1024": [14, 47], "join": [14, 46], "noise_1": 14, "ghz_result": 14, "noisy_dict_1": 14, "dict": 14, "noisy_res_1": 14, "352": 14, "43": 14, "367": 14, "011": [14, 24], "61": 14, "110": 14, "low": [14, 28, 53], "noise_2": 14, "noisy_dict_2": 14, "noisy_res_2": 14, "149816047538945": 14, "3802857225639665": 14, "292797576724562": 14, "212": 14, "122": 14, "189": 14, "87": 14, "78": 14, "131": 14, "94": 14, "a_1": 14, "otim": 14, "single_qubit_label": 14, "single_qubit_st": 14, "924": 14, "104": 14, "920": 14, "true_stat": 14, "observed_st": 14, "90234375": 14, "1015625": 14, "09765625": 14, "8984375": 14, "joint": [14, 50], "a_pinv": 14, "pinv": 14, "positive_dist": 14, "ncorrect": [14, 24], "neg": [14, 15, 28, 40], "476": 14, "501": [14, 21], "mitigated_sg": 14, "kind": [14, 44], "bar_label": 14, "assumpt": 14, "special": [14, 25, 30, 58, 66], "a_n": 14, "local_label": 14, "local_st": 14, "388": 14, "235": 14, "174": 14, "79": [14, 38], "58": 14, "23": 14, "38": [14, 62, 64], "370": 14, "60": [14, 64], "107": 14, "162": 14, "marginalized_count": 14, "total_shot": 14, "marginal_ct": 14, "85546875": 14, "15722656": 14, "14453125": 14, "84277344": 14, "6328125": 14, "38476562": 14, "3671875": 14, "61523438": 14, "70800781": 14, "32226562": 14, "29199219": 14, "67773438": 14, "pinv_confusion_matric": 14, "a_joint": 14, "559": 14, "26": [14, 15, 17, 38], "510": [14, 53], "521": 14, "446": 14, "mitigated_k_loc": 14, "248": 14, "159": 14, "83": 14, "68": 14, "161": 14, "93": 14, "46": 14, "363": 14, "253": 14, "76": 14, "378": 14, "150": [14, 56], "36": [14, 53, 57], "74": 14, "106": 14, "145": 14, "251": 14, "386": 14, "99": 14, "29": [14, 39], "229": 14, "247": 14, "70": 14, "163": 14, "371": 14, "95": 14, "157": 14, "233": 14, "85": [14, 53], "396": 14, "31": [14, 38, 53], "393": 14, "160": 14, "a_ful": 14, "24": [14, 15, 61, 65], "09734490298929": 14, "714": 14, "211": 14, "152": 14, "49": 14, "63": 14, "422": 14, "683": 14, "302": 14, "mitigated_ful": 14, "cue": 15, "sens": [15, 58], "dimension": [15, 33], "2d": 15, "plane": 15, "3d": 15, "varphi": 15, "minu": 15, "rewritten": 15, "direct": [15, 58, 68], "spheric": 15, "coordin": 15, "sphere": 15, "showcas": 15, "render": 15, "qutip": 15, "sure": [15, 39, 62, 64, 66, 69], "restart": 15, "jupyt": [15, 64], "notebook": 15, "menu": 15, "vscode": [15, 64], "click": [15, 64], "button": 15, "toolbar": 15, "misunderstand": 15, "qualifi": 15, "bash": [15, 38, 62, 64, 69], "pipe": [15, 58], "sy": [15, 44, 69], "importerror": 15, "nnew": 15, "post1": 15, "cp310": 15, "manylinux_2_17_x86_64": 15, "manylinux2014_x86_64": 15, "whl": [15, 62], "mb": 15, "57": [15, 62, 64], "eta": 15, "usr": [15, 58, 62, 64, 68], "lib": [15, 58, 60, 61, 62, 64, 65, 68, 69], "fonttool": 15, "contourpi": 15, "kiwisolv": 15, "cycler": 15, "dateutil": 15, "post0": 15, "pillow": 15, "pypars": 15, "six": 15, "successfulli": [15, 54], "root": [15, 62, 64], "broken": 15, "permiss": [15, 62, 64], "conflict": [15, 62], "recommend": [15, 21, 62, 64, 69], "pypa": 15, "io": [15, 64], "venv": 15, "retri": 15, "subsequ": [15, 21, 26, 29, 31, 62, 64], "cell": 15, "instanti": [15, 21, 26, 32, 33, 38, 39, 55, 68], "add_to_bloch_spher": 15, "rng": 15, "default_rng": [15, 53], "blochspherelist": 15, "anglelist": 15, "sph": 15, "displai": [15, 20], "side": [15, 35, 64], "accordingli": [15, 40, 68], "absolut": [15, 33, 58], "had": 15, "toolbox": 15, "blochspher": 15, "unfortun": 15, "handi": 15, "power": [15, 19, 38, 40, 53, 71], "kernel_to_draw": 15, "14159": 15, "tdg": [15, 28], "142": 15, "documentclass": 15, "usepackag": 15, "quantikz": 15, "lstick": 15, "q_0": 15, "amp": 15, "r_1": 15, "qw": 15, "q_1": 15, "targx": 15, "q_2": 15, "q_3": 15, "editor": 15, "export": [15, 37, 38, 39, 61, 62, 69], "molecular": [16, 18], "preprocess": 16, "uccsd": 16, "openfermionpyscf": [16, 17], "chain": [16, 35], "hydrogen": [16, 57], "seper": 16, "along": [16, 21, 37, 38, 40, 44, 68], "fix": [16, 19, 40, 71], "interv": 16, "bond": 16, "interatom": 16, "electrostat": 16, "forc": [16, 39, 68], "proton": 16, "shield": 16, "neutron": 16, "chemic": 16, "minimis": 16, "stabl": [16, 64], "hydrogen_count": 16, "angstrom": 16, "bond_dist": 16, "7474": 16, "geometri": [16, 17], "chemistri": 16, "create_molecular_hamiltonian": 16, "sto": 16, "3g": 16, "electron_count": [16, 17], "n_electron": 16, "n_orbit": 16, "coupl": [16, 26, 40, 50, 64], "cluster": [16, 18, 39, 40], "uccsd_num_paramet": [16, 17], "builtin": [16, 58], "1371744305855906": 16, "popular": [16, 64], "callback": [16, 17], "xk": [16, 17], "x0": [16, 17, 21], "1173": 17, "4691": 17, "7570": 17, "mol": 17, "charg": 17, "631g": 17, "myhf": 17, "rhf": 17, "max_cycl": 17, "nelectron": 17, "norb": 17, "mo_coeff": 17, "norb_ca": 17, "nele_ca": 17, "mycasci": 17, "ncore": 17, "occupi": [17, 39], "frozen": 17, "mycc": 17, "e_tot": 17, "converg": 17, "9839755372789": 17, "98508980454675": 17, "e_corr": 17, "001114267267875617": 17, "get_fermion_oper": 17, "timeit": [17, 44, 53], "run_pyscf": 17, "moleculardata": 17, "molecular_hamiltonian": 17, "get_molecular_hamiltonian": 17, "occupied_indic": 17, "active_indic": 17, "fermion_hamiltonian": 17, "qubit_hamiltonian": 17, "electron_num": 17, "start_tim": 17, "default_tim": 17, "300": 17, "end_tim": 17, "elaps": 17, "tmp": [17, 62], "ipykernel_23147": 17, "4290935201": 17, "complexwarn": 17, "discard": [17, 21], "98415928173183": 17, "105": 17, "929891359000067": 17, "welcom": [18, 38, 51, 64], "page": [18, 44, 49, 51, 62, 64, 69], "scalabl": [18, 38, 69], "offer": [18, 38, 69], "unifi": [18, 36, 69], "brows": 18, "amd64": [18, 19, 71], "1844": 18, "releas": [18, 36, 39, 40, 58, 64, 69, 71], "toolchain": [18, 34, 37, 44, 58, 64, 65, 66, 67, 69], "heterogen": [18, 20, 43, 62], "troubleshoot": [18, 41], "synthesi": [18, 20, 23, 29, 33, 34, 48, 58], "bernstein": [18, 48, 64], "vazirani": [18, 48, 64], "cuquantum": [18, 40, 48, 53, 61, 62], "auxiliari": 18, "mont": 18, "carlo": 18, "deutsch": 18, "fourier": [18, 24], "qaoa": [18, 55], "neural": 18, "network": [18, 19, 37, 38, 39, 47, 50, 61, 64, 71], "dock": 18, "dc": 18, "readout": 18, "mitig": 18, "divis": 18, "With": [18, 19, 39, 44, 54, 58, 65, 71], "coreset": 18, "cloud": [18, 19, 36, 37, 50, 71], "processor": [18, 19, 21, 26, 36, 44, 64, 68, 69, 71], "center": [18, 63, 64], "downstream": [18, 61, 65, 67], "cmake": [18, 60, 61, 67], "ir": [18, 23, 45, 59, 60, 61], "repositori": [19, 60, 61, 62, 64, 71], "docker": [19, 62, 69, 71], "nightli": [19, 64, 71], "improv": [19, 40, 53, 64, 71], "eas": [19, 71], "think": [19, 39, 56, 71], "great": [19, 71], "thank": [19, 40, 71], "extern": [19, 40, 58, 60, 62, 68, 71], "contributor": [19, 71], "wheel": [19, 39, 40, 62, 71], "signific": [19, 71], "fusion": [19, 40, 71], "cudaq_mgpu_fus": [19, 40, 71], "bug": [19, 71], "greatli": [19, 71], "increas": [19, 40, 44, 53, 64, 69, 71], "frontend": [19, 71], "blog": [19, 71], "setup": [19, 40, 50, 64, 71], "scenario": [19, 52, 64, 71], "ve": [19, 51, 66, 71], "workload": [19, 39, 64, 71], "gnu": [19, 58, 62, 64, 68, 71], "guid": [19, 37, 62, 64, 66, 69, 71], "older": [19, 62, 64, 71], "glibc": [19, 62, 64, 71], "oqc": [19, 36, 71], "iqm": [19, 36, 71], "publish": [19, 64, 71], "experiment": [19, 64, 71], "arm": [19, 62, 64, 69, 71], "aarch64": [19, 69, 71], "pypi": [19, 62, 69, 71], "quantinuum": [19, 36, 71], "ionq": [19, 36, 71], "linux": [19, 58, 62, 64, 71], "concept": [20, 21, 25, 27], "bind": [20, 23, 25, 28, 62], "coprocess": 20, "annot": [20, 25, 42, 51], "aspect": [20, 21, 40, 68], "core": [20, 21, 40, 53, 58], "higher": 20, "namespac": [20, 21, 23, 24, 25, 28, 29, 31, 33, 34, 38, 39, 44, 49, 55, 60, 61, 66, 68], "philosophi": 21, "stand": 21, "alon": 21, "adaptor": 21, "returntyp": 21, "hasvoidreturntyp": 21, "is_void_v": 21, "sample_opt": 21, "bel": 21, "lu": [21, 24, 33, 47, 51, 52], "sequential_data": 21, "implicit": [21, 33, 35], "reg1": 21, "499": 21, "content": [21, 37, 50, 57, 61, 64], "appear": [21, 64], "alwai": [21, 40, 64], "middl": 21, "implicitli": [21, 26, 35], "ancilla": [21, 23], "difficult": 21, "discern": 21, "ones": 21, "silent": 21, "ancillari": [21, 46], "varieti": [21, 44], "enforc": 21, "sample_async_result": 21, "async_sample_result": [21, 39], "langl": 21, "\ud835\udeb9": 21, "observe_opt": 21, "retain": [21, 27], "measurecount": 21, "spinop": 21, "x0x1exp": 21, "x0x1data": 21, "qarrai": [21, 24, 25, 32, 51, 58], "907": [21, 24, 29, 38, 39, 49, 57], "1433": [21, 24, 29, 38, 39, 49, 57], "21829": [21, 24, 29, 38, 39, 49, 57], "lf": [21, 24, 39, 49], "analyt": 21, "async_observe_result": 21, "broader": [21, 39], "often": [21, 35, 62, 64], "extrem": 21, "therebi": [21, 39, 58], "dictat": 21, "safe": 21, "moreov": [21, 26, 39, 43, 61], "providesgradi": 21, "_providesgradi": 21, "someth": [21, 33, 62, 64, 68], "max_ev": [21, 57], "200": 21, "opt_energi": 21, "grad_vec": 21, "\ud835\udeb9_i": 21, "potenti": [21, 44], "variad": 21, "address": [21, 39, 62], "overal": [21, 58, 61], "deuteron_n3_ansatz": 21, "x1": 21, "vctrl": 21, "h3": 21, "625": 21, "913119": 21, "make_tupl": 21, "bfg": 21, "min_val": 21, "permit": 22, "facilit": [23, 64], "privat": [23, 33], "thenfunctor": 23, "predefin": 23, "otherkernelbuild": 23, "kerneltocal": 23, "kerneltocontrol": 23, "kerneltoadjoint": 23, "argsarrai": 23, "decltyp": 23, "tuple_s": 23, "integral_const": 23, "sizeof": [23, 66], "tuple_el": 23, "conditional_t": [23, 33], "factori": 23, "xprep": 23, "qubitin": 23, "hadamardtest": 23, "num_it": 24, "c_str": [24, 68], "phase_estim": 24, "cpp": [24, 37, 38, 39, 40, 44, 47, 49, 50, 51, 52, 54, 57, 58, 60, 61, 62, 64, 65, 66, 68, 69], "qpe": 24, "stdio": [24, 62], "cmath": 24, "iqft": 24, "denom": 24, "1ul": 24, "eigenst": 24, "stateprep": [24, 25], "ncountingqubit": 24, "state_prep": 24, "oracl": [24, 46], "counting_qubit": 24, "state_regist": 24, "put": [24, 33, 54, 56], "r1pigat": 24, "mostprob": 24, "to_integ": 24, "piestim": 24, "tgate": 24, "xgate": [24, 54], "nc": 24, "nq": 24, "countingqubit": 24, "stateregist": 24, "deuteron_n2_ansatz": 24, "param_spac": 24, "linspac": [24, 50], "energy_at_param": 24, "energyatparam": 24, "reflect_about_uniform": 24, "ctrlqubit": 24, "lastqubit": 24, "compute_act": [24, 30], "run_grov": 24, "callablekernel": 24, "n_iter": 24, "target_st": 24, "target_bit_set": 24, "secret": [24, 64], "strtol": 24, "null": [24, 64], "0b1011": 24, "compute_oracl": 24, "reflect": [24, 40], "iterative_qp": 24, "iqp": 24, "cr0": 24, "cr2": 24, "m_pi_4": 24, "differenti": 25, "former": 25, "latter": [25, 58], "my_first_entry_point_kernel": 25, "my_second_entry_point_kernel": 25, "my_first_pure_device_kernel": 25, "parent": 25, "stack": 25, "boolexprfromqubitmeasur": 25, "another_qubit": 25, "uncomput": [25, 26], "is_arithmetic_v": 25, "span": [25, 33], "recurs": 25, "mycustomsimplestruct": 25, "recursivevec": 25, "var": [25, 69], "kernelthatreturn": 25, "mysimplestruct": 25, "recursivelist": 25, "fill": [25, 50, 61], "1415926": 25, "kernellambda": 25, "synchron": [25, 39, 50], "mystateprep": 25, "prep": 25, "mygenericalgorithm": 25, "placehold": 25, "mygenericalgorithm2": 25, "callkernel": 25, "anothervers": 25, "constrain": [25, 52], "is_convertible_v": 25, "takes_qubit": [25, 52], "mygenericalgorithmonqarrai": 25, "mygenericalgorithmonqubit": 25, "presum": 26, "graphic": 26, "fpga": 26, "concurr": [26, 38], "messag": [26, 38, 62, 64], "inter": [26, 40], "fabric": [26, 57], "infinit": [26, 33, 44], "hidden": [26, 46], "purpos": [26, 35, 64], "novel": 26, "placement": 26, "copyabl": [26, 33], "flavor": 26, "tightli": 26, "modal": 26, "influenc": 26, "previou": [27, 33, 57, 64], "sfina": 27, "foundat": 28, "operand": [28, 39], "inst_nam": 28, "header": [28, 62, 64, 66, 68], "synthes": [28, 32, 58], "qubitarg": 28, "qr": [28, 40], "scalarangl": 28, "rotation_nam": 28, "measure_op": 28, "convei": 28, "offici": [28, 62, 64], "p_i": 29, "prod_": 29, "sigma_j": 29, "th": 29, "trotter": 29, "intent": 30, "u_cod": 30, "v_code": 30, "computef": 30, "actionf": 30, "computel": 30, "segment": [30, 69], "effort": 31, "get_platform": [31, 39, 49], "ctrl_qubit": 32, "quantumregist": 32, "x_gate": 32, "toffoli": 32, "ctrl_bit": 32, "rx_and_h_gat": 32, "kerneltestcontrol": 32, "kerneltestadjoint": 32, "aggreg": 32, "qubit0": [32, 40], "qubit1": [32, 40], "kernel_arg": 32, "fundament": [33, 56, 64, 69], "hilbert": 33, "theorem": 33, "movabl": 33, "never": 33, "n_level": 33, "discret": 33, "adl": 33, "deal": 33, "familiar": 33, "inner": [33, 39, 46], "stride": 33, "first_5": 33, "qb": 33, "knowledg": 33, "ahead": 33, "storag": [33, 56], "fivecompiletimequbit": 33, "formul": 35, "short": 35, "particl": 35, "conceptu": 35, "effect": [35, 40, 44, 53, 54, 56, 69], "sai": 35, "embodi": 35, "greater": [35, 38, 40, 56], "behind": 35, "dataflow": 35, "contrast": 35, "consum": [35, 68], "truli": 35, "ssa": 35, "clarifi": 35, "toi": 35, "foo": 35, "boilerpl": [35, 61], "c0": 35, "c1": 35, "extract_ref": [35, 58], "ref": [35, 58], "bunch": 35, "decid": 35, "i1": [35, 58], "imagin": 35, "adjac": [35, 37], "naiv": 35, "awai": 35, "Such": [35, 44], "miss": [35, 40, 62], "Of": 35, "cours": 35, "correctli": [35, 62, 66, 68], "quit": [35, 44], "prone": 35, "analys": 35, "q0_1": 35, "q0_0": 35, "wire": 35, "q0_z": 35, "happen": [35, 64], "elimin": [35, 39], "r0": 35, "qref": 35, "unwrap": 35, "misc": 35, "q0_m": 35, "q0_l": 35, "q1_x": 35, "q0_p": 35, "q0_y": 35, "straightforwardli": 35, "cancel": [35, 54, 64, 69], "mmeori": 35, "comprehens": [36, 37], "orca": 36, "tensornet": [36, 38, 39, 40], "mp": [36, 38, 40], "account": [37, 38, 50, 64], "ionq_api_kei": 37, "ionq_generated_api_kei": 37, "authent": [37, 39, 64], "aria": [37, 50], "login": [37, 64], "emit": [37, 58], "diagnost": 37, "inject": [37, 50, 58, 64], "cortex": 37, "cli": [37, 64], "token": [37, 64], "cach": 37, "iqm_tokens_fil": 37, "mandatori": 37, "match": [37, 62, 64, 68], "coco": [37, 50], "adoni": [37, 50], "iqm_server_url": 37, "demo": 37, "fi": [37, 62], "apollo": 37, "url": [37, 39, 50, 62, 64], "oxford": 37, "ring": 37, "topologi": 37, "luci": 37, "kagom": 37, "lattic": 37, "toshiko": 37, "registr": [37, 60, 61], "contact": [37, 50], "oqc_qcaas_support": [37, 50], "oxfordquantumcircuit": [37, 50], "email": [37, 38], "password": [37, 64], "oqc_url": [37, 50], "oqc_email": [37, 50], "oqc_password": [37, 50], "suppli": 37, "qcaa": 37, "servic": [37, 38, 39, 50, 64], "assembli": 37, "qat": 37, "pt": [37, 50, 64], "boson": [37, 50], "photon": [37, 50, 56], "interf": [37, 50], "beam": [37, 50], "splitter": [37, 50], "detector": [37, 50], "bin": [37, 39, 50, 62, 64], "interferomet": [37, 50], "delai": [37, 50], "sent": [37, 39, 50], "orca_access_url": [37, 50], "orca_url": [37, 50], "getenv": [37, 50], "localhost": [37, 39, 50, 64], "bs_angl": [37, 50], "loop_length": [37, 50], "apt": [37, 64], "curl": [37, 62], "jq": 37, "your_alia": 37, "your_password": 37, "qapi": 37, "home": [37, 38, 64], "id_token": 37, "cat": [37, 64], "refresh_token": 37, "refresh": 37, "echo": [37, 38, 62, 64, 68], "quantinuum_config": 37, "cudaq_quantinuum_credenti": 37, "checker": [37, 50], "mere": [37, 62], "2e": [37, 50], "sc": 37, "1sc": 37, "navig": [37, 64], "tab": [37, 64], "tabl": [37, 38, 39, 61, 64], "world": [38, 43, 51], "visit": [38, 44], "link": [38, 58, 62, 64, 65, 66, 68], "approv": 38, "nvqc_api_kei": 38, "session": [38, 39, 64], "bashrc": [38, 64], "rather": [38, 40, 44, 56, 68], "2024": 38, "438": 38, "3600": 38, "h100": 38, "80gb": 38, "hbm3": 38, "driver": [38, 62, 64], "gb": [38, 40, 53], "clock": 38, "rate": 38, "mhz": 38, "2619": 38, "1980": 38, "1111111111111111111111111": [38, 53], "486": 38, "0000000000000000000000000": [38, 53], "514": 38, "nvqc_intro": 38, "05": 38, "545": 38, "487": 38, "513": 38, "nvqc_sampl": 38, "grow": [38, 61], "beyond": [38, 40, 53, 60], "ngpu": 38, "unabl": [38, 64], "deploy": 38, "dm": 38, "ye": [38, 64], "cutensornet": [38, 40], "contract": [38, 40], "wherebi": [38, 39, 40], "worker": 38, "nqpu": 38, "opt_gradi": 38, "submiss": [38, 45, 50], "energy_futur": 38, "plus_futur": 38, "minus_futur": 38, "optimal_valu": 38, "grad": 38, "paramshift": 38, "74886": 38, "nvqc_vqe": 38, "incom": [38, 52], "attain": 38, "speedup": [38, 53], "On": [38, 39, 40, 47, 51, 64, 69], "busi": 38, "deliv": 38, "substanti": 38, "my": [38, 61, 64], "nvqc_log_level": 38, "disabl": [38, 40, 62], "credenti": [38, 50], "lieu": 38, "api_kei": 38, "nvqc_config": 38, "elucid": 39, "unlik": [39, 44], "opportun": 39, "count_futur": 39, "kerneltobesampl": 39, "runtimeparam": 39, "singleton": [39, 49], "zu": [39, 49], "countfutur": 39, "emplace_back": 39, "four": [39, 49, 56], "gpuemulatedqpu": 39, "37": 39, "33": [39, 64], "cudaq_mqpu_ngpu": 39, "bellow": 39, "state_futur": 39, "kerneltorun": 39, "async_state_result": 39, "statefutur": 39, "suffici": [39, 62, 64, 69], "mpiexec": [39, 40, 62], "script": [39, 44, 62, 64], "srun": 39, "controls_count": 39, "auto_launch": 39, "isdigit": 39, "nrcontrol": 39, "tidx": 39, "background": 39, "daemon": 39, "qpud": 39, "shut": 39, "explain": [39, 56], "cudaq_loc": 39, "grep": [39, 62], "qpud_pi": 39, "cuda_visible_devic": [39, 40], "tcp": [39, 64], "ip": 39, "ld_library_path": [39, 62, 69], "launcher": 39, "app": 39, "firewal": 39, "secur": [39, 64], "port1": 39, "port2": 39, "port3": 39, "port4": 39, "per": [39, 40, 53, 57], "resolv": 39, "contigu": 39, "byte": [39, 53, 68], "memcpi": 39, "ixiz": 39, "charact": 39, "incur": 39, "overhead": 39, "0000": 39, "1111": 39, "demand": 39, "veri": [39, 51, 60, 68], "defer": 39, "rtti": 39, "standalon": [39, 61], "accommod": 40, "switch": [40, 53], "modif": [40, 44, 51], "invalid": 40, "cudaq_fusion_max_qubit": 40, "cudaq_fusion_diagonal_gate_max_qubit": 40, "diagon": 40, "cudaq_fusion_num_host_thread": 40, "cudaq_max_cpu_memory_gb": 40, "migrat": [40, 62], "unlimit": 40, "cudaq_max_gpu_memory_gb": 40, "exce": 40, "particularli": [40, 43], "cudaq_mgpu_lib_mpi": 40, "share": [40, 61, 64, 68], "libmpi": [40, 64], "cudaq_mgpu_comm_plugin_typ": 40, "openmpi": [40, 62, 64, 69], "mpich": [40, 62], "commplugin": 40, "cudaq_mgpu_nqubits_thresh": 40, "cudaq_mgpu_p2p_device_bit": 40, "gpudirect": 40, "p2p": 40, "cudaq_gpu_fabr": 40, "mnnvl": 40, "nvl": 40, "nvlink": 40, "cudaq_global_index_bit": 40, "comma": 40, "slower": 40, "cudaq_host_device_migration_level": 40, "tune": [40, 57], "fuse": 40, "4x4": 40, "2x2": 40, "bandwidth": 40, "significantli": 40, "suitabl": [40, 62, 64, 68], "despit": [40, 50], "poor": 40, "visibl": [40, 64], "cutensornet_comm_lib": 40, "newli": [40, 64], "libcutensornet_distributed_interface_mpi": 40, "dedic": 40, "dgx": 40, "omp_plac": 40, "omp_num_thread": 40, "number_of_cores_per_nod": 40, "number_of_gpus_per_nod": 40, "wave": 40, "sparsiti": 40, "svd": 40, "singular": [40, 62], "truncat": 40, "tractabl": 40, "footprint": 40, "cudaq_mps_max_bond": 40, "cudaq_mps_abs_cutoff": 40, "cutoff": 40, "largest": 40, "trim": 40, "cudaq_mps_relative_cutoff": 40, "fraction": 40, "cudaq_mps_svd_algo": 40, "gesvd": 40, "gesvdj": 40, "jacobi": 40, "gesvdp": 40, "gesvdr": 40, "medium": 40, "overridden": [40, 61], "cudaq_default_simul": [40, 47], "debug": [41, 58, 62, 64], "amongst": 42, "subroutin": 43, "closer": [43, 51, 58], "collaps": [44, 56, 61], "roughli": [44, 53, 54, 56], "50": [44, 54, 56, 68], "505": 44, "495": 44, "result_0": 44, "5005": 44, "4995": 44, "result_1": 44, "subtl": 44, "repeatedli": 44, "rebuilt": 44, "most_probable_result": 44, "intens": 44, "respons": 44, "event": [44, 62], "kernel2": 44, "num_gpu": [44, 53], "result_2": 44, "confirm": [44, 50, 54, 62, 64, 69], "determinist": 44, "close": [44, 50], "025": 44, "million": 44, "35x": 44, "code_to_tim": 44, "1000000": 44, "57462": 44, "stmt": 44, "773286": 44, "isol": 44, "atoi": [44, 69], "chrono": 44, "high_resolution_clock": 44, "durat": 44, "took": 44, "8337": 44, "18988": 44, "cudaq_log_level": 45, "prepend": 45, "cudaq_dump_jit_ir": 45, "output_filenam": 45, "highest": 46, "random_bit": 46, "bitset": 46, "randint": 46, "un": 46, "difficulti": 46, "verif": 46, "hidden_bit": 46, "auxillary_qubit": 46, "bernstein_vazirani": [46, 64], "success": [46, 60], "random_bitstr": 46, "vector_of_bit": 46, "hidden_bitstr": 46, "recov": 46, "cuquantum_backend": 47, "hang": [47, 64, 69], "observe_mqpu": 49, "No": [50, 53, 64], "redefin": 50, "flight": 50, "async_count": 50, "txt": [50, 60, 61, 64, 65], "same_fil": 50, "retrieved_async_result": 50, "mimic": 50, "dashboard": 50, "fstream": 50, "meantim": [50, 64], "ofstream": 50, "savem": 50, "readin": 50, "ifstream": 50, "proceed": [50, 62], "qb1": 50, "qb2": 50, "qb3": 50, "qb4": 50, "qb5": 50, "adonis_ghz": 50, "transpar": 50, "worri": 50, "schemat": 50, "optic": 50, "reconfigur": 50, "shifter": 50, "enter": [50, 64], "indistinguish": 50, "vacuum": 50, "interfer": [50, 54, 62, 64], "exit": [50, 53, 64], "half": 50, "n_beam_splitt": 50, "ps_angl": 50, "n_sampl": 50, "helper": [50, 57], "linear_spaced_vector": 50, "static_cast": [50, 66], "sum_loop_length": 50, "accumul": 50, "n_loop": 50, "n_mode": 50, "endpoint": 50, "syntax_check": 50, "gotten": 51, "hello": [51, 64], "static_kernel": 51, "x_kernel": 52, "control_vector": 52, "multi_controlled_oper": 52, "ccnot": 52, "applyx": 52, "ccnot_test": 52, "apply_x": 52, "counts2": 52, "seamless": [53, 64], "multithread": 53, "ghz_state": 53, "sample_ghz_st": 53, "cpu_result": 53, "475": 53, "525": [53, 64], "2500x": 53, "gpu_result": 53, "490": 53, "8700": 53, "freeli": [53, 62, 64], "qubits_list": 53, "990": 53, "dev": [53, 62, 64], "xi": 53, "2500": 53, "4x": 53, "asyncresult": 53, "conclud": 54, "examin": 54, "scrambl": 54, "bring": 54, "noise_depolar": 54, "noiseless_count": 54, "environment": 54, "amplitude_damp": 54, "keyword": 54, "noiseless_result": 54, "noise_amplitude_damp": 54, "wherein": 54, "undergo": 54, "degre": 54, "noise_bit_flip": 54, "bf": 54, "phase_flip": 54, "presenc": 54, "noise_phase_flip": 54, "pf": 54, "kraus_oper": 54, "nielsen": 54, "chuang": 54, "chapter": 54, "depol": 54, "99498743710662": 54, "05773502691896258": 54, "unset": 54, "good": 54, "avoid": [54, 62, 68, 69], "rectangular": 55, "hp": 55, "random_vector": [55, 57], "mt19937": [55, 57], "default_se": [55, 57], "16lf": [55, 57], "transmiss": 56, "analog": 56, "counterpart": 56, "transistor": 56, "alter": 56, "superconduct": 56, "materi": 56, "ion": 56, "trap": 56, "concern": [56, 62], "ourselv": 56, "obei": 56, "law": 56, "mathemat": 56, "physicist": 56, "theori": 56, "linearli": 56, "logarithm": 56, "dirac": 56, "beta": [56, 58], "correspondingli": [56, 68], "approx": 56, "feasibl": 56, "art": [56, 68], "manipul": 56, "offload": 56, "equiv": 56, "lvert": 56, "rvert": 56, "502": 56, "498": 56, "modulu": 56, "conserv": 56, "uphold": 56, "excit": 56, "probabilist": 56, "infer": 56, "devis": 56, "phenomena": 56, "predict": 56, "postul": 56, "alpha_": 56, "simple_vq": 57, "pick": [57, 61, 62], "nminim": 57, "vqe_h2": 57, "builder": [57, 58], "arrang": 57, "so4": 57, "so4_fabr": 57, "block_siz": 57, "counter": 57, "subq": 57, "so4_param": 57, "slice_vector": 57, "odd": 57, "h2_data": 57, "10647701149499994": 57, "0454063328691": 57, "170280101353": 57, "120200490713": 57, "168335986252": 57, "165606823582": 57, "22004130022499996": 57, "174072892497": 57, "17028010135300004": 57, "22004130022499999": 57, "p_counter": 57, "n_blocks_per_lay": 57, "init_param": 57, "max_line_search_tri": 57, "gradient_vector": 57, "adam": 57, "temp": 58, "llvm": [58, 60, 61, 62, 66], "qke": [58, 60], "pipelin": 58, "canonic": 58, "lift": 58, "indirect": 58, "loader": 58, "expand": 58, "cfg": 58, "cse": 58, "lpsxpu": 58, "p3de4l": 58, "fixup": 58, "linkag": 58, "pl": [58, 62], "llc": [58, 62], "reloc": 58, "pic": 58, "filetyp": 58, "obj": 58, "o2": 58, "clang": [58, 62, 68], "gcc": [58, 62, 64, 68], "x86_64": [58, 62, 64, 69], "lib64": [58, 64, 66], "stub": 58, "wl": [58, 62, 68], "rpath": [58, 68], "llib": 58, "lcudaq": 58, "ensmallen": 58, "em": 58, "lnvqir": 58, "orchestr": 58, "qtx": 58, "mangled_name_map": 58, "__nvqpp__mlirgen__ghz": 58, "_zn3ghzclei": 58, "i32": 58, "entrypoint": 58, "alloca": 58, "memref": 58, "extsi": 58, "c0_i32": 58, "c0_i32_0": 58, "alloca_1": 58, "c1_i32": 58, "subi": 58, "cmpi": 58, "slt": 58, "addi": 58, "unoptim": 58, "mangl": 58, "introspect": 58, "overwrit": 58, "libcudaq": 58, "libnvqir": [58, 61], "robust": 58, "intermedi": 58, "depart": 58, "recal": 58, "datalayout": 58, "p270": 58, "p271": 58, "p272": 58, "f80": 58, "n8": 58, "s128": 58, "unknown": [58, 64], "invokewithcontrolqubit": 58, "__quantum__qis__x__ctl": 58, "__quantum__rt__array_get_size_1d": 58, "__quantum__qis__h": 58, "i8": 58, "__quantum__rt__array_get_element_ptr_1d": 58, "sext": 58, "bitcast": 58, "icmp": 58, "sgt": 58, "br": 58, "ph": 58, "prehead": 58, "_crit_edg": 58, "pred": 58, "trip": 58, "zext": 58, "indvar": 58, "iv": 58, "nuw": 58, "nsw": 58, "nonnul": 58, "exitcond": 58, "ph3": 58, "_crit_edge4": 58, "exitcond5": 58, "mycustomplugin": 60, "cmakelist": [60, 61, 65], "add_llvm_pass_plugin": 60, "operationpass": 60, "quakedialect": 60, "quakeop": 60, "rewrit": 60, "frozenrewritepatternset": 60, "dialectconvers": 60, "replaceh": 60, "oprewritepattern": 60, "hop": 60, "logicalresult": 60, "matchandrewrit": 60, "patternrewrit": 60, "replaceopwithnewop": 60, "sop": 60, "isadj": 60, "getparamet": 60, "getcontrol": 60, "gettarget": 60, "custompassplugin": 60, "passwrapp": 60, "funcop": 60, "mlir_define_explicit_internal_inline_type_id": 60, "stringref": 60, "runonoper": 60, "getoper": 60, "getcontext": 60, "rewritepatternset": 60, "insert": 60, "conversiontarget": 60, "addlegaldialect": 60, "addillegalop": 60, "applypartialconvers": 60, "emitoperror": 60, "signalpassfailur": 60, "cudaq_register_mlir_pass": 60, "add_subdirectori": 60, "circuitsimulatorbas": 61, "lot": 61, "qppcircuitsimul": 61, "custateveccircuitsimul": 61, "openmp": [61, 62, 69], "addqubittost": 61, "addqubitstost": 61, "resetqubit": 61, "qubitidx": 61, "resetqubitstateimpl": 61, "applyg": 61, "gateapplicationtask": 61, "measurequbit": 61, "floattyp": 61, "mysimul": 61, "nvqir_register_simul": 61, "mysimulatorclassnam": 61, "dylib": 61, "nvqir_simulation_backend": 61, "cuda_quantum_path": [61, 62, 64, 65], "find_packag": [61, 65], "nvqir_add_backend": 61, "folder": [61, 62, 64, 65], "cmake_minimum_requir": [61, 65], "fatal_error": [61, 65], "democreatenvqirbackend": 61, "cxx": [61, 62, 65, 69], "measuredbit": 61, "cuda_quantum": [61, 62], "cd": [61, 62, 64, 65], "ninja": [61, 65], "dnvqir_dir": 61, "softwar": [62, 64], "rootless": 62, "admin": [62, 64], "meet": 62, "carefulli": 62, "almost": 62, "though": 62, "piec": 62, "requisit": 62, "almalinux": 62, "manylinux_2_28": 62, "cento": [62, 64], "debian": [62, 64], "fedora": [62, 64], "opensus": [62, 64], "sled": [62, 64], "sle": [62, 64], "rhel": [62, 64], "rocki": [62, 64], "ubuntu": [62, 64], "newer": [62, 64, 69], "x86": [62, 64], "arm64": [62, 64, 69], "v8": [62, 64], "volta": [62, 64], "ture": [62, 64], "amper": [62, 64], "ada": [62, 64], "hopper": [62, 64], "470": [62, 64], "git": 62, "unzip": 62, "web": [62, 64], "cudaq_install_prefix": 62, "cuquantum_install_prefix": 62, "cutensor_install_prefix": 62, "cutensor": 62, "llvm_install_prefix": 62, "blas_install_prefix": 62, "bla": 62, "zlib_install_prefix": 62, "zlib": 62, "openssl_install_prefix": 62, "openssl": 62, "curl_install_prefix": 62, "protocol": 62, "deviat": 62, "toolkit": [62, 64, 66, 69], "onlin": [62, 64], "cuda_vers": [62, 64], "cuda_download_url": [62, 64], "repo": [62, 64], "subfold": [62, 64], "rhel8": [62, 64], "cuda_arch_fold": [62, 64], "dnf": [62, 64], "nobest": [62, 64], "setopt": [62, 64], "install_weak_dep": [62, 64], "tr": [62, 64], "gcc_version": 62, "toolset": [62, 68], "assembl": 62, "enable_script": 62, "gcc_toolchain": 62, "rh": 62, "cudacxx": 62, "nvcc": [62, 64, 66], "cudahostcxx": 62, "commit": 62, "checkout": 62, "archiv": [62, 64, 68], "subsect": 62, "devel": [62, 64], "suffix": 62, "conda": [62, 69], "auditwheel": 62, "patchelf": 62, "llvm_project": 62, "flang": 62, "lld": 62, "install_prerequisit": [62, 64], "sh": [62, 64, 69], "fc": 62, "histori": 62, "setuptools_scm_pretend_vers": 62, "cudaq_wheel": 62, "manylinux_platform": 62, "linux_": 62, "sed": [62, 64], "manylinux_2_28_": 62, "pwd": [62, 68], "_skbuild": 62, "repair": 62, "plat": 62, "libcubla": [62, 64], "libcublaslt": 62, "libcusolv": [62, 64], "libcutensor": 62, "libcutensornet": 62, "libcustatevec": 62, "libcudart": 62, "libnvtoolsext": 62, "libnvidia": 62, "ml": 62, "wheelhous": 62, "inde": 62, "cudaq_enable_static_link": 62, "cudaq_require_openmp": 62, "cudaq_werror": 62, "cudaq_python_support": 62, "build_cudaq": 62, "primarili": 62, "linker": [62, 68], "makeself": 62, "cuda_quantum_asset": 62, "mv": 62, "ld": 62, "build_config": 62, "xml": 62, "gzip": [62, 64], "sha256": 62, "install_cuda_quantum": [62, 64, 69], "unam": [62, 64, 69], "migrate_asset": 62, "search": [62, 64], "libc6": [62, 64], "sudo": [62, 64, 69], "set_env": [62, 64], "asset": [62, 64, 69], "highli": [62, 64], "profil": [62, 64, 69], "did": [62, 64], "prefer": [62, 64], "version_suffix": [62, 64], "nvtx": [62, 64], "cudart": [62, 64], "awar": 62, "autoconf": 62, "libtool": 62, "flex": 62, "openmpi_vers": 62, "openmpi_download_url": 62, "ompi": 62, "tar": [62, 64], "gz": [62, 64], "xf": 62, "strip": 62, "rf": [62, 64], "autogen": 62, "ldflag": 62, "prefix": [62, 64], "getpwuid": 62, "mem": 62, "memcheck": 62, "verb": 62, "nproc": 62, "mpic": 62, "mpi_cuda_check": 62, "__has_includ": 62, "ext": 62, "endif": 62, "mpi_init": 62, "exit_cod": 62, "mpix_query_cuda_support": 62, "mpi_fin": 62, "mca": 62, "plm_rsh_agent": 62, "ssh": 62, "rsh": 62, "unless": [62, 64], "slurm": 62, "mpi_path": [62, 64, 69], "distributed_interfac": [62, 64, 69], "activate_custom_mpi": [62, 64, 69], "guidanc": 64, "bundl": 64, "deploi": 64, "unsur": 64, "engin": 64, "desktop": 64, "administr": 64, "ngc": 64, "whenev": 64, "pull": 64, "nvcr": 64, "prototyp": 64, "tri": 64, "readm": 64, "appreci": 64, "insuffici": 64, "hover": 64, "rsa": 64, "id_rsa": 64, "pub": 64, "itd": 64, "2222": 64, "exec": 64, "openssh": 64, "usepam": 64, "sshd_config": 64, "cp": 64, "authorized_kei": 64, "sbin": 64, "sshd": 64, "stricthostkeycheck": 64, "userknownhostsfil": 64, "globalknownhostsfil": 64, "relocat": 64, "wsl": 64, "prerequisit": 64, "sylab": 64, "ce": 64, "xzf": 64, "mconfig": 64, "suid": 64, "builddir": 64, "bootstrap": 64, "runscript": 64, "mount": 64, "devpt": 64, "fakeroot": 64, "sif": 64, "writabl": 64, "nv": 64, "conf": 64, "ldd": [64, 68], "privileg": 64, "revis": 64, "upvot": 64, "posix": 64, "browser": 64, "palett": 64, "attach": 64, "window": 64, "reload": 64, "microsoft": 64, "sandbox": 64, "portmap": 64, "sshd_output": 64, "listen": 64, "1025": 64, "65535": 64, "ui": 64, "encrypt": 64, "pop": [64, 68], "ask": 64, "aren": 64, "icon": 64, "sidebar": 64, "prompt": 64, "workspac": 64, "edit": 64, "remotecommand": 64, "requesttti": 64, "hostnam": 64, "enableremotecommand": 64, "uselocalserv": 64, "remoteserverlistenonsocket": 64, "connecttimeout": 64, "serverinstallpath": 64, "sign": 64, "upgrad": 64, "ac": 64, "ace_nam": 64, "instance_nam": 64, "commandlin": 64, "job_id": 64, "8888": 64, "lab": 64, "portal": 64, "minut": 64, "404": 64, "patient": 64, "happi": 64, "cuda11x": 64, "ship": 64, "vendor": 64, "prebuilt": 64, "guarante": 64, "libcudaq_distributed_interface_mpi": 64, "cudaq_mpi_comm_lib": 64, "uninstal": 64, "dsize": 64, "fairli": 64, "succe": 64, "proce": [64, 69], "sort": 65, "imper": 65, "mycudaqapp": 65, "add_execut": 65, "ghz_ex": 65, "dcudaq_dir": 65, "cu": 66, "my_proj": 66, "conform": 66, "my_proj_quantum": 66, "libc": 66, "cudadatatyp": [66, 68], "cudasetfirstnel": 66, "sv": 66, "__restrict__": 66, "sv2": 66, "int64_t": 66, "blockidx": 66, "blockdim": 66, "threadidx": 66, "setfirstnel": 66, "uint32_t": [66, 68], "n_block": [66, 68], "int32_t": [66, 68], "threads_per_block": [66, 68], "newdevicestatevector": 66, "devicestatevector": [66, 68], "previousstatedimens": 66, "reinterpret_cast": [66, 68], "cufloatcomplex": [66, 68], "cudoublecomplex": [66, 68], "cucomplex": 66, "cuda_runtim": 66, "device_launch_paramet": 66, "my_kernel": 66, "cudamalloc": 66, "xcompil": 66, "fpic": [66, 68], "cuda_hom": 66, "lcudart": 66, "my_execut": 66, "outlin": 68, "hood": 68, "quantum_kernel": 68, "sstream": 68, "chanc": 68, "bell_distribut": 68, "stringbuf": 68, "ptr": 68, "strcpy": 68, "libstdc": 68, "libquantum_kernel": 68, "bell_dist": 68, "endl": 68, "lquantum_kernel": 68, "abi": 68, "incompat": 68, "watch": 68, "surround": 68, "wherea": 68, "third_party_librari": 68, "libexternal_librari": 68, "my_cod": 68, "bstatic": 68, "lexternal_librari": 68, "bdynam": 68, "undefin": 68, "crut": 68, "libexternal_library_complet": 68, "naddlib": 68, "nsave": 68, "nend": 68, "lexternal_library_complet": 68, "shim": 68, "pragma": 68, "is_integr": 68, "initializedevicestatevector": 68, "statedimens": 68, "cudainitializedevicestatevector": 68, "cumbersom": 68, "necessarili": 68, "recogn": 68, "catch": 68, "forg": 69, "env": 69, "conda_prefix": 69, "ompi_mca_opal_cuda_support": 69, "ompi_mca_btl": 69, "openib": 69, "fault": 69, "bash_profil": 69, "bash_login": 69, "intel": 69, "amd": 69, "averag": 69}, "objects": {"": [[2, 0, 1, "_CPPv45cudaq", "cudaq"], [2, 1, 1, "_CPPv4N5cudaq20BaseNvcfSimulatorQPUE", "cudaq::BaseNvcfSimulatorQPU"], [2, 1, 1, "_CPPv4N5cudaq17BaseRemoteRESTQPUE", "cudaq::BaseRemoteRESTQPU"], [2, 1, 1, "_CPPv4N5cudaq22BaseRemoteSimulatorQPUE", "cudaq::BaseRemoteSimulatorQPU"], [2, 1, 1, "_CPPv4I0EN5cudaq9CusvStateE", "cudaq::CusvState"], [2, 2, 1, "_CPPv4I0EN5cudaq9CusvStateE", "cudaq::CusvState::ScalarType"], [2, 1, 1, "_CPPv4N5cudaq16ExecutionContextE", "cudaq::ExecutionContext"], [2, 3, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringE", "cudaq::ExecutionContext::ExecutionContext"], [2, 3, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringENSt6size_tE", "cudaq::ExecutionContext::ExecutionContext"], [2, 4, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringE", "cudaq::ExecutionContext::ExecutionContext::n"], [2, 4, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringENSt6size_tE", "cudaq::ExecutionContext::ExecutionContext::n"], [2, 4, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringENSt6size_tE", "cudaq::ExecutionContext::ExecutionContext::shots_"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext13amplitudeMapsE", "cudaq::ExecutionContext::amplitudeMaps"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext9asyncExecE", "cudaq::ExecutionContext::asyncExec"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext14batchIterationE", "cudaq::ExecutionContext::batchIteration"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext16canHandleObserveE", "cudaq::ExecutionContext::canHandleObserve"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext16expectationValueE", "cudaq::ExecutionContext::expectationValue"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext12futureResultE", "cudaq::ExecutionContext::futureResult"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext31hasConditionalsOnMeasureResultsE", "cudaq::ExecutionContext::hasConditionalsOnMeasureResults"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext22invocationResultBufferE", "cudaq::ExecutionContext::invocationResultBuffer"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext10kernelNameE", "cudaq::ExecutionContext::kernelName"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext11kernelTraceE", "cudaq::ExecutionContext::kernelTrace"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext4nameE", "cudaq::ExecutionContext::name"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext10noiseModelE", "cudaq::ExecutionContext::noiseModel"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext9optResultE", "cudaq::ExecutionContext::optResult"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext20overlapComputeStatesE", "cudaq::ExecutionContext::overlapComputeStates"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext13overlapResultE", "cudaq::ExecutionContext::overlapResult"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext13registerNamesE", "cudaq::ExecutionContext::registerNames"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext10reorderIdxE", "cudaq::ExecutionContext::reorderIdx"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext6resultE", "cudaq::ExecutionContext::result"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext5shotsE", "cudaq::ExecutionContext::shots"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext15simulationStateE", "cudaq::ExecutionContext::simulationState"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext4spinE", "cudaq::ExecutionContext::spin"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext15totalIterationsE", "cudaq::ExecutionContext::totalIterations"], [2, 1, 1, "_CPPv4N5cudaq15ExecutionResultE", "cudaq::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionary", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryNSt6stringE", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryd", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultENSt6stringE", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultERK15ExecutionResult", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEd", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEv", "cudaq::ExecutionResult::ExecutionResult"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionary", "cudaq::ExecutionResult::ExecutionResult::c"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryNSt6stringE", "cudaq::ExecutionResult::ExecutionResult::c"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryd", "cudaq::ExecutionResult::ExecutionResult::c"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryd", "cudaq::ExecutionResult::ExecutionResult::e"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEd", "cudaq::ExecutionResult::ExecutionResult::expVal"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryNSt6stringE", "cudaq::ExecutionResult::ExecutionResult::name"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultENSt6stringE", "cudaq::ExecutionResult::ExecutionResult::name"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultERK15ExecutionResult", "cudaq::ExecutionResult::ExecutionResult::other"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult12appendResultENSt6stringENSt6size_tE", "cudaq::ExecutionResult::appendResult"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult12appendResultENSt6stringENSt6size_tE", "cudaq::ExecutionResult::appendResult::bitString"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult12appendResultENSt6stringENSt6size_tE", "cudaq::ExecutionResult::appendResult::count"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::ExecutionResult::deserialize"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::ExecutionResult::deserialize::data"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResultaSERK15ExecutionResult", "cudaq::ExecutionResult::operator="], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResultaSERK15ExecutionResult", "cudaq::ExecutionResult::operator=::other"], [2, 3, 1, "_CPPv4NK5cudaq15ExecutionResulteqERK15ExecutionResult", "cudaq::ExecutionResult::operator=="], [2, 4, 1, "_CPPv4NK5cudaq15ExecutionResulteqERK15ExecutionResult", "cudaq::ExecutionResult::operator==::result"], [2, 5, 1, "_CPPv4N5cudaq15ExecutionResult12registerNameE", "cudaq::ExecutionResult::registerName"], [2, 5, 1, "_CPPv4N5cudaq15ExecutionResult14sequentialDataE", "cudaq::ExecutionResult::sequentialData"], [2, 3, 1, "_CPPv4NK5cudaq15ExecutionResult9serializeEv", "cudaq::ExecutionResult::serialize"], [2, 0, 1, "_CPPv4N5cudaq19KernelExecutionTaskE", "cudaq::KernelExecutionTask"], [2, 1, 1, "_CPPv4N5cudaq3QPUE", "cudaq::QPU"], [2, 3, 1, "_CPPv4N5cudaq3QPU3QPUENSt6size_tE", "cudaq::QPU::QPU"], [2, 3, 1, "_CPPv4N5cudaq3QPU3QPUERR3QPU", "cudaq::QPU::QPU"], [2, 3, 1, "_CPPv4N5cudaq3QPU3QPUEv", "cudaq::QPU::QPU"], [2, 4, 1, "_CPPv4N5cudaq3QPU3QPUENSt6size_tE", "cudaq::QPU::QPU::_qpuId"], [2, 3, 1, "_CPPv4N5cudaq3QPU7enqueueER11QuantumTask", "cudaq::QPU::enqueue"], [2, 4, 1, "_CPPv4N5cudaq3QPU7enqueueER11QuantumTask", "cudaq::QPU::enqueue::task"], [2, 3, 1, "_CPPv4N5cudaq3QPU15getConnectivityEv", "cudaq::QPU::getConnectivity"], [2, 3, 1, "_CPPv4NK5cudaq3QPU20getExecutionThreadIdEv", "cudaq::QPU::getExecutionThreadId"], [2, 3, 1, "_CPPv4N5cudaq3QPU12getNumQubitsEv", "cudaq::QPU::getNumQubits"], [2, 3, 1, "_CPPv4NK5cudaq3QPU21getRemoteCapabilitiesEv", "cudaq::QPU::getRemoteCapabilities"], [2, 3, 1, "_CPPv4N5cudaq3QPU10isEmulatedEv", "cudaq::QPU::isEmulated"], [2, 3, 1, "_CPPv4N5cudaq3QPU11isSimulatorEv", "cudaq::QPU::isSimulator"], [2, 3, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE", "cudaq::QPU::launchKernel"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE", "cudaq::QPU::launchKernel::args"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE", "cudaq::QPU::launchKernel::kernelFunc"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE", "cudaq::QPU::launchKernel::name"], [2, 3, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution"], [2, 4, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution::name"], [2, 4, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution::serializeCodeExecutionObject"], [2, 3, 1, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE", "cudaq::QPU::onRandomSeedSet"], [2, 4, 1, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE", "cudaq::QPU::onRandomSeedSet::seed"], [2, 3, 1, "_CPPv4N5cudaq3QPU21resetExecutionContextEv", "cudaq::QPU::resetExecutionContext"], [2, 3, 1, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext", "cudaq::QPU::setExecutionContext"], [2, 4, 1, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext", "cudaq::QPU::setExecutionContext::context"], [2, 3, 1, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE", "cudaq::QPU::setId"], [2, 4, 1, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE", "cudaq::QPU::setId::_qpuId"], [2, 3, 1, "_CPPv4N5cudaq3QPU8setShotsEi", "cudaq::QPU::setShots"], [2, 4, 1, "_CPPv4N5cudaq3QPU8setShotsEi", "cudaq::QPU::setShots::_nShots"], [2, 3, 1, "_CPPv4N5cudaq3QPU27supportsConditionalFeedbackEv", "cudaq::QPU::supportsConditionalFeedback"], [2, 3, 1, "_CPPv4N5cudaq3QPUD0Ev", "cudaq::QPU::~QPU"], [2, 1, 1, "_CPPv4N5cudaq10QuakeValueE", "cudaq::QuakeValue"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue::builder"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue::builder"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue::v"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue::v"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue22canValidateNumElementsEv", "cudaq::QuakeValue::canValidateNumElements"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue12constantSizeEv", "cudaq::QuakeValue::constantSize"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4dumpERNSt7ostreamE", "cudaq::QuakeValue::dump"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4dumpEv", "cudaq::QuakeValue::dump"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue19getRequiredElementsEv", "cudaq::QuakeValue::getRequiredElements"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValue8getValueEv", "cudaq::QuakeValue::getValue"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValue7inverseEv", "cudaq::QuakeValue::inverse"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue8isStdVecEv", "cudaq::QuakeValue::isStdVec"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue", "cudaq::QuakeValue::operator*"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemlEKd", "cudaq::QuakeValue::operator*"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue", "cudaq::QuakeValue::operator*::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue", "cudaq::QuakeValue::operator+"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplEKd", "cudaq::QuakeValue::operator+"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplEKi", "cudaq::QuakeValue::operator+"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue", "cudaq::QuakeValue::operator+::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiEKd", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiEKi", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValuemiEv", "cudaq::QuakeValue::operator-"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue", "cudaq::QuakeValue::operator-::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue", "cudaq::QuakeValue::operator/"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuedvEKd", "cudaq::QuakeValue::operator/"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue", "cudaq::QuakeValue::operator/::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE", "cudaq::QuakeValue::operator[]"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue", "cudaq::QuakeValue::operator[]"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE", "cudaq::QuakeValue::operator[]::idx"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue", "cudaq::QuakeValue::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4sizeEv", "cudaq::QuakeValue::size"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice::count"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice::startIdx"], [2, 0, 1, "_CPPv4N5cudaq11QuantumTaskE", "cudaq::QuantumTask"], [2, 0, 1, "_CPPv4N5cudaq17QubitConnectivityE", "cudaq::QubitConnectivity"], [2, 0, 1, "_CPPv4N5cudaq9QubitEdgeE", "cudaq::QubitEdge"], [2, 1, 1, "_CPPv4N5cudaq18RemoteCapabilitiesE", "cudaq::RemoteCapabilities"], [2, 3, 1, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb", "cudaq::RemoteCapabilities::RemoteCapabilities"], [2, 4, 1, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb", "cudaq::RemoteCapabilities::RemoteCapabilities::initValue"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities18serializedCodeExecE", "cudaq::RemoteCapabilities::serializedCodeExec"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities12stateOverlapE", "cudaq::RemoteCapabilities::stateOverlap"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities3vqeE", "cudaq::RemoteCapabilities::vqe"], [2, 1, 1, "_CPPv4N5cudaq21RemoteSimulationStateE", "cudaq::RemoteSimulationState"], [2, 1, 1, "_CPPv4N5cudaq9ResourcesE", "cudaq::Resources"], [2, 1, 1, "_CPPv4N5cudaq30SerializedCodeExecutionContextE", "cudaq::SerializedCodeExecutionContext"], [2, 1, 1, "_CPPv4N5cudaq15SimulationStateE", "cudaq::SimulationState"], [2, 1, 1, "_CPPv4N5cudaq15SimulationState6TensorE", "cudaq::SimulationState::Tensor"], [2, 6, 1, "_CPPv4N5cudaq15SimulationState9precisionE", "cudaq::SimulationState::precision"], [2, 7, 1, "_CPPv4N5cudaq15SimulationState9precision4fp32E", "cudaq::SimulationState::precision::fp32"], [2, 7, 1, "_CPPv4N5cudaq15SimulationState9precision4fp64E", "cudaq::SimulationState::precision::fp64"], [2, 0, 1, "_CPPv4N5cudaq15TensorStateDataE", "cudaq::TensorStateData"], [2, 1, 1, "_CPPv4N5cudaq5TraceE", "cudaq::Trace"], [2, 1, 1, "_CPPv4N5cudaq25amplitude_damping_channelE", "cudaq::amplitude_damping_channel"], [2, 1, 1, "_CPPv4I0EN5cudaq12async_resultE", "cudaq::async_result"], [2, 2, 1, "_CPPv4I0EN5cudaq12async_resultE", "cudaq::async_result::T"], [2, 3, 1, "_CPPv4N5cudaq12async_result3getEv", "cudaq::async_result::get"], [2, 1, 1, "_CPPv4N5cudaq16bit_flip_channelE", "cudaq::bit_flip_channel"], [2, 0, 1, "_CPPv4N5cudaq7complexE", "cudaq::complex"], [2, 1, 1, "_CPPv4N5cudaq14complex_matrixE", "cudaq::complex_matrix"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix4colsEv", "cudaq::complex_matrix::cols"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::cols"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::cols"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::rawData"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::rows"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::rows"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix4dataEv", "cudaq::complex_matrix::data"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix4dumpERNSt7ostreamE", "cudaq::complex_matrix::dump"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix4dumpEv", "cudaq::complex_matrix::dump"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix4dumpERNSt7ostreamE", "cudaq::complex_matrix::dump::os"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix11eigenvaluesEv", "cudaq::complex_matrix::eigenvalues"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix12eigenvectorsEv", "cudaq::complex_matrix::eigenvectors"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix18minimal_eigenvalueEv", "cudaq::complex_matrix::minimal_eigenvalue"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrixclENSt6size_tENSt6size_tE", "cudaq::complex_matrix::operator()"], [2, 4, 1, "_CPPv4NK5cudaq14complex_matrixclENSt6size_tENSt6size_tE", "cudaq::complex_matrix::operator()::i"], [2, 4, 1, "_CPPv4NK5cudaq14complex_matrixclENSt6size_tENSt6size_tE", "cudaq::complex_matrix::operator()::j"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrixmlER14complex_matrix", "cudaq::complex_matrix::operator*"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrixmlERNSt6vectorI10value_typeEE", "cudaq::complex_matrix::operator*"], [2, 4, 1, "_CPPv4NK5cudaq14complex_matrixmlER14complex_matrix", "cudaq::complex_matrix::operator*::other"], [2, 4, 1, "_CPPv4NK5cudaq14complex_matrixmlERNSt6vectorI10value_typeEE", "cudaq::complex_matrix::operator*::other"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix4rowsEv", "cudaq::complex_matrix::rows"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix8set_zeroEv", "cudaq::complex_matrix::set_zero"], [2, 0, 1, "_CPPv4N5cudaq14complex_matrix10value_typeE", "cudaq::complex_matrix::value_type"], [2, 1, 1, "_CPPv4N5cudaq22depolarization_channelE", "cudaq::depolarization_channel"], [2, 0, 1, "_CPPv4N5cudaq7detailsE", "cudaq::details"], [2, 1, 1, "_CPPv4N5cudaq7details17KernelBuilderTypeE", "cudaq::details::KernelBuilderType"], [2, 3, 1, "_CPPv4N5cudaq7details17KernelBuilderType17KernelBuilderTypeERRNSt8functionIFN4mlir4TypeEPN4mlir11MLIRContextEEEE", "cudaq::details::KernelBuilderType::KernelBuilderType"], [2, 4, 1, "_CPPv4N5cudaq7details17KernelBuilderType17KernelBuilderTypeERRNSt8functionIFN4mlir4TypeEPN4mlir11MLIRContextEEEE", "cudaq::details::KernelBuilderType::KernelBuilderType::f"], [2, 3, 1, "_CPPv4N5cudaq7details17KernelBuilderType6createEPN4mlir11MLIRContextE", "cudaq::details::KernelBuilderType::create"], [2, 4, 1, "_CPPv4N5cudaq7details17KernelBuilderType6createEPN4mlir11MLIRContextE", "cudaq::details::KernelBuilderType::create::ctx"], [2, 1, 1, "_CPPv4N5cudaq7details6futureE", "cudaq::details::future"], [2, 3, 1, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE", "cudaq::details::future::future"], [2, 3, 1, "_CPPv4N5cudaq7details6future6futureERR6future", "cudaq::details::future::future"], [2, 3, 1, "_CPPv4N5cudaq7details6future6futureEv", "cudaq::details::future::future"], [2, 4, 1, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE", "cudaq::details::future::future::_jobs"], [2, 4, 1, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE", "cudaq::details::future::future::config"], [2, 4, 1, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE", "cudaq::details::future::future::qpuNameIn"], [2, 1, 1, "_CPPv4N5cudaq7details19kernel_builder_baseE", "cudaq::details::kernel_builder_base"], [2, 3, 1, "_CPPv4N5cudaq7details19kernel_builder_baselsERNSt7ostreamERK19kernel_builder_base", "cudaq::details::kernel_builder_base::operator<<"], [2, 4, 1, "_CPPv4N5cudaq7details19kernel_builder_baselsERNSt7ostreamERK19kernel_builder_base", "cudaq::details::kernel_builder_base::operator<<::builder"], [2, 4, 1, "_CPPv4N5cudaq7details19kernel_builder_baselsERNSt7ostreamERK19kernel_builder_base", "cudaq::details::kernel_builder_base::operator<<::stream"], [2, 3, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw::Args"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw::QuantumKernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw::args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw::kernel"], [2, 5, 1, "_CPPv4N5cudaq3dynE", "cudaq::dyn"], [2, 1, 1, "_CPPv4N5cudaq8gradientE", "cudaq::gradient"], [2, 3, 1, "_CPPv4N5cudaq8gradient5cloneEv", "cudaq::gradient::clone"], [2, 3, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradient::compute"], [2, 3, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute::dx"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradient::compute::func"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradient::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute::h"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradient::compute::x"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute::x"], [2, 3, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelT", "cudaq::gradient::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient"], [2, 3, 1, "_CPPv4N5cudaq8gradient8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradient::gradient"], [2, 3, 1, "_CPPv4N5cudaq8gradient8gradientEv", "cudaq::gradient::gradient"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelT", "cudaq::gradient::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient::QuantumKernel"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelT", "cudaq::gradient::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient::kernel"], [2, 4, 1, "_CPPv4N5cudaq8gradient8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradient::gradient::kernel"], [2, 3, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs"], [2, 2, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs::Args"], [2, 2, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs::QuantumKernel"], [2, 4, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs::args"], [2, 4, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs::kernel"], [2, 3, 1, "_CPPv4I0EN5cudaq8gradient9setKernelEvR13QuantumKernel", "cudaq::gradient::setKernel"], [2, 2, 1, "_CPPv4I0EN5cudaq8gradient9setKernelEvR13QuantumKernel", "cudaq::gradient::setKernel::QuantumKernel"], [2, 4, 1, "_CPPv4I0EN5cudaq8gradient9setKernelEvR13QuantumKernel", "cudaq::gradient::setKernel::kernel"], [2, 1, 1, "_CPPv4N5cudaq9gradients18central_differenceE", "cudaq::gradients::central_difference"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference5cloneEv", "cudaq::gradients::central_difference::clone"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::central_difference::compute"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute::dx"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute::exp_h"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::central_difference::compute::func"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::central_difference::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute::h"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::central_difference::compute::x"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute::x"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelT", "cudaq::gradients::central_difference::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::central_difference::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference8gradientEv", "cudaq::gradients::central_difference::gradient"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelT", "cudaq::gradients::central_difference::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::QuantumKernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelT", "cudaq::gradients::central_difference::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::kernel"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::central_difference::gradient::kernel"], [2, 1, 1, "_CPPv4N5cudaq9gradients18forward_differenceE", "cudaq::gradients::forward_difference"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference5cloneEv", "cudaq::gradients::forward_difference::clone"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::forward_difference::compute"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute::dx"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::forward_difference::compute::func"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::forward_difference::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute::h"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::forward_difference::compute::x"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute::x"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelT", "cudaq::gradients::forward_difference::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::forward_difference::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference8gradientEv", "cudaq::gradients::forward_difference::gradient"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelT", "cudaq::gradients::forward_difference::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::QuantumKernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelT", "cudaq::gradients::forward_difference::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::kernel"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::forward_difference::gradient::kernel"], [2, 1, 1, "_CPPv4N5cudaq9gradients15parameter_shiftE", "cudaq::gradients::parameter_shift"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift5cloneEv", "cudaq::gradients::parameter_shift::clone"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::parameter_shift::compute"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute::dx"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute::exp_h"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::parameter_shift::compute::func"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::parameter_shift::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute::h"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::parameter_shift::compute::x"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute::x"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelT", "cudaq::gradients::parameter_shift::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::parameter_shift::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift8gradientEv", "cudaq::gradients::parameter_shift::gradient"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelT", "cudaq::gradients::parameter_shift::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::QuantumKernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelT", "cudaq::gradients::parameter_shift::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::kernel"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::parameter_shift::gradient::kernel"], [2, 1, 1, "_CPPv4IDpEN5cudaq14kernel_builderE", "cudaq::kernel_builder"], [2, 2, 1, "_CPPv4IDpEN5cudaq14kernel_builderE", "cudaq::kernel_builder::Args"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder11constantValEd", "cudaq::kernel_builder::constantVal"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder11constantValEd", "cudaq::kernel_builder::constantVal::val"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder12getArgumentsEv", "cudaq::kernel_builder::getArguments"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder12getNumParamsEv", "cudaq::kernel_builder::getNumParams"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder11isArgStdVecENSt6size_tE", "cudaq::kernel_builder::isArgStdVec"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder11isArgStdVecENSt6size_tE", "cudaq::kernel_builder::isArgStdVec::idx"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder14kernel_builderERNSt6vectorIN7details17KernelBuilderTypeEEE", "cudaq::kernel_builder::kernel_builder"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder14kernel_builderERNSt6vectorIN7details17KernelBuilderTypeEEE", "cudaq::kernel_builder::kernel_builder::types"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder4nameEv", "cudaq::kernel_builder::name"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder6qallocE10QuakeValue", "cudaq::kernel_builder::qalloc"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder6qallocEKNSt6size_tE", "cudaq::kernel_builder::qalloc"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder6qallocERNSt6vectorINSt7complexIdEEEE", "cudaq::kernel_builder::qalloc"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder6qallocEv", "cudaq::kernel_builder::qalloc"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder6qallocEKNSt6size_tE", "cudaq::kernel_builder::qalloc::nQubits"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder6qallocE10QuakeValue", "cudaq::kernel_builder::qalloc::size"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder6qallocERNSt6vectorINSt7complexIdEEEE", "cudaq::kernel_builder::qalloc::state"], [2, 3, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap"], [2, 3, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder4swapERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::control"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::controls"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::first"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::first"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder4swapERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::first"], [2, 2, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::mod"], [2, 2, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::mod"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::second"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::second"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder4swapERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::second"], [2, 1, 1, "_CPPv4N5cudaq13kraus_channelE", "cudaq::kraus_channel"], [2, 3, 1, "_CPPv4NK5cudaq13kraus_channel5emptyEv", "cudaq::kraus_channel::empty"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel7get_opsEv", "cudaq::kraus_channel::get_ops"], [2, 3, 1, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE", "cudaq::kraus_channel::kraus_channel"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERK13kraus_channel", "cudaq::kraus_channel::kraus_channel"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERRNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelEv", "cudaq::kraus_channel::kraus_channel"], [2, 2, 1, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE", "cudaq::kraus_channel::kraus_channel::T"], [2, 4, 1, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE", "cudaq::kraus_channel::kraus_channel::inputLists"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel::ops"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERRNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel::ops"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERK13kraus_channel", "cudaq::kraus_channel::kraus_channel::other"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channelaSERK13kraus_channel", "cudaq::kraus_channel::operator="], [2, 4, 1, "_CPPv4N5cudaq13kraus_channelaSERK13kraus_channel", "cudaq::kraus_channel::operator=::other"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channelixEKNSt6size_tE", "cudaq::kraus_channel::operator[]"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channelixEKNSt6size_tE", "cudaq::kraus_channel::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op", "cudaq::kraus_channel::push_back"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op", "cudaq::kraus_channel::push_back::op"], [2, 3, 1, "_CPPv4NK5cudaq13kraus_channel4sizeEv", "cudaq::kraus_channel::size"], [2, 1, 1, "_CPPv4N5cudaq8kraus_opE", "cudaq::kraus_op"], [2, 3, 1, "_CPPv4NK5cudaq8kraus_op7adjointEv", "cudaq::kraus_op::adjoint"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op4dataE", "cudaq::kraus_op::data"], [2, 3, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op"], [2, 3, 1, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE", "cudaq::kraus_op::kraus_op"], [2, 3, 1, "_CPPv4N5cudaq8kraus_op8kraus_opERK8kraus_op", "cudaq::kraus_op::kraus_op"], [2, 2, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op::T"], [2, 4, 1, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE", "cudaq::kraus_op::kraus_op::d"], [2, 4, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op::initList"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op5nColsE", "cudaq::kraus_op::nCols"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op5nRowsE", "cudaq::kraus_op::nRows"], [2, 3, 1, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op", "cudaq::kraus_op::operator="], [2, 4, 1, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op", "cudaq::kraus_op::operator=::other"], [2, 0, 1, "_CPPv4N5cudaq3mpiE", "cudaq::mpi"], [2, 3, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather"], [2, 3, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather::global"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather::global"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather::local"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather::local"], [2, 3, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce"], [2, 3, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::BinaryFunction"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce::Func"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::T"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce::T"], [2, 4, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::function"], [2, 4, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::localValue"], [2, 3, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast"], [2, 3, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast::data"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast::data"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast::rootRank"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast::rootRank"], [2, 3, 1, "_CPPv4N5cudaq3mpi8finalizeEv", "cudaq::mpi::finalize"], [2, 3, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize"], [2, 3, 1, "_CPPv4N5cudaq3mpi10initializeEv", "cudaq::mpi::initialize"], [2, 4, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize::argc"], [2, 4, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize::argv"], [2, 3, 1, "_CPPv4N5cudaq3mpi14is_initializedEv", "cudaq::mpi::is_initialized"], [2, 3, 1, "_CPPv4N5cudaq3mpi9num_ranksEv", "cudaq::mpi::num_ranks"], [2, 3, 1, "_CPPv4N5cudaq3mpi4rankEv", "cudaq::mpi::rank"], [2, 1, 1, "_CPPv4N5cudaq11noise_modelE", "cudaq::noise_model"], [2, 3, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel"], [2, 2, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::QuantumOp"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::channel"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::channel"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::quantumOp"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::qubits"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::qubits"], [2, 3, 1, "_CPPv4NK5cudaq11noise_model5emptyEv", "cudaq::noise_model::empty"], [2, 3, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels"], [2, 3, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels"], [2, 2, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels::QuantumOp"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels::quantumOp"], [2, 4, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels::qubits"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels::qubits"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11noise_modelEv", "cudaq::noise_model::noise_model"], [2, 3, 1, "_CPPv4N5cudaq18num_available_gpusEv", "cudaq::num_available_gpus"], [2, 1, 1, "_CPPv4N5cudaq14observe_resultE", "cudaq::observe_result"], [2, 3, 1, "_CPPv4I0EN5cudaq14observe_result6countsE13sample_result10SpinOpType", "cudaq::observe_result::counts"], [2, 2, 1, "_CPPv4I0EN5cudaq14observe_result6countsE13sample_result10SpinOpType", "cudaq::observe_result::counts::SpinOpType"], [2, 4, 1, "_CPPv4I0EN5cudaq14observe_result6countsE13sample_result10SpinOpType", "cudaq::observe_result::counts::term"], [2, 3, 1, "_CPPv4N5cudaq14observe_result4dumpEv", "cudaq::observe_result::dump"], [2, 3, 1, "_CPPv4I0EN5cudaq14observe_result11expectationEd10SpinOpType", "cudaq::observe_result::expectation"], [2, 3, 1, "_CPPv4N5cudaq14observe_result11expectationEv", "cudaq::observe_result::expectation"], [2, 2, 1, "_CPPv4I0EN5cudaq14observe_result11expectationEd10SpinOpType", "cudaq::observe_result::expectation::SpinOpType"], [2, 4, 1, "_CPPv4I0EN5cudaq14observe_result11expectationEd10SpinOpType", "cudaq::observe_result::expectation::term"], [2, 3, 1, "_CPPv4N5cudaq14observe_result14id_coefficientEv", "cudaq::observe_result::id_coefficient"], [2, 3, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op", "cudaq::observe_result::observe_result"], [2, 3, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result", "cudaq::observe_result::observe_result"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op", "cudaq::observe_result::observe_result::H"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result", "cudaq::observe_result::observe_result::H"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result", "cudaq::observe_result::observe_result::counts"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op", "cudaq::observe_result::observe_result::e"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result", "cudaq::observe_result::observe_result::e"], [2, 3, 1, "_CPPv4N5cudaq14observe_resultcvdEv", "cudaq::observe_result::operator double"], [2, 3, 1, "_CPPv4N5cudaq14observe_result8raw_dataEv", "cudaq::observe_result::raw_data"], [2, 1, 1, "_CPPv4N5cudaq20optimizable_functionE", "cudaq::optimizable_function"], [2, 0, 1, "_CPPv4N5cudaq19optimization_resultE", "cudaq::optimization_result"], [2, 1, 1, "_CPPv4N5cudaq9optimizerE", "cudaq::optimizer"], [2, 3, 1, "_CPPv4N5cudaq9optimizer8optimizeEKiRR20optimizable_function", "cudaq::optimizer::optimize"], [2, 4, 1, "_CPPv4N5cudaq9optimizer8optimizeEKiRR20optimizable_function", "cudaq::optimizer::optimize::dim"], [2, 4, 1, "_CPPv4N5cudaq9optimizer8optimizeEKiRR20optimizable_function", "cudaq::optimizer::optimize::opt_function"], [2, 3, 1, "_CPPv4N5cudaq9optimizer17requiresGradientsEv", "cudaq::optimizer::requiresGradients"], [2, 1, 1, "_CPPv4N5cudaq18phase_flip_channelE", "cudaq::phase_flip_channel"], [2, 1, 1, "_CPPv4I_NSt6size_tE_NSt6size_tE0EN5cudaq4qregE", "cudaq::qreg"], [2, 2, 1, "_CPPv4I_NSt6size_tE_NSt6size_tE0EN5cudaq4qregE", "cudaq::qreg::Levels"], [2, 2, 1, "_CPPv4I_NSt6size_tE_NSt6size_tE0EN5cudaq4qregE", "cudaq::qreg::N"], [2, 3, 1, "_CPPv4N5cudaq4qreg4backENSt6size_tE", "cudaq::qreg::back"], [2, 3, 1, "_CPPv4N5cudaq4qreg4backEv", "cudaq::qreg::back"], [2, 4, 1, "_CPPv4N5cudaq4qreg4backENSt6size_tE", "cudaq::qreg::back::count"], [2, 3, 1, "_CPPv4N5cudaq4qreg5beginEv", "cudaq::qreg::begin"], [2, 3, 1, "_CPPv4N5cudaq4qreg5clearEv", "cudaq::qreg::clear"], [2, 3, 1, "_CPPv4N5cudaq4qreg5frontENSt6size_tE", "cudaq::qreg::front"], [2, 3, 1, "_CPPv4N5cudaq4qreg5frontEv", "cudaq::qreg::front"], [2, 4, 1, "_CPPv4N5cudaq4qreg5frontENSt6size_tE", "cudaq::qreg::front::count"], [2, 3, 1, "_CPPv4N5cudaq4qregixEKNSt6size_tE", "cudaq::qreg::operator[]"], [2, 4, 1, "_CPPv4N5cudaq4qregixEKNSt6size_tE", "cudaq::qreg::operator[]::idx"], [2, 3, 1, "_CPPv4NK5cudaq4qreg4sizeEv", "cudaq::qreg::size"], [2, 3, 1, "_CPPv4N5cudaq4qreg5sliceENSt6size_tENSt6size_tE", "cudaq::qreg::slice"], [2, 4, 1, "_CPPv4N5cudaq4qreg5sliceENSt6size_tENSt6size_tE", "cudaq::qreg::slice::size"], [2, 4, 1, "_CPPv4N5cudaq4qreg5sliceENSt6size_tENSt6size_tE", "cudaq::qreg::slice::start"], [2, 0, 1, "_CPPv4N5cudaq4qreg10value_typeE", "cudaq::qreg::value_type"], [2, 1, 1, "_CPPv4I_NSt6size_tE_NSt6size_tEEN5cudaq5qspanE", "cudaq::qspan"], [2, 2, 1, "_CPPv4I_NSt6size_tE_NSt6size_tEEN5cudaq5qspanE", "cudaq::qspan::Levels"], [2, 2, 1, "_CPPv4I_NSt6size_tE_NSt6size_tEEN5cudaq5qspanE", "cudaq::qspan::N"], [2, 1, 1, "_CPPv4N5cudaq16quantum_platformE", "cudaq::quantum_platform"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform11clear_shotsEv", "cudaq::quantum_platform::clear_shots"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform12connectivityEv", "cudaq::quantum_platform::connectivity"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tER19KernelExecutionTask", "cudaq::quantum_platform::enqueueAsyncTask"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tERNSt8functionIFvvEEE", "cudaq::quantum_platform::enqueueAsyncTask"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tERNSt8functionIFvvEEE", "cudaq::quantum_platform::enqueueAsyncTask::f"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tER19KernelExecutionTask", "cudaq::quantum_platform::enqueueAsyncTask::qpu_id"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tERNSt8functionIFvvEEE", "cudaq::quantum_platform::enqueueAsyncTask::qpu_id"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tER19KernelExecutionTask", "cudaq::quantum_platform::enqueueAsyncTask::t"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform12getLogStreamEv", "cudaq::quantum_platform::getLogStream"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform15get_current_qpuEv", "cudaq::quantum_platform::get_current_qpu"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform12get_exec_ctxEv", "cudaq::quantum_platform::get_exec_ctx"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsENSt6size_tE", "cudaq::quantum_platform::get_num_qubits"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsEv", "cudaq::quantum_platform::get_num_qubits"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsENSt6size_tE", "cudaq::quantum_platform::get_num_qubits::qpu_id"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform23get_remote_capabilitiesEKNSt6size_tE", "cudaq::quantum_platform::get_remote_capabilities"], [2, 4, 1, "_CPPv4NK5cudaq16quantum_platform23get_remote_capabilitiesEKNSt6size_tE", "cudaq::quantum_platform::get_remote_capabilities::qpuId"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9get_shotsEv", "cudaq::quantum_platform::get_shots"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform11is_emulatedEKNSt6size_tE", "cudaq::quantum_platform::is_emulated"], [2, 4, 1, "_CPPv4NK5cudaq16quantum_platform11is_emulatedEKNSt6size_tE", "cudaq::quantum_platform::is_emulated::qpuId"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9is_remoteEKNSt6size_tE", "cudaq::quantum_platform::is_remote"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9is_remoteEKNSt6size_tE", "cudaq::quantum_platform::is_remote::qpuId"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform12is_simulatorEKNSt6size_tE", "cudaq::quantum_platform::is_simulator"], [2, 4, 1, "_CPPv4NK5cudaq16quantum_platform12is_simulatorEKNSt6size_tE", "cudaq::quantum_platform::is_simulator::qpu_id"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::H"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::gradient"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::kernelArgs"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::kernelName"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::n_params"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::optimizer"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::shots"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14list_platformsEv", "cudaq::quantum_platform::list_platforms"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform4nameEv", "cudaq::quantum_platform::name"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform8num_qpusEv", "cudaq::quantum_platform::num_qpus"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform15onRandomSeedSetENSt6size_tE", "cudaq::quantum_platform::onRandomSeedSet"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform15onRandomSeedSetENSt6size_tE", "cudaq::quantum_platform::onRandomSeedSet::seed"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14resetLogStreamEv", "cudaq::quantum_platform::resetLogStream"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14reset_exec_ctxENSt6size_tE", "cudaq::quantum_platform::reset_exec_ctx"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform14reset_exec_ctxENSt6size_tE", "cudaq::quantum_platform::reset_exec_ctx::qpu_id"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform11reset_noiseEv", "cudaq::quantum_platform::reset_noise"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform12setLogStreamERNSt7ostreamE", "cudaq::quantum_platform::setLogStream"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform12setLogStreamERNSt7ostreamE", "cudaq::quantum_platform::setLogStream::logStream"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform16setTargetBackendERKNSt6stringE", "cudaq::quantum_platform::setTargetBackend"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16setTargetBackendERKNSt6stringE", "cudaq::quantum_platform::setTargetBackend::name"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform15set_current_qpuEKNSt6size_tE", "cudaq::quantum_platform::set_current_qpu"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform15set_current_qpuEKNSt6size_tE", "cudaq::quantum_platform::set_current_qpu::device_id"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform12set_exec_ctxEPN5cudaq16ExecutionContextENSt6size_tE", "cudaq::quantum_platform::set_exec_ctx"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform12set_exec_ctxEPN5cudaq16ExecutionContextENSt6size_tE", "cudaq::quantum_platform::set_exec_ctx::ctx"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform12set_exec_ctxEPN5cudaq16ExecutionContextENSt6size_tE", "cudaq::quantum_platform::set_exec_ctx::qpu_id"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9set_noiseEPK11noise_model", "cudaq::quantum_platform::set_noise"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9set_noiseEPK11noise_model", "cudaq::quantum_platform::set_noise::model"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9set_shotsEi", "cudaq::quantum_platform::set_shots"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9set_shotsEi", "cudaq::quantum_platform::set_shots::numShots"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform29supports_conditional_feedbackEKNSt6size_tE", "cudaq::quantum_platform::supports_conditional_feedback"], [2, 4, 1, "_CPPv4NK5cudaq16quantum_platform29supports_conditional_feedbackEKNSt6size_tE", "cudaq::quantum_platform::supports_conditional_feedback::qpu_id"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform26supports_task_distributionEv", "cudaq::quantum_platform::supports_task_distribution"], [2, 0, 1, "_CPPv4N5cudaq5qubitE", "cudaq::qubit"], [2, 1, 1, "_CPPv4I_NSt6size_tEEN5cudaq5quditE", "cudaq::qudit"], [2, 2, 1, "_CPPv4I_NSt6size_tEEN5cudaq5quditE", "cudaq::qudit::Levels"], [2, 3, 1, "_CPPv4N5cudaq5qudit5quditEv", "cudaq::qudit::qudit"], [2, 1, 1, "_CPPv4I_NSt6size_tEEN5cudaq7qvectorE", "cudaq::qvector"], [2, 2, 1, "_CPPv4I_NSt6size_tEEN5cudaq7qvectorE", "cudaq::qvector::Levels"], [2, 3, 1, "_CPPv4N5cudaq7qvector4backENSt6size_tE", "cudaq::qvector::back"], [2, 3, 1, "_CPPv4N5cudaq7qvector4backEv", "cudaq::qvector::back"], [2, 4, 1, "_CPPv4N5cudaq7qvector4backENSt6size_tE", "cudaq::qvector::back::count"], [2, 3, 1, "_CPPv4N5cudaq7qvector5beginEv", "cudaq::qvector::begin"], [2, 3, 1, "_CPPv4N5cudaq7qvector5clearEv", "cudaq::qvector::clear"], [2, 3, 1, "_CPPv4N5cudaq7qvector3endEv", "cudaq::qvector::end"], [2, 3, 1, "_CPPv4N5cudaq7qvector5frontENSt6size_tE", "cudaq::qvector::front"], [2, 3, 1, "_CPPv4N5cudaq7qvector5frontEv", "cudaq::qvector::front"], [2, 4, 1, "_CPPv4N5cudaq7qvector5frontENSt6size_tE", "cudaq::qvector::front::count"], [2, 3, 1, "_CPPv4N5cudaq7qvectoraSERK7qvector", "cudaq::qvector::operator="], [2, 3, 1, "_CPPv4N5cudaq7qvectorixEKNSt6size_tE", "cudaq::qvector::operator[]"], [2, 4, 1, "_CPPv4N5cudaq7qvectorixEKNSt6size_tE", "cudaq::qvector::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorENSt6size_tE", "cudaq::qvector::qvector"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorERK5state", "cudaq::qvector::qvector"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorERK7qvector", "cudaq::qvector::qvector"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorERKNSt6vectorI7complexEEb", "cudaq::qvector::qvector"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorERR7qvector", "cudaq::qvector::qvector"], [2, 4, 1, "_CPPv4N5cudaq7qvector7qvectorENSt6size_tE", "cudaq::qvector::qvector::size"], [2, 4, 1, "_CPPv4N5cudaq7qvector7qvectorERK5state", "cudaq::qvector::qvector::state"], [2, 4, 1, "_CPPv4N5cudaq7qvector7qvectorERKNSt6vectorI7complexEEb", "cudaq::qvector::qvector::validate"], [2, 4, 1, "_CPPv4N5cudaq7qvector7qvectorERKNSt6vectorI7complexEEb", "cudaq::qvector::qvector::vector"], [2, 3, 1, "_CPPv4NK5cudaq7qvector4sizeEv", "cudaq::qvector::size"], [2, 3, 1, "_CPPv4N5cudaq7qvector5sliceENSt6size_tENSt6size_tE", "cudaq::qvector::slice"], [2, 4, 1, "_CPPv4N5cudaq7qvector5sliceENSt6size_tENSt6size_tE", "cudaq::qvector::slice::size"], [2, 4, 1, "_CPPv4N5cudaq7qvector5sliceENSt6size_tENSt6size_tE", "cudaq::qvector::slice::start"], [2, 0, 1, "_CPPv4N5cudaq7qvector10value_typeE", "cudaq::qvector::value_type"], [2, 1, 1, "_CPPv4I_NSt6size_tEEN5cudaq5qviewE", "cudaq::qview"], [2, 2, 1, "_CPPv4I_NSt6size_tEEN5cudaq5qviewE", "cudaq::qview::Levels"], [2, 0, 1, "_CPPv4N5cudaq5qview10value_typeE", "cudaq::qview::value_type"], [2, 3, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType", "cudaq::range"], [2, 3, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range"], [2, 3, 1, "_CPPv4N5cudaq5rangeENSt6size_tE", "cudaq::range"], [2, 2, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType", "cudaq::range::ElementType"], [2, 2, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range::ElementType"], [2, 4, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType", "cudaq::range::N"], [2, 4, 1, "_CPPv4N5cudaq5rangeENSt6size_tE", "cudaq::range::N"], [2, 4, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range::start"], [2, 4, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range::step"], [2, 4, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range::stop"], [2, 0, 1, "_CPPv4N5cudaq4realE", "cudaq::real"], [2, 0, 1, "_CPPv4N5cudaq8registryE", "cudaq::registry"], [2, 1, 1, "_CPPv4I0EN5cudaq8registry14RegisteredTypeE", "cudaq::registry::RegisteredType"], [2, 2, 1, "_CPPv4I0EN5cudaq8registry14RegisteredTypeE", "cudaq::registry::RegisteredType::T"], [2, 1, 1, "_CPPv4N5cudaq13sample_resultE", "cudaq::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult", "cudaq::sample_result::append"], [2, 4, 1, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult", "cudaq::sample_result::append::result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5beginEv", "cudaq::sample_result::begin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result5beginEv", "cudaq::sample_result::begin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result6cbeginEv", "cudaq::sample_result::cbegin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4cendEv", "cudaq::sample_result::cend"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5clearEv", "cudaq::sample_result::clear"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count"], [2, 4, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count::bitString"], [2, 4, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::sample_result::deserialize"], [2, 4, 1, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::sample_result::deserialize::data"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE", "cudaq::sample_result::dump"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4dumpEv", "cudaq::sample_result::dump"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE", "cudaq::sample_result::dump::os"], [2, 3, 1, "_CPPv4N5cudaq13sample_result3endEv", "cudaq::sample_result::end"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result3endEv", "cudaq::sample_result::end"], [2, 3, 1, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE", "cudaq::sample_result::exp_val_z"], [2, 4, 1, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE", "cudaq::sample_result::exp_val_z::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE", "cudaq::sample_result::expectation"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE", "cudaq::sample_result::expectation::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal"], [2, 3, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::marginalIndices"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::marginalIndices"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::registerName"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE", "cudaq::sample_result::has_even_parity"], [2, 4, 1, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE", "cudaq::sample_result::has_even_parity::bitString"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE", "cudaq::sample_result::has_expectation"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE", "cudaq::sample_result::has_expectation::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE", "cudaq::sample_result::most_probable"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE", "cudaq::sample_result::most_probable::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultpLERK13sample_result", "cudaq::sample_result::operator+="], [2, 4, 1, "_CPPv4N5cudaq13sample_resultpLERK13sample_result", "cudaq::sample_result::operator+=::other"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultaSER13sample_result", "cudaq::sample_result::operator="], [2, 4, 1, "_CPPv4N5cudaq13sample_resultaSER13sample_result", "cudaq::sample_result::operator=::counts"], [2, 3, 1, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result", "cudaq::sample_result::operator=="], [2, 4, 1, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result", "cudaq::sample_result::operator==::counts"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability::bitString"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result14register_namesEv", "cudaq::sample_result::register_names"], [2, 3, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder"], [2, 4, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder::index"], [2, 4, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERK13sample_result", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultEv", "cudaq::sample_result::sample_result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::preComputedExp"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult", "cudaq::sample_result::sample_result::result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult", "cudaq::sample_result::sample_result::result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::results"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::results"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result9serializeEv", "cudaq::sample_result::serialize"], [2, 3, 1, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE", "cudaq::sample_result::size"], [2, 4, 1, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE", "cudaq::sample_result::size::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE", "cudaq::sample_result::to_map"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE", "cudaq::sample_result::to_map::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultD0Ev", "cudaq::sample_result::~sample_result"], [2, 3, 1, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE", "cudaq::set_noise"], [2, 4, 1, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE", "cudaq::set_noise::model"], [2, 3, 1, "_CPPv4N5cudaq15set_random_seedENSt6size_tE", "cudaq::set_random_seed"], [2, 4, 1, "_CPPv4N5cudaq15set_random_seedENSt6size_tE", "cudaq::set_random_seed::seed"], [2, 6, 1, "_CPPv4N5cudaq20simulation_precisionE", "cudaq::simulation_precision"], [2, 7, 1, "_CPPv4N5cudaq20simulation_precision4fp32E", "cudaq::simulation_precision::fp32"], [2, 7, 1, "_CPPv4N5cudaq20simulation_precision4fp64E", "cudaq::simulation_precision::fp64"], [2, 1, 1, "_CPPv4N5cudaq7spin_opE", "cudaq::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op5beginEv", "cudaq::spin_op::begin"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op5beginEv", "cudaq::spin_op::begin"], [2, 0, 1, "_CPPv4N5cudaq7spin_op12csr_spmatrixE", "cudaq::spin_op::csr_spmatrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE", "cudaq::spin_op::distribute_terms"], [2, 4, 1, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE", "cudaq::spin_op::distribute_terms::numChunks"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op4dumpEv", "cudaq::spin_op::dump"], [2, 3, 1, "_CPPv4N5cudaq7spin_op3endEv", "cudaq::spin_op::end"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op3endEv", "cudaq::spin_op::end"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op14for_each_pauliERRNSt8functionIFv5pauliNSt6size_tEEEE", "cudaq::spin_op::for_each_pauli"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op13for_each_termERRNSt8functionIFvR7spin_opEEE", "cudaq::spin_op::for_each_term"], [2, 3, 1, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE", "cudaq::spin_op::from_word"], [2, 4, 1, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE", "cudaq::spin_op::from_word::pauliWord"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op21getDataRepresentationEv", "cudaq::spin_op::getDataRepresentation"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op12getDataTupleEv", "cudaq::spin_op::getDataTuple"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op15get_coefficientEv", "cudaq::spin_op::get_coefficient"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op12get_raw_dataEv", "cudaq::spin_op::get_raw_data"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op11is_identityEv", "cudaq::spin_op::is_identity"], [2, 1, 1, "_CPPv4I0EN5cudaq7spin_op8iteratorE", "cudaq::spin_op::iterator"], [2, 2, 1, "_CPPv4I0EN5cudaq7spin_op8iteratorE", "cudaq::spin_op::iterator::QualifiedSpinOp"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op10num_qubitsEv", "cudaq::spin_op::num_qubits"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9num_termsEv", "cudaq::spin_op::num_terms"], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE", "cudaq::spin_op::operator*="], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLEKd", "cudaq::spin_op::operator*="], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLERK7spin_op", "cudaq::spin_op::operator*="], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE", "cudaq::spin_op::operator*=::v"], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLEKd", "cudaq::spin_op::operator*=::v"], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLERK7spin_op", "cudaq::spin_op::operator*=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_oppLERK7spin_op", "cudaq::spin_op::operator+="], [2, 4, 1, "_CPPv4N5cudaq7spin_oppLERK7spin_op", "cudaq::spin_op::operator+=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_opmIERK7spin_op", "cudaq::spin_op::operator-="], [2, 4, 1, "_CPPv4N5cudaq7spin_opmIERK7spin_op", "cudaq::spin_op::operator-=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_opaSERK7spin_op", "cudaq::spin_op::operator="], [2, 3, 1, "_CPPv4NK5cudaq7spin_opeqERK7spin_op", "cudaq::spin_op::operator=="], [2, 4, 1, "_CPPv4NK5cudaq7spin_opeqERK7spin_op", "cudaq::spin_op::operator==::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::nQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::nTerms"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::seed"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opEv", "cudaq::spin_op::spin_op"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::_terms"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op::bsf"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op::coeff"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op::coeff"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op::coeffs"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op::data_rep"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op::id"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op::nQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE", "cudaq::spin_op::spin_op::numQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op", "cudaq::spin_op::spin_op::o"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op::term"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::termData"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::termData"], [2, 0, 1, "_CPPv4N5cudaq7spin_op12spin_op_termE", "cudaq::spin_op::spin_op_term"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9to_matrixEv", "cudaq::spin_op::to_matrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op16to_sparse_matrixEv", "cudaq::spin_op::to_sparse_matrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9to_stringEb", "cudaq::spin_op::to_string"], [2, 4, 1, "_CPPv4NK5cudaq7spin_op9to_stringEb", "cudaq::spin_op::to_string::printCoefficients"], [2, 3, 1, "_CPPv4N5cudaq7spin_opD0Ev", "cudaq::spin_op::~spin_op"], [2, 1, 1, "_CPPv4N5cudaq5stateE", "cudaq::state"], [2, 3, 1, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE", "cudaq::state::amplitude"], [2, 4, 1, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE", "cudaq::state::amplitude::basisState"], [2, 3, 1, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE", "cudaq::state::amplitudes"], [2, 4, 1, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE", "cudaq::state::amplitudes::basisStates"], [2, 3, 1, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE", "cudaq::state::dump"], [2, 3, 1, "_CPPv4NK5cudaq5state4dumpEv", "cudaq::state::dump"], [2, 4, 1, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE", "cudaq::state::dump::os"], [2, 3, 1, "_CPPv4N5cudaq5state9from_dataERK10state_data", "cudaq::state::from_data"], [2, 4, 1, "_CPPv4N5cudaq5state9from_dataERK10state_data", "cudaq::state::from_data::data"], [2, 3, 1, "_CPPv4NK5cudaq5state14get_num_qubitsEv", "cudaq::state::get_num_qubits"], [2, 3, 1, "_CPPv4NK5cudaq5state15get_num_tensorsEv", "cudaq::state::get_num_tensors"], [2, 3, 1, "_CPPv4NK5cudaq5state13get_precisionEv", "cudaq::state::get_precision"], [2, 3, 1, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE", "cudaq::state::get_tensor"], [2, 4, 1, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE", "cudaq::state::get_tensor::tensorIdx"], [2, 3, 1, "_CPPv4NK5cudaq5state11get_tensorsEv", "cudaq::state::get_tensors"], [2, 3, 1, "_CPPv4NK5cudaq5state9is_on_gpuEv", "cudaq::state::is_on_gpu"], [2, 3, 1, "_CPPv4N5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()"], [2, 3, 1, "_CPPv4N5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE", "cudaq::state::operator()"], [2, 4, 1, "_CPPv4N5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()::idx"], [2, 4, 1, "_CPPv4N5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()::jdx"], [2, 4, 1, "_CPPv4N5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE", "cudaq::state::operator()::tensorIdx"], [2, 3, 1, "_CPPv4N5cudaq5stateaSERR5state", "cudaq::state::operator="], [2, 4, 1, "_CPPv4N5cudaq5stateaSERR5state", "cudaq::state::operator=::other"], [2, 3, 1, "_CPPv4N5cudaq5stateixENSt6size_tE", "cudaq::state::operator[]"], [2, 4, 1, "_CPPv4N5cudaq5stateixENSt6size_tE", "cudaq::state::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq5state7overlapERK5state", "cudaq::state::overlap"], [2, 4, 1, "_CPPv4N5cudaq5state7overlapERK5state", "cudaq::state::overlap::other"], [2, 3, 1, "_CPPv4N5cudaq5state5stateEP15SimulationState", "cudaq::state::state"], [2, 3, 1, "_CPPv4N5cudaq5state5stateERK5state", "cudaq::state::state"], [2, 4, 1, "_CPPv4N5cudaq5state5stateERK5state", "cudaq::state::state::other"], [2, 4, 1, "_CPPv4N5cudaq5state5stateEP15SimulationState", "cudaq::state::state::ptrToOwn"], [2, 3, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host"], [2, 2, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::ScalarType"], [2, 4, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::hostPtr"], [2, 4, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::numElements"], [2, 0, 1, "_CPPv4N5cudaq10state_dataE", "cudaq::state_data"], [2, 0, 1, "_CPPv4N5cudaq6tensorE", "cudaq::tensor"], [2, 3, 1, "_CPPv4N5cudaq11unset_noiseEv", "cudaq::unset_noise"], [2, 1, 1, "_CPPv4N5nvqir18MPSSimulationStateE", "nvqir::MPSSimulationState"], [2, 1, 1, "_CPPv4N5nvqir24TensorNetSimulationStateE", "nvqir::TensorNetSimulationState"], [3, 8, 0, "-", "cudaq"]], "cudaq": [[3, 9, 1, "", "AmplitudeDampingChannel"], [3, 9, 1, "", "AsyncObserveResult"], [3, 9, 1, "", "AsyncSampleResult"], [3, 9, 1, "", "AsyncStateResult"], [3, 9, 1, "", "BitFlipChannel"], [3, 9, 1, "", "ComplexMatrix"], [3, 9, 1, "", "DepolarizationChannel"], [3, 11, 1, "", "Kernel"], [3, 9, 1, "", "KrausChannel"], [3, 9, 1, "", "KrausOperator"], [3, 9, 1, "", "NoiseModel"], [3, 9, 1, "", "ObserveResult"], [3, 9, 1, "", "OptimizationResult"], [3, 9, 1, "", "PhaseFlipChannel"], [3, 9, 1, "", "PyKernel"], [3, 9, 1, "", "PyKernelDecorator"], [3, 9, 1, "", "QuakeValue"], [3, 9, 1, "", "SampleResult"], [3, 9, 1, "", "SimulationPrecision"], [3, 9, 1, "", "SpinOperator"], [3, 9, 1, "", "State"], [3, 9, 1, "", "Target"], [3, 9, 1, "", "Tensor"], [3, 13, 1, "", "draw"], [3, 13, 1, "", "get_state"], [3, 13, 1, "", "get_state_async"], [3, 13, 1, "", "get_target"], [3, 13, 1, "", "get_targets"], [3, 13, 1, "", "has_target"], [3, 10, 1, "", "initialize_cudaq"], [3, 13, 1, "", "kernel"], [3, 13, 1, "", "make_kernel"], [3, 10, 1, "", "num_available_gpus"], [3, 13, 1, "", "observe"], [3, 13, 1, "", "observe_async"], [3, 11, 1, "", "qreg"], [3, 9, 1, "", "qubit"], [3, 9, 1, "", "qvector"], [3, 13, 1, "", "reset_target"], [3, 13, 1, "", "sample"], [3, 13, 1, "", "sample_async"], [3, 13, 1, "", "set_noise"], [3, 10, 1, "", "set_random_seed"], [3, 13, 1, "", "set_target"], [3, 13, 1, "", "translate"], [3, 13, 1, "", "unset_noise"], [3, 13, 1, "", "vqe"]], "cudaq.AmplitudeDampingChannel": [[3, 10, 1, "", "__init__"]], "cudaq.AsyncObserveResult": [[3, 10, 1, "", "get"]], "cudaq.AsyncSampleResult": [[3, 10, 1, "", "get"]], "cudaq.AsyncStateResult": [[3, 10, 1, "", "get"]], "cudaq.BitFlipChannel": [[3, 10, 1, "", "__init__"]], "cudaq.ComplexMatrix": [[3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "__str__"], [3, 10, 1, "", "minimal_eigenvalue"]], "cudaq.DepolarizationChannel": [[3, 10, 1, "", "__init__"]], "cudaq.KrausChannel": [[3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "append"]], "cudaq.KrausOperator": [[3, 12, 1, "", "col_count"], [3, 12, 1, "", "row_count"]], "cudaq.NoiseModel": [[3, 10, 1, "", "__init__"], [3, 10, 1, "", "add_channel"], [3, 10, 1, "", "get_channels"]], "cudaq.ObserveResult": [[3, 10, 1, "", "counts"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "expectation"], [3, 10, 1, "", "expectation_z"], [3, 10, 1, "", "get_spin"]], "cudaq.PhaseFlipChannel": [[3, 10, 1, "", "__init__"]], "cudaq.PyKernel": [[3, 11, 1, "", "argument_count"], [3, 11, 1, "", "arguments"], [3, 11, 1, "", "name"]], "cudaq.PyKernelDecorator": [[3, 10, 1, "", "__call__"], [3, 10, 1, "", "__str__"], [3, 10, 1, "", "compile"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "to_json"], [3, 10, 1, "", "type_to_str"]], "cudaq.QuakeValue": [[3, 10, 1, "", "__add__"], [3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "__mul__"], [3, 10, 1, "", "__neg__"], [3, 10, 1, "", "__radd__"], [3, 10, 1, "", "__rmul__"], [3, 10, 1, "", "__rsub__"], [3, 10, 1, "", "__sub__"], [3, 10, 1, "", "slice"]], "cudaq.SampleResult": [[3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "__iter__"], [3, 10, 1, "", "__len__"], [3, 10, 1, "", "clear"], [3, 10, 1, "", "count"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "expectation"], [3, 10, 1, "", "expectation_z"], [3, 10, 1, "", "get_marginal_counts"], [3, 10, 1, "", "get_register_counts"], [3, 10, 1, "", "get_sequential_data"], [3, 10, 1, "", "items"], [3, 10, 1, "", "most_probable"], [3, 10, 1, "", "probability"], [3, 11, 1, "", "register_names"], [3, 10, 1, "", "values"]], "cudaq.SimulationPrecision": [[3, 12, 1, "", "name"]], "cudaq.SpinOperator": [[3, 10, 1, "", "__add__"], [3, 10, 1, "", "__eq__"], [3, 10, 1, "", "__iter__"], [3, 10, 1, "", "__mul__"], [3, 10, 1, "", "__radd__"], [3, 10, 1, "", "__rmul__"], [3, 10, 1, "", "__rsub__"], [3, 10, 1, "", "__sub__"], [3, 10, 1, "", "distribute_terms"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "for_each_pauli"], [3, 10, 1, "", "for_each_term"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "from_word"], [3, 10, 1, "", "get_coefficient"], [3, 10, 1, "", "get_qubit_count"], [3, 10, 1, "", "get_raw_data"], [3, 10, 1, "", "get_term_count"], [3, 10, 1, "", "is_identity"], [3, 10, 1, "", "random"], [3, 10, 1, "", "serialize"], [3, 10, 1, "", "to_json"], [3, 10, 1, "", "to_matrix"], [3, 10, 1, "", "to_sparse_matrix"], [3, 10, 1, "", "to_string"]], "cudaq.State": [[3, 10, 1, "", "amplitude"], [3, 10, 1, "", "amplitudes"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "from_data"], [3, 10, 1, "", "getTensor"], [3, 10, 1, "", "getTensors"], [3, 10, 1, "", "is_on_gpu"], [3, 10, 1, "", "num_qubits"], [3, 10, 1, "", "overlap"]], "cudaq.Target": [[3, 12, 1, "", "description"], [3, 10, 1, "", "get_precision"], [3, 10, 1, "", "is_emulated"], [3, 10, 1, "", "is_remote"], [3, 12, 1, "", "name"], [3, 10, 1, "", "num_qpus"], [3, 12, 1, "", "platform"], [3, 12, 1, "", "simulator"]], "cudaq.gradients": [[3, 9, 1, "", "CentralDifference"], [3, 9, 1, "", "ForwardDifference"], [3, 9, 1, "", "ParameterShift"], [3, 9, 1, "", "gradient"]], "cudaq.gradients.CentralDifference": [[3, 10, 1, "", "compute"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "to_json"]], "cudaq.gradients.ForwardDifference": [[3, 10, 1, "", "compute"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "to_json"]], "cudaq.gradients.ParameterShift": [[3, 10, 1, "", "compute"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "to_json"]], "cudaq.mpi": [[3, 10, 1, "", "all_gather"], [3, 10, 1, "", "broadcast"], [3, 10, 1, "", "finalize"], [3, 10, 1, "", "initialize"], [3, 10, 1, "", "is_initialized"], [3, 10, 1, "", "num_ranks"], [3, 10, 1, "", "rank"]], "cudaq.optimizers": [[3, 9, 1, "", "COBYLA"], [3, 9, 1, "", "GradientDescent"], [3, 9, 1, "", "LBFGS"], [3, 9, 1, "", "NelderMead"], [3, 9, 1, "", "optimizer"]], "cudaq.optimizers.COBYLA": [[3, 10, 1, "", "from_json"], [3, 12, 1, "", "initial_parameters"], [3, 12, 1, "", "lower_bounds"], [3, 12, 1, "", "max_iterations"], [3, 10, 1, "", "optimize"], [3, 10, 1, "", "requires_gradients"], [3, 10, 1, "", "to_json"], [3, 12, 1, "", "upper_bounds"]], "cudaq.optimizers.GradientDescent": [[3, 10, 1, "", "from_json"], [3, 12, 1, "", "initial_parameters"], [3, 12, 1, "", "lower_bounds"], [3, 12, 1, "", "max_iterations"], [3, 10, 1, "", "optimize"], [3, 10, 1, "", "requires_gradients"], [3, 10, 1, "", "to_json"], [3, 12, 1, "", "upper_bounds"]], "cudaq.optimizers.LBFGS": [[3, 10, 1, "", "from_json"], [3, 12, 1, "", "initial_parameters"], [3, 12, 1, "", "lower_bounds"], [3, 12, 1, "", "max_iterations"], [3, 10, 1, "", "optimize"], [3, 10, 1, "", "requires_gradients"], [3, 10, 1, "", "to_json"], [3, 12, 1, "", "upper_bounds"]], "cudaq.optimizers.NelderMead": [[3, 10, 1, "", "from_json"], [3, 12, 1, "", "initial_parameters"], [3, 12, 1, "", "lower_bounds"], [3, 12, 1, "", "max_iterations"], [3, 10, 1, "", "optimize"], [3, 10, 1, "", "requires_gradients"], [3, 10, 1, "", "to_json"], [3, 12, 1, "", "upper_bounds"]], "cudaq.spin": [[3, 13, 1, "", "i"], [3, 13, 1, "", "x"], [3, 13, 1, "", "y"], [3, 13, 1, "", "z"]]}, "objtypes": {"0": "cpp:type", "1": "cpp:class", "2": "cpp:templateParam", "3": "cpp:function", "4": "cpp:functionParam", "5": "cpp:member", "6": "cpp:enum", "7": "cpp:enumerator", "8": "py:module", "9": "py:class", "10": "py:method", "11": "py:attribute", "12": "py:property", "13": "py:function"}, "objnames": {"0": ["cpp", "type", "C++ type"], "1": ["cpp", "class", "C++ class"], "2": ["cpp", "templateParam", "C++ template parameter"], "3": ["cpp", "function", "C++ function"], "4": ["cpp", "functionParam", "C++ function parameter"], "5": ["cpp", "member", "C++ member"], "6": ["cpp", "enum", "C++ enum"], "7": ["cpp", "enumerator", "C++ enumerator"], "8": ["py", "module", "Python module"], "9": ["py", "class", "Python class"], "10": ["py", "method", "Python method"], "11": ["py", "attribute", "Python attribute"], "12": ["py", "property", "Python property"], "13": ["py", "function", "Python function"]}, "titleterms": {"code": [0, 64], "document": 0, "cuda": [0, 2, 3, 4, 5, 16, 18, 19, 20, 21, 36, 37, 40, 41, 42, 43, 44, 48, 58, 59, 60, 61, 62, 64, 65, 66, 68, 69, 70, 71], "q": [0, 2, 3, 4, 5, 16, 18, 19, 20, 21, 36, 37, 40, 41, 42, 43, 44, 48, 58, 59, 60, 61, 62, 64, 65, 66, 68, 69, 70, 71], "api": [0, 2, 3], "quantum": [1, 2, 4, 5, 7, 9, 13, 16, 21, 24, 25, 28, 29, 30, 31, 33, 38, 39, 50, 55, 56, 57], "oper": [1, 2, 28, 29], "unitari": 1, "qubit": [1, 8, 14, 15, 28, 33], "x": 1, "y": 1, "z": 1, "h": 1, "r1": 1, "rx": 1, "ry": 1, "rz": 1, "": [1, 7, 24, 61], "t": 1, "swap": 1, "u3": 1, "adjoint": 1, "control": [1, 22, 52], "measur": [1, 56], "mz": 1, "mx": 1, "my": 1, "user": 1, "defin": 1, "custom": 1, "c": [2, 8, 37, 62, 68], "common": [2, 30], "nois": [2, 14], "model": [2, 14, 26], "kernel": [2, 3, 15, 23, 25, 39, 43], "builder": 2, "algorithm": [2, 7, 8, 21, 24, 55], "platform": [2, 31, 39], "util": 2, "namespac": [2, 27], "python": [3, 37, 62, 64], "program": [3, 24, 30, 42, 44], "construct": 3, "execut": [3, 38], "backend": [3, 36, 37, 38, 40], "configur": 3, "data": [3, 4], "type": [3, 33], "optim": [3, 16, 21, 55], "gradient": [3, 21], "noisi": [3, 11, 54], "simul": [3, 4, 11, 17, 38, 39, 40, 45, 47, 54, 61, 64], "mpi": [3, 62, 64], "submodul": 3, "divis": 4, "cluster": 4, "With": 4, "coreset": 4, "us": [4, 8, 16, 33, 50, 64, 66], "preprocess": 4, "function": [4, 5, 21], "qaoa": [4, 10, 12], "implement": 4, "scale": 4, "enhanc": 5, "auxiliari": 5, "field": 5, "mont": 5, "carlo": 5, "hamiltonian": [5, 53], "prepar": [5, 24], "vqe": [5, 17], "run": [5, 44], "afqmc": 5, "molecular": [5, 10], "trial": 5, "wave": 5, "setup": 5, "paramet": [5, 24], "cost": 6, "minim": 6, "deutsch": 7, "xor": 7, "oplu": 7, "oracl": 7, "phase": [7, 24], "parallel": [7, 39, 49, 53], "hadamard": 8, "test": 8, "A": [8, 17], "numer": 8, "result": 8, "refer": [8, 17], "b": [8, 17], "sampl": [8, 21, 24, 44], "primit": [8, 21], "ancilla": 8, "comput": [8, 30, 37, 49, 50, 56, 64], "expect": [8, 49], "valu": [8, 49], "multi": [8, 39, 40, 52, 53], "gpu": [8, 17, 38, 40, 44, 53, 64], "matrix": [8, 14, 40], "element": 8, "diagon": 8, "exampl": [8, 24, 48], "numpi": 8, "cupi": 8, "In": [8, 64], "thi": [8, 61], "sinc": 8, "we": 8, "ar": 8, "have": 8, "2x2": 8, "hybrid": 9, "neural": 9, "network": [9, 40], "dock": 10, "via": [10, 64], "dc": 10, "max": 12, "cut": 12, "fourier": 13, "transform": 13, "revisit": 13, "readout": 14, "error": 14, "mitig": 14, "invers": 14, "confus": 14, "from": [14, 37, 62, 68], "singl": [14, 40], "k": 14, "local": [14, 64], "matric": 14, "full": 14, "visual": 15, "variat": [16, 57], "eigensolv": [16, 57], "integr": [16, 67, 68], "third": [16, 68], "parti": [16, 68], "water": 17, "molecul": 17, "activ": 17, "space": 17, "cpu": [17, 40], "v": [17, 64], "classic": 17, "ccsd": 17, "uccsd": 17, "content": [18, 41, 63], "releas": 19, "languag": 20, "specif": [20, 34], "cudaq": [21, 28, 29, 33], "observ": [21, 44], "deprec": [21, 33], "move": 21, "librari": [21, 62, 68], "flow": 22, "just": 23, "time": 23, "creation": 23, "hello": 24, "world": 24, "simpl": 24, "bell": 24, "state": [24, 39, 40, 56], "ghz": 24, "estim": 24, "deuteron": 24, "bind": 24, "energi": 24, "sweep": 24, "grover": 24, "iter": 24, "machin": 26, "standard": 27, "intrins": 28, "spin_op": 29, "pattern": 30, "action": [30, 61], "uncomput": 30, "sub": 32, "circuit": [32, 53, 61], "synthesi": [32, 52], "qudit": 33, "level": 33, "contain": [33, 64], "qview": 33, "2": 33, "qvector": 33, "qarrai": 33, "n": 33, "qspan": 33, "instead": 33, "qreg": 33, "quak": 35, "dialect": 35, "gener": 35, "introduct": [35, 51, 64], "motiv": 35, "target": [36, 53], "hardwar": [37, 50], "ionq": [37, 50], "set": 37, "credenti": 37, "submiss": 37, "iqm": [37, 50], "oqc": [37, 50], "orca": [37, 50], "quantinuum": [37, 50], "nvidia": [38, 39], "cloud": [38, 64], "quick": [38, 69], "start": [38, 64, 69], "select": 38, "multipl": [38, 49, 53], "qpu": 38, "asynchron": 38, "faq": 38, "processor": [39, 49, 53], "mqpu": 39, "distribut": [39, 64], "mode": [39, 40], "remot": [39, 64], "support": [39, 40, 62, 64], "argument": 39, "serial": 39, "access": [39, 64], "vector": 40, "featur": 40, "environ": 40, "variabl": 40, "option": 40, "node": 40, "addit": [40, 64], "openmp": 40, "onli": 40, "tensor": 40, "product": 40, "default": 40, "basic": 41, "build": [42, 62], "your": [42, 44, 60, 69], "first": [42, 44], "what": 43, "i": 43, "troubleshoot": 45, "debug": 45, "verbos": 45, "output": 45, "bernstein": 46, "vazirani": 46, "cuquantum": 47, "across": [49, 53], "provid": 50, "workflow": 53, "avail": 53, "batch": 53, "term": 53, "approxim": 55, "101": 56, "gate": 56, "work": 58, "ir": 58, "extend": [59, 61], "creat": 60, "own": 60, "compil": [60, 68], "pass": 60, "new": 61, "circuitsimul": 61, "requir": [61, 64], "subtyp": 61, "method": 61, "overrid": 61, "let": 61, "see": 61, "instal": [62, 63, 64, 69], "sourc": 62, "prerequisit": 62, "depend": [62, 64], "toolchain": [62, 68], "host": [62, 64], "runtim": 62, "guid": 63, "docker": 64, "singular": 64, "wheel": 64, "pre": 64, "built": 64, "binari": [64, 68], "develop": 64, "connect": 64, "tunnel": 64, "ssh": 64, "dgx": 64, "get": 64, "jupyterlab": 64, "tool": [64, 67], "pypi": 64, "imag": 64, "updat": 64, "compat": 64, "system": 64, "next": 64, "step": 64, "cmake": 65, "project": 66, "other": 67, "softwar": 67, "call": 68, "an": 68, "interfac": 68, "between": 68, "differ": 68, "valid": 69, "tutori": 70, "version": 71}, "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": {"Bernstein-Vazirani": [[46, "bernstein-vazirani"]], "Simulations with cuQuantum": [[47, "simulations-with-cuquantum"]], "Multi-control Synthesis": [[52, "multi-control-synthesis"]], "Using Quantum Hardware Providers": [[50, "using-quantum-hardware-providers"]], "IonQ": [[50, "ionq"], [37, "ionq"]], "IQM": [[50, "iqm"], [37, "iqm"]], "OQC": [[50, "oqc"], [37, "oqc"]], "ORCA Computing": [[50, "orca-computing"], [37, "orca-computing"]], "Quantinuum": [[50, "quantinuum"], [37, "quantinuum"]], "Introduction": [[51, "introduction"], [64, "introduction"]], "CUDA-Q by Example": [[48, "cuda-q-by-example"]], "Troubleshooting": [[45, "troubleshooting"]], "Debugging and Verbose Simulation Output": [[45, "debugging-and-verbose-simulation-output"]], "Computing Expectation Values": [[49, "computing-expectation-values"]], "Parallelizing across Multiple Processors": [[49, "parallelizing-across-multiple-processors"]], "Multi-GPU Workflows": [[53, "multi-gpu-workflows"]], "Available Targets": [[53, "available-targets"]], "Parallelization across Multiple Processors": [[53, "parallelization-across-multiple-processors"]], "Batching Hamiltonian Terms": [[53, "batching-hamiltonian-terms"]], "Circuit Batching": [[53, "circuit-batching"]], "Control Flow": [[22, "control-flow"]], "Quantum Kernels": [[25, "quantum-kernels"]], "Language Specification": [[20, "language-specification"]], "CUDA-Q": [[20, null], [18, "cuda-q"]], "Machine Model": [[26, "machine-model"]], "Quantum Algorithmic Primitives": [[21, "quantum-algorithmic-primitives"]], "cudaq::sample": [[21, "cudaq-sample"]], "cudaq::observe": [[21, "cudaq-observe"]], "cudaq::optimizer (deprecated, functionality moved to CUDA-Q libraries)": [[21, "cudaq-optimizer-deprecated-functionality-moved-to-cuda-q-libraries"]], "cudaq::gradient (deprecated, functionality moved to CUDA-Q libraries)": [[21, "cudaq-gradient-deprecated-functionality-moved-to-cuda-q-libraries"]], "CUDA-Q Releases": [[19, "cuda-q-releases"]], "Just-in-Time Kernel Creation": [[23, "just-in-time-kernel-creation"]], "Contents": [[18, null], [41, null], [63, null]], "Example Programs": [[24, "example-programs"]], "Hello World - Simple Bell State": [[24, "hello-world-simple-bell-state"]], "GHZ State Preparation and Sampling": [[24, "ghz-state-preparation-and-sampling"]], "Quantum Phase Estimation": [[24, "quantum-phase-estimation"]], "Deuteron Binding Energy Parameter Sweep": [[24, "deuteron-binding-energy-parameter-sweep"]], "Grover\u2019s Algorithm": [[24, "grover-s-algorithm"]], "Iterative Phase Estimation": [[24, "iterative-phase-estimation"]], "Quantum Types": [[33, "quantum-types"]], "cudaq::qudit": [[33, "cudaq-qudit-levels"]], "cudaq::qubit": [[33, "cudaq-qubit"]], "Quantum Containers": [[33, "quantum-containers"]], "cudaq::qview": [[33, "cudaq-qview-levels-2"]], "cudaq::qvector": [[33, "cudaq-qvector-levels-2"]], "cudaq::qarray": [[33, "cudaq-qarray-n-levels-2"]], "cudaq::qspan (Deprecated. Use cudaq::qview instead.)": [[33, "cudaq-qspan-n-levels-deprecated-use-cudaq-qview-levels-instead"]], "cudaq::qreg (Deprecated. Use cudaq::qvector instead.)": [[33, "cudaq-qreg-n-levels-deprecated-use-cudaq-qvector-levels-instead"]], "Quake Dialect": [[35, "quake-dialect"]], "General Introduction": [[35, "general-introduction"]], "Motivation": [[35, "motivation"]], "Quantum Intrinsic Operations": [[28, "quantum-intrinsic-operations"]], "Operations on cudaq::qubit": [[28, "operations-on-cudaq-qubit"]], "Quantum Operators": [[29, "quantum-operators"]], "cudaq::spin_op": [[29, "cudaq-spin-op"]], "Sub-circuit Synthesis": [[32, "sub-circuit-synthesis"]], "Specifications": [[34, "specifications"]], "Namespace and Standard": [[27, "namespace-and-standard"]], "Quantum Platform": [[31, "quantum-platform"]], "Common Quantum Programming Patterns": [[30, "common-quantum-programming-patterns"]], "Compute-Action-Uncompute": [[30, "compute-action-uncompute"]], "Extending CUDA-Q with a new Simulator": [[61, "extending-cuda-q-with-a-new-simulator"]], "CircuitSimulator": [[61, "circuitsimulator"]], "Required Circuit Simulator Subtype Method Overrides": [[61, "id1"]], "Let\u2019s see this in action": [[61, "let-s-see-this-in-action"]], "Variational Quantum Eigensolver": [[57, "variational-quantum-eigensolver"], [16, "Variational-Quantum-Eigensolver"]], "Working with the CUDA-Q IR": [[58, "working-with-the-cuda-q-ir"]], "Extending CUDA-Q": [[59, "extending-cuda-q"]], "Quantum Approximate Optimization Algorithm": [[55, "quantum-approximate-optimization-algorithm"]], "Noisy Simulation": [[54, "noisy-simulation"], [3, "noisy-simulation"], [11, "Noisy-Simulation"]], "Create your own CUDA-Q Compiler Pass": [[60, "create-your-own-cuda-q-compiler-pass"]], "Installation from Source": [[62, "installation-from-source"]], "Prerequisites": [[62, "prerequisites"]], "Build Dependencies": [[62, "build-dependencies"]], "CUDA": [[62, "cuda"]], "Toolchain": [[62, "toolchain"]], "Building CUDA-Q": [[62, "building-cuda-q"]], "Python Support": [[62, "python-support"]], "C++ Support": [[62, "c-support"]], "Installation on the Host": [[62, "installation-on-the-host"]], "CUDA Runtime Libraries": [[62, "cuda-runtime-libraries"]], "MPI": [[62, "mpi"]], "Quantum Computing 101": [[56, "quantum-computing-101"]], "Quantum States": [[56, "quantum-states"]], "Quantum Gates": [[56, "quantum-gates"]], "Measurements": [[56, "measurements"]], "CUDA-Q Backends": [[36, "cuda-q-backends"]], "Backend Targets": [[36, null]], "Multi-Processor Platforms": [[39, "multi-processor-platforms"]], "NVIDIA MQPU Platform": [[39, "nvidia-mqpu-platform"]], "Parallel distribution mode": [[39, "parallel-distribution-mode"]], "Remote MQPU Platform": [[39, "remote-mqpu-platform"]], "Supported Kernel Arguments": [[39, "supported-kernel-arguments"]], "Kernel argument serialization": [[39, "id4"]], "Accessing Simulated Quantum State": [[39, "accessing-simulated-quantum-state"]], "Building your first CUDA-Q Program": [[42, "building-your-first-cuda-q-program"]], "Running your first CUDA-Q Program": [[44, "running-your-first-cuda-q-program"]], "Sample": [[44, "sample"]], "Observe": [[44, "observe"]], "Running on a GPU": [[44, "running-on-a-gpu"]], "CUDA-Q Basics": [[41, "cuda-q-basics"]], "CUDA-Q Hardware Backends": [[37, "cuda-q-hardware-backends"]], "Setting Credentials": [[37, "setting-credentials"], [37, "id1"], [37, "id4"], [37, "id7"], [37, "quantinuum-backend"]], "Submission from C++": [[37, "submission-from-c"], [37, "id2"], [37, "id5"], [37, "id8"], [37, "id11"]], "Submission from Python": [[37, "submission-from-python"], [37, "id3"], [37, "id6"], [37, "id9"], [37, "id12"]], "CUDA-Q Simulation Backends": [[40, "cuda-q-simulation-backends"]], "State Vector Simulators": [[40, "state-vector-simulators"]], "Features": [[40, "features"]], "Single-GPU": [[40, "single-gpu"]], "Environment variable options supported in single-GPU mode": [[40, "id4"]], "Multi-node multi-GPU": [[40, "multi-node-multi-gpu"], [40, "id2"]], "Additional environment variable options for multi-node multi-GPU mode": [[40, "id5"]], "OpenMP CPU-only": [[40, "openmp-cpu-only"]], "Tensor Network Simulators": [[40, "tensor-network-simulators"]], "Matrix product state": [[40, "matrix-product-state"]], "Default Simulator": [[40, "default-simulator"]], "What is a CUDA-Q kernel?": [[43, "what-is-a-cuda-q-kernel"]], "NVIDIA Quantum Cloud": [[38, "nvidia-quantum-cloud"]], "Quick Start": [[38, "quick-start"], [69, "quick-start"]], "Simulator Backend Selection": [[38, "simulator-backend-selection"]], "Multiple GPUs": [[38, "multiple-gpus"]], "Simulator Backends": [[38, "id1"]], "Multiple QPUs Asynchronous Execution": [[38, "multiple-qpus-asynchronous-execution"]], "FAQ": [[38, "faq"]], "Install CUDA-Q": [[69, "install-cuda-q"]], "Validate your Installation": [[69, "validate-your-installation"]], "Integrating with Third-Party Libraries": [[68, "integrating-with-third-party-libraries"]], "Calling a CUDA-Q library from C++": [[68, "calling-a-cuda-q-library-from-c"]], "Calling an C++ library from CUDA-Q": [[68, "calling-an-c-library-from-cuda-q"]], "Interfacing between binaries compiled with a different toolchains": [[68, "interfacing-between-binaries-compiled-with-a-different-toolchains"]], "Integration with other Software Tools": [[67, "integration-with-other-software-tools"]], "Using CUDA and CUDA-Q in a Project": [[66, "using-cuda-and-cuda-q-in-a-project"]], "Local Installation": [[64, "local-installation"]], "Docker": [[64, "docker"]], "Singularity": [[64, "singularity"]], "Python wheels": [[64, "python-wheels"]], "Pre-built binaries": [[64, "pre-built-binaries"]], "Development with VS Code": [[64, "development-with-vs-code"]], "Using a Docker container": [[64, "using-a-docker-container"]], "Using a Singularity container": [[64, "using-a-singularity-container"]], "Connecting to a Remote Host": [[64, "connecting-to-a-remote-host"]], "Developing with Remote Tunnels": [[64, "developing-with-remote-tunnels"]], "Remote Access via SSH": [[64, "remote-access-via-ssh"]], "DGX Cloud": [[64, "dgx-cloud"]], "Get Started": [[64, "get-started"]], "Use JupyterLab": [[64, "use-jupyterlab"]], "Use VS Code": [[64, "use-vs-code"]], "Additional CUDA Tools": [[64, "additional-cuda-tools"]], "Installation via PyPI": [[64, "installation-via-pypi"]], "Installation In Container Images": [[64, "installation-in-container-images"]], "Installing Pre-built Binaries": [[64, "installing-pre-built-binaries"]], "Distributed Computing with MPI": [[64, "distributed-computing-with-mpi"]], "Updating CUDA-Q": [[64, "updating-cuda-q"]], "Dependencies and Compatibility": [[64, "dependencies-and-compatibility"]], "Supported Systems": [[64, "id10"]], "Requirements for GPU Simulation": [[64, "id11"]], "Next Steps": [[64, "next-steps"]], "CUDA-Q Versions": [[71, "cuda-q-versions"]], "CUDA-Q and CMake": [[65, "cuda-q-and-cmake"]], "Installation Guide": [[63, "installation-guide"]], "CUDA-Q Tutorials": [[70, "cuda-q-tutorials"]], "Code documentation": [[0, "code-documentation"]], "CUDA-Q API": [[0, null]], "Hadamard Test": [[8, "Hadamard-Test"]], "A- Numerical result as a reference:": [[8, "A--Numerical-result-as-a-reference:"]], "B- Using sample algorithmic primitive to sample the ancilla qubit and compute the expectation value.": [[8, "B--Using-sample-algorithmic-primitive-to-sample-the-ancilla-qubit-and-compute-the-expectation-value."]], "C- Use multi-GPUs to compute the matrix elements": [[8, "C--Use-multi-GPUs-to-compute-the-matrix-elements"]], "Diagonalize the matrix using for example Numpy or CuPy. In this example, since we are having 2x2 matrix, we use numpy.": [[8, "Diagonalize-the-matrix-using-for-example-Numpy-or-CuPy.-In-this-example,-since-we-are-having-2x2-matrix,-we-use-numpy."]], "Quantum Enhanced Auxiliary Field Quantum Monte Carlo": [[5, "Quantum-Enhanced-Auxiliary-Field-Quantum-Monte-Carlo"]], "Hamiltonian preparation for VQE": [[5, "Hamiltonian-preparation-for-VQE"]], "Run VQE with CUDA-Q": [[5, "Run-VQE-with-CUDA-Q"]], "Auxiliary Field Quantum Monte Carlo (AFQMC)": [[5, "Auxiliary-Field-Quantum-Monte-Carlo-(AFQMC)"]], "Preparation of the molecular Hamiltonian": [[5, "Preparation-of-the-molecular-Hamiltonian"]], "Preparation of the trial wave function": [[5, "Preparation-of-the-trial-wave-function"]], "Setup of the AFQMC parameters": [[5, "Setup-of-the-AFQMC-parameters"]], "Divisive Clustering With Coresets Using CUDA-Q": [[4, "Divisive-Clustering-With-Coresets-Using-CUDA-Q"]], "Data preprocessing": [[4, "Data-preprocessing"]], "Quantum functions": [[4, "Quantum-functions"]], "Divisive Clustering Function": [[4, "Divisive-Clustering-Function"]], "QAOA Implementation": [[4, "QAOA-Implementation"]], "Scaling simulations with CUDA-Q": [[4, "Scaling-simulations-with-CUDA-Q"]], "CUDA-Q C++ API": [[2, "cuda-q-c-api"]], "Operators": [[2, "operators"]], "Quantum": [[2, "quantum"]], "Common": [[2, "common"]], "Noise Modeling": [[2, "noise-modeling"]], "Kernel Builder": [[2, "kernel-builder"]], "Algorithms": [[2, "algorithms"]], "Platform": [[2, "platform"]], "Utilities": [[2, "utilities"]], "Namespaces": [[2, "namespaces"]], "Deutsch\u2019s Algorithm": [[7, "Deutsch's-Algorithm"]], "XOR \\oplus": [[7, "XOR-\\oplus"]], "Quantum oracles": [[7, "Quantum-oracles"]], "Phase oracle": [[7, "Phase-oracle"]], "Quantum parallelism": [[7, "Quantum-parallelism"]], "Deutschs\u2019 Algorithm:": [[7, "Deutschs'-Algorithm:"]], "Cost Minimization": [[6, "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 Python API": [[3, "module-cudaq"]], "Program Construction": [[3, "program-construction"]], "Kernel Execution": [[3, "kernel-execution"]], "Backend Configuration": [[3, "backend-configuration"]], "Data Types": [[3, "data-types"]], "Optimizers": [[3, "optimizers"]], "Gradients": [[3, "gradients"]], "MPI Submodule": [[3, "mpi-submodule"]], "Quantum Fourier Transform": [[13, "Quantum-Fourier-Transform"]], "Quantum Fourier Transform revisited": [[13, "Quantum-Fourier-Transform-revisited"]], "Max-Cut with QAOA": [[12, "Max-Cut-with-QAOA"]], "Using CUDA-Q Optimizers": [[16, "Using-CUDA-Q-Optimizers"]], "Integration with Third-Party Optimizers": [[16, "Integration-with-Third-Party-Optimizers"]], "Hybrid Quantum Neural Networks": [[9, "Hybrid-Quantum-Neural-Networks"]], "Molecular docking via DC-QAOA": [[10, "Molecular-docking-via-DC-QAOA"]], "Readout Error Mitigation": [[14, "Readout-Error-Mitigation"]], "Inverse confusion matrix from single-qubit noise model": [[14, "Inverse-confusion-matrix-from-single-qubit-noise-model"]], "Inverse confusion matrix from k local confusion matrices": [[14, "Inverse-confusion-matrix-from-k-local-confusion-matrices"]], "Inverse of full confusion matrix": [[14, "Inverse-of-full-confusion-matrix"]], "Water Molecule with Active Space (CPU vs. GPU)": [[17, "Water-Molecule-with-Active-Space-(CPU-vs.-GPU)"]], "A- Classical simulation as a reference: CCSD": [[17, "A--Classical-simulation-as-a-reference:-CCSD"]], "B- VQE-UCCSD:": [[17, "B--VQE-UCCSD:"]], "Visualization": [[15, "Visualization"]], "Qubit Visualization": [[15, "Qubit-Visualization"]], "Kernel Visualization": [[15, "Kernel-Visualization"]]}, "indexentries": {"cudaq (c++ type)": [[2, "_CPPv45cudaq"]], "cudaq::basenvcfsimulatorqpu (c++ class)": [[2, "_CPPv4N5cudaq20BaseNvcfSimulatorQPUE"]], "cudaq::baseremoterestqpu (c++ class)": [[2, "_CPPv4N5cudaq17BaseRemoteRESTQPUE"]], "cudaq::baseremotesimulatorqpu (c++ class)": [[2, "_CPPv4N5cudaq22BaseRemoteSimulatorQPUE"]], "cudaq::cusvstate (c++ class)": [[2, "_CPPv4I0EN5cudaq9CusvStateE"]], "cudaq::executioncontext (c++ class)": [[2, "_CPPv4N5cudaq16ExecutionContextE"]], "cudaq::executioncontext::executioncontext (c++ function)": [[2, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringE"], [2, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringENSt6size_tE"]], "cudaq::executioncontext::amplitudemaps (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext13amplitudeMapsE"]], "cudaq::executioncontext::asyncexec (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext9asyncExecE"]], "cudaq::executioncontext::batchiteration (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext14batchIterationE"]], "cudaq::executioncontext::canhandleobserve (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext16canHandleObserveE"]], "cudaq::executioncontext::expectationvalue (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext16expectationValueE"]], "cudaq::executioncontext::futureresult (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext12futureResultE"]], "cudaq::executioncontext::hasconditionalsonmeasureresults (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext31hasConditionalsOnMeasureResultsE"]], "cudaq::executioncontext::invocationresultbuffer (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext22invocationResultBufferE"]], "cudaq::executioncontext::kernelname (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext10kernelNameE"]], "cudaq::executioncontext::kerneltrace (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext11kernelTraceE"]], "cudaq::executioncontext::name (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext4nameE"]], "cudaq::executioncontext::noisemodel (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext10noiseModelE"]], "cudaq::executioncontext::optresult (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext9optResultE"]], "cudaq::executioncontext::overlapcomputestates (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext20overlapComputeStatesE"]], "cudaq::executioncontext::overlapresult (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext13overlapResultE"]], "cudaq::executioncontext::registernames (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext13registerNamesE"]], "cudaq::executioncontext::reorderidx (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext10reorderIdxE"]], "cudaq::executioncontext::result (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext6resultE"]], "cudaq::executioncontext::shots (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext5shotsE"]], "cudaq::executioncontext::simulationstate (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext15simulationStateE"]], "cudaq::executioncontext::spin (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext4spinE"]], "cudaq::executioncontext::totaliterations (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext15totalIterationsE"]], "cudaq::executionresult (c++ struct)": [[2, "_CPPv4N5cudaq15ExecutionResultE"]], "cudaq::executionresult::executionresult (c++ function)": [[2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionary"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryNSt6stringE"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryd"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultENSt6stringE"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultERK15ExecutionResult"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEd"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEv"]], "cudaq::executionresult::appendresult (c++ function)": [[2, "_CPPv4N5cudaq15ExecutionResult12appendResultENSt6stringENSt6size_tE"]], "cudaq::executionresult::deserialize (c++ function)": [[2, "_CPPv4N5cudaq15ExecutionResult11deserializeERNSt6vectorINSt6size_tEEE"]], "cudaq::executionresult::operator= (c++ function)": [[2, "_CPPv4N5cudaq15ExecutionResultaSERK15ExecutionResult"]], "cudaq::executionresult::operator== (c++ function)": [[2, "_CPPv4NK5cudaq15ExecutionResulteqERK15ExecutionResult"]], "cudaq::executionresult::registername (c++ member)": [[2, "_CPPv4N5cudaq15ExecutionResult12registerNameE"]], "cudaq::executionresult::sequentialdata (c++ member)": [[2, "_CPPv4N5cudaq15ExecutionResult14sequentialDataE"]], "cudaq::executionresult::serialize (c++ function)": [[2, "_CPPv4NK5cudaq15ExecutionResult9serializeEv"]], "cudaq::kernelexecutiontask (c++ type)": [[2, "_CPPv4N5cudaq19KernelExecutionTaskE"]], "cudaq::qpu (c++ class)": [[2, "_CPPv4N5cudaq3QPUE"]], "cudaq::qpu::qpu (c++ function)": [[2, "_CPPv4N5cudaq3QPU3QPUENSt6size_tE"], [2, "_CPPv4N5cudaq3QPU3QPUERR3QPU"], [2, "_CPPv4N5cudaq3QPU3QPUEv"]], "cudaq::qpu::enqueue (c++ function)": [[2, "_CPPv4N5cudaq3QPU7enqueueER11QuantumTask"]], "cudaq::qpu::getconnectivity (c++ function)": [[2, "_CPPv4N5cudaq3QPU15getConnectivityEv"]], "cudaq::qpu::getexecutionthreadid (c++ function)": [[2, "_CPPv4NK5cudaq3QPU20getExecutionThreadIdEv"]], "cudaq::qpu::getnumqubits (c++ function)": [[2, "_CPPv4N5cudaq3QPU12getNumQubitsEv"]], "cudaq::qpu::getremotecapabilities (c++ function)": [[2, "_CPPv4NK5cudaq3QPU21getRemoteCapabilitiesEv"]], "cudaq::qpu::isemulated (c++ function)": [[2, "_CPPv4N5cudaq3QPU10isEmulatedEv"]], "cudaq::qpu::issimulator (c++ function)": [[2, "_CPPv4N5cudaq3QPU11isSimulatorEv"]], "cudaq::qpu::launchkernel (c++ function)": [[2, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE"]], "cudaq::qpu::launchserializedcodeexecution (c++ function)": [[2, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE"]], "cudaq::qpu::onrandomseedset (c++ function)": [[2, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE"]], "cudaq::qpu::resetexecutioncontext (c++ function)": [[2, "_CPPv4N5cudaq3QPU21resetExecutionContextEv"]], "cudaq::qpu::setexecutioncontext (c++ function)": [[2, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext"]], "cudaq::qpu::setid (c++ function)": [[2, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE"]], "cudaq::qpu::setshots (c++ function)": [[2, "_CPPv4N5cudaq3QPU8setShotsEi"]], "cudaq::qpu::supportsconditionalfeedback (c++ function)": [[2, "_CPPv4N5cudaq3QPU27supportsConditionalFeedbackEv"]], "cudaq::qpu::~qpu (c++ function)": [[2, "_CPPv4N5cudaq3QPUD0Ev"]], "cudaq::quakevalue (c++ class)": [[2, "_CPPv4N5cudaq10QuakeValueE"]], "cudaq::quakevalue::quakevalue (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE"], [2, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd"]], "cudaq::quakevalue::canvalidatenumelements (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue22canValidateNumElementsEv"]], "cudaq::quakevalue::constantsize (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue12constantSizeEv"]], "cudaq::quakevalue::dump (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue4dumpERNSt7ostreamE"], [2, "_CPPv4N5cudaq10QuakeValue4dumpEv"]], "cudaq::quakevalue::getrequiredelements (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue19getRequiredElementsEv"]], "cudaq::quakevalue::getvalue (c++ function)": [[2, "_CPPv4NK5cudaq10QuakeValue8getValueEv"]], "cudaq::quakevalue::inverse (c++ function)": [[2, "_CPPv4NK5cudaq10QuakeValue7inverseEv"]], "cudaq::quakevalue::isstdvec (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue8isStdVecEv"]], "cudaq::quakevalue::operator* (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuemlEKd"]], "cudaq::quakevalue::operator+ (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValueplEKd"], [2, "_CPPv4N5cudaq10QuakeValueplEKi"]], "cudaq::quakevalue::operator- (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuemiEKd"], [2, "_CPPv4N5cudaq10QuakeValuemiEKi"], [2, "_CPPv4NK5cudaq10QuakeValuemiEv"]], "cudaq::quakevalue::operator/ (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuedvEKd"]], "cudaq::quakevalue::operator[] (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE"], [2, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue"]], "cudaq::quakevalue::size (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue4sizeEv"]], "cudaq::quakevalue::slice (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE"]], "cudaq::quantumtask (c++ type)": [[2, "_CPPv4N5cudaq11QuantumTaskE"]], "cudaq::qubitconnectivity (c++ type)": [[2, "_CPPv4N5cudaq17QubitConnectivityE"]], "cudaq::qubitedge (c++ type)": [[2, "_CPPv4N5cudaq9QubitEdgeE"]], "cudaq::remotecapabilities (c++ struct)": [[2, "_CPPv4N5cudaq18RemoteCapabilitiesE"]], "cudaq::remotecapabilities::remotecapabilities (c++ function)": [[2, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb"]], "cudaq::remotecapabilities::serializedcodeexec (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities18serializedCodeExecE"]], "cudaq::remotecapabilities::stateoverlap (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities12stateOverlapE"]], "cudaq::remotecapabilities::vqe (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities3vqeE"]], "cudaq::remotesimulationstate (c++ class)": [[2, "_CPPv4N5cudaq21RemoteSimulationStateE"]], "cudaq::resources (c++ class)": [[2, "_CPPv4N5cudaq9ResourcesE"]], "cudaq::serializedcodeexecutioncontext (c++ class)": [[2, "_CPPv4N5cudaq30SerializedCodeExecutionContextE"]], "cudaq::simulationstate (c++ class)": [[2, "_CPPv4N5cudaq15SimulationStateE"]], "cudaq::simulationstate::tensor (c++ struct)": [[2, "_CPPv4N5cudaq15SimulationState6TensorE"]], "cudaq::simulationstate::precision (c++ enum)": [[2, "_CPPv4N5cudaq15SimulationState9precisionE"]], "cudaq::simulationstate::precision::fp32 (c++ enumerator)": [[2, "_CPPv4N5cudaq15SimulationState9precision4fp32E"]], "cudaq::simulationstate::precision::fp64 (c++ enumerator)": [[2, "_CPPv4N5cudaq15SimulationState9precision4fp64E"]], "cudaq::tensorstatedata (c++ type)": [[2, "_CPPv4N5cudaq15TensorStateDataE"]], "cudaq::trace (c++ class)": [[2, "_CPPv4N5cudaq5TraceE"]], "cudaq::amplitude_damping_channel (c++ class)": [[2, "_CPPv4N5cudaq25amplitude_damping_channelE"]], "cudaq::async_result (c++ class)": [[2, "_CPPv4I0EN5cudaq12async_resultE"]], "cudaq::async_result::get (c++ function)": [[2, "_CPPv4N5cudaq12async_result3getEv"]], "cudaq::bit_flip_channel (c++ class)": [[2, "_CPPv4N5cudaq16bit_flip_channelE"]], "cudaq::complex (c++ type)": [[2, "_CPPv4N5cudaq7complexE"]], "cudaq::complex_matrix (c++ class)": [[2, "_CPPv4N5cudaq14complex_matrixE"]], "cudaq::complex_matrix::cols (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix4colsEv"]], "cudaq::complex_matrix::complex_matrix (c++ function)": [[2, "_CPPv4N5cudaq14complex_matrix14complex_matrixEKNSt6size_tEKNSt6size_tE"], [2, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE"]], "cudaq::complex_matrix::data (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix4dataEv"]], "cudaq::complex_matrix::dump (c++ function)": [[2, "_CPPv4N5cudaq14complex_matrix4dumpERNSt7ostreamE"], [2, "_CPPv4N5cudaq14complex_matrix4dumpEv"]], "cudaq::complex_matrix::eigenvalues (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix11eigenvaluesEv"]], "cudaq::complex_matrix::eigenvectors (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix12eigenvectorsEv"]], "cudaq::complex_matrix::minimal_eigenvalue (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix18minimal_eigenvalueEv"]], "cudaq::complex_matrix::operator() (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrixclENSt6size_tENSt6size_tE"]], "cudaq::complex_matrix::operator* (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrixmlER14complex_matrix"], [2, "_CPPv4NK5cudaq14complex_matrixmlERNSt6vectorI10value_typeEE"]], "cudaq::complex_matrix::rows (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix4rowsEv"]], "cudaq::complex_matrix::set_zero (c++ function)": [[2, "_CPPv4N5cudaq14complex_matrix8set_zeroEv"]], "cudaq::complex_matrix::value_type (c++ type)": [[2, "_CPPv4N5cudaq14complex_matrix10value_typeE"]], "cudaq::depolarization_channel (c++ class)": [[2, "_CPPv4N5cudaq22depolarization_channelE"]], "cudaq::details (c++ type)": [[2, "_CPPv4N5cudaq7detailsE"]], "cudaq::details::kernelbuildertype (c++ class)": [[2, "_CPPv4N5cudaq7details17KernelBuilderTypeE"]], "cudaq::details::kernelbuildertype::kernelbuildertype (c++ function)": [[2, "_CPPv4N5cudaq7details17KernelBuilderType17KernelBuilderTypeERRNSt8functionIFN4mlir4TypeEPN4mlir11MLIRContextEEEE"]], "cudaq::details::kernelbuildertype::create (c++ function)": [[2, "_CPPv4N5cudaq7details17KernelBuilderType6createEPN4mlir11MLIRContextE"]], "cudaq::details::future (c++ class)": [[2, "_CPPv4N5cudaq7details6futureE"]], "cudaq::details::future::future (c++ function)": [[2, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE"], [2, "_CPPv4N5cudaq7details6future6futureERR6future"], [2, "_CPPv4N5cudaq7details6future6futureEv"]], "cudaq::details::kernel_builder_base (c++ class)": [[2, "_CPPv4N5cudaq7details19kernel_builder_baseE"]], "cudaq::details::kernel_builder_base::operator<< (c++ function)": [[2, "_CPPv4N5cudaq7details19kernel_builder_baselsERNSt7ostreamERK19kernel_builder_base"]], "cudaq::draw (c++ function)": [[2, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args"]], "cudaq::dyn (c++ member)": [[2, "_CPPv4N5cudaq3dynE"]], "cudaq::gradient (c++ class)": [[2, "_CPPv4N5cudaq8gradientE"]], "cudaq::gradient::clone (c++ function)": [[2, "_CPPv4N5cudaq8gradient5cloneEv"]], "cudaq::gradient::compute (c++ function)": [[2, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd"], [2, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd"]], "cudaq::gradient::gradient (c++ function)": [[2, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelT"], [2, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper"], [2, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper"], [2, "_CPPv4N5cudaq8gradient8gradientERRNSt8functionIFvNSt6vectorIdEEEEE"], [2, "_CPPv4N5cudaq8gradient8gradientEv"]], "cudaq::gradient::setargs (c++ function)": [[2, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args"]], "cudaq::gradient::setkernel (c++ function)": [[2, "_CPPv4I0EN5cudaq8gradient9setKernelEvR13QuantumKernel"]], "cudaq::gradients::central_difference (c++ class)": [[2, "_CPPv4N5cudaq9gradients18central_differenceE"]], "cudaq::gradients::central_difference::clone (c++ function)": [[2, "_CPPv4N5cudaq9gradients18central_difference5cloneEv"]], "cudaq::gradients::central_difference::compute (c++ function)": [[2, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd"], [2, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd"]], "cudaq::gradients::central_difference::gradient (c++ function)": [[2, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelT"], [2, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper"], [2, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper"], [2, "_CPPv4N5cudaq9gradients18central_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE"], [2, "_CPPv4N5cudaq9gradients18central_difference8gradientEv"]], "cudaq::gradients::forward_difference (c++ class)": [[2, "_CPPv4N5cudaq9gradients18forward_differenceE"]], "cudaq::gradients::forward_difference::clone (c++ function)": [[2, "_CPPv4N5cudaq9gradients18forward_difference5cloneEv"]], "cudaq::gradients::forward_difference::compute (c++ function)": [[2, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd"], [2, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd"]], "cudaq::gradients::forward_difference::gradient (c++ function)": [[2, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelT"], [2, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper"], [2, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper"], [2, "_CPPv4N5cudaq9gradients18forward_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE"], [2, "_CPPv4N5cudaq9gradients18forward_difference8gradientEv"]], "cudaq::gradients::parameter_shift (c++ class)": [[2, "_CPPv4N5cudaq9gradients15parameter_shiftE"]], "cudaq::gradients::parameter_shift::clone (c++ function)": [[2, "_CPPv4N5cudaq9gradients15parameter_shift5cloneEv"]], "cudaq::gradients::parameter_shift::compute (c++ function)": [[2, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd"], [2, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd"]], "cudaq::gradients::parameter_shift::gradient (c++ function)": [[2, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelT"], [2, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper"], [2, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper"], [2, "_CPPv4N5cudaq9gradients15parameter_shift8gradientERRNSt8functionIFvNSt6vectorIdEEEEE"], [2, "_CPPv4N5cudaq9gradients15parameter_shift8gradientEv"]], "cudaq::kernel_builder (c++ class)": [[2, "_CPPv4IDpEN5cudaq14kernel_builderE"]], "cudaq::kernel_builder::constantval (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder11constantValEd"]], "cudaq::kernel_builder::getarguments (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder12getArgumentsEv"]], "cudaq::kernel_builder::getnumparams (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder12getNumParamsEv"]], "cudaq::kernel_builder::isargstdvec (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder11isArgStdVecENSt6size_tE"]], "cudaq::kernel_builder::kernel_builder (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder14kernel_builderERNSt6vectorIN7details17KernelBuilderTypeEEE"]], "cudaq::kernel_builder::name (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder4nameEv"]], "cudaq::kernel_builder::qalloc (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder6qallocE10QuakeValue"], [2, "_CPPv4N5cudaq14kernel_builder6qallocEKNSt6size_tE"], [2, "_CPPv4N5cudaq14kernel_builder6qallocERNSt6vectorINSt7complexIdEEEE"], [2, "_CPPv4N5cudaq14kernel_builder6qallocEv"]], "cudaq::kernel_builder::swap (c++ function)": [[2, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue"], [2, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue"], [2, "_CPPv4N5cudaq14kernel_builder4swapERK10QuakeValueRK10QuakeValue"]], "cudaq::kraus_channel (c++ class)": [[2, "_CPPv4N5cudaq13kraus_channelE"]], "cudaq::kraus_channel::empty (c++ function)": [[2, "_CPPv4NK5cudaq13kraus_channel5emptyEv"]], "cudaq::kraus_channel::get_ops (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channel7get_opsEv"]], "cudaq::kraus_channel::kraus_channel (c++ function)": [[2, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelERK13kraus_channel"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelERNSt6vectorI8kraus_opEE"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelERRNSt6vectorI8kraus_opEE"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelEv"]], "cudaq::kraus_channel::operator= (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channelaSERK13kraus_channel"]], "cudaq::kraus_channel::operator[] (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channelixEKNSt6size_tE"]], "cudaq::kraus_channel::push_back (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op"]], "cudaq::kraus_channel::size (c++ function)": [[2, "_CPPv4NK5cudaq13kraus_channel4sizeEv"]], "cudaq::kraus_op (c++ struct)": [[2, "_CPPv4N5cudaq8kraus_opE"]], "cudaq::kraus_op::adjoint (c++ function)": [[2, "_CPPv4NK5cudaq8kraus_op7adjointEv"]], "cudaq::kraus_op::data (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op4dataE"]], "cudaq::kraus_op::kraus_op (c++ function)": [[2, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE"], [2, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE"], [2, "_CPPv4N5cudaq8kraus_op8kraus_opERK8kraus_op"]], "cudaq::kraus_op::ncols (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op5nColsE"]], "cudaq::kraus_op::nrows (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op5nRowsE"]], "cudaq::kraus_op::operator= (c++ function)": [[2, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op"]], "cudaq::mpi (c++ type)": [[2, "_CPPv4N5cudaq3mpiE"]], "cudaq::mpi::all_gather (c++ function)": [[2, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE"], [2, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE"]], "cudaq::mpi::all_reduce (c++ function)": [[2, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction"], [2, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func"]], "cudaq::mpi::broadcast (c++ function)": [[2, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi"], [2, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi"]], "cudaq::mpi::finalize (c++ function)": [[2, "_CPPv4N5cudaq3mpi8finalizeEv"]], "cudaq::mpi::initialize (c++ function)": [[2, "_CPPv4N5cudaq3mpi10initializeEiPPc"], [2, "_CPPv4N5cudaq3mpi10initializeEv"]], "cudaq::mpi::is_initialized (c++ function)": [[2, "_CPPv4N5cudaq3mpi14is_initializedEv"]], "cudaq::mpi::num_ranks (c++ function)": [[2, "_CPPv4N5cudaq3mpi9num_ranksEv"]], "cudaq::mpi::rank (c++ function)": [[2, "_CPPv4N5cudaq3mpi4rankEv"]], "cudaq::noise_model (c++ class)": [[2, "_CPPv4N5cudaq11noise_modelE"]], "cudaq::noise_model::add_channel (c++ function)": [[2, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel"], [2, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel"]], "cudaq::noise_model::empty (c++ function)": [[2, "_CPPv4NK5cudaq11noise_model5emptyEv"]], "cudaq::noise_model::get_channels (c++ function)": [[2, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEE"], [2, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEE"]], "cudaq::noise_model::noise_model (c++ function)": [[2, "_CPPv4N5cudaq11noise_model11noise_modelEv"]], "cudaq::num_available_gpus (c++ function)": [[2, "_CPPv4N5cudaq18num_available_gpusEv"]], "cudaq::observe_result (c++ class)": [[2, "_CPPv4N5cudaq14observe_resultE"]], "cudaq::observe_result::counts (c++ function)": [[2, "_CPPv4I0EN5cudaq14observe_result6countsE13sample_result10SpinOpType"]], "cudaq::observe_result::dump (c++ function)": [[2, "_CPPv4N5cudaq14observe_result4dumpEv"]], "cudaq::observe_result::expectation (c++ function)": [[2, "_CPPv4I0EN5cudaq14observe_result11expectationEd10SpinOpType"], [2, "_CPPv4N5cudaq14observe_result11expectationEv"]], "cudaq::observe_result::id_coefficient (c++ function)": [[2, "_CPPv4N5cudaq14observe_result14id_coefficientEv"]], "cudaq::observe_result::observe_result (c++ function)": [[2, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op"], [2, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result"]], "cudaq::observe_result::operator double (c++ function)": [[2, "_CPPv4N5cudaq14observe_resultcvdEv"]], "cudaq::observe_result::raw_data (c++ function)": [[2, "_CPPv4N5cudaq14observe_result8raw_dataEv"]], "cudaq::optimizable_function (c++ class)": [[2, "_CPPv4N5cudaq20optimizable_functionE"]], "cudaq::optimization_result (c++ type)": [[2, "_CPPv4N5cudaq19optimization_resultE"]], "cudaq::optimizer (c++ class)": [[2, "_CPPv4N5cudaq9optimizerE"]], "cudaq::optimizer::optimize (c++ function)": [[2, "_CPPv4N5cudaq9optimizer8optimizeEKiRR20optimizable_function"]], "cudaq::optimizer::requiresgradients (c++ function)": [[2, "_CPPv4N5cudaq9optimizer17requiresGradientsEv"]], "cudaq::phase_flip_channel (c++ class)": [[2, "_CPPv4N5cudaq18phase_flip_channelE"]], "cudaq::qreg (c++ class)": [[2, "_CPPv4I_NSt6size_tE_NSt6size_tE0EN5cudaq4qregE"]], "cudaq::qreg::back (c++ function)": [[2, "_CPPv4N5cudaq4qreg4backENSt6size_tE"], [2, "_CPPv4N5cudaq4qreg4backEv"]], "cudaq::qreg::begin (c++ function)": [[2, "_CPPv4N5cudaq4qreg5beginEv"]], "cudaq::qreg::clear (c++ function)": [[2, "_CPPv4N5cudaq4qreg5clearEv"]], "cudaq::qreg::front (c++ function)": [[2, "_CPPv4N5cudaq4qreg5frontENSt6size_tE"], [2, "_CPPv4N5cudaq4qreg5frontEv"]], "cudaq::qreg::operator[] (c++ function)": [[2, "_CPPv4N5cudaq4qregixEKNSt6size_tE"]], "cudaq::qreg::size (c++ function)": [[2, "_CPPv4NK5cudaq4qreg4sizeEv"]], "cudaq::qreg::slice (c++ function)": [[2, "_CPPv4N5cudaq4qreg5sliceENSt6size_tENSt6size_tE"]], "cudaq::qreg::value_type (c++ type)": [[2, "_CPPv4N5cudaq4qreg10value_typeE"]], "cudaq::qspan (c++ class)": [[2, "_CPPv4I_NSt6size_tE_NSt6size_tEEN5cudaq5qspanE"]], "cudaq::quantum_platform (c++ class)": [[2, "_CPPv4N5cudaq16quantum_platformE"]], "cudaq::quantum_platform::clear_shots (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform11clear_shotsEv"]], "cudaq::quantum_platform::connectivity (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform12connectivityEv"]], "cudaq::quantum_platform::enqueueasynctask (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tER19KernelExecutionTask"], [2, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tERNSt8functionIFvvEEE"]], "cudaq::quantum_platform::getlogstream (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform12getLogStreamEv"]], "cudaq::quantum_platform::get_current_qpu (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform15get_current_qpuEv"]], "cudaq::quantum_platform::get_exec_ctx (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform12get_exec_ctxEv"]], "cudaq::quantum_platform::get_num_qubits (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsENSt6size_tE"], [2, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsEv"]], "cudaq::quantum_platform::get_remote_capabilities (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform23get_remote_capabilitiesEKNSt6size_tE"]], "cudaq::quantum_platform::get_shots (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9get_shotsEv"]], "cudaq::quantum_platform::is_emulated (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform11is_emulatedEKNSt6size_tE"]], "cudaq::quantum_platform::is_remote (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9is_remoteEKNSt6size_tE"]], "cudaq::quantum_platform::is_simulator (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform12is_simulatorEKNSt6size_tE"]], "cudaq::quantum_platform::launchvqe (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE"]], "cudaq::quantum_platform::list_platforms (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform14list_platformsEv"]], "cudaq::quantum_platform::name (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform4nameEv"]], "cudaq::quantum_platform::num_qpus (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform8num_qpusEv"]], "cudaq::quantum_platform::onrandomseedset (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform15onRandomSeedSetENSt6size_tE"]], "cudaq::quantum_platform::resetlogstream (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform14resetLogStreamEv"]], "cudaq::quantum_platform::reset_exec_ctx (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform14reset_exec_ctxENSt6size_tE"]], "cudaq::quantum_platform::reset_noise (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform11reset_noiseEv"]], "cudaq::quantum_platform::setlogstream (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform12setLogStreamERNSt7ostreamE"]], "cudaq::quantum_platform::settargetbackend (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform16setTargetBackendERKNSt6stringE"]], "cudaq::quantum_platform::set_current_qpu (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform15set_current_qpuEKNSt6size_tE"]], "cudaq::quantum_platform::set_exec_ctx (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform12set_exec_ctxEPN5cudaq16ExecutionContextENSt6size_tE"]], "cudaq::quantum_platform::set_noise (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9set_noiseEPK11noise_model"]], "cudaq::quantum_platform::set_shots (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9set_shotsEi"]], "cudaq::quantum_platform::supports_conditional_feedback (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform29supports_conditional_feedbackEKNSt6size_tE"]], "cudaq::quantum_platform::supports_task_distribution (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform26supports_task_distributionEv"]], "cudaq::qubit (c++ type)": [[2, "_CPPv4N5cudaq5qubitE"]], "cudaq::qudit (c++ class)": [[2, "_CPPv4I_NSt6size_tEEN5cudaq5quditE"]], "cudaq::qudit::qudit (c++ function)": [[2, "_CPPv4N5cudaq5qudit5quditEv"]], "cudaq::qvector (c++ class)": [[2, "_CPPv4I_NSt6size_tEEN5cudaq7qvectorE"]], "cudaq::qvector::back (c++ function)": [[2, "_CPPv4N5cudaq7qvector4backENSt6size_tE"], [2, "_CPPv4N5cudaq7qvector4backEv"]], "cudaq::qvector::begin (c++ function)": [[2, "_CPPv4N5cudaq7qvector5beginEv"]], "cudaq::qvector::clear (c++ function)": [[2, "_CPPv4N5cudaq7qvector5clearEv"]], "cudaq::qvector::end (c++ function)": [[2, "_CPPv4N5cudaq7qvector3endEv"]], "cudaq::qvector::front (c++ function)": [[2, "_CPPv4N5cudaq7qvector5frontENSt6size_tE"], [2, "_CPPv4N5cudaq7qvector5frontEv"]], "cudaq::qvector::operator= (c++ function)": [[2, "_CPPv4N5cudaq7qvectoraSERK7qvector"]], "cudaq::qvector::operator[] (c++ function)": [[2, "_CPPv4N5cudaq7qvectorixEKNSt6size_tE"]], "cudaq::qvector::qvector (c++ function)": [[2, "_CPPv4N5cudaq7qvector7qvectorENSt6size_tE"], [2, "_CPPv4N5cudaq7qvector7qvectorERK5state"], [2, "_CPPv4N5cudaq7qvector7qvectorERK7qvector"], [2, "_CPPv4N5cudaq7qvector7qvectorERKNSt6vectorI7complexEEb"], [2, "_CPPv4N5cudaq7qvector7qvectorERR7qvector"]], "cudaq::qvector::size (c++ function)": [[2, "_CPPv4NK5cudaq7qvector4sizeEv"]], "cudaq::qvector::slice (c++ function)": [[2, "_CPPv4N5cudaq7qvector5sliceENSt6size_tENSt6size_tE"]], "cudaq::qvector::value_type (c++ type)": [[2, "_CPPv4N5cudaq7qvector10value_typeE"]], "cudaq::qview (c++ class)": [[2, "_CPPv4I_NSt6size_tEEN5cudaq5qviewE"]], "cudaq::qview::value_type (c++ type)": [[2, "_CPPv4N5cudaq5qview10value_typeE"]], "cudaq::range (c++ function)": [[2, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType"], [2, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType"], [2, "_CPPv4N5cudaq5rangeENSt6size_tE"]], "cudaq::real (c++ type)": [[2, "_CPPv4N5cudaq4realE"]], "cudaq::registry (c++ type)": [[2, "_CPPv4N5cudaq8registryE"]], "cudaq::registry::registeredtype (c++ class)": [[2, "_CPPv4I0EN5cudaq8registry14RegisteredTypeE"]], "cudaq::sample_result (c++ class)": [[2, "_CPPv4N5cudaq13sample_resultE"]], "cudaq::sample_result::append (c++ function)": [[2, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult"]], "cudaq::sample_result::begin (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5beginEv"], [2, "_CPPv4NK5cudaq13sample_result5beginEv"]], "cudaq::sample_result::cbegin (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result6cbeginEv"]], "cudaq::sample_result::cend (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result4cendEv"]], "cudaq::sample_result::clear (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5clearEv"]], "cudaq::sample_result::count (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE"]], "cudaq::sample_result::deserialize (c++ function)": [[2, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE"]], "cudaq::sample_result::dump (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE"], [2, "_CPPv4NK5cudaq13sample_result4dumpEv"]], "cudaq::sample_result::end (c++ function)": [[2, "_CPPv4N5cudaq13sample_result3endEv"], [2, "_CPPv4NK5cudaq13sample_result3endEv"]], "cudaq::sample_result::exp_val_z (c++ function)": [[2, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE"]], "cudaq::sample_result::expectation (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE"]], "cudaq::sample_result::get_marginal (c++ function)": [[2, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE"], [2, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE"]], "cudaq::sample_result::has_even_parity (c++ function)": [[2, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE"]], "cudaq::sample_result::has_expectation (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE"]], "cudaq::sample_result::most_probable (c++ function)": [[2, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE"]], "cudaq::sample_result::operator+= (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultpLERK13sample_result"]], "cudaq::sample_result::operator= (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultaSER13sample_result"]], "cudaq::sample_result::operator== (c++ function)": [[2, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result"]], "cudaq::sample_result::probability (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE"]], "cudaq::sample_result::register_names (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result14register_namesEv"]], "cudaq::sample_result::reorder (c++ function)": [[2, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE"]], "cudaq::sample_result::sample_result (c++ function)": [[2, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERK13sample_result"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult"], [2, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE"], [2, "_CPPv4N5cudaq13sample_result13sample_resultEv"]], "cudaq::sample_result::serialize (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result9serializeEv"]], "cudaq::sample_result::size (c++ function)": [[2, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE"]], "cudaq::sample_result::to_map (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE"]], "cudaq::sample_result::~sample_result (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultD0Ev"]], "cudaq::set_noise (c++ function)": [[2, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE"]], "cudaq::set_random_seed (c++ function)": [[2, "_CPPv4N5cudaq15set_random_seedENSt6size_tE"]], "cudaq::simulation_precision (c++ enum)": [[2, "_CPPv4N5cudaq20simulation_precisionE"]], "cudaq::simulation_precision::fp32 (c++ enumerator)": [[2, "_CPPv4N5cudaq20simulation_precision4fp32E"]], "cudaq::simulation_precision::fp64 (c++ enumerator)": [[2, "_CPPv4N5cudaq20simulation_precision4fp64E"]], "cudaq::spin_op (c++ class)": [[2, "_CPPv4N5cudaq7spin_opE"]], "cudaq::spin_op::begin (c++ function)": [[2, "_CPPv4N5cudaq7spin_op5beginEv"], [2, "_CPPv4NK5cudaq7spin_op5beginEv"]], "cudaq::spin_op::csr_spmatrix (c++ type)": [[2, "_CPPv4N5cudaq7spin_op12csr_spmatrixE"]], "cudaq::spin_op::distribute_terms (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE"]], "cudaq::spin_op::dump (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op4dumpEv"]], "cudaq::spin_op::end (c++ function)": [[2, "_CPPv4N5cudaq7spin_op3endEv"], [2, "_CPPv4NK5cudaq7spin_op3endEv"]], "cudaq::spin_op::for_each_pauli (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op14for_each_pauliERRNSt8functionIFv5pauliNSt6size_tEEEE"]], "cudaq::spin_op::for_each_term (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op13for_each_termERRNSt8functionIFvR7spin_opEEE"]], "cudaq::spin_op::from_word (c++ function)": [[2, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE"]], "cudaq::spin_op::getdatarepresentation (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op21getDataRepresentationEv"]], "cudaq::spin_op::getdatatuple (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op12getDataTupleEv"]], "cudaq::spin_op::get_coefficient (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op15get_coefficientEv"]], "cudaq::spin_op::get_raw_data (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op12get_raw_dataEv"]], "cudaq::spin_op::is_identity (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op11is_identityEv"]], "cudaq::spin_op::iterator (c++ struct)": [[2, "_CPPv4I0EN5cudaq7spin_op8iteratorE"]], "cudaq::spin_op::num_qubits (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op10num_qubitsEv"]], "cudaq::spin_op::num_terms (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9num_termsEv"]], "cudaq::spin_op::operator*= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_opmLEKd"], [2, "_CPPv4N5cudaq7spin_opmLERK7spin_op"]], "cudaq::spin_op::operator+= (c++ function)": [[2, "_CPPv4N5cudaq7spin_oppLERK7spin_op"]], "cudaq::spin_op::operator-= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opmIERK7spin_op"]], "cudaq::spin_op::operator= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opaSERK7spin_op"]], "cudaq::spin_op::operator== (c++ function)": [[2, "_CPPv4NK5cudaq7spin_opeqERK7spin_op"]], "cudaq::spin_op::random (c++ function)": [[2, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj"]], "cudaq::spin_op::spin_op (c++ function)": [[2, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opEv"]], "cudaq::spin_op::spin_op_term (c++ type)": [[2, "_CPPv4N5cudaq7spin_op12spin_op_termE"]], "cudaq::spin_op::to_matrix (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9to_matrixEv"]], "cudaq::spin_op::to_sparse_matrix (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op16to_sparse_matrixEv"]], "cudaq::spin_op::to_string (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9to_stringEb"]], "cudaq::spin_op::~spin_op (c++ function)": [[2, "_CPPv4N5cudaq7spin_opD0Ev"]], "cudaq::state (c++ class)": [[2, "_CPPv4N5cudaq5stateE"]], "cudaq::state::amplitude (c++ function)": [[2, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE"]], "cudaq::state::amplitudes (c++ function)": [[2, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE"]], "cudaq::state::dump (c++ function)": [[2, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE"], [2, "_CPPv4NK5cudaq5state4dumpEv"]], "cudaq::state::from_data (c++ function)": [[2, "_CPPv4N5cudaq5state9from_dataERK10state_data"]], "cudaq::state::get_num_qubits (c++ function)": [[2, "_CPPv4NK5cudaq5state14get_num_qubitsEv"]], "cudaq::state::get_num_tensors (c++ function)": [[2, "_CPPv4NK5cudaq5state15get_num_tensorsEv"]], "cudaq::state::get_precision (c++ function)": [[2, "_CPPv4NK5cudaq5state13get_precisionEv"]], "cudaq::state::get_tensor (c++ function)": [[2, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE"]], "cudaq::state::get_tensors (c++ function)": [[2, "_CPPv4NK5cudaq5state11get_tensorsEv"]], "cudaq::state::is_on_gpu (c++ function)": [[2, "_CPPv4NK5cudaq5state9is_on_gpuEv"]], "cudaq::state::operator() (c++ function)": [[2, "_CPPv4N5cudaq5stateclENSt6size_tENSt6size_tE"], [2, "_CPPv4N5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE"]], "cudaq::state::operator= (c++ function)": [[2, "_CPPv4N5cudaq5stateaSERR5state"]], "cudaq::state::operator[] (c++ function)": [[2, "_CPPv4N5cudaq5stateixENSt6size_tE"]], "cudaq::state::overlap (c++ function)": [[2, "_CPPv4N5cudaq5state7overlapERK5state"]], "cudaq::state::state (c++ function)": [[2, "_CPPv4N5cudaq5state5stateEP15SimulationState"], [2, "_CPPv4N5cudaq5state5stateERK5state"]], "cudaq::state::to_host (c++ function)": [[2, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE"]], "cudaq::state_data (c++ type)": [[2, "_CPPv4N5cudaq10state_dataE"]], "cudaq::tensor (c++ type)": [[2, "_CPPv4N5cudaq6tensorE"]], "cudaq::unset_noise (c++ function)": [[2, "_CPPv4N5cudaq11unset_noiseEv"]], "nvqir::mpssimulationstate (c++ class)": [[2, "_CPPv4N5nvqir18MPSSimulationStateE"]], "nvqir::tensornetsimulationstate (c++ class)": [[2, "_CPPv4N5nvqir24TensorNetSimulationStateE"]], "amplitudedampingchannel (class in cudaq)": [[3, "cudaq.AmplitudeDampingChannel"]], "asyncobserveresult (class in cudaq)": [[3, "cudaq.AsyncObserveResult"]], "asyncsampleresult (class in cudaq)": [[3, "cudaq.AsyncSampleResult"]], "asyncstateresult (class in cudaq)": [[3, "cudaq.AsyncStateResult"]], "bitflipchannel (class in cudaq)": [[3, "cudaq.BitFlipChannel"]], "cobyla (class in cudaq.optimizers)": [[3, "cudaq.optimizers.COBYLA"]], "centraldifference (class in cudaq.gradients)": [[3, "cudaq.gradients.CentralDifference"]], "complexmatrix (class in cudaq)": [[3, "cudaq.ComplexMatrix"]], "depolarizationchannel (class in cudaq)": [[3, "cudaq.DepolarizationChannel"]], "forwarddifference (class in cudaq.gradients)": [[3, "cudaq.gradients.ForwardDifference"]], "gradientdescent (class in cudaq.optimizers)": [[3, "cudaq.optimizers.GradientDescent"]], "kernel (in module cudaq)": [[3, "cudaq.Kernel"]], "krauschannel (class in cudaq)": [[3, "cudaq.KrausChannel"]], "krausoperator (class in cudaq)": [[3, "cudaq.KrausOperator"]], "lbfgs (class in cudaq.optimizers)": [[3, "cudaq.optimizers.LBFGS"]], "neldermead (class in cudaq.optimizers)": [[3, "cudaq.optimizers.NelderMead"]], "noisemodel (class in cudaq)": [[3, "cudaq.NoiseModel"]], "observeresult (class in cudaq)": [[3, "cudaq.ObserveResult"]], "optimizationresult (class in cudaq)": [[3, "cudaq.OptimizationResult"]], "parametershift (class in cudaq.gradients)": [[3, "cudaq.gradients.ParameterShift"]], "phaseflipchannel (class in cudaq)": [[3, "cudaq.PhaseFlipChannel"]], "pykernel (class in cudaq)": [[3, "cudaq.PyKernel"]], "pykerneldecorator (class in cudaq)": [[3, "cudaq.PyKernelDecorator"]], "quakevalue (class in cudaq)": [[3, "cudaq.QuakeValue"]], "sampleresult (class in cudaq)": [[3, "cudaq.SampleResult"]], "simulationprecision (class in cudaq)": [[3, "cudaq.SimulationPrecision"]], "spinoperator (class in cudaq)": [[3, "cudaq.SpinOperator"]], "state (class in cudaq)": [[3, "cudaq.State"]], "target (class in cudaq)": [[3, "cudaq.Target"]], "tensor (class in cudaq)": [[3, "cudaq.Tensor"]], "__add__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__add__"]], "__add__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__add__"]], "__call__() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.__call__"]], "__eq__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__eq__"]], "__getitem__() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.__getitem__"]], "__getitem__() (cudaq.krauschannel method)": [[3, "cudaq.KrausChannel.__getitem__"]], "__getitem__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__getitem__"]], "__getitem__() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.__getitem__"]], "__init__() (cudaq.amplitudedampingchannel method)": [[3, "cudaq.AmplitudeDampingChannel.__init__"]], "__init__() (cudaq.bitflipchannel method)": [[3, "cudaq.BitFlipChannel.__init__"]], "__init__() (cudaq.depolarizationchannel method)": [[3, "cudaq.DepolarizationChannel.__init__"]], "__init__() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.__init__"]], "__init__() (cudaq.phaseflipchannel method)": [[3, "cudaq.PhaseFlipChannel.__init__"]], "__iter__() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.__iter__"]], "__iter__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__iter__"]], "__len__() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.__len__"]], "__mul__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__mul__"]], "__mul__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__mul__"]], "__neg__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__neg__"]], "__radd__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__radd__"]], "__radd__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__radd__"]], "__rmul__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__rmul__"]], "__rmul__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__rmul__"]], "__rsub__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__rsub__"]], "__rsub__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__rsub__"]], "__str__() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.__str__"]], "__str__() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.__str__"]], "__sub__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__sub__"]], "__sub__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__sub__"]], "add_channel() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.add_channel"]], "all_gather() (in module cudaq.mpi)": [[3, "cudaq.mpi.all_gather"]], "amplitude() (cudaq.state method)": [[3, "cudaq.State.amplitude"]], "amplitudes() (cudaq.state method)": [[3, "cudaq.State.amplitudes"]], "append() (cudaq.krauschannel method)": [[3, "cudaq.KrausChannel.append"]], "argument_count (cudaq.pykernel attribute)": [[3, "cudaq.PyKernel.argument_count"]], "arguments (cudaq.pykernel attribute)": [[3, "cudaq.PyKernel.arguments"]], "broadcast() (in module cudaq.mpi)": [[3, "cudaq.mpi.broadcast"]], "clear() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.clear"]], "col_count (cudaq.krausoperator property)": [[3, "cudaq.KrausOperator.col_count"]], "compile() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.compile"]], "compute() (cudaq.gradients.centraldifference method)": [[3, "cudaq.gradients.CentralDifference.compute"]], "compute() (cudaq.gradients.forwarddifference method)": [[3, "cudaq.gradients.ForwardDifference.compute"]], "compute() (cudaq.gradients.parametershift method)": [[3, "cudaq.gradients.ParameterShift.compute"]], "count() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.count"]], "counts() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.counts"]], "cudaq": [[3, "module-cudaq"]], "description (cudaq.target property)": [[3, "cudaq.Target.description"]], "distribute_terms() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.distribute_terms"]], "draw() (in module cudaq)": [[3, "cudaq.draw"]], "dump() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.dump"]], "dump() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.dump"]], "dump() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.dump"]], "dump() (cudaq.state method)": [[3, "cudaq.State.dump"]], "expectation() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.expectation"]], "expectation() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.expectation"]], "expectation_z() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.expectation_z"]], "expectation_z() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.expectation_z"]], "finalize() (in module cudaq.mpi)": [[3, "cudaq.mpi.finalize"]], "for_each_pauli() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.for_each_pauli"]], "for_each_term() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.for_each_term"]], "from_data() (cudaq.state static method)": [[3, "cudaq.State.from_data"]], "from_json() (cudaq.pykerneldecorator static method)": [[3, "cudaq.PyKernelDecorator.from_json"]], "from_json() (cudaq.spinoperator static method)": [[3, "cudaq.SpinOperator.from_json"]], "from_json() (cudaq.gradients.centraldifference static method)": [[3, "cudaq.gradients.CentralDifference.from_json"]], "from_json() (cudaq.gradients.forwarddifference static method)": [[3, "cudaq.gradients.ForwardDifference.from_json"]], "from_json() (cudaq.gradients.parametershift static method)": [[3, "cudaq.gradients.ParameterShift.from_json"]], "from_json() (cudaq.optimizers.cobyla static method)": [[3, "cudaq.optimizers.COBYLA.from_json"]], "from_json() (cudaq.optimizers.gradientdescent static method)": [[3, "cudaq.optimizers.GradientDescent.from_json"]], "from_json() (cudaq.optimizers.lbfgs static method)": [[3, "cudaq.optimizers.LBFGS.from_json"]], "from_json() (cudaq.optimizers.neldermead static method)": [[3, "cudaq.optimizers.NelderMead.from_json"]], "from_word() (cudaq.spinoperator static method)": [[3, "cudaq.SpinOperator.from_word"]], "get() (cudaq.asyncobserveresult method)": [[3, "cudaq.AsyncObserveResult.get"]], "get() (cudaq.asyncsampleresult method)": [[3, "cudaq.AsyncSampleResult.get"]], "get() (cudaq.asyncstateresult method)": [[3, "cudaq.AsyncStateResult.get"]], "gettensor() (cudaq.state method)": [[3, "cudaq.State.getTensor"]], "gettensors() (cudaq.state method)": [[3, "cudaq.State.getTensors"]], "get_channels() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.get_channels"]], "get_coefficient() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.get_coefficient"]], "get_marginal_counts() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.get_marginal_counts"]], "get_precision() (cudaq.target method)": [[3, "cudaq.Target.get_precision"]], "get_qubit_count() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.get_qubit_count"]], "get_raw_data() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.get_raw_data"]], "get_register_counts() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.get_register_counts"]], "get_sequential_data() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.get_sequential_data"]], "get_spin() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.get_spin"]], "get_state() (in module cudaq)": [[3, "cudaq.get_state"]], "get_state_async() (in module cudaq)": [[3, "cudaq.get_state_async"]], "get_target() (in module cudaq)": [[3, "cudaq.get_target"]], "get_targets() (in module cudaq)": [[3, "cudaq.get_targets"]], "get_term_count() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.get_term_count"]], "gradient (class in cudaq.gradients)": [[3, "cudaq.gradients.gradient"]], "has_target() (in module cudaq)": [[3, "cudaq.has_target"]], "initial_parameters (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.initial_parameters"]], "initial_parameters (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.initial_parameters"]], "initial_parameters (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.initial_parameters"]], "initial_parameters (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.initial_parameters"]], "initialize() (in module cudaq.mpi)": [[3, "cudaq.mpi.initialize"]], "initialize_cudaq() (in module cudaq)": [[3, "cudaq.initialize_cudaq"]], "is_emulated() (cudaq.target method)": [[3, "cudaq.Target.is_emulated"]], "is_identity() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.is_identity"]], "is_initialized() (in module cudaq.mpi)": [[3, "cudaq.mpi.is_initialized"]], "is_on_gpu() (cudaq.state method)": [[3, "cudaq.State.is_on_gpu"]], "is_remote() (cudaq.target method)": [[3, "cudaq.Target.is_remote"]], "items() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.items"]], "kernel() (in module cudaq)": [[3, "cudaq.kernel"]], "lower_bounds (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.lower_bounds"]], "lower_bounds (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.lower_bounds"]], "lower_bounds (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.lower_bounds"]], "lower_bounds (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.lower_bounds"]], "make_kernel() (in module cudaq)": [[3, "cudaq.make_kernel"]], "max_iterations (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.max_iterations"]], "max_iterations (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.max_iterations"]], "max_iterations (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.max_iterations"]], "max_iterations (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.max_iterations"]], "minimal_eigenvalue() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.minimal_eigenvalue"]], "module": [[3, "module-cudaq"]], "most_probable() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.most_probable"]], "name (cudaq.pykernel attribute)": [[3, "cudaq.PyKernel.name"]], "name (cudaq.simulationprecision property)": [[3, "cudaq.SimulationPrecision.name"]], "name (cudaq.target property)": [[3, "cudaq.Target.name"]], "num_available_gpus() (in module cudaq)": [[3, "cudaq.num_available_gpus"]], "num_qpus() (cudaq.target method)": [[3, "cudaq.Target.num_qpus"]], "num_qubits() (cudaq.state method)": [[3, "cudaq.State.num_qubits"]], "num_ranks() (in module cudaq.mpi)": [[3, "cudaq.mpi.num_ranks"]], "observe() (in module cudaq)": [[3, "cudaq.observe"]], "observe_async() (in module cudaq)": [[3, "cudaq.observe_async"]], "optimize() (cudaq.optimizers.cobyla method)": [[3, "cudaq.optimizers.COBYLA.optimize"]], "optimize() (cudaq.optimizers.gradientdescent method)": [[3, "cudaq.optimizers.GradientDescent.optimize"]], "optimize() (cudaq.optimizers.lbfgs method)": [[3, "cudaq.optimizers.LBFGS.optimize"]], "optimize() (cudaq.optimizers.neldermead method)": [[3, "cudaq.optimizers.NelderMead.optimize"]], "optimizer (class in cudaq.optimizers)": [[3, "cudaq.optimizers.optimizer"]], "overlap() (cudaq.state method)": [[3, "cudaq.State.overlap"]], "platform (cudaq.target property)": [[3, "cudaq.Target.platform"]], "probability() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.probability"]], "qreg (in module cudaq)": [[3, "cudaq.qreg"]], "qubit (class in cudaq)": [[3, "cudaq.qubit"]], "qvector (class in cudaq)": [[3, "cudaq.qvector"]], "random() (cudaq.spinoperator static method)": [[3, "cudaq.SpinOperator.random"]], "rank() (in module cudaq.mpi)": [[3, "cudaq.mpi.rank"]], "register_names (cudaq.sampleresult attribute)": [[3, "cudaq.SampleResult.register_names"]], "requires_gradients() (cudaq.optimizers.cobyla method)": [[3, "cudaq.optimizers.COBYLA.requires_gradients"]], "requires_gradients() (cudaq.optimizers.gradientdescent method)": [[3, "cudaq.optimizers.GradientDescent.requires_gradients"]], "requires_gradients() (cudaq.optimizers.lbfgs method)": [[3, "cudaq.optimizers.LBFGS.requires_gradients"]], "requires_gradients() (cudaq.optimizers.neldermead method)": [[3, "cudaq.optimizers.NelderMead.requires_gradients"]], "reset_target() (in module cudaq)": [[3, "cudaq.reset_target"]], "row_count (cudaq.krausoperator property)": [[3, "cudaq.KrausOperator.row_count"]], "sample() (in module cudaq)": [[3, "cudaq.sample"]], "sample_async() (in module cudaq)": [[3, "cudaq.sample_async"]], "serialize() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.serialize"]], "set_noise() (in module cudaq)": [[3, "cudaq.set_noise"]], "set_random_seed() (in module cudaq)": [[3, "cudaq.set_random_seed"]], "set_target() (in module cudaq)": [[3, "cudaq.set_target"]], "simulator (cudaq.target property)": [[3, "cudaq.Target.simulator"]], "slice() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.slice"]], "spin.i() (in module cudaq)": [[3, "cudaq.spin.i"]], "spin.x() (in module cudaq)": [[3, "cudaq.spin.x"]], "spin.y() (in module cudaq)": [[3, "cudaq.spin.y"]], "spin.z() (in module cudaq)": [[3, "cudaq.spin.z"]], "to_json() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.to_json"]], "to_json() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.to_json"]], "to_json() (cudaq.gradients.centraldifference method)": [[3, "cudaq.gradients.CentralDifference.to_json"]], "to_json() (cudaq.gradients.forwarddifference method)": [[3, "cudaq.gradients.ForwardDifference.to_json"]], "to_json() (cudaq.gradients.parametershift method)": [[3, "cudaq.gradients.ParameterShift.to_json"]], "to_json() (cudaq.optimizers.cobyla method)": [[3, "cudaq.optimizers.COBYLA.to_json"]], "to_json() (cudaq.optimizers.gradientdescent method)": [[3, "cudaq.optimizers.GradientDescent.to_json"]], "to_json() (cudaq.optimizers.lbfgs method)": [[3, "cudaq.optimizers.LBFGS.to_json"]], "to_json() (cudaq.optimizers.neldermead method)": [[3, "cudaq.optimizers.NelderMead.to_json"]], "to_matrix() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.to_matrix"]], "to_sparse_matrix() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.to_sparse_matrix"]], "to_string() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.to_string"]], "translate() (in module cudaq)": [[3, "cudaq.translate"]], "type_to_str() (cudaq.pykerneldecorator static method)": [[3, "cudaq.PyKernelDecorator.type_to_str"]], "unset_noise() (in module cudaq)": [[3, "cudaq.unset_noise"]], "upper_bounds (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.upper_bounds"]], "upper_bounds (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.upper_bounds"]], "upper_bounds (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.upper_bounds"]], "upper_bounds (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.upper_bounds"]], "values() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.values"]], "vqe() (in module cudaq)": [[3, "cudaq.vqe"]]}}) \ No newline at end of file +Search.setIndex({"docnames": ["api/api", "api/default_ops", "api/languages/cpp_api", "api/languages/python_api", "examples/python/tutorials/Divisive_clustering", "examples/python/tutorials/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/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", "Quantum Enhanced Auxiliary Field Quantum Monte Carlo", "Cost Minimization", "Deutsch\u2019s Algorithm", "Hadamard Test", "Hybrid Quantum Neural Networks", "Molecular docking via DC-QAOA", "Noisy Simulation", "Max-Cut with QAOA", "Quantum Fourier Transform", "Readout Error Mitigation", "Visualization", "Variational Quantum Eigensolver", "Water Molecule with Active Space (CPU vs. GPU)", "CUDA-Q", "CUDA-Q Releases", "Language Specification", "12. Quantum Algorithmic Primitives", "8. Control Flow", "9. Just-in-Time Kernel Creation", "13. Example Programs", "6. Quantum Kernels", "1. Machine Model", "2. Namespace and Standard", "5. Quantum Intrinsic Operations", "4. Quantum Operators", "10. Common Quantum Programming Patterns", "11. Quantum Platform", "7. Sub-circuit Synthesis", "3. Quantum Types", "Specifications", "Quake Dialect", "CUDA-Q Backends", "CUDA-Q Hardware Backends", "NVIDIA Quantum Cloud", "Multi-Processor Platforms", "CUDA-Q Simulation Backends", "CUDA-Q Basics", "Building your first CUDA-Q Program", "What is a CUDA-Q kernel?", "Running your first CUDA-Q Program", "Troubleshooting", "Bernstein-Vazirani", "Simulations with cuQuantum", "CUDA-Q by Example", "Computing Expectation Values", "Using Quantum Hardware Providers", "Introduction", "Multi-control Synthesis", "Multi-GPU Workflows", "Noisy Simulation", "Quantum Approximate Optimization Algorithm", "Quantum Computing 101", "Variational Quantum Eigensolver", "Working with the CUDA-Q IR", "Extending CUDA-Q", "Create your own CUDA-Q Compiler Pass", "Extending CUDA-Q with a new Simulator", "Installation from Source", "Installation Guide", "Local Installation", "CUDA-Q and CMake", "Using CUDA and CUDA-Q in a Project", "Integration with other Software Tools", "Integrating with Third-Party Libraries", "Quick Start", "CUDA-Q Tutorials", "CUDA-Q Versions"], "terms": {"c": [0, 1, 4, 5, 12, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 38, 39, 40, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 64, 65, 66, 69, 71], "python": [0, 1, 2, 4, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 32, 33, 38, 39, 40, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 57, 61, 68, 69, 70, 71], "quantum": [0, 3, 8, 11, 12, 14, 15, 17, 18, 19, 20, 22, 23, 26, 32, 34, 35, 36, 37, 40, 42, 43, 44, 47, 48, 49, 51, 53, 54, 58, 61, 62, 64, 65, 66, 68, 69, 71], "oper": [0, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 15, 18, 20, 21, 23, 24, 25, 26, 30, 32, 33, 34, 35, 37, 38, 40, 42, 44, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 60, 61, 62, 64, 69], "cuda": [1, 6, 7, 9, 10, 11, 12, 13, 15, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 38, 39, 45, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 67], "q": [1, 6, 7, 8, 9, 11, 12, 13, 15, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 38, 39, 45, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 67], "provid": [1, 2, 3, 4, 5, 11, 13, 14, 16, 18, 20, 21, 23, 26, 28, 29, 31, 32, 33, 35, 37, 38, 39, 40, 43, 47, 48, 49, 51, 52, 54, 57, 58, 60, 61, 62, 64, 65, 68], "default": [1, 2, 3, 10, 15, 21, 25, 28, 33, 37, 38, 39, 44, 47, 50, 51, 57, 58, 61, 62, 64, 66, 68, 69], "set": [1, 2, 3, 4, 5, 6, 7, 9, 12, 14, 15, 18, 21, 23, 25, 28, 35, 38, 39, 40, 42, 44, 46, 47, 50, 54, 55, 57, 62, 64, 68, 69], "These": [1, 2, 11, 12, 20, 25, 28, 32, 33, 35, 36, 38, 39, 40, 58, 62, 64], "can": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 64, 65, 66, 67, 68, 69, 71], "us": [1, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 21, 22, 23, 24, 25, 28, 29, 31, 32, 35, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 53, 55, 56, 57, 58, 60, 61, 62, 65, 68, 69, 71], "kernel": [1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 24, 26, 28, 29, 30, 31, 32, 33, 34, 37, 38, 40, 41, 42, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 66, 68, 69, 71], "librari": [1, 2, 9, 10, 15, 16, 18, 19, 20, 25, 27, 32, 33, 40, 49, 58, 60, 61, 64, 66, 67, 71], "sinc": [1, 2, 5, 7, 12, 13, 14, 33, 36, 39, 40, 43, 49, 50, 53, 57, 58, 64, 65, 68], "intrins": [1, 25, 32, 33, 35], "nativ": [1, 20, 26, 28, 29, 65], "support": [1, 2, 3, 5, 14, 15, 18, 19, 20, 25, 26, 28, 30, 33, 37, 43, 44, 47, 50, 51, 54, 55, 56, 57, 60, 68, 69, 71], "specif": [1, 2, 3, 4, 18, 21, 25, 27, 28, 29, 30, 33, 35, 37, 38, 39, 40, 43, 44, 51, 56, 58, 61, 62, 64, 66, 68], "target": [1, 2, 3, 4, 7, 8, 9, 11, 12, 15, 17, 19, 21, 28, 31, 35, 37, 38, 39, 40, 44, 46, 47, 49, 50, 52, 54, 56, 58, 60, 61, 62, 64, 69, 71], "depend": [1, 3, 4, 7, 12, 21, 26, 35, 38, 39, 40, 46, 57, 68, 69], "backend": [1, 2, 4, 6, 18, 19, 21, 39, 44, 46, 47, 50, 53, 54, 58, 61, 62, 64, 68, 69, 71], "architectur": [1, 2, 9, 18, 20, 26, 35, 37, 39, 50, 53, 56, 61, 62, 64, 69], "nvq": [1, 21, 24, 37, 38, 39, 40, 44, 47, 49, 50, 51, 52, 54, 57, 58, 61, 64, 65, 66, 68, 69], "compil": [1, 2, 3, 4, 20, 21, 24, 25, 26, 30, 32, 33, 37, 38, 39, 40, 44, 47, 49, 50, 51, 52, 54, 57, 58, 61, 62, 64, 65, 66, 69], "automat": [1, 26, 37, 39, 40, 50, 57, 62, 64, 68], "decompos": [1, 5], "appropri": [1, 2, 4, 7, 13, 20, 28, 39, 62, 64], "The": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 44, 46, 47, 49, 50, 51, 53, 54, 55, 56, 57, 58, 60, 61, 62, 64, 66, 68, 69, 71], "section": [1, 7, 13, 23, 39, 40, 62, 64, 68, 69], "list": [1, 2, 3, 4, 5, 6, 7, 9, 10, 12, 13, 14, 15, 16, 17, 19, 21, 25, 36, 37, 38, 40, 46, 50, 53, 55, 56, 57, 62, 64, 68, 69, 71], "implement": [1, 2, 3, 5, 7, 11, 12, 13, 20, 21, 26, 27, 28, 30, 32, 33, 35, 37, 40, 50, 51, 55, 58, 60, 61, 62, 64, 68], "transform": [1, 5, 7, 9, 17, 18, 20, 24, 58, 60], "state": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 15, 16, 19, 21, 25, 26, 28, 33, 35, 38, 42, 44, 46, 47, 49, 50, 51, 53, 54, 55, 57, 61, 62, 68, 69, 71], "ar": [1, 2, 3, 4, 5, 7, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 25, 26, 28, 30, 32, 33, 34, 35, 37, 38, 39, 40, 43, 44, 48, 49, 50, 51, 53, 56, 57, 58, 61, 62, 64, 66, 68, 69, 71], "templat": [1, 2, 16, 21, 23, 24, 25, 28, 32, 33, 50, 51, 58, 60, 61, 66, 68], "argument": [1, 2, 3, 4, 7, 12, 14, 15, 21, 23, 25, 32, 33, 37, 42, 44, 49, 52, 53, 57, 58, 61, 64, 68], "allow": [1, 2, 3, 4, 5, 6, 7, 9, 19, 21, 23, 25, 26, 40, 42, 43, 44, 52, 53, 54, 56, 57, 58, 60, 64, 65, 71], "invok": [1, 2, 3, 21, 23, 25, 30, 37, 40, 51, 58, 68], "version": [1, 3, 5, 9, 12, 13, 18, 19, 21, 30, 36, 37, 38, 39, 40, 44, 58, 61, 62, 64, 65, 68, 69], "see": [1, 2, 3, 4, 6, 7, 13, 15, 19, 21, 23, 25, 33, 35, 36, 37, 38, 39, 40, 42, 44, 46, 51, 53, 54, 55, 56, 58, 60, 62, 64, 65, 66, 68, 69, 71], "addition": [1, 19, 64, 71], "overload": [1, 3, 21, 28, 29, 33, 35], "broadcast": [1, 2, 3, 12, 28], "singl": [1, 2, 3, 4, 5, 13, 15, 16, 21, 24, 25, 26, 28, 33, 37, 38, 39, 44, 49, 50, 51, 53, 54, 56, 57, 58, 68], "across": [1, 2, 3, 7, 19, 28, 38, 39, 40, 50, 62, 64, 71], "vector": [1, 2, 3, 4, 5, 6, 9, 15, 21, 23, 24, 25, 28, 31, 33, 35, 38, 39, 46, 47, 50, 51, 52, 53, 55, 57, 61, 62], "For": [1, 2, 3, 4, 5, 7, 12, 13, 14, 15, 19, 21, 23, 28, 35, 37, 38, 39, 40, 42, 43, 44, 45, 46, 50, 52, 53, 55, 56, 57, 61, 62, 64, 66, 68, 69, 71], "exampl": [1, 3, 4, 5, 6, 7, 9, 11, 12, 13, 15, 18, 19, 20, 21, 23, 28, 34, 35, 37, 38, 39, 40, 42, 44, 46, 47, 49, 50, 51, 53, 54, 56, 57, 60, 61, 62, 64, 65, 66, 68, 69, 71], "cudaq": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 23, 24, 25, 27, 30, 31, 32, 37, 38, 39, 40, 42, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 64, 65, 68, 69], "qvector": [1, 2, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 24, 25, 28, 32, 38, 39, 42, 44, 46, 47, 49, 50, 52, 53, 55, 56, 57, 58, 68, 69], "flip": [1, 2, 3, 6, 11, 14, 54, 56], "each": [1, 2, 3, 4, 7, 8, 12, 13, 14, 15, 19, 21, 23, 26, 31, 35, 37, 38, 39, 40, 44, 50, 53, 54, 55, 56, 57, 58, 62, 64, 68, 69, 71], "thi": [1, 2, 3, 4, 5, 7, 10, 11, 12, 13, 14, 15, 17, 20, 21, 23, 24, 25, 26, 27, 28, 30, 33, 35, 37, 38, 39, 40, 42, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 62, 64, 65, 66, 68, 69], "pauli": [1, 2, 3, 4, 8, 10, 12, 21, 29, 44, 56, 57], "matrix": [1, 2, 3, 5, 11, 12, 15, 19, 36, 38, 54, 56, 61, 71], "It": [1, 2, 4, 7, 13, 14, 15, 18, 19, 21, 28, 33, 35, 39, 44, 54, 56, 58, 61, 64, 66, 69, 71], "i": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 33, 35, 36, 37, 38, 39, 40, 41, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 64, 65, 66, 68, 69, 71], "also": [1, 2, 3, 4, 7, 11, 13, 14, 15, 16, 19, 21, 25, 29, 37, 38, 39, 40, 42, 43, 44, 50, 53, 56, 57, 58, 60, 61, 62, 64, 66, 69, 71], "known": [1, 2, 25, 51, 58], "NOT": [1, 21, 28, 56], "gate": [1, 2, 4, 6, 7, 9, 11, 12, 13, 14, 15, 19, 28, 32, 33, 35, 37, 40, 42, 46, 51, 52, 54, 57, 61, 71], "appli": [1, 2, 3, 7, 9, 11, 12, 13, 14, 21, 24, 25, 28, 32, 35, 38, 39, 42, 46, 51, 52, 54, 56, 57, 58, 61], "0": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 23, 24, 25, 28, 29, 30, 31, 33, 35, 36, 37, 38, 39, 40, 42, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 61, 62, 64, 66, 68, 69, 71], "1": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 42, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 61, 62, 64, 68, 69, 71], "rotat": [1, 3, 4, 11, 12, 13, 14, 15, 28, 29, 42, 49, 54, 57, 61], "\u03c0": [1, 54], "about": [1, 2, 4, 7, 14, 15, 16, 19, 21, 35, 38, 39, 40, 43, 44, 50, 53, 54, 62, 64, 66, 67, 68, 69, 71], "axi": [1, 9, 15, 16, 54], "enabl": [1, 2, 3, 4, 13, 20, 21, 23, 25, 26, 28, 30, 31, 32, 33, 36, 39, 40, 43, 44, 49, 50, 53, 58, 61, 62, 64, 68, 69], "one": [1, 2, 3, 4, 5, 6, 7, 12, 13, 15, 19, 21, 23, 24, 26, 28, 31, 35, 37, 38, 39, 40, 45, 49, 50, 52, 53, 56, 57, 58, 60, 61, 62, 64, 68, 69, 71], "creat": [1, 2, 3, 4, 11, 12, 13, 14, 15, 16, 18, 21, 23, 29, 32, 37, 38, 39, 43, 44, 50, 51, 53, 54, 55, 57, 58, 59, 61, 62, 64, 65, 66, 68, 69], "superposit": [1, 7, 12, 15, 21, 24, 33, 39, 42, 44, 46, 54, 55, 56], "comput": [1, 2, 3, 4, 5, 7, 9, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 23, 24, 25, 31, 33, 35, 38, 39, 40, 43, 44, 48, 53, 55, 57, 61, 62, 66, 68, 69], "basi": [1, 2, 3, 5, 11, 13, 14, 17, 33, 38, 39, 54, 56, 57], "sqrt": [1, 7, 8, 11, 13, 14, 15, 24, 54, 56, 69], "2": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35, 37, 38, 39, 40, 44, 46, 49, 50, 52, 53, 54, 55, 56, 57, 58, 62, 64, 66, 68, 69, 71], "an": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18, 19, 21, 23, 25, 26, 28, 29, 31, 32, 33, 35, 37, 38, 39, 40, 42, 44, 46, 47, 49, 50, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 64, 66, 69, 70, 71], "arbitrari": [1, 2, 37, 52, 68], "\u03bb": 1, "exp": [1, 2, 24, 29], "i\u03bb": 1, "math": [1, 5, 7, 38], "pi": [1, 4, 9, 10, 12, 13, 15, 16, 24, 25, 30, 32, 37, 38, 50, 55], "std": [1, 2, 3, 21, 23, 24, 25, 28, 29, 31, 32, 33, 38, 39, 44, 46, 50, 51, 53, 55, 57, 60, 61, 66, 68], "number": [1, 2, 3, 4, 5, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 21, 24, 29, 31, 33, 35, 37, 38, 39, 40, 42, 44, 46, 47, 49, 50, 51, 52, 53, 56, 57, 58, 61, 64, 69], "\u03b8": 1, "co": [1, 13, 15], "isin": 1, "sin": [1, 13, 15], "its": [1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 19, 20, 21, 31, 33, 35, 38, 39, 40, 44, 46, 51, 55, 56, 57, 58, 61, 62, 64, 68, 69, 70, 71], "4": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 50, 53, 55, 57, 58, 62, 64, 68, 71], "i\u03c0": 1, "two": [1, 2, 3, 4, 5, 7, 8, 10, 11, 12, 14, 15, 26, 35, 37, 39, 44, 49, 50, 52, 54, 56, 64, 68], "qubit_1": [1, 7, 12], "qubit_2": 1, "univers": [1, 4, 38, 56], "three": [1, 14, 26, 37, 38, 49], "paramet": [1, 2, 3, 4, 6, 9, 10, 12, 16, 17, 21, 25, 28, 33, 37, 38, 42, 47, 49, 50, 51, 53, 55, 57, 61, 62], "euler": 1, "angl": [1, 2, 3, 6, 8, 13, 14, 15, 24, 25, 28, 39, 42, 49, 50, 57], "theta": [1, 4, 8, 9, 10, 11, 12, 13, 15, 16, 17, 21, 23, 24, 38, 39, 49, 55, 57], "phi": [1, 5, 8, 21, 23, 58], "\u03c6": 1, "lambda": [1, 2, 4, 10, 12, 14, 21, 24, 25, 30, 52, 53, 57, 58], "i\u03c6": 1, "np": [1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 24, 25, 30, 32, 37, 39, 40, 50, 53, 54, 55, 62], "m_pi": [1, 24, 32, 50, 55], "m_pi_2": [1, 24, 25, 38], "adj": [1, 28], "method": [1, 2, 3, 4, 5, 7, 9, 14, 16, 17, 21, 23, 28, 33, 39, 40, 44, 51], "ani": [1, 2, 3, 4, 11, 12, 15, 21, 25, 27, 28, 30, 32, 33, 37, 38, 40, 42, 44, 45, 50, 51, 52, 54, 61, 62, 64, 68, 69], "alloc": [1, 2, 3, 6, 12, 21, 23, 24, 25, 26, 33, 39, 40, 42, 44, 46, 51, 52, 54, 57, 61], "now": [1, 4, 5, 7, 8, 12, 13, 16, 19, 35, 44, 50, 51, 52, 53, 54, 55, 64, 69, 71], "again": [1, 21, 35, 54, 64, 66], "initi": [1, 2, 3, 4, 5, 6, 10, 12, 13, 16, 17, 21, 37, 39, 50, 53, 54, 55, 56, 57, 62, 64], "ctrl": [1, 2, 7, 12, 15, 21, 23, 24, 28, 38, 39, 42, 46, 47, 49, 50, 51, 52, 55, 56, 57, 58, 64, 69], "condit": [1, 2, 11, 13, 21, 22, 23, 25, 26, 40, 43, 56, 58], "more": [1, 2, 3, 4, 5, 10, 12, 13, 14, 15, 19, 23, 26, 28, 29, 35, 37, 38, 39, 40, 43, 44, 50, 53, 55, 56, 57, 62, 64, 66, 68, 69, 71], "wikipedia": 1, "entri": [1, 21, 25, 39, 50, 58, 64, 68], "ctrl_1": 1, "ctrl_2": 1, "00": [1, 4, 5, 11, 15, 44, 53, 56, 68, 69], "11": [1, 3, 4, 5, 11, 14, 15, 21, 38, 44, 53, 56, 58, 62, 64, 68, 69], "onli": [1, 2, 3, 4, 14, 15, 21, 25, 26, 30, 33, 35, 37, 38, 39, 43, 46, 47, 50, 56, 58, 60, 62, 64, 68, 69], "both": [1, 3, 5, 7, 9, 26, 35, 37, 39, 40, 56, 57, 62, 64, 66], "000": [1, 13, 14, 38, 44], "111": [1, 4, 13, 14], "follow": [1, 2, 3, 4, 5, 7, 8, 12, 13, 14, 15, 19, 21, 23, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42, 44, 45, 49, 50, 51, 54, 58, 60, 61, 62, 64, 65, 66, 68, 69, 71], "common": [1, 4, 14, 16, 21, 25, 28, 29, 58, 62], "convent": [1, 9, 12], "all": [1, 2, 3, 4, 8, 14, 15, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 30, 31, 33, 35, 37, 38, 39, 40, 44, 46, 49, 50, 53, 54, 55, 56, 57, 58, 62, 64, 65, 66, 68, 69, 71], "howev": [1, 4, 5, 13, 14, 35, 37, 39, 68, 69], "behavior": [1, 2, 4], "chang": [1, 2, 4, 13, 19, 21, 25, 44, 64, 69, 71], "instead": [1, 2, 4, 11, 15, 27, 30, 39, 40, 44, 62, 64, 68], "when": [1, 2, 3, 4, 12, 14, 21, 26, 33, 35, 38, 39, 40, 44, 49, 50, 51, 54, 58, 61, 62, 64, 68, 69], "negat": [1, 2, 3, 28, 32, 33], "polar": [1, 28, 32, 40], "syntax": [1, 4, 19, 20, 25, 26, 28, 30, 37, 50, 66, 71], "preced": [1, 28, 37], "01": [1, 5, 7, 11, 56], "10": [1, 4, 5, 9, 10, 11, 12, 14, 15, 17, 21, 24, 25, 44, 51, 53, 56, 57, 58, 66, 69], "notat": [1, 56], "context": [1, 2, 9, 26, 39, 40, 61], "valid": [1, 2, 3, 18, 25, 37, 40, 50, 62, 64, 68], "either": [1, 7, 9, 12, 26, 37, 39, 40, 50, 56, 57, 62, 64, 69], "similarli": [1, 7, 39, 45, 56], "condition": 1, "respect": [1, 2, 3, 5, 12, 21, 37, 39, 44, 49, 53, 62, 64, 69], "e": [1, 2, 3, 4, 5, 7, 8, 12, 13, 14, 15, 16, 17, 20, 21, 22, 24, 25, 26, 27, 28, 29, 35, 37, 38, 39, 40, 47, 50, 58, 61, 62, 64, 68, 69], "project": [1, 40, 61, 62, 64, 65, 68], "onto": [1, 56], "eigenvector": [1, 2, 8], "non": [1, 2, 3, 10, 14, 21, 25, 26, 33, 39, 40, 44, 49, 51], "linear": [1, 4, 9, 11, 13, 16, 38, 44, 50, 56], "avail": [1, 2, 3, 4, 10, 18, 19, 20, 21, 25, 26, 28, 31, 32, 33, 34, 36, 37, 38, 39, 40, 43, 44, 46, 48, 49, 58, 62, 64, 69, 71], "first": [1, 2, 3, 4, 6, 7, 8, 11, 12, 13, 14, 15, 16, 18, 21, 33, 37, 38, 39, 40, 41, 49, 50, 51, 52, 54, 57, 58, 64, 69], "api": [1, 15, 18, 21, 23, 27, 28, 31, 33, 37, 38, 39, 40, 44, 51, 61, 62, 64, 66, 68], "regist": [1, 2, 3, 13, 16, 21, 24, 26, 33, 37, 39, 46, 51, 52, 54, 58, 61], "outsid": [1, 4, 64, 68], "Then": [1, 14, 46, 50, 54, 60, 61], "within": [1, 2, 3, 16, 21, 25, 27, 29, 33, 37, 39, 40, 43, 44, 50, 51, 54, 56, 60, 62, 64, 65, 66, 68, 69], "like": [1, 2, 3, 4, 5, 7, 12, 13, 16, 19, 21, 25, 33, 37, 39, 44, 50, 51, 53, 56, 57, 58, 62, 64, 65, 68, 69, 71], "built": [1, 2, 4, 5, 6, 13, 19, 37, 40, 43, 44, 47, 54, 57, 62, 68, 69, 71], "abov": [1, 4, 7, 12, 13, 21, 23, 28, 38, 39, 40, 44, 49, 50, 52, 56, 58, 61, 62, 64, 66, 68, 69], "qudit": [1, 2, 22, 26, 28], "level": [1, 2, 19, 20, 21, 26, 28, 38, 39, 40, 58, 61, 65, 71], "register_oper": 1, "accept": [1, 2, 3, 42, 62, 64, 69], "identifi": [1, 2, 5, 12, 46, 62, 64], "string": [1, 2, 3, 15, 21, 23, 24, 31, 40, 44, 51, 58, 64, 68], "numpi": [1, 3, 4, 5, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 24, 50, 53, 54, 55, 62], "arrai": [1, 2, 3, 5, 7, 8, 11, 13, 14, 33, 35, 39, 51, 53, 54, 58], "complex": [1, 2, 3, 5, 10, 11, 17, 29, 35, 39, 44, 53, 54, 56, 57, 68], "A": [1, 2, 3, 4, 5, 7, 12, 14, 15, 16, 21, 24, 25, 28, 35, 37, 44, 50, 52, 53, 56, 60, 61, 62, 64], "1d": [1, 2, 3], "interpret": [1, 43, 62], "row": [1, 2, 3, 15], "major": [1, 62], "import": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 24, 29, 37, 38, 39, 40, 42, 44, 46, 47, 49, 50, 51, 53, 54, 55, 56, 57, 58, 62, 68, 69], "custom_h": 1, "custom_x": 1, "def": [1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 24, 25, 30, 32, 38, 39, 42, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 64, 69], "bell": [1, 21, 68], "sampl": [1, 2, 3, 4, 7, 10, 11, 12, 14, 23, 37, 38, 39, 40, 41, 43, 46, 47, 50, 51, 52, 53, 54, 55, 56, 61, 64, 68, 69], "dump": [1, 2, 3, 11, 21, 24, 38, 39, 44, 46, 47, 50, 51, 53, 54, 55, 68, 69], "macro": [1, 61], "cudaq_register_oper": 1, "uniqu": [1, 2, 3, 4, 12, 14, 21, 26, 28, 33, 39, 66], "name": [1, 2, 3, 4, 12, 21, 23, 28, 31, 36, 38, 39, 40, 49, 53, 56, 58, 61, 62, 64, 65, 68, 69], "represent": [1, 2, 3, 13, 15, 21, 25, 35, 40, 58, 60, 61], "includ": [1, 2, 3, 5, 12, 19, 21, 24, 33, 38, 42, 43, 44, 46, 47, 49, 50, 51, 52, 54, 55, 57, 58, 60, 61, 62, 64, 66, 68, 69, 71], "m_sqrt1_2": 1, "__qpu__": [1, 2, 21, 24, 25, 32, 38, 39, 42, 44, 46, 47, 49, 50, 51, 52, 54, 55, 57, 58, 68, 69], "void": [1, 2, 3, 21, 23, 24, 25, 28, 29, 31, 32, 33, 42, 44, 46, 50, 52, 55, 57, 58, 60, 61, 66, 68, 69], "bell_pair": [1, 2, 3], "r": [1, 5, 14, 28, 33, 37, 38, 39, 40, 49, 50, 57, 58, 64], "int": [1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 17, 21, 24, 25, 32, 33, 38, 39, 42, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 57, 58, 61, 62, 66, 68, 69], "main": [1, 4, 5, 19, 21, 24, 35, 38, 44, 46, 47, 49, 50, 51, 52, 54, 55, 57, 58, 62, 64, 66, 68, 69, 71], "auto": [1, 2, 21, 23, 24, 25, 29, 32, 33, 38, 39, 40, 42, 44, 46, 47, 49, 50, 51, 52, 54, 55, 57, 58, 60, 68, 69], "count": [1, 2, 3, 4, 8, 10, 12, 14, 21, 23, 24, 33, 37, 38, 39, 40, 44, 47, 50, 51, 52, 53, 54, 55, 57, 58, 61], "bit": [1, 2, 5, 7, 11, 14, 21, 24, 26, 33, 35, 39, 40, 46, 47, 51, 52, 54, 56, 61], "printf": [1, 21, 24, 33, 39, 47, 49, 51, 52, 55, 57, 62], "n": [1, 2, 4, 5, 8, 12, 13, 14, 17, 21, 23, 24, 25, 28, 29, 32, 38, 39, 44, 46, 47, 49, 50, 51, 52, 53, 55, 56, 57, 58, 62, 66, 69], "data": [1, 2, 9, 10, 12, 13, 16, 18, 21, 25, 27, 29, 35, 39, 40, 47, 49, 51, 52, 58, 61, 63, 64, 66, 68], "multi": [1, 5, 13, 15, 18, 19, 20, 23, 26, 28, 32, 36, 37, 38, 44, 48, 49, 56, 61, 62, 68, 69, 71], "msb": 1, "order": [1, 2, 4, 5, 12, 15, 21, 29, 37, 40, 44, 49, 54], "big": [1, 10], "endian": 1, "show": [1, 4, 9, 10, 12, 13, 14, 15, 16, 17, 39, 49, 50, 54, 62, 64], "differ": [1, 2, 3, 4, 7, 8, 9, 13, 14, 15, 35, 37, 38, 39, 43, 44, 50, 53, 54, 62, 64, 66], "test": [1, 4, 9, 14, 18, 23, 53, 62, 64], "cnot": [1, 4, 28, 42, 56, 68], "my_cnot": 1, "print": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 24, 33, 38, 39, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 62, 68, 69], "500": [1, 56, 69], "exact": [1, 4, 40], "random": [1, 2, 3, 4, 5, 10, 12, 14, 15, 16, 17, 39, 40, 46, 53, 55, 57], "construct": [1, 2, 4, 14, 15, 21, 22, 23, 25, 33, 35, 39, 42, 43, 44, 51, 54, 58], "second": [1, 2, 3, 4, 5, 7, 12, 14, 33, 38, 40, 44, 57], "1j": 1, "xy": [1, 15], "kron": [1, 14], "my_xi": 1, "custom_xy_test": 1, "undo": 1, "prior": [1, 56, 62, 64], "1000": [1, 3, 4, 9, 11, 14, 21, 37, 44, 51, 53, 56, 69], "mycnot": 1, "myxi": 1, "current": [1, 2, 3, 4, 15, 19, 21, 31, 37, 39, 40, 46, 61, 64, 68, 71], "simul": [1, 2, 5, 6, 10, 14, 15, 18, 19, 20, 21, 36, 37, 41, 43, 44, 46, 48, 50, 51, 53, 58, 59, 62, 69, 71], "attempt": [1, 2, 68], "hardwar": [1, 4, 13, 18, 19, 36, 40, 44, 48, 68, 71], "result": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 13, 14, 15, 16, 17, 21, 22, 23, 24, 26, 35, 37, 38, 39, 40, 44, 46, 47, 49, 50, 51, 52, 53, 54, 56, 58, 61, 64, 68, 69], "runtim": [1, 2, 4, 10, 20, 21, 23, 26, 37, 38, 39, 40, 47, 49, 58, 61, 64, 66], "error": [1, 2, 4, 8, 11, 15, 18, 28, 35, 37, 38, 40, 43, 50, 54, 62, 64, 68], "class": [2, 3, 4, 5, 9, 21, 23, 25, 29, 31, 33, 39, 40, 57, 60, 61], "spin_op": [2, 3, 21, 24, 28, 38, 39, 44, 49, 55, 57], "repres": [2, 3, 4, 5, 7, 11, 12, 13, 15, 21, 35, 37, 40, 50, 56, 57, 58], "gener": [2, 3, 4, 5, 8, 10, 12, 13, 14, 15, 16, 21, 23, 24, 25, 26, 28, 29, 32, 34, 37, 38, 43, 46, 47, 49, 50, 51, 52, 56, 58, 60, 64, 68], "sum": [2, 3, 5, 9, 12, 14, 29, 33, 50, 56], "tensor": [2, 3, 9, 14, 19, 29, 38, 39, 47, 61, 71], "product": [2, 3, 14, 18, 19, 29, 38, 46, 69, 71], "expos": [2, 3, 4, 21, 23, 29, 31, 35, 39, 61], "typic": [2, 21, 33, 38, 42, 43, 49, 58, 65, 66], "algebra": [2, 29, 49, 56], "programm": [2, 3, 21, 22, 23, 25, 26, 28, 30, 31, 33, 37, 39, 51], "defin": [2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 29, 30, 31, 32, 33, 38, 39, 40, 42, 43, 44, 46, 47, 49, 50, 51, 52, 54, 55, 56, 57, 58, 61, 62, 64, 66, 68], "primit": [2, 12, 20, 23, 26, 29, 33, 34, 39, 43, 68], "them": [2, 4, 8, 10, 14, 15, 19, 35, 42, 56, 58, 62, 64, 66, 68, 69, 71], "compos": [2, 3, 9, 12, 25, 26, 37, 50, 58], "larger": [2, 3, 4, 12, 38, 46, 47], "thereof": [2, 26, 29], "public": [2, 4, 21, 23, 29, 31, 33, 39, 46, 57, 60, 61, 64], "type": [2, 4, 5, 6, 7, 12, 13, 14, 20, 21, 23, 25, 26, 28, 29, 34, 37, 39, 40, 42, 46, 49, 51, 54, 55, 56, 57, 58, 61, 64, 68], "spin_op_term": 2, "bool": [2, 3, 21, 25, 28, 29, 31, 39, 61, 68], "we": [2, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 19, 21, 24, 28, 30, 35, 37, 39, 40, 42, 43, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 64, 65, 66, 68, 69, 71], "term": [2, 3, 5, 10, 12, 17, 21, 28, 37, 39, 44, 49, 64], "binari": [2, 3, 4, 9, 12, 13, 19, 37, 46, 62, 66, 71], "symplect": 2, "form": [2, 3, 4, 15, 19, 21, 28, 33, 35, 40, 58, 71], "size": [2, 3, 4, 9, 14, 21, 23, 24, 25, 26, 33, 38, 39, 40, 46, 47, 50, 51, 53, 64, 68], "nqubit": [2, 23, 24, 57, 61], "where": [2, 3, 4, 5, 7, 8, 9, 12, 13, 14, 15, 20, 26, 28, 29, 33, 35, 37, 40, 44, 50, 53, 54, 56, 61, 62, 64, 66], "element": [2, 3, 5, 13, 14, 21, 33, 39, 56], "x": [2, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 21, 23, 24, 25, 28, 29, 30, 32, 37, 38, 39, 40, 42, 44, 46, 47, 49, 50, 51, 52, 54, 55, 56, 57, 58, 62, 64, 66, 69], "next": [2, 4, 5, 15, 35, 50, 51, 57, 58, 62], "z": [2, 3, 4, 6, 9, 10, 11, 12, 15, 16, 21, 24, 28, 29, 38, 39, 44, 46, 49, 51, 53, 54, 55, 57, 62], "y": [2, 3, 4, 7, 9, 13, 14, 15, 17, 21, 24, 28, 29, 38, 39, 44, 49, 51, 54, 57, 62, 64, 66, 69], "site": [2, 69], "csr_spmatrix": 2, "tupl": [2, 3, 4, 21, 25, 57], "doubl": [2, 3, 16, 21, 23, 24, 25, 28, 29, 32, 38, 39, 40, 44, 49, 50, 55, 57, 61, 62, 64], "size_t": [2, 21, 23, 25, 29, 31, 33, 39, 50, 51, 61, 66, 68], "typedef": 2, "zero": [2, 3, 6, 8, 9, 14, 26, 39, 44, 56], "spars": [2, 3], "function": [2, 3, 6, 7, 9, 10, 11, 12, 14, 15, 16, 17, 19, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 42, 43, 44, 46, 49, 50, 51, 53, 54, 55, 57, 58, 61, 66, 68, 71], "pair": [2, 3, 12, 25, 31, 35, 64], "const": [2, 21, 23, 24, 25, 28, 29, 31, 33, 38, 47, 50, 55, 57, 60, 61, 66, 68], "termdata": 2, "constructor": [2, 3], "take": [2, 3, 4, 5, 7, 12, 13, 14, 19, 21, 23, 24, 25, 28, 29, 30, 31, 32, 33, 35, 37, 40, 43, 44, 47, 49, 50, 51, 52, 53, 54, 57, 58, 62, 64, 69, 71], "coeffici": [2, 3, 10, 56], "constant": [2, 7, 33, 35, 58], "id": [2, 21, 31, 33, 37, 39, 62, 64], "coeff": 2, "qubit": [2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 16, 17, 21, 23, 24, 25, 26, 29, 31, 32, 35, 37, 38, 39, 40, 42, 43, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 61, 64, 69], "unordered_map": [2, 21], "_term": 2, "full": [2, 3, 5, 19, 38, 39, 53, 56, 58, 60, 62, 64, 65, 71], "composit": 2, "spin": [2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 17, 21, 24, 29, 35, 38, 39, 44, 49, 53, 55, 57, 58], "op": [2, 3, 35, 49, 57, 58], "map": [2, 3, 4, 11, 14, 21, 33, 58, 64], "individu": [2, 3, 26, 33, 39], "bsf": 2, "from": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 19, 21, 22, 24, 25, 26, 29, 33, 35, 38, 39, 40, 43, 44, 46, 49, 50, 53, 54, 55, 57, 58, 61, 64, 65, 66, 69, 71], "ident": [2, 3, 12, 14, 35, 49], "numqubit": [2, 3, 24], "given": [2, 3, 4, 5, 7, 10, 12, 14, 21, 33, 37, 39, 40, 44, 46, 49, 57, 61], "o": [2, 4, 8, 13, 17, 24, 37, 38, 39, 40, 47, 49, 50, 51, 52, 54, 57, 58, 62, 64, 66, 68, 69], "copi": [2, 15, 33, 35, 62, 64], "data_rep": 2, "serial": [2, 3], "encod": [2, 3, 4, 12, 21, 29, 39, 46, 51, 56, 61], "via": [2, 3, 5, 7, 9, 11, 18, 20, 21, 23, 26, 28, 30, 32, 33, 35, 37, 39, 40, 47, 49, 50, 51, 52, 53, 54, 56, 58, 60, 61, 62], "3": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 44, 50, 52, 53, 54, 55, 57, 58, 61, 62, 64, 65, 69, 71], "real": [2, 3, 8, 10, 13, 15, 17, 43], "imaginari": [2, 3, 5, 17], "part": [2, 3, 5, 17, 21, 33, 58, 60, 62, 64], "append": [2, 3, 6, 8, 9, 10, 14, 15, 16, 17, 25, 37, 39, 46, 53], "larg": [2, 3, 5, 14, 28, 39, 40, 43, 47, 56], "end": [2, 3, 5, 7, 11, 13, 14, 15, 21, 33, 37, 39, 44, 50, 54, 56, 62, 64], "total": [2, 3, 4, 5, 9, 10, 13, 17, 38, 39, 40, 44, 50, 53, 64], "destructor": 2, "iter": [2, 3, 4, 5, 21, 33, 50, 57], "begin": [2, 3, 4, 5, 7, 11, 13, 14, 15, 16, 21, 33, 42, 50, 51, 54, 56, 57], "return": [2, 3, 4, 6, 7, 9, 10, 12, 14, 15, 16, 17, 21, 23, 24, 25, 28, 33, 35, 38, 39, 44, 46, 47, 49, 50, 51, 53, 54, 55, 57, 58, 60, 61, 62, 66, 68], "start": [2, 3, 5, 6, 13, 18, 19, 28, 33, 37, 39, 44, 58, 60, 66, 71], "equal": [2, 3, 15, 35, 39, 40, 44, 56], "v": [2, 3, 5, 8, 10, 12, 18, 21, 24, 25, 30, 35, 38, 53, 58, 62], "noexcept": [2, 28], "add": [2, 3, 4, 11, 12, 15, 16, 19, 30, 40, 50, 51, 54, 58, 60, 61, 62, 64, 71], "subtract": [2, 3], "multipli": [2, 3], "true": [2, 3, 4, 5, 9, 14, 21, 25, 37, 53, 62, 64, 69], "here": [2, 3, 4, 5, 7, 11, 13, 14, 16, 18, 19, 21, 23, 24, 25, 28, 30, 38, 39, 46, 47, 49, 51, 52, 54, 55, 57, 58, 60, 62, 64, 68, 69, 71], "doe": [2, 3, 4, 7, 13, 15, 19, 21, 25, 33, 38, 39, 62, 64, 66, 68, 69, 71], "consid": [2, 3, 4, 5, 7, 8, 14, 24, 26, 35, 38, 39, 58, 64], "valu": [2, 3, 4, 5, 6, 7, 9, 10, 12, 14, 15, 17, 18, 21, 23, 25, 29, 33, 35, 38, 39, 40, 44, 46, 48, 53, 55, 56, 57, 58, 62, 68, 69], "num_qubit": [2, 3, 29, 38, 57], "num_term": [2, 29], "get_coeffici": [2, 3, 10, 29], "get": [2, 3, 8, 11, 13, 14, 15, 19, 21, 23, 24, 33, 37, 38, 39, 44, 49, 50, 53, 61, 62, 66, 69, 71], "throw": [2, 15], "except": [2, 3, 4, 15, 68], "get_raw_data": [2, 3], "is_ident": [2, 3, 29], "standard": [2, 3, 20, 21, 22, 23, 25, 28, 34, 39, 42, 43, 47, 58, 60, 62, 64, 66, 68], "out": [2, 3, 4, 7, 9, 11, 12, 13, 19, 21, 26, 33, 35, 39, 40, 44, 45, 49, 50, 54, 57, 61, 64, 65, 68, 71], "to_str": [2, 3, 10, 44], "printcoeffici": 2, "getdatarepresent": 2, "getdatatupl": 2, "fulli": [2, 4, 9, 19, 20, 39, 51, 58, 62, 64, 68, 71], "distribute_term": [2, 3], "numchunk": 2, "distribut": [2, 3, 11, 14, 19, 26, 38, 40, 44, 49, 51, 62, 68, 71], "chunk": [2, 3, 26], "for_each_term": [2, 3, 10, 29], "give": [2, 8, 12, 13, 14, 19, 21, 39, 40, 54, 62, 64, 70, 71], "functor": 2, "reduct": 2, "captur": [2, 12, 15, 19, 25, 71], "variabl": [2, 4, 12, 19, 25, 26, 37, 38, 39, 45, 47, 50, 53, 54, 62, 64, 69, 71], "for_each_pauli": [2, 3, 29], "thrown": [2, 3, 68], "than": [2, 3, 12, 13, 15, 28, 35, 38, 40, 44, 56, 62, 64, 68], "user": [2, 3, 4, 14, 15, 19, 21, 23, 24, 26, 27, 30, 33, 37, 38, 39, 40, 50, 53, 54, 58, 61, 62, 64, 71], "should": [2, 3, 13, 20, 21, 26, 28, 29, 31, 33, 37, 39, 40, 44, 46, 54, 61, 62, 64, 68, 69], "pass": [2, 3, 4, 9, 10, 15, 18, 21, 25, 26, 29, 33, 37, 39, 47, 50, 52, 54, 57, 58, 59, 64, 68], "index": [2, 3, 4, 29, 31, 33, 35, 39, 46, 61], "complex_matrix": 2, "to_matrix": [2, 3, 8], "dens": 2, "to_sparse_matrix": [2, 3], "col": 2, "static": [2, 3, 21, 28, 33, 58, 62, 68], "nterm": 2, "unsign": 2, "seed": [2, 3, 5, 10, 12, 14, 15, 16, 17, 40, 53, 55], "random_devic": 2, "act": [2, 4, 6, 7, 12, 35, 56], "specifi": [2, 3, 4, 9, 10, 12, 13, 14, 15, 21, 24, 25, 26, 28, 29, 30, 31, 33, 37, 38, 39, 40, 44, 46, 50, 51, 53, 54, 55, 58, 61, 62, 64], "overrid": [2, 21, 40, 60, 62], "repeat": [2, 14, 21, 55, 57], "from_word": [2, 3], "pauliword": 2, "input": [2, 3, 4, 5, 7, 9, 10, 13, 21, 23, 24, 25, 32, 33, 39, 44, 49, 50, 53, 57], "word": [2, 3, 10, 54], "g": [2, 3, 4, 12, 20, 21, 22, 25, 26, 27, 28, 29, 35, 37, 38, 39, 40, 50, 58, 61, 62, 64, 65, 68, 69], "xyx": [2, 3], "3rd": 2, "typenam": [2, 21, 23, 24, 25, 28, 32, 33, 50, 66, 68], "qualifiedspinop": 2, "struct": [2, 21, 23, 24, 25, 28, 32, 38, 39, 47, 49, 50, 51, 52, 55, 57, 58, 60, 68], "constexpr": [2, 23, 33, 38], "dyn": [2, 33, 47, 54], "d": [2, 3, 4, 24, 25, 26, 33, 37, 50, 54, 57, 64], "system": [2, 3, 4, 5, 15, 16, 21, 26, 31, 33, 35, 39, 40, 43, 44, 49, 50, 53, 54, 56, 57, 60, 62, 65, 66, 68, 69], "inlin": [2, 21, 58], "new": [2, 3, 4, 13, 15, 18, 19, 21, 23, 35, 43, 58, 59, 62, 64, 68, 69, 71], "enable_if_t": 2, "qreg": [2, 3, 12, 38], "contain": [2, 3, 4, 5, 12, 14, 18, 19, 21, 26, 28, 31, 35, 38, 40, 43, 44, 49, 50, 55, 57, 58, 61, 62, 68, 69, 71], "dynam": [2, 3, 23, 25, 26, 33, 42, 43, 47, 58, 68], "time": [2, 3, 4, 5, 11, 12, 13, 14, 15, 17, 20, 21, 24, 26, 33, 34, 37, 38, 39, 40, 44, 47, 50, 51, 53, 56, 58, 62, 64, 69], "By": [2, 4, 21, 28, 37, 38, 39, 40, 44, 50, 66], "value_typ": 2, "indic": [2, 3, 5, 25, 28, 29, 33, 54, 61], "underli": [2, 3, 4, 21, 31, 33, 37, 39, 61], "interfac": [2, 33, 40, 61, 62, 64, 66], "idx": [2, 3, 9, 33, 39], "qspan": 2, "front": [2, 24, 32, 33, 52], "back": [2, 24, 33, 35, 39, 50, 51, 54, 64], "last": [2, 14, 24, 33, 39, 49, 57], "slice": [2, 3, 33, 57], "clear": [2, 3, 21, 33, 61], "destroi": [2, 33], "postcondit": [2, 33], "own": [2, 3, 4, 11, 14, 26, 31, 33, 40, 57, 58, 61, 62, 64, 68], "semant": [2, 3, 20, 25, 26, 27, 30, 32, 33, 35, 58], "held": 2, "explicit": [2, 21, 32, 40, 50, 68], "determin": [2, 4, 5, 7, 44], "If": [2, 3, 4, 7, 9, 10, 13, 14, 15, 21, 35, 38, 40, 44, 46, 50, 53, 56, 57, 62, 64, 68, 69], "check": [2, 4, 19, 37, 38, 50, 56, 62, 64, 71], "norm": [2, 14], "pre": [2, 17, 19, 21, 37, 40, 49, 50, 52, 62, 68, 71], "exist": [2, 3, 15, 19, 20, 21, 26, 27, 44, 60, 62, 64, 68, 69, 71], "could": [2, 4, 15, 38, 42, 56, 57, 62], "from_data": [2, 3], "retriev": [2, 3, 21, 39, 50], "get_stat": [2, 3, 8, 13, 15, 39], "delet": [2, 33, 64, 68], "cannot": [2, 13, 15, 24, 25, 33, 35, 56, 64], "move": [2, 9, 33, 60, 62, 64, 69], "assign": [2, 4, 12, 31, 39, 40, 62], "qview": [2, 8, 13, 24, 25, 32, 46], "observe_result": [2, 3, 21, 49], "encapsul": [2, 9, 21, 33, 39, 68], "observ": [2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 16, 17, 24, 37, 39, 40, 41, 43, 47, 49, 51, 52, 53, 55, 56, 57, 61, 69], "call": [2, 3, 4, 5, 6, 7, 9, 11, 12, 13, 15, 16, 23, 24, 25, 28, 32, 39, 40, 43, 44, 50, 51, 52, 53, 55, 56, 57, 58, 61, 62, 64, 66], "measur": [2, 3, 4, 7, 8, 9, 11, 13, 14, 21, 22, 24, 25, 26, 28, 35, 37, 39, 40, 42, 43, 44, 46, 50, 51, 54, 57, 58, 61, 69], "execut": [2, 4, 5, 13, 15, 19, 20, 21, 23, 25, 26, 31, 32, 37, 39, 40, 43, 44, 45, 46, 47, 49, 50, 51, 53, 58, 61, 64, 65, 66, 68, 69, 71], "ansatz": [2, 4, 5, 6, 12, 16, 17, 21, 24, 38, 39, 49, 55, 57], "circuit": [2, 3, 4, 7, 8, 9, 12, 13, 14, 20, 21, 25, 26, 29, 30, 34, 35, 37, 38, 39, 40, 43, 44, 49, 50, 55, 57, 58, 60], "global": [2, 3, 4, 12, 21, 25, 38, 44, 62], "expect": [2, 3, 4, 5, 6, 9, 10, 11, 12, 14, 16, 17, 18, 21, 38, 39, 40, 44, 48, 53, 54, 55, 57, 62, 64, 68, 69], "h": [2, 3, 4, 5, 7, 8, 10, 12, 13, 14, 15, 16, 17, 21, 23, 24, 28, 29, 30, 32, 33, 35, 37, 38, 39, 42, 44, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 64, 66, 68, 69], "precomput": 2, "psi": [2, 6, 7, 8, 15, 21, 24, 44, 56], "sample_result": [2, 3, 21, 50, 68], "wa": [2, 3, 4, 5, 7, 21, 39, 51, 58, 62, 65, 69], "shot": [2, 3, 4, 8, 10, 14, 21, 24, 37, 44, 51, 56, 61], "base": [2, 3, 4, 9, 13, 14, 19, 20, 21, 23, 27, 28, 33, 38, 39, 40, 44, 46, 53, 57, 58, 61, 62, 64, 66, 71], "raw_data": [2, 4, 21], "raw": [2, 3, 4], "convers": [2, 21], "simpli": [2, 15, 56, 64, 69], "ignor": [2, 4, 40], "fine": [2, 21, 47, 51, 52, 56], "grain": [2, 21, 47, 51, 52], "explicitli": [2, 4, 35, 37, 40, 58, 66, 68], "request": [2, 21, 38, 39, 40, 50, 64], "oppos": [2, 68], "observe_data": 2, "spinoptyp": [2, 21], "sub": [2, 3, 20, 21, 24, 25, 33, 34, 64], "id_coeffici": [2, 21], "executioncontext": 2, "abstract": [2, 20, 21, 23, 28, 29, 31, 33, 39, 43], "how": [2, 4, 6, 12, 13, 14, 15, 16, 19, 21, 23, 28, 38, 39, 40, 43, 44, 48, 50, 51, 52, 53, 54, 55, 57, 58, 61, 62, 64, 65, 68, 69, 71], "shots_": 2, "member": [2, 3, 12, 25, 57], "basic": [2, 6, 18, 38, 64, 69], "option": [2, 3, 4, 5, 7, 14, 16, 17, 21, 23, 28, 31, 37, 38, 39, 44, 49, 50, 52, 53, 57, 61, 62, 64], "invoc": [2, 3, 23, 25, 31, 33, 39, 40, 61], "expectationvalu": 2, "nullopt": 2, "optimization_result": [2, 21], "optresult": 2, "optim": [2, 4, 5, 6, 9, 10, 12, 14, 17, 18, 19, 20, 30, 33, 35, 38, 40, 48, 57, 58, 60, 62, 64, 71], "hasconditionalsonmeasureresult": 2, "fals": [2, 3, 4, 5, 10, 62, 64], "being": [2, 3, 6, 11, 20, 21, 35, 40, 50, 54, 68], "ha": [2, 3, 4, 5, 7, 11, 12, 14, 21, 28, 35, 37, 38, 40, 43, 44, 46, 50, 53, 54, 56, 57, 62, 64, 68], "statement": [2, 7, 21, 22, 43], "noise_model": [2, 3, 11, 14, 54], "noisemodel": [2, 3, 11, 14, 54], "nullptr": 2, "canhandleobserv": 2, "flag": [2, 25, 37, 39, 40, 47, 50, 58, 60, 64, 68], "handl": [2, 3, 4, 37, 38, 39, 40, 46, 47, 50, 61, 64, 68], "task": [2, 4, 15, 21, 29, 39, 40, 44, 58, 61], "under": [2, 14, 37, 60, 61, 62, 64, 68], "asyncexec": 2, "occur": [2, 3, 4, 14, 21, 26, 50, 54, 56, 64], "asynchron": [2, 3, 21, 31, 39, 44, 50, 53], "detail": [2, 5, 12, 19, 20, 26, 37, 38, 61, 62, 64, 69, 71], "futur": [2, 3, 21, 36, 37, 39, 40, 50, 54, 62, 64], "futureresult": 2, "store": [2, 3, 5, 26, 33, 39, 44, 50, 53, 56, 58], "unique_ptr": 2, "simulationst": 2, "pointer": [2, 3, 68], "amplitudemap": 2, "amplitud": [2, 3, 13, 39, 53, 54, 56], "overlapcomputest": 2, "overlap": [2, 3, 39], "overlapresult": 2, "trace": [2, 3, 11, 38], "kerneltrac": 2, "run": [2, 3, 4, 7, 9, 14, 15, 17, 18, 20, 21, 24, 37, 38, 39, 40, 41, 43, 47, 49, 50, 51, 52, 53, 54, 57, 58, 61, 62, 64, 65, 68, 69], "tracer": 2, "persist": [2, 21, 26, 38, 64], "resourc": [2, 5, 31, 38, 39, 40, 44, 57, 62, 64], "kernelnam": [2, 3], "batchiter": 2, "batch": [2, 26], "observe_n": 2, "sample_n": 2, "totaliter": 2, "registernam": [2, 21], "mid": [2, 3, 40], "mode": [2, 3, 4, 26, 37, 50, 58, 62], "keep": [2, 14, 21, 40, 57], "track": [2, 21, 56, 57], "reorderidx": 2, "inform": [2, 3, 4, 7, 19, 21, 26, 28, 31, 33, 37, 38, 39, 40, 44, 50, 53, 56, 58, 62, 64, 66, 67, 69, 71], "reorder": 2, "after": [2, 3, 4, 5, 7, 15, 21, 44, 50, 54, 58, 62, 64], "empti": [2, 3, 23, 29, 40, 50, 54, 64], "mean": [2, 13, 28, 35, 40, 50, 53, 64, 69], "char": [2, 24, 39, 44, 62, 68, 69], "invocationresultbuff": 2, "buffer": [2, 39, 68], "note": [2, 3, 4, 12, 14, 15, 24, 26, 35, 38, 39, 44, 46, 50, 54, 56, 57, 58, 62, 64, 68], "need": [2, 4, 5, 11, 12, 13, 14, 15, 35, 37, 38, 39, 40, 44, 49, 50, 53, 57, 61, 62, 64, 65, 68], "abl": [2, 4, 21, 37, 38, 39, 44, 46, 64, 68, 69], "job": [2, 12, 21, 38, 39, 50, 64], "qpu": [2, 3, 8, 18, 19, 20, 21, 26, 31, 37, 39, 40, 43, 44, 49, 50, 53, 61, 68, 69, 71], "extra": [2, 28, 35, 37, 46, 54, 57], "configur": [2, 4, 16, 31, 37, 38, 39, 40, 50, 53, 58, 61, 62, 64, 65, 68, 69], "later": [2, 4, 7, 21, 25, 39, 50, 62, 64], "server": [2, 37, 39, 50, 64], "file": [2, 4, 5, 21, 28, 37, 38, 39, 44, 45, 50, 53, 57, 58, 60, 61, 62, 64, 65, 66, 68, 69], "read": [2, 3, 12, 50, 57], "wrap": [2, 21, 23, 35], "t": [2, 3, 5, 7, 8, 13, 15, 19, 21, 24, 25, 28, 29, 38, 40, 50, 51, 56, 62, 64, 71], "case": [2, 3, 4, 7, 11, 12, 13, 14, 21, 35, 42, 49, 54, 62, 66, 68], "must": [2, 3, 14, 20, 21, 25, 27, 30, 33, 35, 37, 40, 50, 54, 56, 57, 60, 61, 62, 64, 68, 69], "some": [2, 4, 5, 9, 13, 19, 21, 35, 38, 39, 40, 56, 58, 60, 61, 62, 64, 65, 68, 69, 71], "point": [2, 3, 4, 13, 15, 21, 25, 28, 39, 40, 58, 61, 62, 64], "same": [2, 3, 4, 7, 12, 13, 14, 15, 21, 35, 37, 39, 44, 50, 52, 53, 54, 58, 61, 62, 64, 68], "_job": 2, "qpunamein": 2, "config": [2, 5, 61, 62, 64, 69], "info": [2, 38, 45, 58], "requir": [2, 3, 4, 5, 7, 9, 13, 15, 21, 25, 27, 28, 30, 32, 33, 35, 37, 38, 39, 40, 46, 50, 53, 56, 62, 65, 69], "date": 2, "even": [2, 4, 7, 12, 19, 40, 57, 62, 64, 68, 71], "async_result": [2, 50], "face": [2, 27], "which": [2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 19, 21, 23, 26, 29, 33, 35, 37, 39, 40, 49, 50, 51, 53, 56, 57, 58, 61, 62, 64, 65, 68, 71], "itself": [2, 32, 35, 39, 62, 64], "collect": [2, 3, 5, 10, 15, 44], "pertin": [2, 21, 27, 32, 33], "remot": [2, 3, 21, 26, 36, 38, 45, 53], "rest": [2, 3, 20, 37, 39, 46, 50, 62, 64, 68], "wait": [2, 3, 4, 38, 39, 44, 50], "until": [2, 3, 4, 44, 50], "readi": [2, 16, 50, 54, 64], "executionresult": 2, "correspond": [2, 3, 4, 5, 6, 12, 21, 37, 46, 50, 51, 55, 62, 64, 66], "well": [2, 3, 14, 19, 21, 24, 26, 40, 46, 61, 64, 65, 68, 71], "integ": [2, 3, 12, 25, 31, 39, 40, 44, 53], "1st": [2, 11], "bitstr": [2, 3, 4, 12, 21, 46], "m": [2, 4, 5, 8, 14, 15, 17, 24, 29, 39, 40, 53, 58, 62, 64, 68, 69], "tripl": [2, 58], "long": [2, 21, 24, 44, 47, 62, 64, 68, 69], "length": [2, 14, 46, 50, 57], "deseri": 2, "discuss": [2, 4, 60], "brief": [2, 54, 61], "countsdictionari": [2, 21], "assum": [2, 3, 4, 12, 14, 26, 28, 33, 39, 40, 44, 50, 61, 62, 64, 66], "expval": [2, 21], "other": [2, 3, 4, 5, 12, 13, 14, 15, 16, 18, 20, 23, 25, 28, 33, 35, 37, 38, 39, 40, 42, 43, 44, 50, 54, 62, 64, 68, 69], "appendresult": 2, "globalregisternam": [2, 21], "classic": [2, 4, 5, 7, 9, 12, 13, 16, 20, 22, 25, 26, 28, 29, 33, 35, 39, 43, 44, 50, 56, 57, 58, 61, 62, 65, 68], "sequentialdata": 2, "sequenti": [2, 3, 21, 38, 44], "collat": [2, 3], "": [2, 3, 4, 5, 8, 11, 12, 13, 14, 15, 17, 18, 21, 28, 31, 35, 37, 38, 39, 42, 43, 44, 47, 49, 50, 51, 52, 53, 54, 55, 57, 58, 60, 62, 64, 65, 66, 69], "holist": 2, "nullari": 2, "precomputedexp": 2, "__global__": [2, 3, 21, 38, 66], "has_expect": 2, "string_view": [2, 21, 61], "anoth": [2, 4, 24, 25, 35, 40, 46, 50, 52, 54, 62], "register_nam": [2, 3, 21], "tandem": [2, 53], "to_map": [2, 21], "regnam": 2, "merg": [2, 58], "necessari": [2, 37, 39, 40, 50, 54, 58, 62, 64, 68], "document": [2, 3, 15, 18, 19, 20, 28, 36, 37, 38, 60, 61, 62, 64, 68, 71], "exp_val_z": 2, "deprec": [2, 3, 17, 36, 39, 40], "probabl": [2, 3, 8, 11, 14, 21, 44, 46, 54, 56, 68], "most_prob": [2, 3, 10, 24, 44, 46, 56], "most": [2, 3, 4, 12, 19, 21, 35, 38, 44, 46, 50, 58, 62, 64, 65, 68, 71], "ostream": [2, 68], "output": [2, 3, 5, 7, 9, 15, 25, 37, 41, 44, 58, 64, 68, 69], "stream": [2, 4, 26], "extract": [2, 3, 4, 5, 7, 21, 23, 24, 33, 35, 44, 57, 58, 62, 64], "unord": 2, "get_margin": [2, 21], "marginalindic": [2, 21], "margin": [2, 14], "those": [2, 19, 21, 25, 35, 39, 40, 58, 71], "subset": [2, 3, 4, 9, 21, 25, 33, 35], "rvalu": 2, "refer": [2, 12, 18, 21, 25, 26, 33, 35, 37, 38, 39, 50, 55, 62, 64], "newbitstr": 2, "oldbitstr": 2, "process": [2, 3, 4, 13, 17, 20, 21, 26, 31, 37, 38, 39, 40, 43, 50, 53, 56, 58, 62, 68], "rang": [2, 4, 5, 6, 8, 9, 10, 12, 13, 14, 15, 16, 17, 19, 24, 25, 32, 33, 38, 39, 42, 46, 47, 53, 55, 64, 69, 71], "const_iter": 2, "cbegin": 2, "cend": 2, "has_even_par": 2, "pariti": 2, "extens": [2, 15, 20, 21, 27, 33, 36, 61, 64, 66, 69], "concret": [2, 3, 12, 21, 44, 49], "describ": [2, 3, 11, 14, 31, 33, 37, 52, 56, 61, 62, 64, 68], "effici": [2, 4, 40], "manner": [2, 21, 39, 61], "client": [2, 21, 38, 62], "remain": [2, 3, 5, 32, 50, 54, 62], "gpu": [2, 3, 4, 5, 6, 7, 9, 10, 13, 18, 19, 20, 26, 39, 41, 43, 46, 47, 48, 61, 62, 66, 68, 69, 71], "devic": [2, 3, 4, 9, 11, 14, 21, 24, 25, 28, 32, 37, 38, 39, 40, 44, 50, 57, 58, 61, 64], "cpu": [2, 4, 5, 9, 10, 11, 12, 13, 14, 15, 18, 36, 38, 39, 43, 44, 46, 47, 53, 54, 58, 62, 64, 68, 69], "memori": [2, 4, 9, 22, 25, 26, 33, 35, 38, 39, 40, 43, 46, 53, 58, 64], "primari": [2, 3, 21, 33, 61], "goal": [2, 4, 12], "minim": [2, 4, 12, 14, 15, 16, 17, 18, 49, 57, 62, 64, 69], "transfer": [2, 39, 40], "subclass": [2, 21, 61], "cusvstat": 2, "scalartyp": [2, 68], "remotesimulationst": 2, "nvqir": [2, 18, 58, 59, 61], "mpssimulationst": 2, "tensornetsimulationst": 2, "made": [2, 12, 44, 54, 64], "up": [2, 3, 4, 7, 12, 13, 15, 23, 29, 40, 43, 49, 53, 54, 55, 57, 58, 61, 64], "extent": [2, 3, 40], "enum": [2, 5], "precis": [2, 3, 13, 16, 38, 40, 56], "enumer": [2, 3, 14, 24, 46], "fp32": [2, 3, 38, 39, 40], "fp64": [2, 3, 16, 17, 36, 38, 39, 40], "simulation_precis": 2, "possibl": [2, 4, 7, 14, 15, 20, 35, 56, 64, 66, 68], "float": [2, 3, 4, 6, 7, 8, 9, 10, 12, 14, 16, 17, 21, 24, 25, 28, 32, 38, 39, 40, 49, 55, 57, 61], "tensorstatedata": 2, "dimens": [2, 3, 4, 6, 10, 12, 21, 55, 57], "state_data": 2, "variant": [2, 28], "custatevec": [2, 38, 39, 40, 61], "care": [2, 21, 68], "taken": [2, 4, 10], "ensur": [2, 58, 60, 62, 64, 68], "comparison": [2, 7], "compat": [2, 3, 27, 40, 62], "registeredtyp": 2, "declar": [2, 21, 25, 26, 28, 58, 61, 66, 68], "themselv": [2, 37, 42], "plugin": [2, 19, 60, 62, 64, 71], "myinterfac": 2, "column": [2, 3, 15], "upon": [2, 6, 35, 44, 50, 56, 64], "destruct": 2, "rawdata": 2, "intern": [2, 3, 39], "modifi": [2, 24, 25, 28, 32, 35, 40, 57, 64], "correct": [2, 13, 14, 24, 43, 50, 62, 64], "j": [2, 3, 4, 8, 10, 12, 13, 14, 24, 25, 29, 53, 55, 62], "minimal_eigenvalu": [2, 3], "eigenvalu": [2, 3, 12, 40, 57], "thei": [2, 3, 4, 5, 6, 12, 25, 33, 35, 43, 56, 57, 62, 64], "set_zero": 2, "seen": [2, 7], "manag": [2, 15, 38, 39, 62, 64], "instruct": [2, 19, 26, 28, 30, 35, 37, 38, 40, 50, 51, 57, 58, 62, 64, 68, 69, 71], "control": [2, 3, 8, 12, 13, 18, 19, 20, 23, 24, 25, 26, 28, 30, 32, 33, 34, 35, 37, 39, 42, 43, 46, 48, 50, 51, 54, 56, 57, 58, 61, 64, 71], "flow": [2, 9, 20, 21, 25, 34, 43, 58], "path": [2, 3, 15, 37, 58, 61, 62, 64], "thu": [2, 38, 39, 40, 56, 58], "might": [2, 4, 5, 23, 28, 35, 36, 38, 39, 52], "produc": [2, 3, 4, 5, 12, 21, 24, 29, 30, 35, 42, 44, 51, 58, 61, 68], "elementtyp": 2, "is_integral_v": 2, "is_signed_v": 2, "increment": [2, 53], "exclus": [2, 7], "stop": [2, 44, 64], "step": [2, 4, 5, 7, 9, 13, 24, 58, 62, 66, 69], "reach": [2, 53], "quantumkernel": [2, 21, 32], "arg": [2, 3, 4, 9, 13, 14, 21, 23, 28, 32, 39, 44, 58, 64], "is_invocable_v": 2, "draw": [2, 3, 4, 6, 7, 11, 13, 14, 15, 44, 46], "utf": [2, 3], "8": [2, 3, 4, 5, 9, 10, 12, 13, 14, 15, 16, 17, 19, 21, 24, 25, 26, 36, 37, 38, 39, 40, 50, 53, 54, 55, 57, 58, 62, 64, 69, 71], "usag": [2, 39, 53], "iostream": [2, 38, 42, 44, 46, 68], "mz": [2, 3, 7, 8, 14, 21, 23, 24, 35, 37, 38, 39, 42, 44, 46, 47, 50, 51, 52, 53, 54, 56, 58, 68, 69], "cout": [2, 38, 44, 46, 68], "q0": [2, 3, 4, 6, 7, 11, 13, 15, 35], "q1": [2, 3, 4, 6, 7, 11, 13, 15, 35], "ry": [2, 3, 4, 6, 8, 9, 10, 21, 24, 25, 28, 30, 38, 39, 49, 57], "59": [2, 3, 12, 21, 24, 39, 49], "callabl": [2, 3, 20, 21, 23, 24, 25, 42, 49, 51], "trivial": [2, 4, 21, 39, 47, 49, 65], "signatur": [2, 3, 21, 23, 25, 52, 58], "evalu": [2, 3, 4, 8, 21, 38, 39, 40, 49], "without": [2, 3, 21, 25, 32, 37, 40, 46, 50, 54, 62, 64, 68, 69], "regard": 2, "depth": [2, 4, 70], "etc": [2, 25, 26, 39, 43, 57, 61, 62, 64, 69], "kraus_op": 2, "krau": [2, 11, 54], "initializer_list": 2, "initlist": 2, "adjoint": [2, 13, 23, 24, 28, 32, 35, 58], "flatten": [2, 68], "nrow": [2, 9, 15], "ncol": [2, 15], "kraus_channel": [2, 54], "channel": [2, 3, 11, 14, 54, 64], "action": [2, 21, 24, 25, 64], "matric": [2, 5, 40], "amplitude_damping_channel": [2, 54], "bit_flip_channel": [2, 54], "depolarization_channel": [2, 11, 54], "phase_flip_channel": [2, 54], "inputlist": 2, "lvalu": 2, "make": [2, 3, 7, 13, 15, 21, 39, 40, 54, 55, 57, 58, 61, 62, 64, 66, 69], "get_op": 2, "push_back": [2, 25, 46], "autom": [2, 61], "creation": [2, 4, 5, 20, 34, 57, 61], "damp": [2, 54], "phase": [2, 3, 13, 28, 50, 54], "depolar": [2, 11, 54], "densiti": [2, 3, 11, 14, 15, 36, 38, 40, 54], "add_channel": [2, 3, 11, 14, 54], "quantumop": 2, "get_channel": [2, 3], "relev": [2, 4, 5, 6, 9, 14, 17, 31, 40], "kernel_build": [2, 23], "kernel_builder_bas": 2, "kernelbuildertyp": 2, "mlir": [2, 3, 18, 39, 58, 59, 60, 62], "getargu": [2, 23, 60], "quakevalu": [2, 3, 23], "isargstdvec": 2, "otherwis": [2, 3, 7, 40, 44], "getnumparam": [2, 23], "qalloc": [2, 3, 23, 37, 38, 39, 53], "qvec": [2, 35, 37], "veq": [2, 3, 35, 58], "blockargu": 2, "object": [2, 3, 4, 5, 10, 12, 14, 15, 21, 25, 35, 39, 44, 55, 57, 58], "simplic": [2, 5], "impli": [2, 3, 40], "goe": [2, 26, 46], "scope": [2, 25, 26, 33, 58, 60], "befor": [2, 12, 15, 37, 45, 50, 54, 57, 62, 64], "mai": [2, 3, 4, 7, 12, 14, 21, 23, 25, 26, 28, 32, 33, 37, 38, 39, 40, 43, 44, 45, 47, 50, 52, 57, 62, 64, 66, 68, 69], "garbag": 2, "constantv": 2, "val": [2, 14, 50], "swap": [2, 5, 15, 24, 50], "mod": [2, 28], "is_same_v": 2, "perform": [2, 4, 5, 7, 9, 13, 14, 16, 19, 21, 24, 37, 39, 40, 44, 46, 50, 52, 53, 56, 60, 61, 62, 64, 68, 69, 71], "fredkin": 2, "between": [2, 3, 4, 8, 12, 14, 15, 16, 25, 35, 38, 42, 43, 44, 50, 53, 54, 64, 66], "meant": [2, 20, 47], "thin": [2, 3], "wrapper": [2, 3, 39], "around": [2, 3, 5, 7, 14, 21, 46, 54, 69], "instanc": [2, 3, 4, 21, 23, 28, 33, 38, 39, 40, 43, 64], "quak": [2, 3, 12, 18, 34, 58, 60], "dialect": [2, 3, 58, 60], "arithmet": [2, 25, 26, 57], "getvalu": 2, "actual": [2, 14, 21, 44, 61], "implicitlocopbuild": 2, "arith": [2, 35, 58], "constantfloatop": 2, "canvalidatenumel": 2, "stdvectyp": 2, "do": [2, 4, 13, 14, 19, 28, 30, 33, 35, 38, 39, 40, 42, 43, 51, 56, 58, 62, 64, 65, 66, 69, 71], "loop": [2, 3, 4, 5, 12, 22, 33, 42, 50, 53, 55, 57, 58], "know": [2, 15, 19, 35, 71], "bound": [2, 3, 14, 57], "startidx": [2, 3], "subscript": [2, 3, 37, 38], "stdvec": [2, 35, 58], "constants": 2, "isstdvec": 2, "getrequiredel": 2, "veqtyp": 2, "divid": [2, 12], "invers": [2, 13, 24], "so": [2, 4, 8, 10, 12, 14, 15, 21, 37, 39, 40, 46, 51, 56, 57, 58, 60, 61, 62, 64, 68, 69], "friend": 2, "write": [2, 3, 45, 50, 56, 57, 60, 64, 66], "u": [2, 4, 6, 7, 10, 12, 13, 15, 16, 24, 25, 29, 30, 42, 43, 44, 52, 53, 54, 56, 57, 58], "wai": [2, 3, 7, 21, 32, 35, 44, 62], "code": [2, 3, 4, 7, 12, 13, 15, 16, 20, 21, 23, 24, 25, 26, 29, 30, 32, 33, 35, 37, 38, 39, 40, 44, 49, 50, 51, 53, 54, 56, 57, 58, 60, 61, 62, 65, 66, 68, 69], "mlircontext": 2, "ctx": [2, 9, 60], "f": [2, 4, 7, 14, 24, 25, 46, 49, 57, 62, 69], "high": [2, 14, 53, 58, 68], "serv": [2, 3, 4, 25, 33, 38, 60, 62], "work": [2, 4, 5, 13, 14, 18, 21, 38, 39, 53, 57, 59, 62, 64, 65, 68, 69], "subtyp": 2, "possibli": [2, 25], "deleg": [2, 38, 61, 64], "third": [2, 3, 18, 57, 67], "parti": [2, 18, 57, 67], "immut": 2, "mutabl": [2, 21], "gradient": [2, 6, 9, 38, 55, 57], "df": [2, 14], "dx_i": 2, "scalar": [2, 21], "queri": [2, 7, 21, 31, 39, 46, 49], "whether": [2, 3, 62, 64], "strategi": [2, 21, 26, 32, 57, 61], "parameter": [2, 3, 4, 12, 16, 21, 23, 25, 28, 38, 43, 49, 51, 53, 57], "left": [2, 5, 7, 8, 12, 13, 50, 61, 64], "thing": [2, 52, 57], "max": [2, 4, 10, 18, 38, 40, 50, 55], "cobyla": [2, 3, 4, 6, 10, 16, 17, 21, 55, 57], "opt": [2, 25, 58, 60, 62, 64], "assert": [2, 24, 25], "requiresgradi": [2, 21], "algo": 2, "opt_val": [2, 38, 55, 57], "opt_param": [2, 21, 38, 55, 57], "dx": [2, 21], "virtual": [2, 15, 19, 21, 38, 39, 44, 49, 53, 61, 62, 71], "achiev": [2, 5, 12, 13, 21, 37, 38, 52, 57], "dim": [2, 38], "optimizable_funct": [2, 21], "opt_funct": [2, 21, 38], "variat": [2, 4, 5, 6, 9, 12, 17, 18, 21, 48], "custom": [2, 11, 19, 21, 25, 39, 40, 51, 54, 57, 60, 62, 64, 67, 68, 71], "ptrtoown": 2, "conveni": [2, 13, 29, 35, 57, 62, 64], "jdx": 2, "tensoridx": 2, "get_tensor": 2, "just": [2, 4, 7, 8, 12, 20, 34, 39, 44, 45, 46, 51, 56, 58, 64], "rank": [2, 3, 39, 47, 51, 53], "get_num_tensor": 2, "get_num_qubit": [2, 31], "get_precis": [2, 3], "is_on_gpu": [2, 3], "to_host": 2, "hostptr": 2, "numel": 2, "pure": [2, 11, 24, 25, 32, 57], "basisst": 2, "host": [2, 22, 24, 25, 26, 29, 33, 38, 39, 40, 49, 68, 69], "leverag": [2, 3, 4, 21, 23, 25, 28, 32, 33, 40, 51, 55, 57, 58, 61, 65], "separ": [2, 4, 40, 62, 64], "mapper": 2, "inherit": [2, 22, 26, 39], "updat": [2, 4, 21, 37, 50, 62, 69], "protect": [2, 33, 61], "getexpectedvalu": 2, "central_differ": [2, 21, 57], "forward_differ": 2, "parameter_shift": 2, "prescrib": 2, "kernelt": 2, "argsmapp": [2, 21], "setarg": 2, "save": [2, 9, 38, 39, 44, 53, 58, 64, 66], "nvqc": [2, 36, 38], "setkernel": 2, "been": [2, 3, 15, 37, 38, 43, 44, 50, 62, 64], "have": [2, 3, 4, 7, 12, 13, 14, 15, 19, 21, 35, 38, 39, 40, 44, 46, 50, 53, 54, 56, 60, 62, 64, 65, 66, 68, 69, 71], "funcatx": [2, 3], "func": [2, 21, 35, 58, 60], "clone": [2, 9, 33, 60, 62], "deriv": [2, 4, 7, 21, 56], "exp_h": [2, 21], "forward": [2, 9], "approxim": [2, 4, 12, 18, 40, 44, 48], "registri": [2, 64], "unit": [2, 3, 15, 20, 25, 26, 28, 31, 33, 37, 43, 56], "express": [2, 19, 21, 22, 23, 24, 26, 29, 39, 43, 51, 52, 58, 68, 71], "certain": [2, 33, 38, 39, 40, 61, 64], "logic": [2, 7, 31, 33, 39], "connect": [2, 4, 9, 12, 19, 26, 31, 33, 35, 50, 62, 71], "queue": [2, 21, 38, 50], "enqueu": 2, "relat": [2, 4, 12, 58], "quantum_platform": [2, 3, 31, 39, 49, 58], "baseremoterestqpu": 2, "baseremotesimulatorqpu": 2, "_qpuid": 2, "setid": 2, "thread": [2, 3, 26, 39, 40, 49, 53, 61], "getexecutionthreadid": 2, "getnumqubit": 2, "getconnect": 2, "issimul": 2, "supportsconditionalfeedback": 2, "feedback": [2, 26, 43, 64], "remotecap": 2, "getremotecap": 2, "capabl": [2, 38, 40, 53, 62, 64], "setshot": 2, "_nshot": 2, "noth": 2, "wish": [2, 4, 38, 39, 49, 64], "isemul": 2, "local": [2, 3, 5, 15, 18, 37, 38, 39, 44, 47, 50, 58, 62, 63, 65], "emul": [2, 3, 37, 50], "quantumtask": 2, "setexecutioncontext": 2, "resetexecutioncontext": 2, "reset": [2, 3, 21, 24, 26, 40, 61], "launchkernel": 2, "kernelfunc": 2, "uint64_t": 2, "launch": [2, 21, 39, 40, 64, 69], "pack": [2, 68], "launchserializedcodeexecut": 2, "serializedcodeexecutioncontext": 2, "serializecodeexecutionobject": 2, "onrandomseedset": 2, "notifi": 2, "let": [2, 7, 8, 11, 12, 13, 14, 15, 16, 28, 35, 42, 43, 44, 47, 49, 51, 52, 53, 54, 55, 56, 57, 58, 64, 65, 66, 69], "basenvcfsimulatorqpu": 2, "submit": [2, 37, 38, 50, 64], "nvcf": 2, "realiz": [2, 5, 56], "intend": [2, 20, 21, 23, 62, 66], "popul": [2, 46], "platformqpu": 2, "qubitconnect": [2, 31], "fetch": [2, 4], "supports_task_distribut": 2, "multipl": [2, 4, 14, 15, 17, 19, 28, 37, 39, 40, 43, 44, 50, 52, 56, 71], "parallel": [2, 20, 26, 40, 44, 64, 69], "qpu_id": [2, 3, 8, 21, 31, 38, 39, 44, 53], "get_shot": 2, "getter": 2, "onc": [2, 4, 5, 13, 14, 23, 37, 38, 40, 43, 44, 50, 62, 64, 66, 69], "set_shot": 2, "clear_shot": 2, "remov": [2, 4, 35, 36, 38, 39, 40, 64], "numshot": 2, "setter": 2, "set_exec_ctx": 2, "get_exec_ctx": 2, "reset_exec_ctx": 2, "num_qpu": [2, 3, 8, 31, 38, 39, 49], "is_simul": [2, 31], "supports_conditional_feedback": 2, "get_current_qpu": [2, 31], "set_current_qpu": [2, 31], "device_id": [2, 31], "is_remot": [2, 3, 31], "qpuid": [2, 31, 39], "is_emul": [2, 3, 31], "set_nois": [2, 3, 54], "get_remote_cap": 2, "applic": [2, 4, 5, 7, 12, 13, 14, 16, 18, 21, 28, 32, 37, 40, 43, 44, 48, 64, 65, 68, 69, 70], "reset_nois": 2, "turn": [2, 9, 13, 38, 45, 61], "off": [2, 3, 4, 9, 13, 38, 39, 62], "enqueueasynctask": 2, "kernelexecutiontask": 2, "launchvq": 2, "kernelarg": 2, "n_param": [2, 55, 57], "vqe": [2, 3, 4, 12, 16, 38, 55, 57], "settargetbackend": 2, "resetlogstream": 2, "log": [2, 3, 19, 38, 62, 64, 71], "getlogstream": 2, "setlogstream": 2, "logstream": 2, "list_platform": 2, "structur": [2, 3, 4, 5, 9, 12, 21, 23, 27, 29, 31, 33, 39, 40, 58, 60, 61, 66], "boolean": [2, 23], "field": [2, 12, 18, 39], "initvalu": 2, "stateoverlap": 2, "serializedcodeexec": 2, "command": [2, 4, 38, 39, 40, 44, 46, 47, 49, 50, 53, 61, 62, 64, 65, 66, 68, 69], "entir": [2, 15, 35, 51, 57, 61], "forth": [2, 39], "commun": [2, 21, 37, 39, 40, 62], "ultim": [2, 58, 61], "what": [2, 3, 4, 12, 14, 15, 18, 19, 41, 53, 61, 68, 71], "ad": [2, 5, 14, 19, 21, 37, 38, 51, 54, 58, 62, 64, 66, 69, 71], "promis": 2, "qubitedg": [2, 31], "num_available_gpu": [2, 3, 44, 53], "set_random_se": [2, 3, 9, 10, 12, 14, 40, 55, 57], "caller": [2, 25], "unset_nois": [2, 3, 54], "dealloc": [2, 26, 33, 61], "mpi": [2, 19, 39, 40, 47, 51, 53, 69, 71], "against": [2, 19, 37, 62, 66, 71], "argc": [2, 24, 44, 62, 69], "argv": [2, 24, 44, 62, 69], "program": [2, 18, 20, 23, 25, 28, 33, 34, 37, 38, 39, 40, 41, 43, 50, 51, 53, 54, 58, 62, 64, 66, 69], "is_initi": [2, 3, 47, 51], "alreadi": [2, 3, 15, 62, 64, 69], "final": [2, 3, 4, 5, 6, 39, 49, 51, 53, 57, 58, 61, 62], "num_rank": [2, 3, 53], "all_gath": [2, 3], "gather": [2, 3, 24, 44, 56], "fit": [2, 62], "come": [2, 5, 26, 38, 50, 68], "all_reduc": 2, "binaryfunct": 2, "localvalu": 2, "reduc": [2, 8, 14, 40], "rootrank": [2, 3], "make_kernel": [3, 23, 37, 38, 39, 53], "els": [3, 4, 9, 15, 23, 39, 40, 44, 62, 66, 69], "int_valu": 3, "float_valu": 3, "pykernel": 3, "argtypelist": 3, "programmat": 3, "str": [3, 4, 10, 14, 37, 39, 44, 46, 50, 56, 68], "argument_count": 3, "alia": [3, 33], "pykerneldecor": 3, "verbos": [3, 5, 41, 58, 62, 65], "modul": [3, 5, 9, 40, 44, 57, 58, 62], "none": [3, 9, 24, 25, 40], "funcsrc": 3, "locat": [3, 37, 39, 62, 64, 68], "overrideglobalscopedvar": 3, "decor": [3, 4, 25, 42], "lower": [3, 58, 61], "ast": 3, "jit": [3, 4], "executionengin": 3, "__call__": 3, "__str__": 3, "from_json": 3, "jstr": 3, "overridedict": 3, "convert": [3, 4, 5, 21, 49, 58], "json": [3, 37, 39, 50, 64], "to_json": 3, "self": [3, 4, 9, 12, 25, 62, 64], "reconstruct": 3, "elsewher": 3, "type_to_str": 3, "clean": [3, 5], "kwarg": [3, 4], "languag": [3, 18, 19, 22, 25, 26, 27, 28, 33, 34, 39, 43, 51, 56, 58, 61, 65, 71], "attribut": [3, 25, 51, 58], "coprocessor": [3, 21, 25], "shots_count": [3, 4, 7, 8, 10, 11, 14, 37, 44, 47, 51, 53], "over": [3, 11, 21, 33, 44, 50, 54, 55, 57, 61, 64], "ndarrai": [3, 9, 11, 15], "leav": [3, 11, 37, 50, 64], "doesn": 3, "firstfloat": 3, "secondfloat": 3, "kei": [3, 10, 12, 13, 14, 30, 37, 38, 61, 64, 69], "nois": [3, 4, 11, 21, 31, 37, 50, 54], "model": [3, 4, 11, 18, 20, 21, 23, 25, 28, 33, 34, 35, 37, 39, 50, 54, 58, 61, 64, 69], "dictionari": [3, 14, 21, 44, 51, 57], "sampleresult": [3, 4, 44, 51, 61], "sample_async": [3, 8, 21, 39, 44, 50], "_mlir_lib": 3, "_quakedialect": 3, "cudaq_runtim": 3, "asyncsampleresult": [3, 50], "platform": [3, 18, 19, 20, 28, 34, 36, 37, 38, 40, 44, 49, 53, 58, 61, 62, 64, 69, 71], "Will": [3, 30, 44], "whose": [3, 5, 9, 12, 16, 21, 26, 38, 39, 49, 56], "identif": 3, "spin_oper": [3, 12, 44, 49, 57], "spinoper": [3, 4, 9, 10, 12, 17, 44, 49, 53, 57], "everi": [3, 12, 14, 19, 38, 39, 43, 44, 50, 51, 62, 69, 71], "nest": [3, 39], "hermitian": 3, "calcul": [3, 4, 6, 7, 8, 9, 38, 39, 44, 50, 53, 57], "observeresult": [3, 44, 57], "observe_async": [3, 21, 38, 53], "asyncobserveresult": 3, "arg0": [3, 58], "prepar": [3, 4, 8, 9, 13, 14, 16, 46, 49, 51, 53, 55], "select": [3, 4, 9, 16, 40, 44, 47, 49, 64, 68], "get_state_async": [3, 39], "asyncstateresult": 3, "parameter_count": [3, 4, 10, 12, 16, 17, 53, 55, 57], "argument_mapp": [3, 12], "gradient_strategi": [3, 57], "arg1": 3, "format": [3, 9, 15, 21, 24, 33, 62], "ascii": [3, 15], "latex": [3, 15], "cx": [3, 4, 14, 23, 37, 38, 46, 53, 69], "translat": [3, 21, 56, 58], "qir": [3, 58, 61], "adapt": [3, 12, 19, 71], "openqasm2": 3, "openqasm": 3, "moduleid": [3, 58], "llvmdialectmodul": [3, 58], "source_filenam": [3, 58], "opaqu": [3, 33, 58], "__nvqpp__mlirgen__function_variable_qreg": 3, "_z13variable_qregv": 3, "local_unnamed_addr": [3, 58], "tail": [3, 58], "__quantum__rt__qubit_allocate_arrai": [3, 58], "i64": [3, 58], "__quantum__qis__mz": [3, 58], "9": [3, 4, 5, 9, 10, 14, 15, 21, 25, 26, 58, 62, 64], "7": [3, 4, 5, 6, 8, 9, 10, 12, 13, 14, 15, 19, 21, 25, 26, 28, 33, 39, 53, 58, 62, 64, 71], "__quantum__rt__qubit_release_arrai": [3, 58], "ret": [3, 58], "has_target": 3, "get_target": [3, 8, 38, 39, 49, 69], "rais": 3, "set_target": [3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 37, 38, 39, 40, 44, 46, 47, 49, 50, 53, 54, 61], "reset_target": 3, "initialize_cudaq": 3, "environ": [3, 4, 11, 15, 19, 37, 38, 39, 45, 47, 50, 60, 62, 64, 69, 71], "detect": [3, 44, 53, 62, 64, 68], "simulationprecis": 3, "underyl": 3, "properti": [3, 4, 5, 7, 35], "noindex": 3, "infrastructur": [3, 19, 39, 60, 62, 71], "descript": [3, 38, 40, 61, 62, 64], "featur": [3, 4, 5, 13, 19, 25, 62, 64, 68, 69, 71], "activ": [3, 5, 9, 18, 39, 40, 62, 64, 69], "consist": [3, 4, 5, 44], "physic": [3, 5, 12, 20, 26, 33, 35, 37, 39, 40, 50, 56], "0101": [3, 55], "1010": [3, 55], "consol": [3, 38, 45, 62], "cupi": [3, 64], "gettensor": 3, "compris": 3, "tensori": 3, "mlirvalu": 3, "As": [3, 12, 20, 26, 27, 33, 39, 40, 42, 56, 57, 60], "hold": [3, 57], "__add__": 3, "runtimeerror": [3, 4], "new_valu": 3, "5": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 23, 24, 25, 26, 28, 29, 32, 33, 38, 39, 40, 46, 47, 49, 50, 53, 54, 55, 57, 58, 62, 64, 66, 71], "__radd__": 3, "__sub__": 3, "__rsub__": 3, "__neg__": 3, "__mul__": 3, "__rmul__": 3, "__getitem__": 3, "you": [3, 4, 5, 7, 13, 14, 15, 18, 19, 21, 37, 38, 40, 44, 46, 50, 51, 53, 54, 57, 58, 60, 61, 62, 64, 65, 66, 68, 69, 71], "complexmatrix": 3, "lowest": [3, 5], "__eq__": 3, "togeth": [3, 14, 18, 40, 58, 69], "__iter__": 3, "through": [3, 4, 7, 9, 11, 21, 37, 42, 45, 47, 51, 54, 57, 61, 62, 64, 69], "chunk_count": 3, "d1": 3, "d2": [3, 49], "d3": 3, "receiv": [3, 21], "while": [3, 5, 19, 25, 43, 44, 50, 58, 62, 64, 68, 71], "0j": [3, 8, 10, 12, 44], "get_qubit_count": 3, "get_term_count": [3, 17], "qubit_count": [3, 7, 9, 11, 12, 13, 16, 17, 39, 42, 44, 46, 47, 53, 55, 69], "term_count": [3, 53], "4043193893": 3, "ith": 3, "scipi": [3, 14, 15, 16, 17, 57], "csr_arrai": 3, "print_coeffici": 3, "termin": [3, 53, 64], "At": [3, 5, 62, 64], "directli": [3, 20, 21, 26, 33, 35, 58, 64, 68, 69], "c_if": [3, 23], "dure": [3, 5, 6, 11, 21, 37, 40, 62, 64, 68], "__len__": 3, "equival": [3, 12, 39, 40, 44], "metadata": [3, 16, 58], "experi": [3, 4, 14, 37, 50, 62, 64], "expectation_z": 3, "get_marginal_count": [3, 14], "marginal_indic": 3, "get_register_count": 3, "get_sequential_data": 3, "item": [3, 5, 9, 14, 68], "frequent": 3, "proport": 3, "kick": [3, 39], "pattern": [3, 4, 20, 21, 25, 34, 58, 60], "sub_term": 3, "favor": 3, "get_spin": 3, "accessor": [3, 39], "optimizationresult": 3, "gradientdesc": 3, "initial_paramet": [3, 4, 6, 10, 12, 55, 57], "lower_bound": 3, "max_iter": [3, 4, 57], "maximum": [3, 4, 40], "requires_gradi": 3, "upper_bound": 3, "upper": 3, "neldermead": [3, 10, 12], "lbfg": [3, 21, 38, 57], "centraldiffer": [3, 57], "parameter_vector": [3, 4, 12, 38, 57], "loss": 3, "forwarddiffer": 3, "parametershift": 3, "krauschannel": [3, 11, 54], "__init__": [3, 4, 9, 25], "bitflipchannel": [3, 14, 54], "decoher": [3, 11, 54], "Its": [3, 33, 40, 56, 58], "vice": 3, "versa": 3, "180": [3, 54], "therefor": [3, 5, 12, 13, 33, 58, 60], "phaseflipchannel": [3, 54], "untouch": 3, "depolarizationchannel": [3, 11, 54], "mixtur": 3, "decai": [3, 11, 54], "amplitudedampingchannel": [3, 54], "dissip": [3, 54], "energi": [3, 4, 5, 16, 17, 21, 38, 49, 54, 57], "due": [3, 4, 11, 15, 16, 21, 40, 44, 54, 68], "interact": [3, 5, 31, 54, 64], "ground": [3, 4, 5, 16, 38, 54, 56, 57], "krausoper": [3, 54], "ki": 3, "dag": [3, 15, 30], "col_count": 3, "row_count": 3, "scatter": [3, 4], "concaten": 3, "arg2": 3, "tutori": [4, 5, 12, 14, 64], "explor": [4, 53, 56, 64], "recent": [4, 5], "research": [4, 38], "arxiv": 4, "paper": [4, 10, 55], "http": [4, 5, 9, 12, 13, 15, 37, 39, 50, 62, 64], "org": [4, 62, 64], "pdf": [4, 15], "2402": 4, "01529": 4, "team": [4, 5], "edinburgh": 4, "jointli": 4, "develop": [4, 18, 25, 26, 37, 38, 40, 48, 56, 60, 61, 62, 65, 69], "nvidia": [4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 17, 18, 19, 20, 26, 36, 40, 44, 46, 47, 49, 53, 61, 62, 64, 66, 69, 71], "author": 4, "better": [4, 12, 14, 38, 40, 62], "understand": [4, 14, 20, 64], "barrier": 4, "mit": 4, "licens": [4, 62, 64], "found": [4, 5, 15, 19, 21, 24, 28, 37, 44, 61, 62, 64, 66, 67, 69, 71], "github": [4, 5, 9, 12, 13, 19, 37, 40, 62, 64, 69, 71], "com": [4, 5, 9, 12, 13, 37, 50, 62, 64], "boniface316": 4, "bigdata_vqa": 4, "unsupervis": 4, "learn": [4, 9, 12, 15, 19, 38, 43, 44, 68, 69, 71], "techniqu": [4, 40, 44], "aim": [4, 7, 12, 46], "group": [4, 33, 40], "similar": [4, 21, 39, 44, 62], "characterist": 4, "enhanc": [4, 18], "find": [4, 7, 12, 14, 16, 18, 37, 38, 39, 56, 57, 58, 62, 64], "reliabl": [4, 68], "analysi": [4, 5, 35, 58], "todai": 4, "sever": [4, 5, 51, 54], "limit": [4, 39, 40, 44, 53, 68], "practic": [4, 7, 14, 54], "would": [4, 5, 7, 12, 13, 19, 35, 53, 56, 62, 64, 66, 68, 71], "far": 4, "too": [4, 15, 47, 56], "mani": [4, 13, 19, 28, 31, 39, 40, 44, 53, 69, 71], "extend": [4, 13, 18, 19, 20, 67, 71], "harrow": 4, "fewer": [4, 5, 40], "walk": [4, 5, 61, 62, 64], "approach": [4, 13, 14, 21, 25, 58], "emphas": 4, "util": [4, 9, 11, 21, 33, 38, 39, 40, 53, 58, 61], "bipartit": 4, "branch": [4, 19, 23, 62, 64, 71], "directori": [4, 60, 62, 64, 68], "tree": 4, "uncom": [4, 12, 62, 64], "line": [4, 12, 15, 37, 39, 40, 46, 50, 58, 61, 62, 64], "insid": [4, 39, 64], "skip": [4, 15, 62], "mkdir": [4, 61, 62, 65], "divisive_clustering_src": 4, "wget": [4, 62, 64], "p": [4, 5, 8, 10, 11, 14, 54, 55, 62, 64], "githubusercont": 4, "doc": [4, 39], "sphinx": 4, "divisive_clust": 4, "py": [4, 17, 39, 40, 44, 45, 53, 57, 64, 69], "main_divisive_clust": 4, "instal": [4, 5, 6, 9, 14, 15, 16, 17, 18, 19, 37, 40, 58, 60, 61, 65, 66, 68, 71], "packag": [4, 5, 6, 7, 9, 14, 15, 17, 62, 64, 68, 69], "pip": [4, 5, 6, 9, 14, 15, 16, 17, 39, 40, 62, 64, 69], "mpi4pi": [4, 40, 69], "6": [4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 21, 24, 25, 26, 28, 29, 33, 37, 38, 39, 40, 49, 50, 57, 58, 64, 71], "networkx": 4, "panda": [4, 14], "scikit": [4, 9], "tqdm": 4, "66": [4, 10], "auxillari": [4, 46], "nx": 4, "pd": [4, 14], "matplotlib": [4, 5, 6, 9, 10, 14, 15, 16, 17], "pyplot": [4, 5, 6, 9, 10, 14, 15, 16, 17], "plt": [4, 5, 6, 9, 10, 14, 15, 16, 17], "warn": [4, 15, 17, 37], "divisiveclust": 4, "dendrogram": 4, "voironi_tessal": 4, "filterwarn": 4, "below": [4, 5, 6, 7, 9, 12, 13, 15, 16, 19, 21, 37, 38, 39, 40, 44, 50, 53, 55, 57, 58, 62, 64, 68, 69, 71], "toggl": 4, "circuit_depth": 4, "75": [4, 13, 17], "max_shot": 4, "x_1": 4, "x_2": 4, "cdot": 4, "x_n": 4, "weight": [4, 5, 10], "much": [4, 57, 61], "smaller": [4, 5, 40], "w": [4, 30, 40, 50], "enough": 4, "reason": [4, 35], "conclus": 4, "There": [4, 21, 23, 37, 38, 39, 53, 64], "variou": [4, 19, 39, 42, 51, 54, 58, 61, 71], "build": [4, 5, 6, 12, 14, 15, 16, 18, 19, 23, 28, 29, 41, 43, 44, 49, 55, 56, 57, 60, 61, 64, 65, 66, 68, 71], "machin": [4, 12, 20, 34, 37, 39, 50, 64], "1703": 4, "06476": 4, "algorithm": [4, 5, 6, 12, 13, 16, 18, 20, 23, 25, 34, 35, 38, 39, 40, 44, 46, 48, 49, 52, 57, 64], "essenti": 4, "boil": 4, "down": [4, 39], "toler": 4, "constraint": [4, 14, 25, 26, 27, 40, 44, 50, 56], "priori": 4, "load": [4, 9, 21, 26, 37, 38, 50, 58, 60], "frame": 4, "imag": [4, 9, 12, 15, 19, 50, 62, 69, 71], "black": [4, 7], "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, 14], "chr": 4, "65": [4, 12, 14], "028364": 4, "669787": 4, "234": [4, 14], "230716": 4, "167441": 4, "354792": 4, "101": [4, 13, 14, 24], "319288": 4, "b": [4, 21, 50], "022889": 4, "921443": 4, "125": [4, 21, 24, 29, 38, 39, 49, 57], "158339": 4, "706134": 4, "636852": 4, "13": [4, 9, 10, 12, 14, 16, 17, 53, 55, 57, 58, 64], "650774": 4, "998497": 4, "455847": 4, "116": 4, "758239": 4, "507918": 4, "630311": 4, "120": [4, 64], "727176": 4, "102508": 4, "297727": 4, "53": [4, 14, 15], "294127": 4, "722463": 4, "400433": 4, "77": [4, 14], "415840": 4, "425868": 4, "341136": 4, "42": [4, 9, 14, 16, 17], "847985": 4, "985373": 4, "063209": 4, "240": 4, "116237": 4, "label": [4, 5, 9, 14, 58, 62, 69], "7eba00": 4, "color": [4, 12], "marker": 4, "xlabel": [4, 5, 6, 9, 10, 16, 17], "ylabel": [4, 5, 6, 9, 10, 16, 17], "titl": [4, 16, 17, 37, 57, 64, 69], "best": [4, 5, 13, 62, 64], "legend": [4, 5, 9], "In": [4, 5, 7, 11, 12, 14, 15, 21, 25, 35, 37, 39, 40, 42, 44, 46, 49, 50, 51, 54, 57, 60, 61, 62, 68], "cast": [4, 17], "problem": [4, 12, 13, 16, 35, 43, 55], "routin": [4, 12, 21, 57], "graph": [4, 10, 12, 55], "edg": [4, 10, 12], "e_": 4, "ij": 4, "w_iw_jd_": 4, "d_": 4, "euclidean": 4, "distanc": [4, 14, 16], "coreset_to_graph": 4, "vqa": 4, "hamiltonian": [4, 6, 8, 9, 10, 11, 12, 16, 17, 24, 38, 39, 40, 44, 49, 55, 57], "src": [4, 5, 37, 62], "motiv": [4, 34, 62], "cut": [4, 18, 55], "get_k2_hamiltonian": 4, "k2": 4, "layer": [4, 9, 12, 25, 55, 57], "r_z": 4, "r_y": 4, "cascad": 4, "benefit": [4, 19, 44, 69, 71], "get_vqe_circuit": 4, "number_of_qubit": 4, "theta_posit": 4, "rz": [4, 12, 15, 24, 28, 55], "visual": [4, 12, 18, 35, 48], "rand": [4, 46], "8904": 4, "7335": 4, "4343": 4, "2236": 4, "7937": 4, "9981": 4, "3945": 4, "q2": [4, 6, 13, 15], "696": 4, "3352": 4, "q3": [4, 15], "6658": 4, "05277": 4, "q4": 4, "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, 7, 13, 21, 38, 42, 43, 46, 53, 62, 68, 69], "initial_param": 4, "uniform": [4, 10, 12, 14, 21, 24, 44, 53, 55], "divisiveclusteringvqa": 4, "procedur": [4, 6, 16], "top": [4, 7, 14, 39, 61, 65], "pleas": [4, 15, 17, 19, 38, 39, 40, 50, 53, 60, 62, 64, 69, 71], "run_divisive_clust": 4, "get_counts_from_simul": 4, "cost": [4, 9, 10, 12, 16, 17, 18, 21, 38, 57], "our": [4, 6, 7, 11, 12, 15, 19, 35, 37, 42, 44, 46, 50, 51, 52, 53, 54, 57, 58, 62, 64, 65, 66, 69, 71], "obtain": [4, 5, 14, 15, 16, 19, 38, 62, 71], "acceler": [4, 9, 18, 19, 38, 40, 44, 46, 47, 53, 61, 62, 64, 69, 71], "associ": [4, 12, 26, 39, 56], "super": [4, 9], "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, 8, 9, 10, 12, 13, 14, 17, 24, 33, 39, 44, 46, 50, 53, 69], "node": [4, 10, 12, 20, 39, 53, 62], "create_hamiltonian": 4, "optimizer_funct": 4, "create_circuit": 4, "objective_funct": [4, 57], "get_result": [4, 57], "optimal_paramet": [4, 10, 12, 38, 55], "mostli": 4, "previous": [4, 37, 64], "threshold_for_max_cut": 4, "percent": 4, "advanc": [4, 57], "normal": [4, 9, 16, 17, 56], "get_divisive_sequ": 4, "analyz": [4, 60], "postprocess": 4, "sourc": [4, 11, 12, 14, 19, 35, 40, 46, 54, 58, 61, 64, 65, 66, 69, 71], "12": [4, 5, 9, 14, 15, 21, 38, 58, 62, 64], "normalize_vector": 4, "sort_by_descend": 4, "dist": [4, 14, 15, 68], "hierarchial_clustering_sequ": 4, "100": [4, 5, 9, 11, 14, 17, 24, 47], "129": 4, "lt": [4, 5], "12075": 4, "19it": 4, "35025": 4, "50it": 4, "18": [4, 5, 8, 14, 58], "44254": 4, "09it": 4, "15827": 4, "56it": 4, "13617": 4, "87it": 4, "nice": 4, "earli": [4, 38, 64], "split": [4, 53], "mark": [4, 68], "least": [4, 12, 39, 62], "dendo": 4, "plot_dendrogram": 4, "plot_titl": 4, "plot": [4, 5, 6, 9, 10, 14, 16, 17], "notic": [4, 12, 35, 46, 47, 53, 58, 65], "complic": [4, 29], "becom": [4, 5, 14, 40, 49, 64, 65], "occasion": 4, "especi": 4, "partit": [4, 10, 12, 38, 39, 64], "puzzl": 4, "glanc": 4, "seem": [4, 47, 56, 64, 69], "natur": [4, 15, 40, 56], "strai": 4, "belong": 4, "wrong": 4, "explan": 4, "stochast": [4, 21], "few": [4, 12], "were": [4, 15, 46, 57, 64], "rememb": [4, 7], "pai": [4, 13], "penalti": [4, 10], "exclud": [4, 38, 44, 46, 62], "proxim": 4, "small": [4, 14, 40, 68], "less": [4, 5, 54, 62], "impact": [4, 11, 54], "usual": [4, 62, 64, 68], "look": [4, 15, 19, 35, 37, 39, 43, 44, 47, 49, 50, 51, 52, 53, 54, 57, 58, 62, 64, 71], "unusu": 4, "go": [4, 7, 15, 33, 39, 51, 62, 64], "origin": [4, 11, 35, 46, 57, 58], "14": [4, 8, 14, 38, 50, 58], "plot_hierarchial_split": 4, "hierarch": 4, "flat": [4, 39], "perpendicular": 4, "intersect": 4, "threshold": [4, 40], "height": 4, "want": [4, 8, 12, 14, 15, 35, 38, 39, 58, 61, 62, 64, 66, 69], "get_clusters_using_k": 4, "desir": [4, 31, 39, 44, 61, 62, 64, 66], "figur": [4, 7, 9, 13, 58], "15": [4, 14, 53, 57, 58, 62, 64], "threshold_height": 4, "get_clusters_using_height": 4, "red": [4, 14], "blue": 4, "green": [4, 12], "purpl": 4, "orang": 4, "yellow": 4, "color_threshold": 4, "plot_clust": 4, "16": [4, 5, 14, 15, 38, 57, 58], "show_annot": 4, "get_voronoi_tessal": 4, "region": 4, "accord": 4, "centroid": 4, "tesslation_by_clust": 4, "complet": [4, 11, 21, 37, 62, 64, 68, 69], "plot_voironi": 4, "overlai": 4, "17": [4, 9, 14, 58, 66], "vt": 4, "voironi": 4, "tessal": 4, "design": [4, 12, 18, 20, 39, 69], "flexibl": [4, 42, 62], "tool": [4, 14, 15, 19, 35, 58, 60, 62, 66, 68, 71], "done": [4, 5, 15, 33, 45, 54, 62, 64], "get_qaoa_circuit": 4, "rx": [4, 6, 8, 9, 10, 12, 14, 15, 28, 32, 53, 55], "3527": 4, "19": [4, 8, 14, 38, 58], "20": [4, 8, 14, 27, 33, 57, 58, 66, 69], "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, 21, 64], "encount": [4, 38, 40, 50, 62, 64, 69], "challeng": 4, "port": [4, 39, 64], "hpc": [4, 19, 64, 71], "becam": 4, "massiv": 4, "25": [4, 5, 9, 13, 14, 24, 38, 39, 40, 44, 53, 64], "present": [4, 12, 14, 44, 47, 62, 65], "compar": [4, 43, 44, 46, 47, 64, 69], "your": [4, 15, 18, 21, 37, 38, 39, 40, 41, 46, 49, 50, 53, 54, 57, 61, 62, 64, 68], "100000": [4, 8, 53], "try": [4, 13, 15, 53, 64], "slightli": [4, 57], "qpp": [4, 9, 10, 12, 13, 17, 36, 38, 40, 44, 53, 58, 61, 64, 69], "python3": [4, 15, 39, 40, 44, 45, 53, 62, 64, 69], "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, 9, 58], "19366": 4, "94it": 4, "53773": 4, "54648": 4, "91it": 4, "51941": 4, "85it": 4, "56111": 4, "461": 4, "866833317": 4, "spent": 4, "452308367999706": 4, "oner": 4, "feel": 4, "free": [4, 6, 12, 21, 23, 24, 25, 26, 28, 30, 32, 37, 38, 42, 51, 55, 57, 58, 61, 64], "interrupt": 4, "patienc": 4, "worn": 4, "still": [4, 25, 35, 44, 50, 54, 56, 64, 68], "easili": [4, 12, 44, 46, 47, 57, 62, 64, 68], "27": [4, 14, 44], "7352": 4, "03": [4, 5, 38], "2063": 4, "82it": 4, "16492": 4, "4739": 4, "44it": 4, "256": [4, 9], "15185": 4, "58it": 4, "64": [4, 9, 39, 40, 58, 62, 64], "23728": 4, "05it": 4, "15437": 4, "97it": 4, "50840": 4, "32": [4, 9, 14, 37, 40, 58, 64], "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, 8, 14, 58], "439895901": 4, "push": [4, 68], "34": [4, 14], "a100": 4, "yourself": [4, 62], "28": [4, 9, 14, 15, 17, 19, 39, 47, 62, 64, 69, 71], "nlopt": [4, 58], "failur": [4, 68], "To": [4, 11, 12, 13, 14, 21, 25, 28, 33, 37, 38, 39, 40, 43, 44, 47, 49, 50, 51, 54, 58, 60, 61, 62, 64, 65, 66, 68, 69], "pool": [4, 38, 53], "finish": [4, 44, 58], "fail": [4, 40, 60, 64, 68], "immedi": [4, 39, 61], "issu": [4, 21, 40, 62, 64, 68], "30": [4, 9, 14, 39, 46, 53], "mgpu": [4, 13, 19, 36, 38, 39, 40, 53, 71], "gpu_count": 4, "smi": [4, 62, 64], "l": [4, 5, 21, 58, 66, 68], "wc": 4, "mpirun": [4, 39, 40, 53], "Not": [4, 25, 38, 64], "collabor": 5, "basf": 5, "hybrid": [5, 6, 18, 57, 65, 69], "workflow": [5, 6, 9, 18, 21, 48, 58, 62, 65], "strongli": [5, 62], "eigensolv": [5, 18, 48], "preserv": [5, 11], "propos": [5, 57], "anselmetti": 5, "et": [5, 12], "al": [5, 12], "2021": 5, "psi_t": 5, "rangl": [5, 13, 14, 21, 69], "evolut": [5, 15, 24, 26, 35, 61], "estim": [5, 14, 16, 44], "pyscf": [5, 17], "openfermion": [5, 17], "ipi": 5, "gto": [5, 17], "scf": [5, 17], "ao2mo": 5, "mcscf": [5, 17], "vqe_cudaq_qnp": 5, "get_cudaq_hamiltonian": 5, "utils_ipi": 5, "get_coeff_wf": 5, "gen_ipie_input_from_pyscf_chk": 5, "hamgener": 5, "qmc": 5, "trial_wavefunct": 5, "particle_hol": 5, "particlehol": 5, "extract_observ": 5, "tricki": 5, "manual": [5, 39, 47, 54, 62, 64], "streamlin": [5, 18, 69], "update_opt": 5, "use_gpu": 5, "molecul": [5, 16, 18], "preliminari": 5, "hartre": [5, 16], "fock": [5, 16], "choos": [5, 11, 44, 64], "chelat": 5, "agent": [5, 62], "substanc": 5, "industri": 5, "scale": [5, 14, 28, 40, 53, 56], "Their": [5, 62], "among": [5, 12, 39], "water": [5, 18], "soften": 5, "redox": 5, "behaviour": [5, 15], "oxid": 5, "bleach": 5, "suppress": 5, "soil": 5, "remedi": 5, "ligand": 5, "catalyst": 5, "particular": [5, 12, 15, 19, 37, 64, 68, 71], "focu": 5, "fe": 5, "iii": 5, "nta": 5, "fenta": 5, "atom": [5, 16, 17, 56, 57], "geo_fenta": 5, "xyz": 5, "cc": [5, 17, 35, 58, 62], "pvtz": 5, "num_active_orbit": 5, "num_active_electron": 5, "o3": 5, "geo_o3": 5, "help": [5, 14, 15, 45, 64], "restric": 5, "open": [5, 39, 50, 58, 62, 64], "shell": [5, 15, 62, 64, 69], "hf": 5, "hartee_fock": 5, "rohf": 5, "chkfile": 5, "chk": 5, "224": [5, 14], "34048064812245": 5, "600": [5, 64], "orbit": [5, 17], "1200": 5, "143": 5, "electron": [5, 16, 17], "imposs": 5, "statevector": [5, 6, 13, 53, 56, 69], "space": [5, 15, 18, 26, 33, 39, 50], "contribut": [5, 19, 64, 71], "whole": 5, "post": [5, 21, 37, 64], "casci": [5, 17], "bodi": [5, 25], "t_": 5, "pq": 5, "v_": 5, "prq": 5, "integr": [5, 18, 20, 26, 33, 37, 39, 64, 65], "sum_": [5, 11, 12, 13, 29, 56], "hat": 5, "_": [5, 7, 9, 14, 15, 46], "dagger": [5, 8, 11, 30, 56], "pqr": 5, "a_": 5, "tag": [5, 7, 13, 62, 64], "jordan_wign": [5, 17], "generate_hamiltonian": 5, "fix_spin_": 5, "ss": 5, "h1": [5, 37, 50], "tbi": [5, 37, 50], "shown": [5, 7, 39, 40], "equat": [5, 12, 13], "energy_cor": 5, "get_h1eff": 5, "h2": 5, "get_h2eff": 5, "h2_no_symmetri": 5, "restor": 5, "v_pqr": 5, "asarrai": 5, "transpos": 5, "mol_ham": 5, "jw_hamiltonian": 5, "constant_term": 5, "guess": 5, "n_vqe_lay": 5, "maxit": [5, 14, 16, 17], "return_final_state_vec": 5, "n_qubit": [5, 14, 24, 55, 57], "optimized_energi": 5, "energy_optim": 5, "final_state_vector": 5, "state_vec": 5, "vqe_energi": 5, "callback_energi": 5, "num": [5, 8], "param": [5, 12, 24, 25, 28, 38, 53, 55, 57], "n_layer": [5, 55, 57], "3926998830352": 5, "numer": 5, "combin": [5, 14, 18, 43, 44, 56, 67, 68], "drive": [5, 26], "accur": [5, 14], "wide": [5, 12, 35, 58, 68], "solid": 5, "summar": [5, 13, 64], "introduct": [5, 18, 34, 48, 66, 69], "quantiz": [5, 13], "_1": [5, 14], "_2": 5, "h_": 5, "frac": [5, 7, 8, 12, 13, 14, 15], "_r": 5, "fermion": 5, "annihil": 5, "h_1": 5, "h_2": [5, 16], "omit": [5, 62], "propag": 5, "chosen": [5, 40, 53, 62], "slater": 5, "ket": [5, 6, 7, 8, 13, 15, 44, 56], "psi_": [5, 7], "toward": 5, "psi_0": [5, 7], "sim": 5, "lim_": 5, "infti": 5, "delta": 5, "tau": 5, "right": [5, 8, 12, 13], "reli": [5, 28, 58, 64, 66, 68], "squar": [5, 14, 33, 56], "gamma": 5, "v_0": [5, 12], "n_": 5, "nbsphinx": 5, "choleski": 5, "decomposit": [5, 40], "pr": [5, 18], "evolv": [5, 26, 56], "ensembl": [5, 44], "walker": 5, "access": [5, 7, 13, 19, 21, 26, 37, 38, 47, 51, 52, 53, 56, 61, 71], "mathcal": 5, "text": [5, 6, 7, 13, 14, 15], "loc": 5, "bra": [5, 6, 8, 44], "mathrm": 5, "braket": 5, "mix": [5, 11, 50, 54], "wavefunct": [5, 56], "checkpoint": 5, "ipie_hamiltonian": 5, "chol_cut": 5, "1e": [5, 40], "h1e": 5, "cholesky_vector": 5, "e0": 5, "num_basi": 5, "shape": [5, 9, 17, 53], "num_chol": 5, "nelec": [5, 17], "afqmc_hamiltonian": 5, "reshap": [5, 9], "n_active_elec": 5, "num_dets_for_prop": 5, "compute_trial_energi": 5, "half_rot": 5, "timestep": 5, "num_walk": 5, "num_block": 5, "afqmc_msd": 5, "num_steps_per_block": 5, "005": 5, "stabilize_freq": 5, "96264512": 5, "pop_control_freq": 5, "estimator_filenam": 5, "h5": 5, "finalis": 5, "qmc_data": 5, "filenam": [5, 53], "block": [5, 12, 30, 57], "weightfactor": 5, "hybridenergi": 5, "edenom": 5, "etot": 5, "e1bodi": 5, "e2bodi": 5, "0000000000000000e": 5, "02": [5, 62, 64], "2440474833475844e": 5, "04": [5, 62, 64], "7639365216971441e": 5, "5198890383495583e": 5, "2243136724295840e": 5, "4111352538015647e": 5, "1706587453647199e": 5, "2475815411995434e": 5, "2475815411995436e": 5, "7647553637385266e": 5, "5171738225389828e": 5, "0031170675347687e": 5, "8278928957673060e": 5, "1737451166143732e": 5, "2491281828803054e": 5, "7652044141962244e": 5, "5160762313159196e": 5, "9897251153181060e": 5, "0007109151776878e": 5, "1731110994412086e": 5, "2497799156719888e": 5, "2497799156719887e": 5, "7661015848515297e": 5, "5163216691795418e": 5, "0008903318642547e": 5, "0004229364465529e": 5, "1743127719028180e": 5, "2497508617456722e": 5, "7677595649331067e": 5, "5180087031874356e": 5, "9996605525745039e": 5, "0010272949474228e": 5, "1746990296069042e": 5, "2504582061507692e": 5, "0000000000000001e": 5, "2504582061507688e": 5, "7665153235346526e": 5, "5160571173838829e": 5, "0011254258887075e": 5, "0017483684345871e": 5, "1763876429459457e": 5, "2514581314082043e": 5, "2514581314082042e": 5, "7663426702613344e": 5, "5148845388531296e": 5, "9928457034724943e": 5, "9908499343007676e": 5, "1758362687039269e": 5, "2517447174632791e": 5, "2517447174632792e": 5, "7662538302479038e": 5, "5145091127846254e": 5, "9903126164668137e": 5, "9911410200683974e": 5, "1754847066192167e": 5, "2518432403785569e": 5, "2518432403785570e": 5, "7677549496249651e": 5, "5159117092464081e": 5, "0011461067810892e": 5, "0011099130959934e": 5, "1773137871282010e": 5, "2513737823028405e": 5, "2513737823028404e": 5, "7679200521685516e": 5, "5165462698657115e": 5, "9639714467961483e": 5, "9243154673312134e": 5, "1743325794078407e": 5, "2518897510231673e": 5, "7689860950318899e": 5, "5170963440087232e": 5, "vqe_i": 5, "vqe_x": 5, "afqmc_i": 5, "afqmc_x": 5, "0x737dd86716c0": 5, "gt": [5, 15], "__version__": [5, 9, 12, 13], "9c4acf80526257f03f567668a3b42822451cfb7": 5, "involv": [6, 40, 53, 58, 68], "bloch": [6, 15], "intial": 6, "cost_valu": [6, 10], "expectation_valu": [6, 49], "demonstr": [6, 7, 13, 16, 20, 21, 23, 39, 44, 47, 52, 58], "initial_cost_valu": 6, "suit": [6, 57, 64], "alogrithm": 6, "decreas": [6, 46], "x_valu": [6, 10], "y_valu": [6, 10], "epoch": [6, 9, 10, 16, 17], "39": [6, 10, 14, 15, 17], "longrightarrow": 7, "balanc": 7, "regardless": [7, 68], "ouput": 7, "question": 7, "answer": [7, 13], "solv": [7, 8, 12, 13, 43], "treat": [7, 39], "snippet": [7, 38, 39, 49, 58, 64], "box": [7, 11, 68], "don": [7, 13, 19, 21, 38, 71], "elif": 7, "That": [7, 21, 69], "twice": 7, "claim": 7, "evalul": 7, "advantag": [7, 64], "symbol": [7, 62, 68], "OR": [7, 50], "rule": 7, "modulo": 7, "oplus5": 7, "8_": 7, "oplus4": 7, "9_": 7, "quick": [7, 18, 37, 66], "suppos": [7, 65], "yield": [7, 56, 69], "sequenc": [7, 12, 35, 43], "u_f": 7, "align": [7, 13, 58, 68], "remark": 7, "becaus": [7, 14, 35, 40, 46, 50, 62, 64, 69], "overlin": 7, "bar": [7, 12, 13, 14, 15], "denot": [7, 13, 25, 27], "prove": [7, 56], "shall": [7, 8, 56], "tfrac": [7, 56], "summari": 7, "unchang": [7, 11, 58], "simultan": [7, 38], "mechan": [7, 21, 23, 29, 33, 35, 39, 45, 56, 60], "exploit": [7, 40], "abil": [7, 26, 47, 58], "neq": 7, "diagram": [7, 12, 13, 37, 50], "psi_1": 7, "h_1h_0": 7, "psi_2": 7, "drop": 7, "further": [7, 28, 35, 42, 44, 58, 61, 69], "pm": 7, "fx": 7, "qubit_0": [7, 12], "quantiti": 8, "u_": 8, "qquad": 8, "x_1x_2": 8, "fact": [8, 13, 35, 68], "simpl": [8, 11, 23, 26, 38, 39, 42, 44, 49, 50, 51, 54, 57, 58, 60, 64, 65, 69], "re": [8, 14, 21, 35, 51, 53, 54, 62, 64], "functool": [8, 14], "qubit_num": [8, 10, 17], "psi_stat": 8, "phi_stat": 8, "ham": [8, 10], "ham_matrix": 8, "exp_val": [8, 9, 16, 17, 39, 49], "dot": [8, 12, 14], "conj": 8, "707107": 8, "7071067690849304": 8, "u_psi": 8, "u_phi": 8, "ham_cir": 8, "mean_val": 8, "qc": [8, 37], "85356": 8, "14644": 8, "70712": 8, "0015811092713661505": 8, "mqpu": [8, 36, 40, 44, 49, 53], "qpu_count": [8, 39], "i_result": 8, "63807": 8, "36193": 8, "27614": 8, "0021491238917289066": 8, "49929": 8, "50071": 8, "00142": 8, "0022360657230949183": 8, "50041": 8, "49959": 8, "00082": 8, "0022360672257336093": 8, "50276": 8, "49724": 8, "00552": 8, "0022360339102974265": 8, "my_mat": 8, "dtype": [8, 11, 14, 54], "k": [8, 10, 13, 25, 57], "linalg": [8, 14], "eigh": 8, "eigen": [8, 24, 61], "00551752": 8, "27614248": 8, "00303004": 8, "99999541": 8, "highlight": [9, 19, 71], "pytorch": 9, "maximis": 9, "classif": 9, "mnist": 9, "dataset": 9, "classifi": 9, "hand": [9, 38, 39, 40, 64, 68], "written": [9, 14, 15, 21, 56, 57, 62, 66], "digit": 9, "torch": 9, "torchvis": 9, "autograd": 9, "nn": 9, "sklearn": 9, "model_select": 9, "train_test_split": 9, "manual_se": 9, "22": [9, 14, 15, 44, 58, 62, 64], "44": [9, 14], "prepare_data": 9, "target_digit": 9, "sample_count": [9, 53], "test_siz": 9, "percentag": 9, "remaind": [9, 12], "train": 9, "totensor": 9, "1307": 9, "3081": 9, "download": [9, 15, 62, 64, 69], "filter": 9, "datapoint": 9, "subset_indic": 9, "randperm": 9, "unsqueez": 9, "relabel": 9, "min": [9, 50], "x_train": 9, "x_test": 9, "y_train": 9, "y_test": 9, "shuffl": 9, "random_st": 9, "classification_threshold": 9, "boundari": 9, "accuraci": [9, 40], "parmet": 9, "shift": [9, 38, 64], "magnitud": 9, "visualis": 9, "sample_to_plot": 9, "grid_img": 9, "make_grid": 9, "pad": 9, "imshow": 9, "permut": 9, "quantumfunct": 9, "finit": 9, "theta_v": 9, "excetut": 9, "live": 9, "tolist": 9, "staticmethod": 9, "quantum_circuit": 9, "backward": [9, 27], "save_for_backward": 9, "grad_output": 9, "saved_tensor": 9, "thetas_plu": 9, "exp_vals_plu": 9, "thetas_minu": 9, "exp_vals_minu": 9, "mul": 9, "quantumlay": 9, "adher": [9, 25, 27, 33, 56, 61], "hybrid_qnn": 9, "fc1": 9, "fc2": 9, "dropout": 9, "fc3": 9, "fc4": 9, "fc5": 9, "feed": [9, 12], "view": [9, 26, 64, 70], "relu": 9, "fed": 9, "sigmoid": 9, "accuracy_scor": 9, "y_hat": 9, "hybrid_model": 9, "adadelta": 9, "lr": [9, 58], "001": [9, 13, 14, 64], "weight_decai": 9, "loss_funct": 9, "bceloss": 9, "training_cost": 9, "testing_cost": 9, "training_accuraci": 9, "testing_accuraci": 9, "zero_grad": 9, "y_hat_train": 9, "train_cost": 9, "eval": 9, "no_grad": 9, "y_hat_test": 9, "test_cost": 9, "figsiz": [9, 14], "subplot": [9, 14], "tight_layout": 9, "latest": [9, 12, 13, 19, 39, 62, 64, 71], "a726804916fd397408cbf595ce6fe5f33dcd8b4c": [9, 12, 13], "cliqu": 10, "non_edg": 10, "6686": 10, "1453": 10, "num_lay": 10, "expens": 10, "6886": 10, "1091": 10, "0770": 10, "ham_cliqu": 10, "spin_ham": [10, 17], "wt": 10, "zip": [10, 62], "term_coeffici": 10, "term_word": 10, "dc_qaoa": 10, "coef": 10, "pauli_word": [10, 39], "exp_pauli": 10, "iiziiz": 10, "ziizii": 10, "1657": 10, "iziiii": 10, "iziizi": 10, "42735": 10, "iiizii": 10, "2791499999999996": 10, "iiiiii": 10, "iiziii": 10, "iiiiiz": 10, "ziiiii": 10, "iiiizi": 10, "21810696323572243": [10, 12], "20613464375211488": [10, 12], "2546877639814583": [10, 12], "3657985647468064": [10, 12], "37118004688049144": 10, "03656087558321203": 10, "08564174998504231": 10, "21639801853794682": 10, "11122286088634259": 10, "1743727097033635": 10, "36518146001762486": 10, "15829741539542244": 10, "3467434780387345": 10, "28043500852894776": 10, "09986021299050934": 10, "14125225086023052": 10, "19141728018199775": 10, "11970943368650361": 10, "3853063093646483": 10, "1112643868789806": 10, "3527177454825464": 10, "22156160012057186": 10, "1418496891385843": 10, "32811766468303116": 10, "367642000671186": 10, "34158180583996006": 10, "10196745745501312": 10, "29359239180502594": 10, "3858537615546677": 10, "19366130907065582": 10, "24570488114056754": 10, "3332307385378807": 10, "12287973244618389": 10, "007274514934614895": 10, "015799547372526146": 10, "3578070967202224": 10, "39268963055535144": 10, "19872246354138554": 10, "16668715544467982": 10, "13777293592446055": 10, "17514665212709513": 10, "15350249947988204": 10, "32872977428061945": 10, "20068831419712105": 10, "032919322131134854": 10, "19399909325771983": 10, "09477141125241506": 10, "08210460401106645": 10, "21392577760158515": 10, "3393568044538389": 10, "14615087942938465": 10, "03790339186006314": 10, "2843250892879255": 10, "3151384847055956": 10, "19983741137121905": 10, "27348611567665115": 10, "33457528180906904": 10, "14145414847455462": 10, "20604220093940323": 10, "05410235084309195": 10, "04447870918600966": 10, "3355714098595045": 10, "266806440171265": 10, "07436189654442632": 10, "2789176729721685": 10, "2427508182662484": 10, "optimal_expect": [10, 12, 55], "0057970170760537": 10, "0617900450255213": 10, "008832997414504553": 10, "5446745231437978": 10, "9170743966952536": 10, "5684145055308018": 10, "45653992738579674": 10, "48765328828009236": 10, "08690545932812363": 10, "4396413285058074": 10, "18459993158979182": 10, "309747594917737": 10, "2588385005776594": 10, "834255663515425": 10, "674712608431175": 10, "40174553656823186": 10, "1936475123928361": 10, "11292461472367524": 10, "40520422214477836": 10, "5249647407525035": 10, "8276837818165452": 10, "2945660883282474": 10, "8060498989662159": 10, "08051672267342141": 10, "016438756265571293": 10, "5245041151262497": 10, "4087477995498743": 10, "24688680789607903": 10, "1121838066265077": 10, "1445970943333728": 10, "22281558391261153": 10, "29034932090910637": 10, "0492037973620043": 10, "2734013684834806": 10, "5265417924961102": 10, "5099056677967553": 10, "8636684922225737": 10, "6164906874232119": 10, "42851259141848624": 10, "09675272347583658": 10, "05697275350531247": 10, "7102412317670379": 10, "11174687408874051": 10, "32505750242276577": 10, "4397450017834574": 10, "023604090020531092": 10, "072436348972407": 10, "38357054930488194": 10, "13613334013073858": 10, "10505045798768743": 10, "0359359294549595": 10, "24377425227508304": 10, "10609870738840588": 10, "2073332743736556": 10, "07232539343493427": 10, "6190529241716675": 10, "03799182564866846": 10, "17548654124993912": 10, "5257077568577536": 10, "23376653076971432": 10, "3391308272563698": 10, "4193139961661264": 10, "02390444901420668": 10, "2521154835623746": 10, "1843328649807838": 10, "6609672889772077": 10, "2612231428844001": 10, "200000": 10, "mvwcp": 10, "altern": [10, 12, 37, 47, 50, 52, 55, 57, 62, 64, 69], "111000": 10, "character": [11, 14], "coher": [11, 25], "incoher": 11, "aris": 11, "commonli": [11, 62, 64], "systemat": 11, "miscalibr": 11, "epsilon": 11, "entangl": [11, 15, 26, 38, 42, 50, 57], "lead": [11, 12], "emploi": 11, "formal": 11, "posit": [11, 12, 14, 28, 40], "k_i": 11, "satisfi": [11, 15, 33, 50, 62], "mathbb": [11, 12, 56], "k_0": 11, "pmatrix": 11, "k_1": 11, "ideal": [11, 38, 50], "noiseless": 11, "ideal_count": 11, "error_prob": 11, "kraus_0": [11, 54], "complex128": [11, 54], "kraus_1": [11, 54], "bitflip_channel": 11, "0th": 11, "bitflip": [11, 14], "longer": [11, 47, 62], "uniformli": 11, "noisy_count": [11, 54], "850": 11, "88": 11, "56": [11, 15], "noisy_result": [11, 54], "8666666666666666": 11, "farhi": 12, "introduc": [12, 21], "dive": [12, 15, 64], "ll": [12, 13, 51, 57, 58, 61, 65], "maxim": [12, 38, 40, 42, 50, 53], "although": [12, 56], "rel": [12, 40], "easi": [12, 54, 66], "vertic": 12, "hard": 12, "statist": [12, 21, 24, 44, 56], "furthermor": [12, 19, 71], "wider": [12, 39], "portfolio": 12, "shop": 12, "schedul": [12, 44], "vertex": 12, "subseteq": 12, "interchang": [12, 40], "undirect": 12, "v_1": 12, "exactli": 12, "bigcup": 12, "bigcap": 12, "emptyset": 12, "illustr": [12, 21, 37, 39, 48, 50, 51, 54, 55], "disjoint": 12, "grai": 12, "depict": [12, 15], "distinct": [12, 15, 35], "substack": 12, "sometim": 12, "01100": [12, 39], "01011": 12, "v1": [12, 37, 55], "v2": [12, 55], "v0": [12, 55], "v3": [12, 55, 62, 64], "v4": [12, 64], "solut": 12, "10100": 12, "01010": 12, "10101": 12, "edges_src": 12, "edges_tgt": 12, "algortihm": 12, "hamilitonian": 12, "distinguish": [12, 35], "mixer": [12, 55], "deeper": [12, 15], "layer_count": [12, 55], "qaoaproblem": 12, "alpha": [12, 56], "subcircuit": [12, 43], "kernel_qaoa": [12, 55], "restrict": [12, 39], "plaehold": 12, "And": [12, 35], "place": [12, 39, 42, 44, 46, 54], "compon": [12, 62, 64, 68, 69], "qubitu": 12, "qubitv": 12, "mention": 12, "earlier": [12, 44], "z_v": 12, "vale": 12, "arbirtrari": 12, "formula": 12, "z_uz_v": 12, "minimum": [12, 16, 38], "refram": 12, "promot": [12, 18, 69], "replac": [12, 37, 38, 57, 58, 60, 62, 64], "reformul": 12, "ii": 12, "hamiltonian_max_cut": 12, "inititi": 12, "comment": [12, 46], "iiziz": 12, "izzii": 12, "iiiii": 12, "zziii": 12, "iiizz": 12, "iizzi": 12, "ziizi": 12, "495973826282007": 12, "51349181993727": 12, "21299416361632417": 12, "3250526425808945": 12, "886630847343767": 12, "outcom": 12, "max_cut": 12, "11111": 12, "11110": 12, "01101": 12, "148": 12, "01110": 12, "47": [12, 14, 15], "01000": 12, "00110": 12, "54": [12, 14], "165": 12, "00101": 12, "154": 12, "00100": 12, "01001": 12, "41": 12, "00000": 12, "00011": 12, "10011": [12, 39], "00010": 12, "01111": 12, "11011": 12, "00111": 12, "11100": 12, "10001": 12, "10010": 12, "144": [12, 14], "10110": 12, "40": [12, 14, 16, 53], "10000": [12, 37, 44, 50, 53], "10111": 12, "11000": 12, "11101": 12, "11001": 12, "11010": 12, "aid": [13, 20], "area": [13, 39], "signal": [13, 26], "compress": 13, "qft": 13, "ingredi": 13, "shor": 13, "exponenti": [13, 14, 29, 53], "faster": [13, 40], "factor": [13, 14], "prime": 13, "plai": 13, "vital": 13, "role": 13, "interest": [13, 16, 17, 49, 51], "idea": 13, "frequenc": 13, "domain": 13, "easier": [13, 21, 58, 61], "analogi": 13, "ixi": 13, "hadamard": [13, 18, 23, 28, 33, 35, 46, 51, 54, 56, 60], "5i": 13, "010": [13, 14], "35": [13, 14, 17], "0i": 13, "25i": 13, "35i": 13, "r_k": 13, "bmatrix": [13, 14, 56], "ciruit": 13, "quantum_fourier_transform": 13, "input_st": [13, 37, 50], "cr1": [13, 24], "zeroth": 13, "decim": 13, "round": [13, 24, 57], "r1": [13, 15, 24, 28, 35], "571": 13, "7854": 13, "25j": 13, "35j": 13, "verifi": [13, 56], "continu": [13, 44, 50, 58], "seri": [13, 37, 50], "henc": [13, 35, 39, 44, 53, 56, 62, 64, 68], "fast": [13, 26, 40, 43], "n2": 13, "why": 13, "life": [13, 38], "li": [13, 58], "One": [13, 21, 35, 39, 40, 45, 49], "invert": 13, "revers": [13, 32], "quantum_fourier_transform2": 13, "attent": 13, "definit": [13, 21, 23, 25, 54, 61], "unitari": [13, 16, 24, 28, 35, 52, 55, 56], "inverse_qft": 13, "verification_exampl": 13, "caus": 14, "imperfect": 14, "properli": [14, 44, 62, 68], "tell": [14, 56], "independ": [14, 21, 26, 39, 40, 62], "pseudoinvers": 14, "noisi": [14, 18, 48], "p_": 14, "adjust": [14, 40, 62, 68], "quasi": 14, "correl": 14, "affect": [14, 40, 54, 61], "impract": 14, "seaborn": 14, "sn": 14, "itertool": 14, "union": 14, "set_styl": 14, "dark": 14, "prob": 14, "principl": 14, "yet": [14, 19, 39, 64, 71], "get_nois": 14, "isinst": 14, "bit_flip": [14, 54], "state_label": 14, "ghz": [14, 38, 39, 42, 44, 47, 50, 51, 53, 58, 65], "ghz_kernel": 14, "plot_cmat": 14, "mat": 14, "fig": 14, "ax": 14, "im2": 14, "matshow": 14, "cmap": 14, "cm": 14, "vmin": 14, "vmax": 14, "set_ytick": 14, "arang": 14, "set_xtick": 14, "set_yticklabel": 14, "set_xticklabel": 14, "set_titl": 14, "fontsiz": 14, "set_xlabel": 14, "xaxi": 14, "set_label_posit": 14, "set_ylabel": 14, "colorbar": 14, "closest": 14, "min_": 14, "rm": [14, 62, 64], "find_closest_distribut": 14, "empirical_dist": 14, "empir": 14, "l1": 14, "ord": 14, "con": 14, "ineq": 14, "fun": [14, 17], "eq": [14, 58], "bnd": 14, "initial_valu": 14, "slsqp": 14, "get_counts_from_distribut": 14, "drawn": 14, "choic": [14, 40], "return_count": 14, "1024": [14, 47], "join": [14, 46], "noise_1": 14, "ghz_result": 14, "noisy_dict_1": 14, "dict": 14, "noisy_res_1": 14, "352": 14, "43": 14, "367": 14, "011": [14, 24], "61": 14, "110": 14, "low": [14, 28, 53], "noise_2": 14, "noisy_dict_2": 14, "noisy_res_2": 14, "149816047538945": 14, "3802857225639665": 14, "292797576724562": 14, "212": 14, "122": 14, "189": 14, "87": 14, "78": 14, "131": 14, "94": 14, "a_1": 14, "otim": 14, "single_qubit_label": 14, "single_qubit_st": 14, "924": 14, "104": 14, "920": 14, "true_stat": 14, "observed_st": 14, "90234375": 14, "1015625": 14, "09765625": 14, "8984375": 14, "joint": [14, 50], "a_pinv": 14, "pinv": 14, "positive_dist": 14, "ncorrect": [14, 24], "neg": [14, 15, 28, 40], "476": 14, "501": [14, 21], "mitigated_sg": 14, "kind": [14, 44], "bar_label": 14, "assumpt": 14, "special": [14, 25, 30, 58, 66], "a_n": 14, "local_label": 14, "local_st": 14, "388": 14, "235": 14, "174": 14, "79": [14, 38], "58": 14, "23": 14, "38": [14, 62, 64], "370": 14, "60": [14, 64], "107": 14, "162": 14, "marginalized_count": 14, "total_shot": 14, "marginal_ct": 14, "85546875": 14, "15722656": 14, "14453125": 14, "84277344": 14, "6328125": 14, "38476562": 14, "3671875": 14, "61523438": 14, "70800781": 14, "32226562": 14, "29199219": 14, "67773438": 14, "pinv_confusion_matric": 14, "a_joint": 14, "559": 14, "26": [14, 15, 17, 38], "510": [14, 53], "521": 14, "446": 14, "mitigated_k_loc": 14, "248": 14, "159": 14, "83": 14, "68": 14, "161": 14, "93": 14, "46": 14, "363": 14, "253": 14, "76": 14, "378": 14, "150": [14, 56], "36": [14, 53, 57], "74": 14, "106": 14, "145": 14, "251": 14, "386": 14, "99": 14, "29": [14, 39], "229": 14, "247": 14, "70": 14, "163": 14, "371": 14, "95": 14, "157": 14, "233": 14, "85": [14, 53], "396": 14, "31": [14, 38, 53], "393": 14, "160": 14, "a_ful": 14, "24": [14, 15, 61, 65], "09734490298929": 14, "714": 14, "211": 14, "152": 14, "49": 14, "63": 14, "422": 14, "683": 14, "302": 14, "mitigated_ful": 14, "cue": 15, "sens": [15, 58], "dimension": [15, 33], "2d": 15, "plane": 15, "3d": 15, "varphi": 15, "minu": 15, "rewritten": 15, "direct": [15, 58, 68], "spheric": 15, "coordin": 15, "sphere": 15, "showcas": 15, "render": 15, "qutip": 15, "sure": [15, 39, 62, 64, 66, 69], "restart": 15, "jupyt": [15, 64], "notebook": 15, "menu": 15, "vscode": [15, 64], "click": [15, 64], "button": 15, "toolbar": 15, "misunderstand": 15, "qualifi": 15, "bash": [15, 38, 62, 64, 69], "pipe": [15, 58], "sy": [15, 44, 69], "importerror": 15, "nnew": 15, "post1": 15, "cp310": 15, "manylinux_2_17_x86_64": 15, "manylinux2014_x86_64": 15, "whl": [15, 62], "mb": 15, "eta": 15, "usr": [15, 58, 62, 64, 68], "lib": [15, 58, 60, 61, 62, 64, 65, 68, 69], "contourpi": 15, "pypars": 15, "cycler": 15, "pillow": 15, "fonttool": 15, "kiwisolv": 15, "dateutil": 15, "post0": 15, "six": 15, "successfulli": [15, 54], "root": [15, 62, 64], "broken": 15, "permiss": [15, 62, 64], "conflict": [15, 62], "recommend": [15, 21, 62, 64, 69], "pypa": 15, "io": [15, 64], "venv": 15, "retri": 15, "subsequ": [15, 21, 26, 29, 31, 62, 64], "cell": 15, "instanti": [15, 21, 26, 32, 33, 38, 39, 55, 68], "add_to_bloch_spher": 15, "rng": 15, "default_rng": [15, 53], "blochspherelist": 15, "anglelist": 15, "sph": 15, "displai": [15, 20], "side": [15, 35, 64], "accordingli": [15, 40, 68], "absolut": [15, 33, 58], "had": 15, "toolbox": 15, "blochspher": 15, "unfortun": 15, "handi": 15, "power": [15, 19, 38, 40, 53, 71], "kernel_to_draw": 15, "14159": 15, "tdg": [15, 28], "142": 15, "documentclass": 15, "usepackag": 15, "quantikz": 15, "lstick": 15, "q_0": 15, "amp": 15, "r_1": 15, "qw": 15, "q_1": 15, "targx": 15, "q_2": 15, "q_3": 15, "editor": 15, "export": [15, 37, 38, 39, 61, 62, 69], "molecular": [16, 18], "preprocess": 16, "uccsd": 16, "openfermionpyscf": [16, 17], "chain": [16, 35], "hydrogen": [16, 57], "seper": 16, "along": [16, 21, 37, 38, 40, 44, 68], "fix": [16, 19, 40, 71], "interv": 16, "bond": 16, "interatom": 16, "electrostat": 16, "forc": [16, 39, 68], "proton": 16, "shield": 16, "neutron": 16, "chemic": 16, "minimis": 16, "stabl": [16, 64], "hydrogen_count": 16, "angstrom": 16, "bond_dist": 16, "7474": 16, "geometri": [16, 17], "chemistri": 16, "create_molecular_hamiltonian": 16, "sto": 16, "3g": 16, "electron_count": [16, 17], "n_electron": 16, "n_orbit": 16, "coupl": [16, 26, 40, 50, 64], "cluster": [16, 18, 39, 40], "uccsd_num_paramet": [16, 17], "builtin": [16, 58], "1371744305855906": 16, "popular": [16, 64], "callback": [16, 17], "xk": [16, 17], "x0": [16, 17, 21], "1173": 17, "4691": 17, "7570": 17, "mol": 17, "charg": 17, "631g": 17, "myhf": 17, "rhf": 17, "max_cycl": 17, "nelectron": 17, "norb": 17, "mo_coeff": 17, "norb_ca": 17, "nele_ca": 17, "mycasci": 17, "ncore": 17, "occupi": [17, 39], "frozen": 17, "mycc": 17, "e_tot": 17, "converg": 17, "9839755372789": 17, "98508980454675": 17, "e_corr": 17, "001114267267875617": 17, "get_fermion_oper": 17, "timeit": [17, 44, 53], "run_pyscf": 17, "moleculardata": 17, "molecular_hamiltonian": 17, "get_molecular_hamiltonian": 17, "occupied_indic": 17, "active_indic": 17, "fermion_hamiltonian": 17, "qubit_hamiltonian": 17, "electron_num": 17, "start_tim": 17, "default_tim": 17, "300": 17, "end_tim": 17, "elaps": 17, "tmp": [17, 62], "ipykernel_23147": 17, "4290935201": 17, "complexwarn": 17, "discard": [17, 21], "98415928173183": 17, "105": 17, "929891359000067": 17, "welcom": [18, 38, 51, 64], "page": [18, 44, 49, 51, 62, 64, 69], "scalabl": [18, 38, 69], "offer": [18, 38, 69], "unifi": [18, 36, 69], "brows": 18, "amd64": [18, 19, 71], "1844": 18, "releas": [18, 36, 39, 40, 58, 64, 69, 71], "toolchain": [18, 34, 37, 44, 58, 64, 65, 66, 67, 69], "heterogen": [18, 20, 43, 62], "troubleshoot": [18, 41], "synthesi": [18, 20, 23, 29, 33, 34, 48, 58], "bernstein": [18, 48, 64], "vazirani": [18, 48, 64], "cuquantum": [18, 40, 48, 53, 61, 62], "auxiliari": 18, "mont": 18, "carlo": 18, "deutsch": 18, "fourier": [18, 24], "qaoa": [18, 55], "neural": 18, "network": [18, 19, 37, 38, 39, 47, 50, 61, 64, 71], "dock": 18, "dc": 18, "readout": 18, "mitig": 18, "divis": 18, "With": [18, 19, 39, 44, 54, 58, 65, 71], "coreset": 18, "cloud": [18, 19, 36, 37, 50, 71], "processor": [18, 19, 21, 26, 36, 44, 64, 68, 69, 71], "center": [18, 63, 64], "downstream": [18, 61, 65, 67], "cmake": [18, 60, 61, 67], "ir": [18, 23, 45, 59, 60, 61], "repositori": [19, 60, 61, 62, 64, 71], "docker": [19, 62, 69, 71], "nightli": [19, 64, 71], "improv": [19, 40, 53, 64, 71], "eas": [19, 71], "think": [19, 39, 56, 71], "great": [19, 71], "thank": [19, 40, 71], "extern": [19, 40, 58, 60, 62, 68, 71], "contributor": [19, 71], "wheel": [19, 39, 40, 62, 71], "signific": [19, 71], "fusion": [19, 40, 71], "cudaq_mgpu_fus": [19, 40, 71], "bug": [19, 71], "greatli": [19, 71], "increas": [19, 40, 44, 53, 64, 69, 71], "frontend": [19, 71], "blog": [19, 71], "setup": [19, 40, 50, 64, 71], "scenario": [19, 52, 64, 71], "ve": [19, 51, 66, 71], "workload": [19, 39, 64, 71], "gnu": [19, 58, 62, 64, 68, 71], "guid": [19, 37, 62, 64, 66, 69, 71], "older": [19, 62, 64, 71], "glibc": [19, 62, 64, 71], "oqc": [19, 36, 71], "iqm": [19, 36, 71], "publish": [19, 64, 71], "experiment": [19, 64, 71], "arm": [19, 62, 64, 69, 71], "aarch64": [19, 69, 71], "pypi": [19, 62, 69, 71], "quantinuum": [19, 36, 71], "ionq": [19, 36, 71], "linux": [19, 58, 62, 64, 71], "concept": [20, 21, 25, 27], "bind": [20, 23, 25, 28, 62], "coprocess": 20, "annot": [20, 25, 42, 51], "aspect": [20, 21, 40, 68], "core": [20, 21, 40, 53, 58], "higher": 20, "namespac": [20, 21, 23, 24, 25, 28, 29, 31, 33, 34, 38, 39, 44, 49, 55, 60, 61, 66, 68], "philosophi": 21, "stand": 21, "alon": 21, "adaptor": 21, "returntyp": 21, "hasvoidreturntyp": 21, "is_void_v": 21, "sample_opt": 21, "bel": 21, "lu": [21, 24, 33, 47, 51, 52], "sequential_data": 21, "implicit": [21, 33, 35], "reg1": 21, "499": 21, "content": [21, 37, 50, 57, 61, 64], "appear": [21, 64], "alwai": [21, 40, 64], "middl": 21, "implicitli": [21, 26, 35], "ancilla": [21, 23], "difficult": 21, "discern": 21, "ones": 21, "silent": 21, "ancillari": [21, 46], "varieti": [21, 44], "enforc": 21, "sample_async_result": 21, "async_sample_result": [21, 39], "langl": 21, "\ud835\udeb9": 21, "observe_opt": 21, "retain": [21, 27], "measurecount": 21, "spinop": 21, "x0x1exp": 21, "x0x1data": 21, "qarrai": [21, 24, 25, 32, 51, 58], "907": [21, 24, 29, 38, 39, 49, 57], "1433": [21, 24, 29, 38, 39, 49, 57], "21829": [21, 24, 29, 38, 39, 49, 57], "lf": [21, 24, 39, 49], "analyt": 21, "async_observe_result": 21, "broader": [21, 39], "often": [21, 35, 62, 64], "extrem": 21, "therebi": [21, 39, 58], "dictat": 21, "safe": 21, "moreov": [21, 26, 39, 43, 61], "providesgradi": 21, "_providesgradi": 21, "someth": [21, 33, 62, 64, 68], "max_ev": [21, 57], "200": 21, "opt_energi": 21, "grad_vec": 21, "\ud835\udeb9_i": 21, "potenti": [21, 44], "variad": 21, "address": [21, 39, 62], "overal": [21, 58, 61], "deuteron_n3_ansatz": 21, "x1": 21, "vctrl": 21, "h3": 21, "625": 21, "913119": 21, "make_tupl": 21, "bfg": 21, "min_val": 21, "permit": 22, "facilit": [23, 64], "privat": [23, 33], "thenfunctor": 23, "predefin": 23, "otherkernelbuild": 23, "kerneltocal": 23, "kerneltocontrol": 23, "kerneltoadjoint": 23, "argsarrai": 23, "decltyp": 23, "tuple_s": 23, "integral_const": 23, "sizeof": [23, 66], "tuple_el": 23, "conditional_t": [23, 33], "factori": 23, "xprep": 23, "qubitin": 23, "hadamardtest": 23, "num_it": 24, "c_str": [24, 68], "phase_estim": 24, "cpp": [24, 37, 38, 39, 40, 44, 47, 49, 50, 51, 52, 54, 57, 58, 60, 61, 62, 64, 65, 66, 68, 69], "qpe": 24, "stdio": [24, 62], "cmath": 24, "iqft": 24, "denom": 24, "1ul": 24, "eigenst": 24, "stateprep": [24, 25], "ncountingqubit": 24, "state_prep": 24, "oracl": [24, 46], "counting_qubit": 24, "state_regist": 24, "put": [24, 33, 54, 56], "r1pigat": 24, "mostprob": 24, "to_integ": 24, "piestim": 24, "tgate": 24, "xgate": [24, 54], "nc": 24, "nq": 24, "countingqubit": 24, "stateregist": 24, "deuteron_n2_ansatz": 24, "param_spac": 24, "linspac": [24, 50], "energy_at_param": 24, "energyatparam": 24, "reflect_about_uniform": 24, "ctrlqubit": 24, "lastqubit": 24, "compute_act": [24, 30], "run_grov": 24, "callablekernel": 24, "n_iter": 24, "target_st": 24, "target_bit_set": 24, "secret": [24, 64], "strtol": 24, "null": [24, 64], "0b1011": 24, "compute_oracl": 24, "reflect": [24, 40], "iterative_qp": 24, "iqp": 24, "cr0": 24, "cr2": 24, "m_pi_4": 24, "differenti": 25, "former": 25, "latter": [25, 58], "my_first_entry_point_kernel": 25, "my_second_entry_point_kernel": 25, "my_first_pure_device_kernel": 25, "parent": 25, "stack": 25, "boolexprfromqubitmeasur": 25, "another_qubit": 25, "uncomput": [25, 26], "is_arithmetic_v": 25, "span": [25, 33], "recurs": 25, "mycustomsimplestruct": 25, "recursivevec": 25, "var": [25, 69], "kernelthatreturn": 25, "mysimplestruct": 25, "recursivelist": 25, "fill": [25, 50, 61], "1415926": 25, "kernellambda": 25, "synchron": [25, 39, 50], "mystateprep": 25, "prep": 25, "mygenericalgorithm": 25, "placehold": 25, "mygenericalgorithm2": 25, "callkernel": 25, "anothervers": 25, "constrain": [25, 52], "is_convertible_v": 25, "takes_qubit": [25, 52], "mygenericalgorithmonqarrai": 25, "mygenericalgorithmonqubit": 25, "presum": 26, "graphic": 26, "fpga": 26, "concurr": [26, 38], "messag": [26, 38, 62, 64], "inter": [26, 40], "fabric": [26, 57], "infinit": [26, 33, 44], "hidden": [26, 46], "purpos": [26, 35, 64], "novel": 26, "placement": 26, "copyabl": [26, 33], "flavor": 26, "tightli": 26, "modal": 26, "influenc": 26, "previou": [27, 33, 57, 64], "sfina": 27, "foundat": 28, "operand": [28, 39], "inst_nam": 28, "header": [28, 62, 64, 66, 68], "synthes": [28, 32, 58], "qubitarg": 28, "qr": [28, 40], "scalarangl": 28, "rotation_nam": 28, "measure_op": 28, "convei": 28, "offici": [28, 62, 64], "p_i": 29, "prod_": 29, "sigma_j": 29, "th": 29, "trotter": 29, "intent": 30, "u_cod": 30, "v_code": 30, "computef": 30, "actionf": 30, "computel": 30, "segment": [30, 69], "effort": 31, "get_platform": [31, 39, 49], "ctrl_qubit": 32, "quantumregist": 32, "x_gate": 32, "toffoli": 32, "ctrl_bit": 32, "rx_and_h_gat": 32, "kerneltestcontrol": 32, "kerneltestadjoint": 32, "aggreg": 32, "qubit0": [32, 40], "qubit1": [32, 40], "kernel_arg": 32, "fundament": [33, 56, 64, 69], "hilbert": 33, "theorem": 33, "movabl": 33, "never": 33, "n_level": 33, "discret": 33, "adl": 33, "deal": 33, "familiar": 33, "inner": [33, 39, 46], "stride": 33, "first_5": 33, "qb": 33, "knowledg": 33, "ahead": 33, "storag": [33, 56], "fivecompiletimequbit": 33, "formul": 35, "short": 35, "particl": 35, "conceptu": 35, "effect": [35, 40, 44, 53, 54, 56, 69], "sai": 35, "embodi": 35, "greater": [35, 38, 40, 56], "behind": 35, "dataflow": 35, "contrast": 35, "consum": [35, 68], "truli": 35, "ssa": 35, "clarifi": 35, "toi": 35, "foo": 35, "boilerpl": [35, 61], "c0": 35, "c1": 35, "extract_ref": [35, 58], "ref": [35, 58], "bunch": 35, "decid": 35, "i1": [35, 58], "imagin": 35, "adjac": [35, 37], "naiv": 35, "awai": 35, "Such": [35, 44], "miss": [35, 40, 62], "Of": 35, "cours": 35, "correctli": [35, 62, 66, 68], "quit": [35, 44], "prone": 35, "analys": 35, "q0_1": 35, "q0_0": 35, "wire": 35, "q0_z": 35, "happen": [35, 64], "elimin": [35, 39], "r0": 35, "qref": 35, "unwrap": 35, "misc": 35, "q0_m": 35, "q0_l": 35, "q1_x": 35, "q0_p": 35, "q0_y": 35, "straightforwardli": 35, "cancel": [35, 54, 64, 69], "mmeori": 35, "comprehens": [36, 37], "orca": 36, "tensornet": [36, 38, 39, 40], "mp": [36, 38, 40], "account": [37, 38, 50, 64], "ionq_api_kei": 37, "ionq_generated_api_kei": 37, "authent": [37, 39, 64], "aria": [37, 50], "login": [37, 64], "emit": [37, 58], "diagnost": 37, "inject": [37, 50, 58, 64], "cortex": 37, "cli": [37, 64], "token": [37, 64], "cach": 37, "iqm_tokens_fil": 37, "mandatori": 37, "match": [37, 62, 64, 68], "coco": [37, 50], "adoni": [37, 50], "iqm_server_url": 37, "demo": 37, "fi": [37, 62], "apollo": 37, "url": [37, 39, 50, 62, 64], "oxford": 37, "ring": 37, "topologi": 37, "luci": 37, "kagom": 37, "lattic": 37, "toshiko": 37, "registr": [37, 60, 61], "contact": [37, 50], "oqc_qcaas_support": [37, 50], "oxfordquantumcircuit": [37, 50], "email": [37, 38], "password": [37, 64], "oqc_url": [37, 50], "oqc_email": [37, 50], "oqc_password": [37, 50], "suppli": 37, "qcaa": 37, "servic": [37, 38, 39, 50, 64], "assembli": 37, "qat": 37, "pt": [37, 50, 64], "boson": [37, 50], "photon": [37, 50, 56], "interf": [37, 50], "beam": [37, 50], "splitter": [37, 50], "detector": [37, 50], "bin": [37, 39, 50, 62, 64], "interferomet": [37, 50], "delai": [37, 50], "sent": [37, 39, 50], "orca_access_url": [37, 50], "orca_url": [37, 50], "getenv": [37, 50], "localhost": [37, 39, 50, 64], "bs_angl": [37, 50], "loop_length": [37, 50], "apt": [37, 64], "curl": [37, 62], "jq": 37, "your_alia": 37, "your_password": 37, "qapi": 37, "home": [37, 38, 64], "id_token": 37, "cat": [37, 64], "refresh_token": 37, "refresh": 37, "echo": [37, 38, 62, 64, 68], "quantinuum_config": 37, "cudaq_quantinuum_credenti": 37, "checker": [37, 50], "mere": [37, 62], "2e": [37, 50], "sc": 37, "1sc": 37, "navig": [37, 64], "tab": [37, 64], "tabl": [37, 38, 39, 61, 64], "world": [38, 43, 51], "visit": [38, 44], "link": [38, 58, 62, 64, 65, 66, 68], "approv": 38, "nvqc_api_kei": 38, "session": [38, 39, 64], "bashrc": [38, 64], "rather": [38, 40, 44, 56, 68], "2024": 38, "438": 38, "3600": 38, "h100": 38, "80gb": 38, "hbm3": 38, "driver": [38, 62, 64], "gb": [38, 40, 53], "clock": 38, "rate": 38, "mhz": 38, "2619": 38, "1980": 38, "1111111111111111111111111": [38, 53], "486": 38, "0000000000000000000000000": [38, 53], "514": 38, "nvqc_intro": 38, "05": 38, "545": 38, "487": 38, "513": 38, "nvqc_sampl": 38, "grow": [38, 61], "beyond": [38, 40, 53, 60], "ngpu": 38, "unabl": [38, 64], "deploy": 38, "dm": 38, "ye": [38, 64], "cutensornet": [38, 40], "contract": [38, 40], "wherebi": [38, 39, 40], "worker": 38, "nqpu": 38, "opt_gradi": 38, "submiss": [38, 45, 50], "energy_futur": 38, "plus_futur": 38, "minus_futur": 38, "optimal_valu": 38, "grad": 38, "paramshift": 38, "74886": 38, "nvqc_vqe": 38, "incom": [38, 52], "attain": 38, "speedup": [38, 53], "On": [38, 39, 40, 47, 51, 64, 69], "busi": 38, "deliv": 38, "substanti": 38, "my": [38, 61, 64], "nvqc_log_level": 38, "disabl": [38, 40, 62], "credenti": [38, 50], "lieu": 38, "api_kei": 38, "nvqc_config": 38, "elucid": 39, "unlik": [39, 44], "opportun": 39, "count_futur": 39, "kerneltobesampl": 39, "runtimeparam": 39, "singleton": [39, 49], "zu": [39, 49], "countfutur": 39, "emplace_back": 39, "four": [39, 49, 56], "gpuemulatedqpu": 39, "37": 39, "33": [39, 64], "cudaq_mqpu_ngpu": 39, "bellow": 39, "state_futur": 39, "kerneltorun": 39, "async_state_result": 39, "statefutur": 39, "suffici": [39, 62, 64, 69], "mpiexec": [39, 40, 62], "script": [39, 44, 62, 64], "srun": 39, "controls_count": 39, "auto_launch": 39, "isdigit": 39, "nrcontrol": 39, "tidx": 39, "background": 39, "daemon": 39, "qpud": 39, "shut": 39, "explain": [39, 56], "cudaq_loc": 39, "grep": [39, 62], "qpud_pi": 39, "cuda_visible_devic": [39, 40], "tcp": [39, 64], "ip": 39, "ld_library_path": [39, 62, 69], "launcher": 39, "app": 39, "firewal": 39, "secur": [39, 64], "port1": 39, "port2": 39, "port3": 39, "port4": 39, "per": [39, 40, 53, 57], "resolv": 39, "contigu": 39, "byte": [39, 53, 68], "memcpi": 39, "ixiz": 39, "charact": 39, "incur": 39, "overhead": 39, "0000": 39, "1111": 39, "demand": 39, "veri": [39, 51, 60, 68], "defer": 39, "rtti": 39, "standalon": [39, 61], "accommod": 40, "switch": [40, 53], "modif": [40, 44, 51], "invalid": 40, "cudaq_fusion_max_qubit": 40, "cudaq_fusion_diagonal_gate_max_qubit": 40, "diagon": 40, "cudaq_fusion_num_host_thread": 40, "cudaq_max_cpu_memory_gb": 40, "migrat": [40, 62], "unlimit": 40, "cudaq_max_gpu_memory_gb": 40, "exce": 40, "particularli": [40, 43], "cudaq_mgpu_lib_mpi": 40, "share": [40, 61, 64, 68], "libmpi": [40, 64], "cudaq_mgpu_comm_plugin_typ": 40, "openmpi": [40, 62, 64, 69], "mpich": [40, 62], "commplugin": 40, "cudaq_mgpu_nqubits_thresh": 40, "cudaq_mgpu_p2p_device_bit": 40, "gpudirect": 40, "p2p": 40, "cudaq_gpu_fabr": 40, "mnnvl": 40, "nvl": 40, "nvlink": 40, "cudaq_global_index_bit": 40, "comma": 40, "slower": 40, "cudaq_host_device_migration_level": 40, "tune": [40, 57], "fuse": 40, "4x4": 40, "2x2": 40, "bandwidth": 40, "significantli": 40, "suitabl": [40, 62, 64, 68], "despit": [40, 50], "poor": 40, "visibl": [40, 64], "cutensornet_comm_lib": 40, "newli": [40, 64], "libcutensornet_distributed_interface_mpi": 40, "dedic": 40, "dgx": 40, "omp_plac": 40, "omp_num_thread": 40, "number_of_cores_per_nod": 40, "number_of_gpus_per_nod": 40, "wave": 40, "sparsiti": 40, "svd": 40, "singular": [40, 62], "truncat": 40, "tractabl": 40, "footprint": 40, "cudaq_mps_max_bond": 40, "cudaq_mps_abs_cutoff": 40, "cutoff": 40, "largest": 40, "trim": 40, "cudaq_mps_relative_cutoff": 40, "fraction": 40, "cudaq_mps_svd_algo": 40, "gesvd": 40, "gesvdj": 40, "jacobi": 40, "gesvdp": 40, "gesvdr": 40, "medium": 40, "overridden": [40, 61], "cudaq_default_simul": [40, 47], "debug": [41, 58, 62, 64], "amongst": 42, "subroutin": 43, "closer": [43, 51, 58], "collaps": [44, 56, 61], "roughli": [44, 53, 54, 56], "50": [44, 54, 56, 68], "505": 44, "495": 44, "result_0": 44, "5005": 44, "4995": 44, "result_1": 44, "subtl": 44, "repeatedli": 44, "rebuilt": 44, "most_probable_result": 44, "intens": 44, "respons": 44, "event": [44, 62], "kernel2": 44, "num_gpu": [44, 53], "result_2": 44, "confirm": [44, 50, 54, 62, 64, 69], "determinist": 44, "close": [44, 50], "025": 44, "million": 44, "35x": 44, "code_to_tim": 44, "1000000": 44, "57462": 44, "stmt": 44, "773286": 44, "isol": 44, "atoi": [44, 69], "chrono": 44, "high_resolution_clock": 44, "durat": 44, "took": 44, "8337": 44, "18988": 44, "cudaq_log_level": 45, "prepend": 45, "cudaq_dump_jit_ir": 45, "output_filenam": 45, "highest": 46, "random_bit": 46, "bitset": 46, "randint": 46, "un": 46, "difficulti": 46, "verif": 46, "hidden_bit": 46, "auxillary_qubit": 46, "bernstein_vazirani": [46, 64], "success": [46, 60], "random_bitstr": 46, "vector_of_bit": 46, "hidden_bitstr": 46, "recov": 46, "cuquantum_backend": 47, "hang": [47, 64, 69], "observe_mqpu": 49, "No": [50, 53, 64], "redefin": 50, "flight": 50, "async_count": 50, "txt": [50, 60, 61, 64, 65], "same_fil": 50, "retrieved_async_result": 50, "mimic": 50, "dashboard": 50, "fstream": 50, "meantim": [50, 64], "ofstream": 50, "savem": 50, "readin": 50, "ifstream": 50, "proceed": [50, 62], "qb1": 50, "qb2": 50, "qb3": 50, "qb4": 50, "qb5": 50, "adonis_ghz": 50, "transpar": 50, "worri": 50, "schemat": 50, "optic": 50, "reconfigur": 50, "shifter": 50, "enter": [50, 64], "indistinguish": 50, "vacuum": 50, "interfer": [50, 54, 62, 64], "exit": [50, 53, 64], "half": 50, "n_beam_splitt": 50, "ps_angl": 50, "n_sampl": 50, "helper": [50, 57], "linear_spaced_vector": 50, "static_cast": [50, 66], "sum_loop_length": 50, "accumul": 50, "n_loop": 50, "n_mode": 50, "endpoint": 50, "syntax_check": 50, "gotten": 51, "hello": [51, 64], "static_kernel": 51, "x_kernel": 52, "control_vector": 52, "multi_controlled_oper": 52, "ccnot": 52, "applyx": 52, "ccnot_test": 52, "apply_x": 52, "counts2": 52, "seamless": [53, 64], "multithread": 53, "ghz_state": 53, "sample_ghz_st": 53, "cpu_result": 53, "475": 53, "525": [53, 64], "2500x": 53, "gpu_result": 53, "490": 53, "8700": 53, "freeli": [53, 62, 64], "qubits_list": 53, "990": 53, "dev": [53, 62, 64], "xi": 53, "2500": 53, "4x": 53, "asyncresult": 53, "conclud": 54, "examin": 54, "scrambl": 54, "bring": 54, "noise_depolar": 54, "noiseless_count": 54, "environment": 54, "amplitude_damp": 54, "keyword": 54, "noiseless_result": 54, "noise_amplitude_damp": 54, "wherein": 54, "undergo": 54, "degre": 54, "noise_bit_flip": 54, "bf": 54, "phase_flip": 54, "presenc": 54, "noise_phase_flip": 54, "pf": 54, "kraus_oper": 54, "nielsen": 54, "chuang": 54, "chapter": 54, "depol": 54, "99498743710662": 54, "05773502691896258": 54, "unset": 54, "good": 54, "avoid": [54, 62, 68, 69], "rectangular": 55, "hp": 55, "random_vector": [55, 57], "mt19937": [55, 57], "default_se": [55, 57], "16lf": [55, 57], "transmiss": 56, "analog": 56, "counterpart": 56, "transistor": 56, "alter": 56, "superconduct": 56, "materi": 56, "ion": 56, "trap": 56, "concern": [56, 62], "ourselv": 56, "obei": 56, "law": 56, "mathemat": 56, "physicist": 56, "theori": 56, "linearli": 56, "logarithm": 56, "dirac": 56, "beta": [56, 58], "correspondingli": [56, 68], "approx": 56, "feasibl": 56, "art": [56, 68], "manipul": 56, "offload": 56, "equiv": 56, "lvert": 56, "rvert": 56, "502": 56, "498": 56, "modulu": 56, "conserv": 56, "uphold": 56, "excit": 56, "probabilist": 56, "infer": 56, "devis": 56, "phenomena": 56, "predict": 56, "postul": 56, "alpha_": 56, "simple_vq": 57, "pick": [57, 61, 62], "nminim": 57, "vqe_h2": 57, "builder": [57, 58], "arrang": 57, "so4": 57, "so4_fabr": 57, "block_siz": 57, "counter": 57, "subq": 57, "so4_param": 57, "slice_vector": 57, "odd": 57, "h2_data": 57, "10647701149499994": 57, "0454063328691": 57, "170280101353": 57, "120200490713": 57, "168335986252": 57, "165606823582": 57, "22004130022499996": 57, "174072892497": 57, "17028010135300004": 57, "22004130022499999": 57, "p_counter": 57, "n_blocks_per_lay": 57, "init_param": 57, "max_line_search_tri": 57, "gradient_vector": 57, "adam": 57, "temp": 58, "llvm": [58, 60, 61, 62, 66], "qke": [58, 60], "pipelin": 58, "canonic": 58, "lift": 58, "indirect": 58, "loader": 58, "expand": 58, "cfg": 58, "cse": 58, "lpsxpu": 58, "p3de4l": 58, "fixup": 58, "linkag": 58, "pl": [58, 62], "llc": [58, 62], "reloc": 58, "pic": 58, "filetyp": 58, "obj": 58, "o2": 58, "clang": [58, 62, 68], "gcc": [58, 62, 64, 68], "x86_64": [58, 62, 64, 69], "lib64": [58, 64, 66], "stub": 58, "wl": [58, 62, 68], "rpath": [58, 68], "llib": 58, "lcudaq": 58, "ensmallen": 58, "em": 58, "lnvqir": 58, "orchestr": 58, "qtx": 58, "mangled_name_map": 58, "__nvqpp__mlirgen__ghz": 58, "_zn3ghzclei": 58, "i32": 58, "entrypoint": 58, "alloca": 58, "memref": 58, "extsi": 58, "c0_i32": 58, "c0_i32_0": 58, "alloca_1": 58, "c1_i32": 58, "subi": 58, "cmpi": 58, "slt": 58, "addi": 58, "unoptim": 58, "mangl": 58, "introspect": 58, "overwrit": 58, "libcudaq": 58, "libnvqir": [58, 61], "robust": 58, "intermedi": 58, "depart": 58, "recal": 58, "datalayout": 58, "p270": 58, "p271": 58, "p272": 58, "f80": 58, "n8": 58, "s128": 58, "unknown": [58, 64], "invokewithcontrolqubit": 58, "__quantum__qis__x__ctl": 58, "__quantum__rt__array_get_size_1d": 58, "__quantum__qis__h": 58, "i8": 58, "__quantum__rt__array_get_element_ptr_1d": 58, "sext": 58, "bitcast": 58, "icmp": 58, "sgt": 58, "br": 58, "ph": 58, "prehead": 58, "_crit_edg": 58, "pred": 58, "trip": 58, "zext": 58, "indvar": 58, "iv": 58, "nuw": 58, "nsw": 58, "nonnul": 58, "exitcond": 58, "ph3": 58, "_crit_edge4": 58, "exitcond5": 58, "mycustomplugin": 60, "cmakelist": [60, 61, 65], "add_llvm_pass_plugin": 60, "operationpass": 60, "quakedialect": 60, "quakeop": 60, "rewrit": 60, "frozenrewritepatternset": 60, "dialectconvers": 60, "replaceh": 60, "oprewritepattern": 60, "hop": 60, "logicalresult": 60, "matchandrewrit": 60, "patternrewrit": 60, "replaceopwithnewop": 60, "sop": 60, "isadj": 60, "getparamet": 60, "getcontrol": 60, "gettarget": 60, "custompassplugin": 60, "passwrapp": 60, "funcop": 60, "mlir_define_explicit_internal_inline_type_id": 60, "stringref": 60, "runonoper": 60, "getoper": 60, "getcontext": 60, "rewritepatternset": 60, "insert": 60, "conversiontarget": 60, "addlegaldialect": 60, "addillegalop": 60, "applypartialconvers": 60, "emitoperror": 60, "signalpassfailur": 60, "cudaq_register_mlir_pass": 60, "add_subdirectori": 60, "circuitsimulatorbas": 61, "lot": 61, "qppcircuitsimul": 61, "custateveccircuitsimul": 61, "openmp": [61, 62, 69], "addqubittost": 61, "addqubitstost": 61, "resetqubit": 61, "qubitidx": 61, "resetqubitstateimpl": 61, "applyg": 61, "gateapplicationtask": 61, "measurequbit": 61, "floattyp": 61, "mysimul": 61, "nvqir_register_simul": 61, "mysimulatorclassnam": 61, "dylib": 61, "nvqir_simulation_backend": 61, "cuda_quantum_path": [61, 62, 64, 65], "find_packag": [61, 65], "nvqir_add_backend": 61, "folder": [61, 62, 64, 65], "cmake_minimum_requir": [61, 65], "fatal_error": [61, 65], "democreatenvqirbackend": 61, "cxx": [61, 62, 65, 69], "measuredbit": 61, "cuda_quantum": [61, 62], "cd": [61, 62, 64, 65], "ninja": [61, 65], "dnvqir_dir": 61, "softwar": [62, 64], "rootless": 62, "admin": [62, 64], "meet": 62, "carefulli": 62, "almost": 62, "though": 62, "piec": 62, "requisit": 62, "almalinux": 62, "manylinux_2_28": 62, "cento": [62, 64], "debian": [62, 64], "fedora": [62, 64], "opensus": [62, 64], "sled": [62, 64], "sle": [62, 64], "rhel": [62, 64], "rocki": [62, 64], "ubuntu": [62, 64], "newer": [62, 64, 69], "x86": [62, 64], "arm64": [62, 64, 69], "v8": [62, 64], "volta": [62, 64], "ture": [62, 64], "amper": [62, 64], "ada": [62, 64], "hopper": [62, 64], "470": [62, 64], "57": [62, 64], "git": 62, "unzip": 62, "web": [62, 64], "cudaq_install_prefix": 62, "cuquantum_install_prefix": 62, "cutensor_install_prefix": 62, "cutensor": 62, "llvm_install_prefix": 62, "blas_install_prefix": 62, "bla": 62, "zlib_install_prefix": 62, "zlib": 62, "openssl_install_prefix": 62, "openssl": 62, "curl_install_prefix": 62, "protocol": 62, "deviat": 62, "toolkit": [62, 64, 66, 69], "onlin": [62, 64], "cuda_vers": [62, 64], "cuda_download_url": [62, 64], "repo": [62, 64], "subfold": [62, 64], "rhel8": [62, 64], "cuda_arch_fold": [62, 64], "dnf": [62, 64], "nobest": [62, 64], "setopt": [62, 64], "install_weak_dep": [62, 64], "tr": [62, 64], "gcc_version": 62, "toolset": [62, 68], "assembl": 62, "enable_script": 62, "gcc_toolchain": 62, "rh": 62, "cudacxx": 62, "nvcc": [62, 64, 66], "cudahostcxx": 62, "commit": 62, "checkout": 62, "archiv": [62, 64, 68], "subsect": 62, "devel": [62, 64], "suffix": 62, "conda": [62, 69], "auditwheel": 62, "patchelf": 62, "llvm_project": 62, "flang": 62, "lld": 62, "install_prerequisit": [62, 64], "sh": [62, 64, 69], "fc": 62, "histori": 62, "setuptools_scm_pretend_vers": 62, "cudaq_wheel": 62, "manylinux_platform": 62, "linux_": 62, "sed": [62, 64], "manylinux_2_28_": 62, "pwd": [62, 68], "_skbuild": 62, "repair": 62, "plat": 62, "libcubla": [62, 64], "libcublaslt": 62, "libcusolv": [62, 64], "libcutensor": 62, "libcutensornet": 62, "libcustatevec": 62, "libcudart": 62, "libnvtoolsext": 62, "libnvidia": 62, "ml": 62, "wheelhous": 62, "inde": 62, "cudaq_enable_static_link": 62, "cudaq_require_openmp": 62, "cudaq_werror": 62, "cudaq_python_support": 62, "build_cudaq": 62, "primarili": 62, "linker": [62, 68], "makeself": 62, "cuda_quantum_asset": 62, "mv": 62, "ld": 62, "build_config": 62, "xml": 62, "gzip": [62, 64], "sha256": 62, "install_cuda_quantum": [62, 64, 69], "unam": [62, 64, 69], "migrate_asset": 62, "search": [62, 64], "libc6": [62, 64], "sudo": [62, 64, 69], "set_env": [62, 64], "asset": [62, 64, 69], "highli": [62, 64], "profil": [62, 64, 69], "did": [62, 64], "prefer": [62, 64], "version_suffix": [62, 64], "nvtx": [62, 64], "cudart": [62, 64], "awar": 62, "autoconf": 62, "libtool": 62, "flex": 62, "openmpi_vers": 62, "openmpi_download_url": 62, "ompi": 62, "tar": [62, 64], "gz": [62, 64], "xf": 62, "strip": 62, "rf": [62, 64], "autogen": 62, "ldflag": 62, "prefix": [62, 64], "getpwuid": 62, "mem": 62, "memcheck": 62, "verb": 62, "nproc": 62, "mpic": 62, "mpi_cuda_check": 62, "__has_includ": 62, "ext": 62, "endif": 62, "mpi_init": 62, "exit_cod": 62, "mpix_query_cuda_support": 62, "mpi_fin": 62, "mca": 62, "plm_rsh_agent": 62, "ssh": 62, "rsh": 62, "unless": [62, 64], "slurm": 62, "mpi_path": [62, 64, 69], "distributed_interfac": [62, 64, 69], "activate_custom_mpi": [62, 64, 69], "guidanc": 64, "bundl": 64, "deploi": 64, "unsur": 64, "engin": 64, "desktop": 64, "administr": 64, "ngc": 64, "whenev": 64, "pull": 64, "nvcr": 64, "prototyp": 64, "tri": 64, "readm": 64, "appreci": 64, "insuffici": 64, "hover": 64, "rsa": 64, "id_rsa": 64, "pub": 64, "itd": 64, "2222": 64, "exec": 64, "openssh": 64, "usepam": 64, "sshd_config": 64, "cp": 64, "authorized_kei": 64, "sbin": 64, "sshd": 64, "stricthostkeycheck": 64, "userknownhostsfil": 64, "globalknownhostsfil": 64, "relocat": 64, "wsl": 64, "prerequisit": 64, "sylab": 64, "ce": 64, "xzf": 64, "mconfig": 64, "suid": 64, "builddir": 64, "bootstrap": 64, "runscript": 64, "mount": 64, "devpt": 64, "fakeroot": 64, "sif": 64, "writabl": 64, "nv": 64, "conf": 64, "ldd": [64, 68], "privileg": 64, "revis": 64, "upvot": 64, "posix": 64, "browser": 64, "palett": 64, "attach": 64, "window": 64, "reload": 64, "microsoft": 64, "sandbox": 64, "portmap": 64, "sshd_output": 64, "listen": 64, "1025": 64, "65535": 64, "ui": 64, "encrypt": 64, "pop": [64, 68], "ask": 64, "aren": 64, "icon": 64, "sidebar": 64, "prompt": 64, "workspac": 64, "edit": 64, "remotecommand": 64, "requesttti": 64, "hostnam": 64, "enableremotecommand": 64, "uselocalserv": 64, "remoteserverlistenonsocket": 64, "connecttimeout": 64, "serverinstallpath": 64, "sign": 64, "upgrad": 64, "ac": 64, "ace_nam": 64, "instance_nam": 64, "commandlin": 64, "job_id": 64, "8888": 64, "lab": 64, "portal": 64, "minut": 64, "404": 64, "patient": 64, "happi": 64, "cuda11x": 64, "ship": 64, "vendor": 64, "prebuilt": 64, "guarante": 64, "libcudaq_distributed_interface_mpi": 64, "cudaq_mpi_comm_lib": 64, "uninstal": 64, "dsize": 64, "fairli": 64, "succe": 64, "proce": [64, 69], "sort": 65, "imper": 65, "mycudaqapp": 65, "add_execut": 65, "ghz_ex": 65, "dcudaq_dir": 65, "cu": 66, "my_proj": 66, "conform": 66, "my_proj_quantum": 66, "libc": 66, "cudadatatyp": [66, 68], "cudasetfirstnel": 66, "sv": 66, "__restrict__": 66, "sv2": 66, "int64_t": 66, "blockidx": 66, "blockdim": 66, "threadidx": 66, "setfirstnel": 66, "uint32_t": [66, 68], "n_block": [66, 68], "int32_t": [66, 68], "threads_per_block": [66, 68], "newdevicestatevector": 66, "devicestatevector": [66, 68], "previousstatedimens": 66, "reinterpret_cast": [66, 68], "cufloatcomplex": [66, 68], "cudoublecomplex": [66, 68], "cucomplex": 66, "cuda_runtim": 66, "device_launch_paramet": 66, "my_kernel": 66, "cudamalloc": 66, "xcompil": 66, "fpic": [66, 68], "cuda_hom": 66, "lcudart": 66, "my_execut": 66, "outlin": 68, "hood": 68, "quantum_kernel": 68, "sstream": 68, "chanc": 68, "bell_distribut": 68, "stringbuf": 68, "ptr": 68, "strcpy": 68, "libstdc": 68, "libquantum_kernel": 68, "bell_dist": 68, "endl": 68, "lquantum_kernel": 68, "abi": 68, "incompat": 68, "watch": 68, "surround": 68, "wherea": 68, "third_party_librari": 68, "libexternal_librari": 68, "my_cod": 68, "bstatic": 68, "lexternal_librari": 68, "bdynam": 68, "undefin": 68, "crut": 68, "libexternal_library_complet": 68, "naddlib": 68, "nsave": 68, "nend": 68, "lexternal_library_complet": 68, "shim": 68, "pragma": 68, "is_integr": 68, "initializedevicestatevector": 68, "statedimens": 68, "cudainitializedevicestatevector": 68, "cumbersom": 68, "necessarili": 68, "recogn": 68, "catch": 68, "forg": 69, "env": 69, "conda_prefix": 69, "ompi_mca_opal_cuda_support": 69, "ompi_mca_btl": 69, "openib": 69, "fault": 69, "bash_profil": 69, "bash_login": 69, "intel": 69, "amd": 69, "averag": 69}, "objects": {"": [[2, 0, 1, "_CPPv45cudaq", "cudaq"], [2, 1, 1, "_CPPv4N5cudaq20BaseNvcfSimulatorQPUE", "cudaq::BaseNvcfSimulatorQPU"], [2, 1, 1, "_CPPv4N5cudaq17BaseRemoteRESTQPUE", "cudaq::BaseRemoteRESTQPU"], [2, 1, 1, "_CPPv4N5cudaq22BaseRemoteSimulatorQPUE", "cudaq::BaseRemoteSimulatorQPU"], [2, 1, 1, "_CPPv4I0EN5cudaq9CusvStateE", "cudaq::CusvState"], [2, 2, 1, "_CPPv4I0EN5cudaq9CusvStateE", "cudaq::CusvState::ScalarType"], [2, 1, 1, "_CPPv4N5cudaq16ExecutionContextE", "cudaq::ExecutionContext"], [2, 3, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringE", "cudaq::ExecutionContext::ExecutionContext"], [2, 3, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringENSt6size_tE", "cudaq::ExecutionContext::ExecutionContext"], [2, 4, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringE", "cudaq::ExecutionContext::ExecutionContext::n"], [2, 4, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringENSt6size_tE", "cudaq::ExecutionContext::ExecutionContext::n"], [2, 4, 1, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringENSt6size_tE", "cudaq::ExecutionContext::ExecutionContext::shots_"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext13amplitudeMapsE", "cudaq::ExecutionContext::amplitudeMaps"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext9asyncExecE", "cudaq::ExecutionContext::asyncExec"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext14batchIterationE", "cudaq::ExecutionContext::batchIteration"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext16canHandleObserveE", "cudaq::ExecutionContext::canHandleObserve"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext16expectationValueE", "cudaq::ExecutionContext::expectationValue"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext12futureResultE", "cudaq::ExecutionContext::futureResult"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext31hasConditionalsOnMeasureResultsE", "cudaq::ExecutionContext::hasConditionalsOnMeasureResults"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext22invocationResultBufferE", "cudaq::ExecutionContext::invocationResultBuffer"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext10kernelNameE", "cudaq::ExecutionContext::kernelName"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext11kernelTraceE", "cudaq::ExecutionContext::kernelTrace"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext4nameE", "cudaq::ExecutionContext::name"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext10noiseModelE", "cudaq::ExecutionContext::noiseModel"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext9optResultE", "cudaq::ExecutionContext::optResult"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext20overlapComputeStatesE", "cudaq::ExecutionContext::overlapComputeStates"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext13overlapResultE", "cudaq::ExecutionContext::overlapResult"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext13registerNamesE", "cudaq::ExecutionContext::registerNames"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext10reorderIdxE", "cudaq::ExecutionContext::reorderIdx"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext6resultE", "cudaq::ExecutionContext::result"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext5shotsE", "cudaq::ExecutionContext::shots"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext15simulationStateE", "cudaq::ExecutionContext::simulationState"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext4spinE", "cudaq::ExecutionContext::spin"], [2, 5, 1, "_CPPv4N5cudaq16ExecutionContext15totalIterationsE", "cudaq::ExecutionContext::totalIterations"], [2, 1, 1, "_CPPv4N5cudaq15ExecutionResultE", "cudaq::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionary", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryNSt6stringE", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryd", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultENSt6stringE", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultERK15ExecutionResult", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEd", "cudaq::ExecutionResult::ExecutionResult"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEv", "cudaq::ExecutionResult::ExecutionResult"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionary", "cudaq::ExecutionResult::ExecutionResult::c"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryNSt6stringE", "cudaq::ExecutionResult::ExecutionResult::c"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryd", "cudaq::ExecutionResult::ExecutionResult::c"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryd", "cudaq::ExecutionResult::ExecutionResult::e"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEd", "cudaq::ExecutionResult::ExecutionResult::expVal"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryNSt6stringE", "cudaq::ExecutionResult::ExecutionResult::name"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultENSt6stringE", "cudaq::ExecutionResult::ExecutionResult::name"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultERK15ExecutionResult", "cudaq::ExecutionResult::ExecutionResult::other"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult12appendResultENSt6stringENSt6size_tE", "cudaq::ExecutionResult::appendResult"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult12appendResultENSt6stringENSt6size_tE", "cudaq::ExecutionResult::appendResult::bitString"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult12appendResultENSt6stringENSt6size_tE", "cudaq::ExecutionResult::appendResult::count"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResult11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::ExecutionResult::deserialize"], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResult11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::ExecutionResult::deserialize::data"], [2, 3, 1, "_CPPv4N5cudaq15ExecutionResultaSERK15ExecutionResult", "cudaq::ExecutionResult::operator="], [2, 4, 1, "_CPPv4N5cudaq15ExecutionResultaSERK15ExecutionResult", "cudaq::ExecutionResult::operator=::other"], [2, 3, 1, "_CPPv4NK5cudaq15ExecutionResulteqERK15ExecutionResult", "cudaq::ExecutionResult::operator=="], [2, 4, 1, "_CPPv4NK5cudaq15ExecutionResulteqERK15ExecutionResult", "cudaq::ExecutionResult::operator==::result"], [2, 5, 1, "_CPPv4N5cudaq15ExecutionResult12registerNameE", "cudaq::ExecutionResult::registerName"], [2, 5, 1, "_CPPv4N5cudaq15ExecutionResult14sequentialDataE", "cudaq::ExecutionResult::sequentialData"], [2, 3, 1, "_CPPv4NK5cudaq15ExecutionResult9serializeEv", "cudaq::ExecutionResult::serialize"], [2, 0, 1, "_CPPv4N5cudaq19KernelExecutionTaskE", "cudaq::KernelExecutionTask"], [2, 1, 1, "_CPPv4N5cudaq3QPUE", "cudaq::QPU"], [2, 3, 1, "_CPPv4N5cudaq3QPU3QPUENSt6size_tE", "cudaq::QPU::QPU"], [2, 3, 1, "_CPPv4N5cudaq3QPU3QPUERR3QPU", "cudaq::QPU::QPU"], [2, 3, 1, "_CPPv4N5cudaq3QPU3QPUEv", "cudaq::QPU::QPU"], [2, 4, 1, "_CPPv4N5cudaq3QPU3QPUENSt6size_tE", "cudaq::QPU::QPU::_qpuId"], [2, 3, 1, "_CPPv4N5cudaq3QPU7enqueueER11QuantumTask", "cudaq::QPU::enqueue"], [2, 4, 1, "_CPPv4N5cudaq3QPU7enqueueER11QuantumTask", "cudaq::QPU::enqueue::task"], [2, 3, 1, "_CPPv4N5cudaq3QPU15getConnectivityEv", "cudaq::QPU::getConnectivity"], [2, 3, 1, "_CPPv4NK5cudaq3QPU20getExecutionThreadIdEv", "cudaq::QPU::getExecutionThreadId"], [2, 3, 1, "_CPPv4N5cudaq3QPU12getNumQubitsEv", "cudaq::QPU::getNumQubits"], [2, 3, 1, "_CPPv4NK5cudaq3QPU21getRemoteCapabilitiesEv", "cudaq::QPU::getRemoteCapabilities"], [2, 3, 1, "_CPPv4N5cudaq3QPU10isEmulatedEv", "cudaq::QPU::isEmulated"], [2, 3, 1, "_CPPv4N5cudaq3QPU11isSimulatorEv", "cudaq::QPU::isSimulator"], [2, 3, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE", "cudaq::QPU::launchKernel"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE", "cudaq::QPU::launchKernel::args"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE", "cudaq::QPU::launchKernel::kernelFunc"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE", "cudaq::QPU::launchKernel::name"], [2, 3, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution"], [2, 4, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution::name"], [2, 4, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution::serializeCodeExecutionObject"], [2, 3, 1, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE", "cudaq::QPU::onRandomSeedSet"], [2, 4, 1, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE", "cudaq::QPU::onRandomSeedSet::seed"], [2, 3, 1, "_CPPv4N5cudaq3QPU21resetExecutionContextEv", "cudaq::QPU::resetExecutionContext"], [2, 3, 1, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext", "cudaq::QPU::setExecutionContext"], [2, 4, 1, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext", "cudaq::QPU::setExecutionContext::context"], [2, 3, 1, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE", "cudaq::QPU::setId"], [2, 4, 1, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE", "cudaq::QPU::setId::_qpuId"], [2, 3, 1, "_CPPv4N5cudaq3QPU8setShotsEi", "cudaq::QPU::setShots"], [2, 4, 1, "_CPPv4N5cudaq3QPU8setShotsEi", "cudaq::QPU::setShots::_nShots"], [2, 3, 1, "_CPPv4N5cudaq3QPU27supportsConditionalFeedbackEv", "cudaq::QPU::supportsConditionalFeedback"], [2, 3, 1, "_CPPv4N5cudaq3QPUD0Ev", "cudaq::QPU::~QPU"], [2, 1, 1, "_CPPv4N5cudaq10QuakeValueE", "cudaq::QuakeValue"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue::builder"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue::builder"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue::v"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue::v"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue22canValidateNumElementsEv", "cudaq::QuakeValue::canValidateNumElements"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue12constantSizeEv", "cudaq::QuakeValue::constantSize"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4dumpERNSt7ostreamE", "cudaq::QuakeValue::dump"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4dumpEv", "cudaq::QuakeValue::dump"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue19getRequiredElementsEv", "cudaq::QuakeValue::getRequiredElements"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValue8getValueEv", "cudaq::QuakeValue::getValue"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValue7inverseEv", "cudaq::QuakeValue::inverse"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue8isStdVecEv", "cudaq::QuakeValue::isStdVec"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue", "cudaq::QuakeValue::operator*"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemlEKd", "cudaq::QuakeValue::operator*"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue", "cudaq::QuakeValue::operator*::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue", "cudaq::QuakeValue::operator+"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplEKd", "cudaq::QuakeValue::operator+"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplEKi", "cudaq::QuakeValue::operator+"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue", "cudaq::QuakeValue::operator+::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiEKd", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiEKi", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValuemiEv", "cudaq::QuakeValue::operator-"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue", "cudaq::QuakeValue::operator-::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue", "cudaq::QuakeValue::operator/"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuedvEKd", "cudaq::QuakeValue::operator/"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue", "cudaq::QuakeValue::operator/::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE", "cudaq::QuakeValue::operator[]"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue", "cudaq::QuakeValue::operator[]"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE", "cudaq::QuakeValue::operator[]::idx"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue", "cudaq::QuakeValue::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4sizeEv", "cudaq::QuakeValue::size"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice::count"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice::startIdx"], [2, 0, 1, "_CPPv4N5cudaq11QuantumTaskE", "cudaq::QuantumTask"], [2, 0, 1, "_CPPv4N5cudaq17QubitConnectivityE", "cudaq::QubitConnectivity"], [2, 0, 1, "_CPPv4N5cudaq9QubitEdgeE", "cudaq::QubitEdge"], [2, 1, 1, "_CPPv4N5cudaq18RemoteCapabilitiesE", "cudaq::RemoteCapabilities"], [2, 3, 1, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb", "cudaq::RemoteCapabilities::RemoteCapabilities"], [2, 4, 1, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb", "cudaq::RemoteCapabilities::RemoteCapabilities::initValue"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities18serializedCodeExecE", "cudaq::RemoteCapabilities::serializedCodeExec"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities12stateOverlapE", "cudaq::RemoteCapabilities::stateOverlap"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities3vqeE", "cudaq::RemoteCapabilities::vqe"], [2, 1, 1, "_CPPv4N5cudaq21RemoteSimulationStateE", "cudaq::RemoteSimulationState"], [2, 1, 1, "_CPPv4N5cudaq9ResourcesE", "cudaq::Resources"], [2, 1, 1, "_CPPv4N5cudaq30SerializedCodeExecutionContextE", "cudaq::SerializedCodeExecutionContext"], [2, 1, 1, "_CPPv4N5cudaq15SimulationStateE", "cudaq::SimulationState"], [2, 1, 1, "_CPPv4N5cudaq15SimulationState6TensorE", "cudaq::SimulationState::Tensor"], [2, 6, 1, "_CPPv4N5cudaq15SimulationState9precisionE", "cudaq::SimulationState::precision"], [2, 7, 1, "_CPPv4N5cudaq15SimulationState9precision4fp32E", "cudaq::SimulationState::precision::fp32"], [2, 7, 1, "_CPPv4N5cudaq15SimulationState9precision4fp64E", "cudaq::SimulationState::precision::fp64"], [2, 0, 1, "_CPPv4N5cudaq15TensorStateDataE", "cudaq::TensorStateData"], [2, 1, 1, "_CPPv4N5cudaq5TraceE", "cudaq::Trace"], [2, 1, 1, "_CPPv4N5cudaq25amplitude_damping_channelE", "cudaq::amplitude_damping_channel"], [2, 1, 1, "_CPPv4I0EN5cudaq12async_resultE", "cudaq::async_result"], [2, 2, 1, "_CPPv4I0EN5cudaq12async_resultE", "cudaq::async_result::T"], [2, 3, 1, "_CPPv4N5cudaq12async_result3getEv", "cudaq::async_result::get"], [2, 1, 1, "_CPPv4N5cudaq16bit_flip_channelE", "cudaq::bit_flip_channel"], [2, 0, 1, "_CPPv4N5cudaq7complexE", "cudaq::complex"], [2, 1, 1, "_CPPv4N5cudaq14complex_matrixE", "cudaq::complex_matrix"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix4colsEv", "cudaq::complex_matrix::cols"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::cols"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::cols"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::rawData"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::rows"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE", "cudaq::complex_matrix::complex_matrix::rows"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix4dataEv", "cudaq::complex_matrix::data"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix4dumpERNSt7ostreamE", "cudaq::complex_matrix::dump"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix4dumpEv", "cudaq::complex_matrix::dump"], [2, 4, 1, "_CPPv4N5cudaq14complex_matrix4dumpERNSt7ostreamE", "cudaq::complex_matrix::dump::os"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix11eigenvaluesEv", "cudaq::complex_matrix::eigenvalues"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix12eigenvectorsEv", "cudaq::complex_matrix::eigenvectors"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix18minimal_eigenvalueEv", "cudaq::complex_matrix::minimal_eigenvalue"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrixclENSt6size_tENSt6size_tE", "cudaq::complex_matrix::operator()"], [2, 4, 1, "_CPPv4NK5cudaq14complex_matrixclENSt6size_tENSt6size_tE", "cudaq::complex_matrix::operator()::i"], [2, 4, 1, "_CPPv4NK5cudaq14complex_matrixclENSt6size_tENSt6size_tE", "cudaq::complex_matrix::operator()::j"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrixmlER14complex_matrix", "cudaq::complex_matrix::operator*"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrixmlERNSt6vectorI10value_typeEE", "cudaq::complex_matrix::operator*"], [2, 4, 1, "_CPPv4NK5cudaq14complex_matrixmlER14complex_matrix", "cudaq::complex_matrix::operator*::other"], [2, 4, 1, "_CPPv4NK5cudaq14complex_matrixmlERNSt6vectorI10value_typeEE", "cudaq::complex_matrix::operator*::other"], [2, 3, 1, "_CPPv4NK5cudaq14complex_matrix4rowsEv", "cudaq::complex_matrix::rows"], [2, 3, 1, "_CPPv4N5cudaq14complex_matrix8set_zeroEv", "cudaq::complex_matrix::set_zero"], [2, 0, 1, "_CPPv4N5cudaq14complex_matrix10value_typeE", "cudaq::complex_matrix::value_type"], [2, 1, 1, "_CPPv4N5cudaq22depolarization_channelE", "cudaq::depolarization_channel"], [2, 0, 1, "_CPPv4N5cudaq7detailsE", "cudaq::details"], [2, 1, 1, "_CPPv4N5cudaq7details17KernelBuilderTypeE", "cudaq::details::KernelBuilderType"], [2, 3, 1, "_CPPv4N5cudaq7details17KernelBuilderType17KernelBuilderTypeERRNSt8functionIFN4mlir4TypeEPN4mlir11MLIRContextEEEE", "cudaq::details::KernelBuilderType::KernelBuilderType"], [2, 4, 1, "_CPPv4N5cudaq7details17KernelBuilderType17KernelBuilderTypeERRNSt8functionIFN4mlir4TypeEPN4mlir11MLIRContextEEEE", "cudaq::details::KernelBuilderType::KernelBuilderType::f"], [2, 3, 1, "_CPPv4N5cudaq7details17KernelBuilderType6createEPN4mlir11MLIRContextE", "cudaq::details::KernelBuilderType::create"], [2, 4, 1, "_CPPv4N5cudaq7details17KernelBuilderType6createEPN4mlir11MLIRContextE", "cudaq::details::KernelBuilderType::create::ctx"], [2, 1, 1, "_CPPv4N5cudaq7details6futureE", "cudaq::details::future"], [2, 3, 1, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE", "cudaq::details::future::future"], [2, 3, 1, "_CPPv4N5cudaq7details6future6futureERR6future", "cudaq::details::future::future"], [2, 3, 1, "_CPPv4N5cudaq7details6future6futureEv", "cudaq::details::future::future"], [2, 4, 1, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE", "cudaq::details::future::future::_jobs"], [2, 4, 1, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE", "cudaq::details::future::future::config"], [2, 4, 1, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE", "cudaq::details::future::future::qpuNameIn"], [2, 1, 1, "_CPPv4N5cudaq7details19kernel_builder_baseE", "cudaq::details::kernel_builder_base"], [2, 3, 1, "_CPPv4N5cudaq7details19kernel_builder_baselsERNSt7ostreamERK19kernel_builder_base", "cudaq::details::kernel_builder_base::operator<<"], [2, 4, 1, "_CPPv4N5cudaq7details19kernel_builder_baselsERNSt7ostreamERK19kernel_builder_base", "cudaq::details::kernel_builder_base::operator<<::builder"], [2, 4, 1, "_CPPv4N5cudaq7details19kernel_builder_baselsERNSt7ostreamERK19kernel_builder_base", "cudaq::details::kernel_builder_base::operator<<::stream"], [2, 3, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw::Args"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw::QuantumKernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw::args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args", "cudaq::draw::kernel"], [2, 5, 1, "_CPPv4N5cudaq3dynE", "cudaq::dyn"], [2, 1, 1, "_CPPv4N5cudaq8gradientE", "cudaq::gradient"], [2, 3, 1, "_CPPv4N5cudaq8gradient5cloneEv", "cudaq::gradient::clone"], [2, 3, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradient::compute"], [2, 3, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute::dx"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradient::compute::func"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradient::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute::h"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradient::compute::x"], [2, 4, 1, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradient::compute::x"], [2, 3, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelT", "cudaq::gradient::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient"], [2, 3, 1, "_CPPv4N5cudaq8gradient8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradient::gradient"], [2, 3, 1, "_CPPv4N5cudaq8gradient8gradientEv", "cudaq::gradient::gradient"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelT", "cudaq::gradient::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient::QuantumKernel"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelT", "cudaq::gradient::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper", "cudaq::gradient::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradient::gradient::kernel"], [2, 4, 1, "_CPPv4N5cudaq8gradient8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradient::gradient::kernel"], [2, 3, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs"], [2, 2, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs::Args"], [2, 2, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs::QuantumKernel"], [2, 4, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs::args"], [2, 4, 1, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args", "cudaq::gradient::setArgs::kernel"], [2, 3, 1, "_CPPv4I0EN5cudaq8gradient9setKernelEvR13QuantumKernel", "cudaq::gradient::setKernel"], [2, 2, 1, "_CPPv4I0EN5cudaq8gradient9setKernelEvR13QuantumKernel", "cudaq::gradient::setKernel::QuantumKernel"], [2, 4, 1, "_CPPv4I0EN5cudaq8gradient9setKernelEvR13QuantumKernel", "cudaq::gradient::setKernel::kernel"], [2, 1, 1, "_CPPv4N5cudaq9gradients18central_differenceE", "cudaq::gradients::central_difference"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference5cloneEv", "cudaq::gradients::central_difference::clone"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::central_difference::compute"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute::dx"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute::exp_h"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::central_difference::compute::func"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::central_difference::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute::h"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::central_difference::compute::x"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::central_difference::compute::x"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelT", "cudaq::gradients::central_difference::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::central_difference::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients18central_difference8gradientEv", "cudaq::gradients::central_difference::gradient"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelT", "cudaq::gradients::central_difference::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::QuantumKernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelT", "cudaq::gradients::central_difference::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::central_difference::gradient::kernel"], [2, 4, 1, "_CPPv4N5cudaq9gradients18central_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::central_difference::gradient::kernel"], [2, 1, 1, "_CPPv4N5cudaq9gradients18forward_differenceE", "cudaq::gradients::forward_difference"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference5cloneEv", "cudaq::gradients::forward_difference::clone"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::forward_difference::compute"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute::dx"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::forward_difference::compute::func"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::forward_difference::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute::h"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::forward_difference::compute::x"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::forward_difference::compute::x"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelT", "cudaq::gradients::forward_difference::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::forward_difference::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients18forward_difference8gradientEv", "cudaq::gradients::forward_difference::gradient"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelT", "cudaq::gradients::forward_difference::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::QuantumKernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelT", "cudaq::gradients::forward_difference::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::forward_difference::gradient::kernel"], [2, 4, 1, "_CPPv4N5cudaq9gradients18forward_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::forward_difference::gradient::kernel"], [2, 1, 1, "_CPPv4N5cudaq9gradients15parameter_shiftE", "cudaq::gradients::parameter_shift"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift5cloneEv", "cudaq::gradients::parameter_shift::clone"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::parameter_shift::compute"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute::dx"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute::exp_h"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::parameter_shift::compute::func"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::parameter_shift::compute::funcAtX"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute::h"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd", "cudaq::gradients::parameter_shift::compute::x"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd", "cudaq::gradients::parameter_shift::compute::x"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelT", "cudaq::gradients::parameter_shift::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient"], [2, 3, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::parameter_shift::gradient"], [2, 3, 1, "_CPPv4N5cudaq9gradients15parameter_shift8gradientEv", "cudaq::gradients::parameter_shift::gradient"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::ArgsMapper"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelT", "cudaq::gradients::parameter_shift::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::KernelT"], [2, 2, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::QuantumKernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::argsMapper"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelT", "cudaq::gradients::parameter_shift::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::kernel"], [2, 4, 1, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper", "cudaq::gradients::parameter_shift::gradient::kernel"], [2, 4, 1, "_CPPv4N5cudaq9gradients15parameter_shift8gradientERRNSt8functionIFvNSt6vectorIdEEEEE", "cudaq::gradients::parameter_shift::gradient::kernel"], [2, 1, 1, "_CPPv4IDpEN5cudaq14kernel_builderE", "cudaq::kernel_builder"], [2, 2, 1, "_CPPv4IDpEN5cudaq14kernel_builderE", "cudaq::kernel_builder::Args"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder11constantValEd", "cudaq::kernel_builder::constantVal"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder11constantValEd", "cudaq::kernel_builder::constantVal::val"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder12getArgumentsEv", "cudaq::kernel_builder::getArguments"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder12getNumParamsEv", "cudaq::kernel_builder::getNumParams"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder11isArgStdVecENSt6size_tE", "cudaq::kernel_builder::isArgStdVec"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder11isArgStdVecENSt6size_tE", "cudaq::kernel_builder::isArgStdVec::idx"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder14kernel_builderERNSt6vectorIN7details17KernelBuilderTypeEEE", "cudaq::kernel_builder::kernel_builder"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder14kernel_builderERNSt6vectorIN7details17KernelBuilderTypeEEE", "cudaq::kernel_builder::kernel_builder::types"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder4nameEv", "cudaq::kernel_builder::name"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder6qallocE10QuakeValue", "cudaq::kernel_builder::qalloc"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder6qallocEKNSt6size_tE", "cudaq::kernel_builder::qalloc"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder6qallocERNSt6vectorINSt7complexIdEEEE", "cudaq::kernel_builder::qalloc"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder6qallocEv", "cudaq::kernel_builder::qalloc"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder6qallocEKNSt6size_tE", "cudaq::kernel_builder::qalloc::nQubits"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder6qallocE10QuakeValue", "cudaq::kernel_builder::qalloc::size"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder6qallocERNSt6vectorINSt7complexIdEEEE", "cudaq::kernel_builder::qalloc::state"], [2, 3, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap"], [2, 3, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap"], [2, 3, 1, "_CPPv4N5cudaq14kernel_builder4swapERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::control"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::controls"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::first"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::first"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder4swapERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::first"], [2, 2, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::mod"], [2, 2, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::mod"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::second"], [2, 4, 1, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::second"], [2, 4, 1, "_CPPv4N5cudaq14kernel_builder4swapERK10QuakeValueRK10QuakeValue", "cudaq::kernel_builder::swap::second"], [2, 1, 1, "_CPPv4N5cudaq13kraus_channelE", "cudaq::kraus_channel"], [2, 3, 1, "_CPPv4NK5cudaq13kraus_channel5emptyEv", "cudaq::kraus_channel::empty"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel7get_opsEv", "cudaq::kraus_channel::get_ops"], [2, 3, 1, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE", "cudaq::kraus_channel::kraus_channel"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERK13kraus_channel", "cudaq::kraus_channel::kraus_channel"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERRNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelEv", "cudaq::kraus_channel::kraus_channel"], [2, 2, 1, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE", "cudaq::kraus_channel::kraus_channel::T"], [2, 4, 1, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE", "cudaq::kraus_channel::kraus_channel::inputLists"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel::ops"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERRNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel::ops"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel13kraus_channelERK13kraus_channel", "cudaq::kraus_channel::kraus_channel::other"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channelaSERK13kraus_channel", "cudaq::kraus_channel::operator="], [2, 4, 1, "_CPPv4N5cudaq13kraus_channelaSERK13kraus_channel", "cudaq::kraus_channel::operator=::other"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channelixEKNSt6size_tE", "cudaq::kraus_channel::operator[]"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channelixEKNSt6size_tE", "cudaq::kraus_channel::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op", "cudaq::kraus_channel::push_back"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op", "cudaq::kraus_channel::push_back::op"], [2, 3, 1, "_CPPv4NK5cudaq13kraus_channel4sizeEv", "cudaq::kraus_channel::size"], [2, 1, 1, "_CPPv4N5cudaq8kraus_opE", "cudaq::kraus_op"], [2, 3, 1, "_CPPv4NK5cudaq8kraus_op7adjointEv", "cudaq::kraus_op::adjoint"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op4dataE", "cudaq::kraus_op::data"], [2, 3, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op"], [2, 3, 1, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE", "cudaq::kraus_op::kraus_op"], [2, 3, 1, "_CPPv4N5cudaq8kraus_op8kraus_opERK8kraus_op", "cudaq::kraus_op::kraus_op"], [2, 2, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op::T"], [2, 4, 1, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE", "cudaq::kraus_op::kraus_op::d"], [2, 4, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op::initList"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op5nColsE", "cudaq::kraus_op::nCols"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op5nRowsE", "cudaq::kraus_op::nRows"], [2, 3, 1, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op", "cudaq::kraus_op::operator="], [2, 4, 1, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op", "cudaq::kraus_op::operator=::other"], [2, 0, 1, "_CPPv4N5cudaq3mpiE", "cudaq::mpi"], [2, 3, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather"], [2, 3, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather::global"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather::global"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather::local"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather::local"], [2, 3, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce"], [2, 3, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::BinaryFunction"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce::Func"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::T"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce::T"], [2, 4, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::function"], [2, 4, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::localValue"], [2, 3, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast"], [2, 3, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast::data"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast::data"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast::rootRank"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast::rootRank"], [2, 3, 1, "_CPPv4N5cudaq3mpi8finalizeEv", "cudaq::mpi::finalize"], [2, 3, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize"], [2, 3, 1, "_CPPv4N5cudaq3mpi10initializeEv", "cudaq::mpi::initialize"], [2, 4, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize::argc"], [2, 4, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize::argv"], [2, 3, 1, "_CPPv4N5cudaq3mpi14is_initializedEv", "cudaq::mpi::is_initialized"], [2, 3, 1, "_CPPv4N5cudaq3mpi9num_ranksEv", "cudaq::mpi::num_ranks"], [2, 3, 1, "_CPPv4N5cudaq3mpi4rankEv", "cudaq::mpi::rank"], [2, 1, 1, "_CPPv4N5cudaq11noise_modelE", "cudaq::noise_model"], [2, 3, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel"], [2, 2, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::QuantumOp"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::channel"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::channel"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::quantumOp"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::qubits"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::qubits"], [2, 3, 1, "_CPPv4NK5cudaq11noise_model5emptyEv", "cudaq::noise_model::empty"], [2, 3, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels"], [2, 3, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels"], [2, 2, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels::QuantumOp"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels::quantumOp"], [2, 4, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels::qubits"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEE", "cudaq::noise_model::get_channels::qubits"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11noise_modelEv", "cudaq::noise_model::noise_model"], [2, 3, 1, "_CPPv4N5cudaq18num_available_gpusEv", "cudaq::num_available_gpus"], [2, 1, 1, "_CPPv4N5cudaq14observe_resultE", "cudaq::observe_result"], [2, 3, 1, "_CPPv4I0EN5cudaq14observe_result6countsE13sample_result10SpinOpType", "cudaq::observe_result::counts"], [2, 2, 1, "_CPPv4I0EN5cudaq14observe_result6countsE13sample_result10SpinOpType", "cudaq::observe_result::counts::SpinOpType"], [2, 4, 1, "_CPPv4I0EN5cudaq14observe_result6countsE13sample_result10SpinOpType", "cudaq::observe_result::counts::term"], [2, 3, 1, "_CPPv4N5cudaq14observe_result4dumpEv", "cudaq::observe_result::dump"], [2, 3, 1, "_CPPv4I0EN5cudaq14observe_result11expectationEd10SpinOpType", "cudaq::observe_result::expectation"], [2, 3, 1, "_CPPv4N5cudaq14observe_result11expectationEv", "cudaq::observe_result::expectation"], [2, 2, 1, "_CPPv4I0EN5cudaq14observe_result11expectationEd10SpinOpType", "cudaq::observe_result::expectation::SpinOpType"], [2, 4, 1, "_CPPv4I0EN5cudaq14observe_result11expectationEd10SpinOpType", "cudaq::observe_result::expectation::term"], [2, 3, 1, "_CPPv4N5cudaq14observe_result14id_coefficientEv", "cudaq::observe_result::id_coefficient"], [2, 3, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op", "cudaq::observe_result::observe_result"], [2, 3, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result", "cudaq::observe_result::observe_result"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op", "cudaq::observe_result::observe_result::H"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result", "cudaq::observe_result::observe_result::H"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result", "cudaq::observe_result::observe_result::counts"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op", "cudaq::observe_result::observe_result::e"], [2, 4, 1, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result", "cudaq::observe_result::observe_result::e"], [2, 3, 1, "_CPPv4N5cudaq14observe_resultcvdEv", "cudaq::observe_result::operator double"], [2, 3, 1, "_CPPv4N5cudaq14observe_result8raw_dataEv", "cudaq::observe_result::raw_data"], [2, 1, 1, "_CPPv4N5cudaq20optimizable_functionE", "cudaq::optimizable_function"], [2, 0, 1, "_CPPv4N5cudaq19optimization_resultE", "cudaq::optimization_result"], [2, 1, 1, "_CPPv4N5cudaq9optimizerE", "cudaq::optimizer"], [2, 3, 1, "_CPPv4N5cudaq9optimizer8optimizeEKiRR20optimizable_function", "cudaq::optimizer::optimize"], [2, 4, 1, "_CPPv4N5cudaq9optimizer8optimizeEKiRR20optimizable_function", "cudaq::optimizer::optimize::dim"], [2, 4, 1, "_CPPv4N5cudaq9optimizer8optimizeEKiRR20optimizable_function", "cudaq::optimizer::optimize::opt_function"], [2, 3, 1, "_CPPv4N5cudaq9optimizer17requiresGradientsEv", "cudaq::optimizer::requiresGradients"], [2, 1, 1, "_CPPv4N5cudaq18phase_flip_channelE", "cudaq::phase_flip_channel"], [2, 1, 1, "_CPPv4I_NSt6size_tE_NSt6size_tE0EN5cudaq4qregE", "cudaq::qreg"], [2, 2, 1, "_CPPv4I_NSt6size_tE_NSt6size_tE0EN5cudaq4qregE", "cudaq::qreg::Levels"], [2, 2, 1, "_CPPv4I_NSt6size_tE_NSt6size_tE0EN5cudaq4qregE", "cudaq::qreg::N"], [2, 3, 1, "_CPPv4N5cudaq4qreg4backENSt6size_tE", "cudaq::qreg::back"], [2, 3, 1, "_CPPv4N5cudaq4qreg4backEv", "cudaq::qreg::back"], [2, 4, 1, "_CPPv4N5cudaq4qreg4backENSt6size_tE", "cudaq::qreg::back::count"], [2, 3, 1, "_CPPv4N5cudaq4qreg5beginEv", "cudaq::qreg::begin"], [2, 3, 1, "_CPPv4N5cudaq4qreg5clearEv", "cudaq::qreg::clear"], [2, 3, 1, "_CPPv4N5cudaq4qreg5frontENSt6size_tE", "cudaq::qreg::front"], [2, 3, 1, "_CPPv4N5cudaq4qreg5frontEv", "cudaq::qreg::front"], [2, 4, 1, "_CPPv4N5cudaq4qreg5frontENSt6size_tE", "cudaq::qreg::front::count"], [2, 3, 1, "_CPPv4N5cudaq4qregixEKNSt6size_tE", "cudaq::qreg::operator[]"], [2, 4, 1, "_CPPv4N5cudaq4qregixEKNSt6size_tE", "cudaq::qreg::operator[]::idx"], [2, 3, 1, "_CPPv4NK5cudaq4qreg4sizeEv", "cudaq::qreg::size"], [2, 3, 1, "_CPPv4N5cudaq4qreg5sliceENSt6size_tENSt6size_tE", "cudaq::qreg::slice"], [2, 4, 1, "_CPPv4N5cudaq4qreg5sliceENSt6size_tENSt6size_tE", "cudaq::qreg::slice::size"], [2, 4, 1, "_CPPv4N5cudaq4qreg5sliceENSt6size_tENSt6size_tE", "cudaq::qreg::slice::start"], [2, 0, 1, "_CPPv4N5cudaq4qreg10value_typeE", "cudaq::qreg::value_type"], [2, 1, 1, "_CPPv4I_NSt6size_tE_NSt6size_tEEN5cudaq5qspanE", "cudaq::qspan"], [2, 2, 1, "_CPPv4I_NSt6size_tE_NSt6size_tEEN5cudaq5qspanE", "cudaq::qspan::Levels"], [2, 2, 1, "_CPPv4I_NSt6size_tE_NSt6size_tEEN5cudaq5qspanE", "cudaq::qspan::N"], [2, 1, 1, "_CPPv4N5cudaq16quantum_platformE", "cudaq::quantum_platform"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform11clear_shotsEv", "cudaq::quantum_platform::clear_shots"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform12connectivityEv", "cudaq::quantum_platform::connectivity"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tER19KernelExecutionTask", "cudaq::quantum_platform::enqueueAsyncTask"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tERNSt8functionIFvvEEE", "cudaq::quantum_platform::enqueueAsyncTask"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tERNSt8functionIFvvEEE", "cudaq::quantum_platform::enqueueAsyncTask::f"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tER19KernelExecutionTask", "cudaq::quantum_platform::enqueueAsyncTask::qpu_id"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tERNSt8functionIFvvEEE", "cudaq::quantum_platform::enqueueAsyncTask::qpu_id"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tER19KernelExecutionTask", "cudaq::quantum_platform::enqueueAsyncTask::t"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform12getLogStreamEv", "cudaq::quantum_platform::getLogStream"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform15get_current_qpuEv", "cudaq::quantum_platform::get_current_qpu"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform12get_exec_ctxEv", "cudaq::quantum_platform::get_exec_ctx"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsENSt6size_tE", "cudaq::quantum_platform::get_num_qubits"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsEv", "cudaq::quantum_platform::get_num_qubits"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsENSt6size_tE", "cudaq::quantum_platform::get_num_qubits::qpu_id"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform23get_remote_capabilitiesEKNSt6size_tE", "cudaq::quantum_platform::get_remote_capabilities"], [2, 4, 1, "_CPPv4NK5cudaq16quantum_platform23get_remote_capabilitiesEKNSt6size_tE", "cudaq::quantum_platform::get_remote_capabilities::qpuId"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9get_shotsEv", "cudaq::quantum_platform::get_shots"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform11is_emulatedEKNSt6size_tE", "cudaq::quantum_platform::is_emulated"], [2, 4, 1, "_CPPv4NK5cudaq16quantum_platform11is_emulatedEKNSt6size_tE", "cudaq::quantum_platform::is_emulated::qpuId"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9is_remoteEKNSt6size_tE", "cudaq::quantum_platform::is_remote"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9is_remoteEKNSt6size_tE", "cudaq::quantum_platform::is_remote::qpuId"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform12is_simulatorEKNSt6size_tE", "cudaq::quantum_platform::is_simulator"], [2, 4, 1, "_CPPv4NK5cudaq16quantum_platform12is_simulatorEKNSt6size_tE", "cudaq::quantum_platform::is_simulator::qpu_id"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::H"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::gradient"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::kernelArgs"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::kernelName"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::n_params"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::optimizer"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE", "cudaq::quantum_platform::launchVQE::shots"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14list_platformsEv", "cudaq::quantum_platform::list_platforms"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform4nameEv", "cudaq::quantum_platform::name"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform8num_qpusEv", "cudaq::quantum_platform::num_qpus"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform15onRandomSeedSetENSt6size_tE", "cudaq::quantum_platform::onRandomSeedSet"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform15onRandomSeedSetENSt6size_tE", "cudaq::quantum_platform::onRandomSeedSet::seed"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14resetLogStreamEv", "cudaq::quantum_platform::resetLogStream"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform14reset_exec_ctxENSt6size_tE", "cudaq::quantum_platform::reset_exec_ctx"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform14reset_exec_ctxENSt6size_tE", "cudaq::quantum_platform::reset_exec_ctx::qpu_id"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform11reset_noiseEv", "cudaq::quantum_platform::reset_noise"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform12setLogStreamERNSt7ostreamE", "cudaq::quantum_platform::setLogStream"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform12setLogStreamERNSt7ostreamE", "cudaq::quantum_platform::setLogStream::logStream"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform16setTargetBackendERKNSt6stringE", "cudaq::quantum_platform::setTargetBackend"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform16setTargetBackendERKNSt6stringE", "cudaq::quantum_platform::setTargetBackend::name"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform15set_current_qpuEKNSt6size_tE", "cudaq::quantum_platform::set_current_qpu"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform15set_current_qpuEKNSt6size_tE", "cudaq::quantum_platform::set_current_qpu::device_id"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform12set_exec_ctxEPN5cudaq16ExecutionContextENSt6size_tE", "cudaq::quantum_platform::set_exec_ctx"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform12set_exec_ctxEPN5cudaq16ExecutionContextENSt6size_tE", "cudaq::quantum_platform::set_exec_ctx::ctx"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform12set_exec_ctxEPN5cudaq16ExecutionContextENSt6size_tE", "cudaq::quantum_platform::set_exec_ctx::qpu_id"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9set_noiseEPK11noise_model", "cudaq::quantum_platform::set_noise"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9set_noiseEPK11noise_model", "cudaq::quantum_platform::set_noise::model"], [2, 3, 1, "_CPPv4N5cudaq16quantum_platform9set_shotsEi", "cudaq::quantum_platform::set_shots"], [2, 4, 1, "_CPPv4N5cudaq16quantum_platform9set_shotsEi", "cudaq::quantum_platform::set_shots::numShots"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform29supports_conditional_feedbackEKNSt6size_tE", "cudaq::quantum_platform::supports_conditional_feedback"], [2, 4, 1, "_CPPv4NK5cudaq16quantum_platform29supports_conditional_feedbackEKNSt6size_tE", "cudaq::quantum_platform::supports_conditional_feedback::qpu_id"], [2, 3, 1, "_CPPv4NK5cudaq16quantum_platform26supports_task_distributionEv", "cudaq::quantum_platform::supports_task_distribution"], [2, 0, 1, "_CPPv4N5cudaq5qubitE", "cudaq::qubit"], [2, 1, 1, "_CPPv4I_NSt6size_tEEN5cudaq5quditE", "cudaq::qudit"], [2, 2, 1, "_CPPv4I_NSt6size_tEEN5cudaq5quditE", "cudaq::qudit::Levels"], [2, 3, 1, "_CPPv4N5cudaq5qudit5quditEv", "cudaq::qudit::qudit"], [2, 1, 1, "_CPPv4I_NSt6size_tEEN5cudaq7qvectorE", "cudaq::qvector"], [2, 2, 1, "_CPPv4I_NSt6size_tEEN5cudaq7qvectorE", "cudaq::qvector::Levels"], [2, 3, 1, "_CPPv4N5cudaq7qvector4backENSt6size_tE", "cudaq::qvector::back"], [2, 3, 1, "_CPPv4N5cudaq7qvector4backEv", "cudaq::qvector::back"], [2, 4, 1, "_CPPv4N5cudaq7qvector4backENSt6size_tE", "cudaq::qvector::back::count"], [2, 3, 1, "_CPPv4N5cudaq7qvector5beginEv", "cudaq::qvector::begin"], [2, 3, 1, "_CPPv4N5cudaq7qvector5clearEv", "cudaq::qvector::clear"], [2, 3, 1, "_CPPv4N5cudaq7qvector3endEv", "cudaq::qvector::end"], [2, 3, 1, "_CPPv4N5cudaq7qvector5frontENSt6size_tE", "cudaq::qvector::front"], [2, 3, 1, "_CPPv4N5cudaq7qvector5frontEv", "cudaq::qvector::front"], [2, 4, 1, "_CPPv4N5cudaq7qvector5frontENSt6size_tE", "cudaq::qvector::front::count"], [2, 3, 1, "_CPPv4N5cudaq7qvectoraSERK7qvector", "cudaq::qvector::operator="], [2, 3, 1, "_CPPv4N5cudaq7qvectorixEKNSt6size_tE", "cudaq::qvector::operator[]"], [2, 4, 1, "_CPPv4N5cudaq7qvectorixEKNSt6size_tE", "cudaq::qvector::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorENSt6size_tE", "cudaq::qvector::qvector"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorERK5state", "cudaq::qvector::qvector"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorERK7qvector", "cudaq::qvector::qvector"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorERKNSt6vectorI7complexEEb", "cudaq::qvector::qvector"], [2, 3, 1, "_CPPv4N5cudaq7qvector7qvectorERR7qvector", "cudaq::qvector::qvector"], [2, 4, 1, "_CPPv4N5cudaq7qvector7qvectorENSt6size_tE", "cudaq::qvector::qvector::size"], [2, 4, 1, "_CPPv4N5cudaq7qvector7qvectorERK5state", "cudaq::qvector::qvector::state"], [2, 4, 1, "_CPPv4N5cudaq7qvector7qvectorERKNSt6vectorI7complexEEb", "cudaq::qvector::qvector::validate"], [2, 4, 1, "_CPPv4N5cudaq7qvector7qvectorERKNSt6vectorI7complexEEb", "cudaq::qvector::qvector::vector"], [2, 3, 1, "_CPPv4NK5cudaq7qvector4sizeEv", "cudaq::qvector::size"], [2, 3, 1, "_CPPv4N5cudaq7qvector5sliceENSt6size_tENSt6size_tE", "cudaq::qvector::slice"], [2, 4, 1, "_CPPv4N5cudaq7qvector5sliceENSt6size_tENSt6size_tE", "cudaq::qvector::slice::size"], [2, 4, 1, "_CPPv4N5cudaq7qvector5sliceENSt6size_tENSt6size_tE", "cudaq::qvector::slice::start"], [2, 0, 1, "_CPPv4N5cudaq7qvector10value_typeE", "cudaq::qvector::value_type"], [2, 1, 1, "_CPPv4I_NSt6size_tEEN5cudaq5qviewE", "cudaq::qview"], [2, 2, 1, "_CPPv4I_NSt6size_tEEN5cudaq5qviewE", "cudaq::qview::Levels"], [2, 0, 1, "_CPPv4N5cudaq5qview10value_typeE", "cudaq::qview::value_type"], [2, 3, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType", "cudaq::range"], [2, 3, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range"], [2, 3, 1, "_CPPv4N5cudaq5rangeENSt6size_tE", "cudaq::range"], [2, 2, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType", "cudaq::range::ElementType"], [2, 2, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range::ElementType"], [2, 4, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType", "cudaq::range::N"], [2, 4, 1, "_CPPv4N5cudaq5rangeENSt6size_tE", "cudaq::range::N"], [2, 4, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range::start"], [2, 4, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range::step"], [2, 4, 1, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType", "cudaq::range::stop"], [2, 0, 1, "_CPPv4N5cudaq4realE", "cudaq::real"], [2, 0, 1, "_CPPv4N5cudaq8registryE", "cudaq::registry"], [2, 1, 1, "_CPPv4I0EN5cudaq8registry14RegisteredTypeE", "cudaq::registry::RegisteredType"], [2, 2, 1, "_CPPv4I0EN5cudaq8registry14RegisteredTypeE", "cudaq::registry::RegisteredType::T"], [2, 1, 1, "_CPPv4N5cudaq13sample_resultE", "cudaq::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult", "cudaq::sample_result::append"], [2, 4, 1, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult", "cudaq::sample_result::append::result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5beginEv", "cudaq::sample_result::begin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result5beginEv", "cudaq::sample_result::begin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result6cbeginEv", "cudaq::sample_result::cbegin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4cendEv", "cudaq::sample_result::cend"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5clearEv", "cudaq::sample_result::clear"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count"], [2, 4, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count::bitString"], [2, 4, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::sample_result::deserialize"], [2, 4, 1, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::sample_result::deserialize::data"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE", "cudaq::sample_result::dump"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4dumpEv", "cudaq::sample_result::dump"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE", "cudaq::sample_result::dump::os"], [2, 3, 1, "_CPPv4N5cudaq13sample_result3endEv", "cudaq::sample_result::end"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result3endEv", "cudaq::sample_result::end"], [2, 3, 1, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE", "cudaq::sample_result::exp_val_z"], [2, 4, 1, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE", "cudaq::sample_result::exp_val_z::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE", "cudaq::sample_result::expectation"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE", "cudaq::sample_result::expectation::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal"], [2, 3, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::marginalIndices"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::marginalIndices"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::registerName"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE", "cudaq::sample_result::has_even_parity"], [2, 4, 1, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE", "cudaq::sample_result::has_even_parity::bitString"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE", "cudaq::sample_result::has_expectation"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE", "cudaq::sample_result::has_expectation::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE", "cudaq::sample_result::most_probable"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE", "cudaq::sample_result::most_probable::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultpLERK13sample_result", "cudaq::sample_result::operator+="], [2, 4, 1, "_CPPv4N5cudaq13sample_resultpLERK13sample_result", "cudaq::sample_result::operator+=::other"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultaSER13sample_result", "cudaq::sample_result::operator="], [2, 4, 1, "_CPPv4N5cudaq13sample_resultaSER13sample_result", "cudaq::sample_result::operator=::counts"], [2, 3, 1, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result", "cudaq::sample_result::operator=="], [2, 4, 1, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result", "cudaq::sample_result::operator==::counts"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability::bitString"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result14register_namesEv", "cudaq::sample_result::register_names"], [2, 3, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder"], [2, 4, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder::index"], [2, 4, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERK13sample_result", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultEv", "cudaq::sample_result::sample_result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::preComputedExp"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult", "cudaq::sample_result::sample_result::result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult", "cudaq::sample_result::sample_result::result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::results"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::results"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result9serializeEv", "cudaq::sample_result::serialize"], [2, 3, 1, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE", "cudaq::sample_result::size"], [2, 4, 1, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE", "cudaq::sample_result::size::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE", "cudaq::sample_result::to_map"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE", "cudaq::sample_result::to_map::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultD0Ev", "cudaq::sample_result::~sample_result"], [2, 3, 1, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE", "cudaq::set_noise"], [2, 4, 1, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE", "cudaq::set_noise::model"], [2, 3, 1, "_CPPv4N5cudaq15set_random_seedENSt6size_tE", "cudaq::set_random_seed"], [2, 4, 1, "_CPPv4N5cudaq15set_random_seedENSt6size_tE", "cudaq::set_random_seed::seed"], [2, 6, 1, "_CPPv4N5cudaq20simulation_precisionE", "cudaq::simulation_precision"], [2, 7, 1, "_CPPv4N5cudaq20simulation_precision4fp32E", "cudaq::simulation_precision::fp32"], [2, 7, 1, "_CPPv4N5cudaq20simulation_precision4fp64E", "cudaq::simulation_precision::fp64"], [2, 1, 1, "_CPPv4N5cudaq7spin_opE", "cudaq::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op5beginEv", "cudaq::spin_op::begin"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op5beginEv", "cudaq::spin_op::begin"], [2, 0, 1, "_CPPv4N5cudaq7spin_op12csr_spmatrixE", "cudaq::spin_op::csr_spmatrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE", "cudaq::spin_op::distribute_terms"], [2, 4, 1, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE", "cudaq::spin_op::distribute_terms::numChunks"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op4dumpEv", "cudaq::spin_op::dump"], [2, 3, 1, "_CPPv4N5cudaq7spin_op3endEv", "cudaq::spin_op::end"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op3endEv", "cudaq::spin_op::end"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op14for_each_pauliERRNSt8functionIFv5pauliNSt6size_tEEEE", "cudaq::spin_op::for_each_pauli"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op13for_each_termERRNSt8functionIFvR7spin_opEEE", "cudaq::spin_op::for_each_term"], [2, 3, 1, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE", "cudaq::spin_op::from_word"], [2, 4, 1, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE", "cudaq::spin_op::from_word::pauliWord"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op21getDataRepresentationEv", "cudaq::spin_op::getDataRepresentation"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op12getDataTupleEv", "cudaq::spin_op::getDataTuple"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op15get_coefficientEv", "cudaq::spin_op::get_coefficient"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op12get_raw_dataEv", "cudaq::spin_op::get_raw_data"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op11is_identityEv", "cudaq::spin_op::is_identity"], [2, 1, 1, "_CPPv4I0EN5cudaq7spin_op8iteratorE", "cudaq::spin_op::iterator"], [2, 2, 1, "_CPPv4I0EN5cudaq7spin_op8iteratorE", "cudaq::spin_op::iterator::QualifiedSpinOp"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op10num_qubitsEv", "cudaq::spin_op::num_qubits"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9num_termsEv", "cudaq::spin_op::num_terms"], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE", "cudaq::spin_op::operator*="], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLEKd", "cudaq::spin_op::operator*="], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLERK7spin_op", "cudaq::spin_op::operator*="], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE", "cudaq::spin_op::operator*=::v"], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLEKd", "cudaq::spin_op::operator*=::v"], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLERK7spin_op", "cudaq::spin_op::operator*=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_oppLERK7spin_op", "cudaq::spin_op::operator+="], [2, 4, 1, "_CPPv4N5cudaq7spin_oppLERK7spin_op", "cudaq::spin_op::operator+=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_opmIERK7spin_op", "cudaq::spin_op::operator-="], [2, 4, 1, "_CPPv4N5cudaq7spin_opmIERK7spin_op", "cudaq::spin_op::operator-=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_opaSERK7spin_op", "cudaq::spin_op::operator="], [2, 3, 1, "_CPPv4NK5cudaq7spin_opeqERK7spin_op", "cudaq::spin_op::operator=="], [2, 4, 1, "_CPPv4NK5cudaq7spin_opeqERK7spin_op", "cudaq::spin_op::operator==::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::nQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::nTerms"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::seed"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opEv", "cudaq::spin_op::spin_op"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::_terms"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op::bsf"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op::coeff"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op::coeff"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op::coeffs"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op::data_rep"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op::id"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op::nQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE", "cudaq::spin_op::spin_op::numQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op", "cudaq::spin_op::spin_op::o"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op::term"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::termData"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::termData"], [2, 0, 1, "_CPPv4N5cudaq7spin_op12spin_op_termE", "cudaq::spin_op::spin_op_term"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9to_matrixEv", "cudaq::spin_op::to_matrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op16to_sparse_matrixEv", "cudaq::spin_op::to_sparse_matrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9to_stringEb", "cudaq::spin_op::to_string"], [2, 4, 1, "_CPPv4NK5cudaq7spin_op9to_stringEb", "cudaq::spin_op::to_string::printCoefficients"], [2, 3, 1, "_CPPv4N5cudaq7spin_opD0Ev", "cudaq::spin_op::~spin_op"], [2, 1, 1, "_CPPv4N5cudaq5stateE", "cudaq::state"], [2, 3, 1, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE", "cudaq::state::amplitude"], [2, 4, 1, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE", "cudaq::state::amplitude::basisState"], [2, 3, 1, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE", "cudaq::state::amplitudes"], [2, 4, 1, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE", "cudaq::state::amplitudes::basisStates"], [2, 3, 1, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE", "cudaq::state::dump"], [2, 3, 1, "_CPPv4NK5cudaq5state4dumpEv", "cudaq::state::dump"], [2, 4, 1, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE", "cudaq::state::dump::os"], [2, 3, 1, "_CPPv4N5cudaq5state9from_dataERK10state_data", "cudaq::state::from_data"], [2, 4, 1, "_CPPv4N5cudaq5state9from_dataERK10state_data", "cudaq::state::from_data::data"], [2, 3, 1, "_CPPv4NK5cudaq5state14get_num_qubitsEv", "cudaq::state::get_num_qubits"], [2, 3, 1, "_CPPv4NK5cudaq5state15get_num_tensorsEv", "cudaq::state::get_num_tensors"], [2, 3, 1, "_CPPv4NK5cudaq5state13get_precisionEv", "cudaq::state::get_precision"], [2, 3, 1, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE", "cudaq::state::get_tensor"], [2, 4, 1, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE", "cudaq::state::get_tensor::tensorIdx"], [2, 3, 1, "_CPPv4NK5cudaq5state11get_tensorsEv", "cudaq::state::get_tensors"], [2, 3, 1, "_CPPv4NK5cudaq5state9is_on_gpuEv", "cudaq::state::is_on_gpu"], [2, 3, 1, "_CPPv4N5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()"], [2, 3, 1, "_CPPv4N5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE", "cudaq::state::operator()"], [2, 4, 1, "_CPPv4N5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()::idx"], [2, 4, 1, "_CPPv4N5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()::jdx"], [2, 4, 1, "_CPPv4N5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE", "cudaq::state::operator()::tensorIdx"], [2, 3, 1, "_CPPv4N5cudaq5stateaSERR5state", "cudaq::state::operator="], [2, 4, 1, "_CPPv4N5cudaq5stateaSERR5state", "cudaq::state::operator=::other"], [2, 3, 1, "_CPPv4N5cudaq5stateixENSt6size_tE", "cudaq::state::operator[]"], [2, 4, 1, "_CPPv4N5cudaq5stateixENSt6size_tE", "cudaq::state::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq5state7overlapERK5state", "cudaq::state::overlap"], [2, 4, 1, "_CPPv4N5cudaq5state7overlapERK5state", "cudaq::state::overlap::other"], [2, 3, 1, "_CPPv4N5cudaq5state5stateEP15SimulationState", "cudaq::state::state"], [2, 3, 1, "_CPPv4N5cudaq5state5stateERK5state", "cudaq::state::state"], [2, 4, 1, "_CPPv4N5cudaq5state5stateERK5state", "cudaq::state::state::other"], [2, 4, 1, "_CPPv4N5cudaq5state5stateEP15SimulationState", "cudaq::state::state::ptrToOwn"], [2, 3, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host"], [2, 2, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::ScalarType"], [2, 4, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::hostPtr"], [2, 4, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::numElements"], [2, 0, 1, "_CPPv4N5cudaq10state_dataE", "cudaq::state_data"], [2, 0, 1, "_CPPv4N5cudaq6tensorE", "cudaq::tensor"], [2, 3, 1, "_CPPv4N5cudaq11unset_noiseEv", "cudaq::unset_noise"], [2, 1, 1, "_CPPv4N5nvqir18MPSSimulationStateE", "nvqir::MPSSimulationState"], [2, 1, 1, "_CPPv4N5nvqir24TensorNetSimulationStateE", "nvqir::TensorNetSimulationState"], [3, 8, 0, "-", "cudaq"]], "cudaq": [[3, 9, 1, "", "AmplitudeDampingChannel"], [3, 9, 1, "", "AsyncObserveResult"], [3, 9, 1, "", "AsyncSampleResult"], [3, 9, 1, "", "AsyncStateResult"], [3, 9, 1, "", "BitFlipChannel"], [3, 9, 1, "", "ComplexMatrix"], [3, 9, 1, "", "DepolarizationChannel"], [3, 11, 1, "", "Kernel"], [3, 9, 1, "", "KrausChannel"], [3, 9, 1, "", "KrausOperator"], [3, 9, 1, "", "NoiseModel"], [3, 9, 1, "", "ObserveResult"], [3, 9, 1, "", "OptimizationResult"], [3, 9, 1, "", "PhaseFlipChannel"], [3, 9, 1, "", "PyKernel"], [3, 9, 1, "", "PyKernelDecorator"], [3, 9, 1, "", "QuakeValue"], [3, 9, 1, "", "SampleResult"], [3, 9, 1, "", "SimulationPrecision"], [3, 9, 1, "", "SpinOperator"], [3, 9, 1, "", "State"], [3, 9, 1, "", "Target"], [3, 9, 1, "", "Tensor"], [3, 13, 1, "", "draw"], [3, 13, 1, "", "get_state"], [3, 13, 1, "", "get_state_async"], [3, 13, 1, "", "get_target"], [3, 13, 1, "", "get_targets"], [3, 13, 1, "", "has_target"], [3, 10, 1, "", "initialize_cudaq"], [3, 13, 1, "", "kernel"], [3, 13, 1, "", "make_kernel"], [3, 10, 1, "", "num_available_gpus"], [3, 13, 1, "", "observe"], [3, 13, 1, "", "observe_async"], [3, 11, 1, "", "qreg"], [3, 9, 1, "", "qubit"], [3, 9, 1, "", "qvector"], [3, 13, 1, "", "reset_target"], [3, 13, 1, "", "sample"], [3, 13, 1, "", "sample_async"], [3, 13, 1, "", "set_noise"], [3, 10, 1, "", "set_random_seed"], [3, 13, 1, "", "set_target"], [3, 13, 1, "", "translate"], [3, 13, 1, "", "unset_noise"], [3, 13, 1, "", "vqe"]], "cudaq.AmplitudeDampingChannel": [[3, 10, 1, "", "__init__"]], "cudaq.AsyncObserveResult": [[3, 10, 1, "", "get"]], "cudaq.AsyncSampleResult": [[3, 10, 1, "", "get"]], "cudaq.AsyncStateResult": [[3, 10, 1, "", "get"]], "cudaq.BitFlipChannel": [[3, 10, 1, "", "__init__"]], "cudaq.ComplexMatrix": [[3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "__str__"], [3, 10, 1, "", "minimal_eigenvalue"]], "cudaq.DepolarizationChannel": [[3, 10, 1, "", "__init__"]], "cudaq.KrausChannel": [[3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "append"]], "cudaq.KrausOperator": [[3, 12, 1, "", "col_count"], [3, 12, 1, "", "row_count"]], "cudaq.NoiseModel": [[3, 10, 1, "", "__init__"], [3, 10, 1, "", "add_channel"], [3, 10, 1, "", "get_channels"]], "cudaq.ObserveResult": [[3, 10, 1, "", "counts"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "expectation"], [3, 10, 1, "", "expectation_z"], [3, 10, 1, "", "get_spin"]], "cudaq.PhaseFlipChannel": [[3, 10, 1, "", "__init__"]], "cudaq.PyKernel": [[3, 11, 1, "", "argument_count"], [3, 11, 1, "", "arguments"], [3, 11, 1, "", "name"]], "cudaq.PyKernelDecorator": [[3, 10, 1, "", "__call__"], [3, 10, 1, "", "__str__"], [3, 10, 1, "", "compile"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "to_json"], [3, 10, 1, "", "type_to_str"]], "cudaq.QuakeValue": [[3, 10, 1, "", "__add__"], [3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "__mul__"], [3, 10, 1, "", "__neg__"], [3, 10, 1, "", "__radd__"], [3, 10, 1, "", "__rmul__"], [3, 10, 1, "", "__rsub__"], [3, 10, 1, "", "__sub__"], [3, 10, 1, "", "slice"]], "cudaq.SampleResult": [[3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "__iter__"], [3, 10, 1, "", "__len__"], [3, 10, 1, "", "clear"], [3, 10, 1, "", "count"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "expectation"], [3, 10, 1, "", "expectation_z"], [3, 10, 1, "", "get_marginal_counts"], [3, 10, 1, "", "get_register_counts"], [3, 10, 1, "", "get_sequential_data"], [3, 10, 1, "", "items"], [3, 10, 1, "", "most_probable"], [3, 10, 1, "", "probability"], [3, 11, 1, "", "register_names"], [3, 10, 1, "", "values"]], "cudaq.SimulationPrecision": [[3, 12, 1, "", "name"]], "cudaq.SpinOperator": [[3, 10, 1, "", "__add__"], [3, 10, 1, "", "__eq__"], [3, 10, 1, "", "__iter__"], [3, 10, 1, "", "__mul__"], [3, 10, 1, "", "__radd__"], [3, 10, 1, "", "__rmul__"], [3, 10, 1, "", "__rsub__"], [3, 10, 1, "", "__sub__"], [3, 10, 1, "", "distribute_terms"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "for_each_pauli"], [3, 10, 1, "", "for_each_term"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "from_word"], [3, 10, 1, "", "get_coefficient"], [3, 10, 1, "", "get_qubit_count"], [3, 10, 1, "", "get_raw_data"], [3, 10, 1, "", "get_term_count"], [3, 10, 1, "", "is_identity"], [3, 10, 1, "", "random"], [3, 10, 1, "", "serialize"], [3, 10, 1, "", "to_json"], [3, 10, 1, "", "to_matrix"], [3, 10, 1, "", "to_sparse_matrix"], [3, 10, 1, "", "to_string"]], "cudaq.State": [[3, 10, 1, "", "amplitude"], [3, 10, 1, "", "amplitudes"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "from_data"], [3, 10, 1, "", "getTensor"], [3, 10, 1, "", "getTensors"], [3, 10, 1, "", "is_on_gpu"], [3, 10, 1, "", "num_qubits"], [3, 10, 1, "", "overlap"]], "cudaq.Target": [[3, 12, 1, "", "description"], [3, 10, 1, "", "get_precision"], [3, 10, 1, "", "is_emulated"], [3, 10, 1, "", "is_remote"], [3, 12, 1, "", "name"], [3, 10, 1, "", "num_qpus"], [3, 12, 1, "", "platform"], [3, 12, 1, "", "simulator"]], "cudaq.gradients": [[3, 9, 1, "", "CentralDifference"], [3, 9, 1, "", "ForwardDifference"], [3, 9, 1, "", "ParameterShift"], [3, 9, 1, "", "gradient"]], "cudaq.gradients.CentralDifference": [[3, 10, 1, "", "compute"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "to_json"]], "cudaq.gradients.ForwardDifference": [[3, 10, 1, "", "compute"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "to_json"]], "cudaq.gradients.ParameterShift": [[3, 10, 1, "", "compute"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "to_json"]], "cudaq.mpi": [[3, 10, 1, "", "all_gather"], [3, 10, 1, "", "broadcast"], [3, 10, 1, "", "finalize"], [3, 10, 1, "", "initialize"], [3, 10, 1, "", "is_initialized"], [3, 10, 1, "", "num_ranks"], [3, 10, 1, "", "rank"]], "cudaq.optimizers": [[3, 9, 1, "", "COBYLA"], [3, 9, 1, "", "GradientDescent"], [3, 9, 1, "", "LBFGS"], [3, 9, 1, "", "NelderMead"], [3, 9, 1, "", "optimizer"]], "cudaq.optimizers.COBYLA": [[3, 10, 1, "", "from_json"], [3, 12, 1, "", "initial_parameters"], [3, 12, 1, "", "lower_bounds"], [3, 12, 1, "", "max_iterations"], [3, 10, 1, "", "optimize"], [3, 10, 1, "", "requires_gradients"], [3, 10, 1, "", "to_json"], [3, 12, 1, "", "upper_bounds"]], "cudaq.optimizers.GradientDescent": [[3, 10, 1, "", "from_json"], [3, 12, 1, "", "initial_parameters"], [3, 12, 1, "", "lower_bounds"], [3, 12, 1, "", "max_iterations"], [3, 10, 1, "", "optimize"], [3, 10, 1, "", "requires_gradients"], [3, 10, 1, "", "to_json"], [3, 12, 1, "", "upper_bounds"]], "cudaq.optimizers.LBFGS": [[3, 10, 1, "", "from_json"], [3, 12, 1, "", "initial_parameters"], [3, 12, 1, "", "lower_bounds"], [3, 12, 1, "", "max_iterations"], [3, 10, 1, "", "optimize"], [3, 10, 1, "", "requires_gradients"], [3, 10, 1, "", "to_json"], [3, 12, 1, "", "upper_bounds"]], "cudaq.optimizers.NelderMead": [[3, 10, 1, "", "from_json"], [3, 12, 1, "", "initial_parameters"], [3, 12, 1, "", "lower_bounds"], [3, 12, 1, "", "max_iterations"], [3, 10, 1, "", "optimize"], [3, 10, 1, "", "requires_gradients"], [3, 10, 1, "", "to_json"], [3, 12, 1, "", "upper_bounds"]], "cudaq.spin": [[3, 13, 1, "", "i"], [3, 13, 1, "", "x"], [3, 13, 1, "", "y"], [3, 13, 1, "", "z"]]}, "objtypes": {"0": "cpp:type", "1": "cpp:class", "2": "cpp:templateParam", "3": "cpp:function", "4": "cpp:functionParam", "5": "cpp:member", "6": "cpp:enum", "7": "cpp:enumerator", "8": "py:module", "9": "py:class", "10": "py:method", "11": "py:attribute", "12": "py:property", "13": "py:function"}, "objnames": {"0": ["cpp", "type", "C++ type"], "1": ["cpp", "class", "C++ class"], "2": ["cpp", "templateParam", "C++ template parameter"], "3": ["cpp", "function", "C++ function"], "4": ["cpp", "functionParam", "C++ function parameter"], "5": ["cpp", "member", "C++ member"], "6": ["cpp", "enum", "C++ enum"], "7": ["cpp", "enumerator", "C++ enumerator"], "8": ["py", "module", "Python module"], "9": ["py", "class", "Python class"], "10": ["py", "method", "Python method"], "11": ["py", "attribute", "Python attribute"], "12": ["py", "property", "Python property"], "13": ["py", "function", "Python function"]}, "titleterms": {"code": [0, 64], "document": 0, "cuda": [0, 2, 3, 4, 5, 16, 18, 19, 20, 21, 36, 37, 40, 41, 42, 43, 44, 48, 58, 59, 60, 61, 62, 64, 65, 66, 68, 69, 70, 71], "q": [0, 2, 3, 4, 5, 16, 18, 19, 20, 21, 36, 37, 40, 41, 42, 43, 44, 48, 58, 59, 60, 61, 62, 64, 65, 66, 68, 69, 70, 71], "api": [0, 2, 3], "quantum": [1, 2, 4, 5, 7, 9, 13, 16, 21, 24, 25, 28, 29, 30, 31, 33, 38, 39, 50, 55, 56, 57], "oper": [1, 2, 28, 29], "unitari": 1, "qubit": [1, 8, 14, 15, 28, 33], "x": 1, "y": 1, "z": 1, "h": 1, "r1": 1, "rx": 1, "ry": 1, "rz": 1, "": [1, 7, 24, 61], "t": 1, "swap": 1, "u3": 1, "adjoint": 1, "control": [1, 22, 52], "measur": [1, 56], "mz": 1, "mx": 1, "my": 1, "user": 1, "defin": 1, "custom": 1, "c": [2, 8, 37, 62, 68], "common": [2, 30], "nois": [2, 14], "model": [2, 14, 26], "kernel": [2, 3, 15, 23, 25, 39, 43], "builder": 2, "algorithm": [2, 7, 8, 21, 24, 55], "platform": [2, 31, 39], "util": 2, "namespac": [2, 27], "python": [3, 37, 62, 64], "program": [3, 24, 30, 42, 44], "construct": 3, "execut": [3, 38], "backend": [3, 36, 37, 38, 40], "configur": 3, "data": [3, 4], "type": [3, 33], "optim": [3, 16, 21, 55], "gradient": [3, 21], "noisi": [3, 11, 54], "simul": [3, 4, 11, 17, 38, 39, 40, 45, 47, 54, 61, 64], "mpi": [3, 62, 64], "submodul": 3, "divis": 4, "cluster": 4, "With": 4, "coreset": 4, "us": [4, 8, 16, 33, 50, 64, 66], "preprocess": 4, "function": [4, 5, 21], "qaoa": [4, 10, 12], "implement": 4, "scale": 4, "enhanc": 5, "auxiliari": 5, "field": 5, "mont": 5, "carlo": 5, "hamiltonian": [5, 53], "prepar": [5, 24], "vqe": [5, 17], "run": [5, 44], "afqmc": 5, "molecular": [5, 10], "trial": 5, "wave": 5, "setup": 5, "paramet": [5, 24], "cost": 6, "minim": 6, "deutsch": 7, "xor": 7, "oplu": 7, "oracl": 7, "phase": [7, 24], "parallel": [7, 39, 49, 53], "hadamard": 8, "test": 8, "A": [8, 17], "numer": 8, "result": 8, "refer": [8, 17], "b": [8, 17], "sampl": [8, 21, 24, 44], "primit": [8, 21], "ancilla": 8, "comput": [8, 30, 37, 49, 50, 56, 64], "expect": [8, 49], "valu": [8, 49], "multi": [8, 39, 40, 52, 53], "gpu": [8, 17, 38, 40, 44, 53, 64], "matrix": [8, 14, 40], "element": 8, "diagon": 8, "exampl": [8, 24, 48], "numpi": 8, "cupi": 8, "In": [8, 64], "thi": [8, 61], "sinc": 8, "we": 8, "ar": 8, "have": 8, "2x2": 8, "hybrid": 9, "neural": 9, "network": [9, 40], "dock": 10, "via": [10, 64], "dc": 10, "max": 12, "cut": 12, "fourier": 13, "transform": 13, "revisit": 13, "readout": 14, "error": 14, "mitig": 14, "invers": 14, "confus": 14, "from": [14, 37, 62, 68], "singl": [14, 40], "k": 14, "local": [14, 64], "matric": 14, "full": 14, "visual": 15, "variat": [16, 57], "eigensolv": [16, 57], "integr": [16, 67, 68], "third": [16, 68], "parti": [16, 68], "water": 17, "molecul": 17, "activ": 17, "space": 17, "cpu": [17, 40], "v": [17, 64], "classic": 17, "ccsd": 17, "uccsd": 17, "content": [18, 41, 63], "releas": 19, "languag": 20, "specif": [20, 34], "cudaq": [21, 28, 29, 33], "observ": [21, 44], "deprec": [21, 33], "move": 21, "librari": [21, 62, 68], "flow": 22, "just": 23, "time": 23, "creation": 23, "hello": 24, "world": 24, "simpl": 24, "bell": 24, "state": [24, 39, 40, 56], "ghz": 24, "estim": 24, "deuteron": 24, "bind": 24, "energi": 24, "sweep": 24, "grover": 24, "iter": 24, "machin": 26, "standard": 27, "intrins": 28, "spin_op": 29, "pattern": 30, "action": [30, 61], "uncomput": 30, "sub": 32, "circuit": [32, 53, 61], "synthesi": [32, 52], "qudit": 33, "level": 33, "contain": [33, 64], "qview": 33, "2": 33, "qvector": 33, "qarrai": 33, "n": 33, "qspan": 33, "instead": 33, "qreg": 33, "quak": 35, "dialect": 35, "gener": 35, "introduct": [35, 51, 64], "motiv": 35, "target": [36, 53], "hardwar": [37, 50], "ionq": [37, 50], "set": 37, "credenti": 37, "submiss": 37, "iqm": [37, 50], "oqc": [37, 50], "orca": [37, 50], "quantinuum": [37, 50], "nvidia": [38, 39], "cloud": [38, 64], "quick": [38, 69], "start": [38, 64, 69], "select": 38, "multipl": [38, 49, 53], "qpu": 38, "asynchron": 38, "faq": 38, "processor": [39, 49, 53], "mqpu": 39, "distribut": [39, 64], "mode": [39, 40], "remot": [39, 64], "support": [39, 40, 62, 64], "argument": 39, "serial": 39, "access": [39, 64], "vector": 40, "featur": 40, "environ": 40, "variabl": 40, "option": 40, "node": 40, "addit": [40, 64], "openmp": 40, "onli": 40, "tensor": 40, "product": 40, "default": 40, "basic": 41, "build": [42, 62], "your": [42, 44, 60, 69], "first": [42, 44], "what": 43, "i": 43, "troubleshoot": 45, "debug": 45, "verbos": 45, "output": 45, "bernstein": 46, "vazirani": 46, "cuquantum": 47, "across": [49, 53], "provid": 50, "workflow": 53, "avail": 53, "batch": 53, "term": 53, "approxim": 55, "101": 56, "gate": 56, "work": 58, "ir": 58, "extend": [59, 61], "creat": 60, "own": 60, "compil": [60, 68], "pass": 60, "new": 61, "circuitsimul": 61, "requir": [61, 64], "subtyp": 61, "method": 61, "overrid": 61, "let": 61, "see": 61, "instal": [62, 63, 64, 69], "sourc": 62, "prerequisit": 62, "depend": [62, 64], "toolchain": [62, 68], "host": [62, 64], "runtim": 62, "guid": 63, "docker": 64, "singular": 64, "wheel": 64, "pre": 64, "built": 64, "binari": [64, 68], "develop": 64, "connect": 64, "tunnel": 64, "ssh": 64, "dgx": 64, "get": 64, "jupyterlab": 64, "tool": [64, 67], "pypi": 64, "imag": 64, "updat": 64, "compat": 64, "system": 64, "next": 64, "step": 64, "cmake": 65, "project": 66, "other": 67, "softwar": 67, "call": 68, "an": 68, "interfac": 68, "between": 68, "differ": 68, "valid": 69, "tutori": 70, "version": 71}, "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": {"Common Quantum Programming Patterns": [[30, "common-quantum-programming-patterns"]], "Compute-Action-Uncompute": [[30, "compute-action-uncompute"]], "Quantum Operators": [[29, "quantum-operators"]], "cudaq::spin_op": [[29, "cudaq-spin-op"]], "Quantum Types": [[33, "quantum-types"]], "cudaq::qudit": [[33, "cudaq-qudit-levels"]], "cudaq::qubit": [[33, "cudaq-qubit"]], "Quantum Containers": [[33, "quantum-containers"]], "cudaq::qview": [[33, "cudaq-qview-levels-2"]], "cudaq::qvector": [[33, "cudaq-qvector-levels-2"]], "cudaq::qarray": [[33, "cudaq-qarray-n-levels-2"]], "cudaq::qspan (Deprecated. Use cudaq::qview instead.)": [[33, "cudaq-qspan-n-levels-deprecated-use-cudaq-qview-levels-instead"]], "cudaq::qreg (Deprecated. Use cudaq::qvector instead.)": [[33, "cudaq-qreg-n-levels-deprecated-use-cudaq-qvector-levels-instead"]], "Quake Dialect": [[35, "quake-dialect"]], "General Introduction": [[35, "general-introduction"]], "Motivation": [[35, "motivation"]], "Sub-circuit Synthesis": [[32, "sub-circuit-synthesis"]], "Quantum Intrinsic Operations": [[28, "quantum-intrinsic-operations"]], "Operations on cudaq::qubit": [[28, "operations-on-cudaq-qubit"]], "Namespace and Standard": [[27, "namespace-and-standard"]], "Quantum Platform": [[31, "quantum-platform"]], "Specifications": [[34, "specifications"]], "Just-in-Time Kernel Creation": [[23, "just-in-time-kernel-creation"]], "Language Specification": [[20, "language-specification"]], "CUDA-Q": [[20, null], [18, "cuda-q"]], "Contents": [[18, null], [41, null], [63, null]], "Control Flow": [[22, "control-flow"]], "CUDA-Q Releases": [[19, "cuda-q-releases"]], "Quantum Algorithmic Primitives": [[21, "quantum-algorithmic-primitives"]], "cudaq::sample": [[21, "cudaq-sample"]], "cudaq::observe": [[21, "cudaq-observe"]], "cudaq::optimizer (deprecated, functionality moved to CUDA-Q libraries)": [[21, "cudaq-optimizer-deprecated-functionality-moved-to-cuda-q-libraries"]], "cudaq::gradient (deprecated, functionality moved to CUDA-Q libraries)": [[21, "cudaq-gradient-deprecated-functionality-moved-to-cuda-q-libraries"]], "Machine Model": [[26, "machine-model"]], "Example Programs": [[24, "example-programs"]], "Hello World - Simple Bell State": [[24, "hello-world-simple-bell-state"]], "GHZ State Preparation and Sampling": [[24, "ghz-state-preparation-and-sampling"]], "Quantum Phase Estimation": [[24, "quantum-phase-estimation"]], "Deuteron Binding Energy Parameter Sweep": [[24, "deuteron-binding-energy-parameter-sweep"]], "Grover\u2019s Algorithm": [[24, "grover-s-algorithm"]], "Iterative Phase Estimation": [[24, "iterative-phase-estimation"]], "Quantum Kernels": [[25, "quantum-kernels"]], "CUDA-Q by Example": [[48, "cuda-q-by-example"]], "Simulations with cuQuantum": [[47, "simulations-with-cuquantum"]], "Troubleshooting": [[45, "troubleshooting"]], "Debugging and Verbose Simulation Output": [[45, "debugging-and-verbose-simulation-output"]], "Bernstein-Vazirani": [[46, "bernstein-vazirani"]], "Using Quantum Hardware Providers": [[50, "using-quantum-hardware-providers"]], "IonQ": [[50, "ionq"], [37, "ionq"]], "IQM": [[50, "iqm"], [37, "iqm"]], "OQC": [[50, "oqc"], [37, "oqc"]], "ORCA Computing": [[50, "orca-computing"], [37, "orca-computing"]], "Quantinuum": [[50, "quantinuum"], [37, "quantinuum"]], "Multi-control Synthesis": [[52, "multi-control-synthesis"]], "Introduction": [[51, "introduction"], [64, "introduction"]], "Computing Expectation Values": [[49, "computing-expectation-values"]], "Parallelizing across Multiple Processors": [[49, "parallelizing-across-multiple-processors"]], "Multi-GPU Workflows": [[53, "multi-gpu-workflows"]], "Available Targets": [[53, "available-targets"]], "Parallelization across Multiple Processors": [[53, "parallelization-across-multiple-processors"]], "Batching Hamiltonian Terms": [[53, "batching-hamiltonian-terms"]], "Circuit Batching": [[53, "circuit-batching"]], "Variational Quantum Eigensolver": [[57, "variational-quantum-eigensolver"], [16, "Variational-Quantum-Eigensolver"]], "Installation from Source": [[62, "installation-from-source"]], "Prerequisites": [[62, "prerequisites"]], "Build Dependencies": [[62, "build-dependencies"]], "CUDA": [[62, "cuda"]], "Toolchain": [[62, "toolchain"]], "Building CUDA-Q": [[62, "building-cuda-q"]], "Python Support": [[62, "python-support"]], "C++ Support": [[62, "c-support"]], "Installation on the Host": [[62, "installation-on-the-host"]], "CUDA Runtime Libraries": [[62, "cuda-runtime-libraries"]], "MPI": [[62, "mpi"]], "Extending CUDA-Q": [[59, "extending-cuda-q"]], "Extending CUDA-Q with a new Simulator": [[61, "extending-cuda-q-with-a-new-simulator"]], "CircuitSimulator": [[61, "circuitsimulator"]], "Required Circuit Simulator Subtype Method Overrides": [[61, "id1"]], "Let\u2019s see this in action": [[61, "let-s-see-this-in-action"]], "Create your own CUDA-Q Compiler Pass": [[60, "create-your-own-cuda-q-compiler-pass"]], "Quantum Computing 101": [[56, "quantum-computing-101"]], "Quantum States": [[56, "quantum-states"]], "Quantum Gates": [[56, "quantum-gates"]], "Measurements": [[56, "measurements"]], "Quantum Approximate Optimization Algorithm": [[55, "quantum-approximate-optimization-algorithm"]], "Working with the CUDA-Q IR": [[58, "working-with-the-cuda-q-ir"]], "Noisy Simulation": [[54, "noisy-simulation"], [11, "Noisy-Simulation"], [3, "noisy-simulation"]], "CUDA-Q Hardware Backends": [[37, "cuda-q-hardware-backends"]], "Setting Credentials": [[37, "setting-credentials"], [37, "id1"], [37, "id4"], [37, "id7"], [37, "quantinuum-backend"]], "Submission from C++": [[37, "submission-from-c"], [37, "id2"], [37, "id5"], [37, "id8"], [37, "id11"]], "Submission from Python": [[37, "submission-from-python"], [37, "id3"], [37, "id6"], [37, "id9"], [37, "id12"]], "CUDA-Q Backends": [[36, "cuda-q-backends"]], "Backend Targets": [[36, null]], "CUDA-Q Basics": [[41, "cuda-q-basics"]], "What is a CUDA-Q kernel?": [[43, "what-is-a-cuda-q-kernel"]], "Building your first CUDA-Q Program": [[42, "building-your-first-cuda-q-program"]], "Running your first CUDA-Q Program": [[44, "running-your-first-cuda-q-program"]], "Sample": [[44, "sample"]], "Observe": [[44, "observe"]], "Running on a GPU": [[44, "running-on-a-gpu"]], "CUDA-Q Simulation Backends": [[40, "cuda-q-simulation-backends"]], "State Vector Simulators": [[40, "state-vector-simulators"]], "Features": [[40, "features"]], "Single-GPU": [[40, "single-gpu"]], "Environment variable options supported in single-GPU mode": [[40, "id4"]], "Multi-node multi-GPU": [[40, "multi-node-multi-gpu"], [40, "id2"]], "Additional environment variable options for multi-node multi-GPU mode": [[40, "id5"]], "OpenMP CPU-only": [[40, "openmp-cpu-only"]], "Tensor Network Simulators": [[40, "tensor-network-simulators"]], "Matrix product state": [[40, "matrix-product-state"]], "Default Simulator": [[40, "default-simulator"]], "Multi-Processor Platforms": [[39, "multi-processor-platforms"]], "NVIDIA MQPU Platform": [[39, "nvidia-mqpu-platform"]], "Parallel distribution mode": [[39, "parallel-distribution-mode"]], "Remote MQPU Platform": [[39, "remote-mqpu-platform"]], "Supported Kernel Arguments": [[39, "supported-kernel-arguments"]], "Kernel argument serialization": [[39, "id4"]], "Accessing Simulated Quantum State": [[39, "accessing-simulated-quantum-state"]], "NVIDIA Quantum Cloud": [[38, "nvidia-quantum-cloud"]], "Quick Start": [[38, "quick-start"], [69, "quick-start"]], "Simulator Backend Selection": [[38, "simulator-backend-selection"]], "Multiple GPUs": [[38, "multiple-gpus"]], "Simulator Backends": [[38, "id1"]], "Multiple QPUs Asynchronous Execution": [[38, "multiple-qpus-asynchronous-execution"]], "FAQ": [[38, "faq"]], "Install CUDA-Q": [[69, "install-cuda-q"]], "Validate your Installation": [[69, "validate-your-installation"]], "Using CUDA and CUDA-Q in a Project": [[66, "using-cuda-and-cuda-q-in-a-project"]], "Local Installation": [[64, "local-installation"]], "Docker": [[64, "docker"]], "Singularity": [[64, "singularity"]], "Python wheels": [[64, "python-wheels"]], "Pre-built binaries": [[64, "pre-built-binaries"]], "Development with VS Code": [[64, "development-with-vs-code"]], "Using a Docker container": [[64, "using-a-docker-container"]], "Using a Singularity container": [[64, "using-a-singularity-container"]], "Connecting to a Remote Host": [[64, "connecting-to-a-remote-host"]], "Developing with Remote Tunnels": [[64, "developing-with-remote-tunnels"]], "Remote Access via SSH": [[64, "remote-access-via-ssh"]], "DGX Cloud": [[64, "dgx-cloud"]], "Get Started": [[64, "get-started"]], "Use JupyterLab": [[64, "use-jupyterlab"]], "Use VS Code": [[64, "use-vs-code"]], "Additional CUDA Tools": [[64, "additional-cuda-tools"]], "Installation via PyPI": [[64, "installation-via-pypi"]], "Installation In Container Images": [[64, "installation-in-container-images"]], "Installing Pre-built Binaries": [[64, "installing-pre-built-binaries"]], "Distributed Computing with MPI": [[64, "distributed-computing-with-mpi"]], "Updating CUDA-Q": [[64, "updating-cuda-q"]], "Dependencies and Compatibility": [[64, "dependencies-and-compatibility"]], "Supported Systems": [[64, "id10"]], "Requirements for GPU Simulation": [[64, "id11"]], "Next Steps": [[64, "next-steps"]], "Installation Guide": [[63, "installation-guide"]], "CUDA-Q Versions": [[71, "cuda-q-versions"]], "Integrating with Third-Party Libraries": [[68, "integrating-with-third-party-libraries"]], "Calling a CUDA-Q library from C++": [[68, "calling-a-cuda-q-library-from-c"]], "Calling an C++ library from CUDA-Q": [[68, "calling-an-c-library-from-cuda-q"]], "Interfacing between binaries compiled with a different toolchains": [[68, "interfacing-between-binaries-compiled-with-a-different-toolchains"]], "Integration with other Software Tools": [[67, "integration-with-other-software-tools"]], "CUDA-Q and CMake": [[65, "cuda-q-and-cmake"]], "CUDA-Q Tutorials": [[70, "cuda-q-tutorials"]], "Molecular docking via DC-QAOA": [[10, "Molecular-docking-via-DC-QAOA"]], "Hybrid Quantum Neural Networks": [[9, "Hybrid-Quantum-Neural-Networks"]], "Readout Error Mitigation": [[14, "Readout-Error-Mitigation"]], "Inverse confusion matrix from single-qubit noise model": [[14, "Inverse-confusion-matrix-from-single-qubit-noise-model"]], "Inverse confusion matrix from k local confusion matrices": [[14, "Inverse-confusion-matrix-from-k-local-confusion-matrices"]], "Inverse of full confusion matrix": [[14, "Inverse-of-full-confusion-matrix"]], "Using CUDA-Q Optimizers": [[16, "Using-CUDA-Q-Optimizers"]], "Integration with Third-Party Optimizers": [[16, "Integration-with-Third-Party-Optimizers"]], "Quantum Fourier Transform": [[13, "Quantum-Fourier-Transform"]], "Quantum Fourier Transform revisited": [[13, "Quantum-Fourier-Transform-revisited"]], "Visualization": [[15, "Visualization"]], "Qubit Visualization": [[15, "Qubit-Visualization"]], "Kernel Visualization": [[15, "Kernel-Visualization"]], "Water Molecule with Active Space (CPU vs. GPU)": [[17, "Water-Molecule-with-Active-Space-(CPU-vs.-GPU)"]], "A- Classical simulation as a reference: CCSD": [[17, "A--Classical-simulation-as-a-reference:-CCSD"]], "B- VQE-UCCSD:": [[17, "B--VQE-UCCSD:"]], "Max-Cut with QAOA": [[12, "Max-Cut-with-QAOA"]], "Code documentation": [[0, "code-documentation"]], "CUDA-Q API": [[0, null]], "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"]], "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"]], "Quantum Enhanced Auxiliary Field Quantum Monte Carlo": [[5, "Quantum-Enhanced-Auxiliary-Field-Quantum-Monte-Carlo"]], "Hamiltonian preparation for VQE": [[5, "Hamiltonian-preparation-for-VQE"]], "Run VQE with CUDA-Q": [[5, "Run-VQE-with-CUDA-Q"]], "Auxiliary Field Quantum Monte Carlo (AFQMC)": [[5, "Auxiliary-Field-Quantum-Monte-Carlo-(AFQMC)"]], "Preparation of the molecular Hamiltonian": [[5, "Preparation-of-the-molecular-Hamiltonian"]], "Preparation of the trial wave function": [[5, "Preparation-of-the-trial-wave-function"]], "Setup of the AFQMC parameters": [[5, "Setup-of-the-AFQMC-parameters"]], "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"]], "Hadamard Test": [[8, "Hadamard-Test"]], "A- Numerical result as a reference:": [[8, "A--Numerical-result-as-a-reference:"]], "B- Using sample algorithmic primitive to sample the ancilla qubit and compute the expectation value.": [[8, "B--Using-sample-algorithmic-primitive-to-sample-the-ancilla-qubit-and-compute-the-expectation-value."]], "C- Use multi-GPUs to compute the matrix elements": [[8, "C--Use-multi-GPUs-to-compute-the-matrix-elements"]], "Diagonalize the matrix using for example Numpy or CuPy. In this example, since we are having 2x2 matrix, we use numpy.": [[8, "Diagonalize-the-matrix-using-for-example-Numpy-or-CuPy.-In-this-example,-since-we-are-having-2x2-matrix,-we-use-numpy."]], "Deutsch\u2019s Algorithm": [[7, "Deutsch's-Algorithm"]], "XOR \\oplus": [[7, "XOR-\\oplus"]], "Quantum oracles": [[7, "Quantum-oracles"]], "Phase oracle": [[7, "Phase-oracle"]], "Quantum parallelism": [[7, "Quantum-parallelism"]], "Deutschs\u2019 Algorithm:": [[7, "Deutschs'-Algorithm:"]], "Cost Minimization": [[6, "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"]]}, "indexentries": {"cudaq (c++ type)": [[2, "_CPPv45cudaq"]], "cudaq::basenvcfsimulatorqpu (c++ class)": [[2, "_CPPv4N5cudaq20BaseNvcfSimulatorQPUE"]], "cudaq::baseremoterestqpu (c++ class)": [[2, "_CPPv4N5cudaq17BaseRemoteRESTQPUE"]], "cudaq::baseremotesimulatorqpu (c++ class)": [[2, "_CPPv4N5cudaq22BaseRemoteSimulatorQPUE"]], "cudaq::cusvstate (c++ class)": [[2, "_CPPv4I0EN5cudaq9CusvStateE"]], "cudaq::executioncontext (c++ class)": [[2, "_CPPv4N5cudaq16ExecutionContextE"]], "cudaq::executioncontext::executioncontext (c++ function)": [[2, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringE"], [2, "_CPPv4N5cudaq16ExecutionContext16ExecutionContextEKNSt6stringENSt6size_tE"]], "cudaq::executioncontext::amplitudemaps (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext13amplitudeMapsE"]], "cudaq::executioncontext::asyncexec (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext9asyncExecE"]], "cudaq::executioncontext::batchiteration (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext14batchIterationE"]], "cudaq::executioncontext::canhandleobserve (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext16canHandleObserveE"]], "cudaq::executioncontext::expectationvalue (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext16expectationValueE"]], "cudaq::executioncontext::futureresult (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext12futureResultE"]], "cudaq::executioncontext::hasconditionalsonmeasureresults (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext31hasConditionalsOnMeasureResultsE"]], "cudaq::executioncontext::invocationresultbuffer (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext22invocationResultBufferE"]], "cudaq::executioncontext::kernelname (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext10kernelNameE"]], "cudaq::executioncontext::kerneltrace (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext11kernelTraceE"]], "cudaq::executioncontext::name (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext4nameE"]], "cudaq::executioncontext::noisemodel (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext10noiseModelE"]], "cudaq::executioncontext::optresult (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext9optResultE"]], "cudaq::executioncontext::overlapcomputestates (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext20overlapComputeStatesE"]], "cudaq::executioncontext::overlapresult (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext13overlapResultE"]], "cudaq::executioncontext::registernames (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext13registerNamesE"]], "cudaq::executioncontext::reorderidx (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext10reorderIdxE"]], "cudaq::executioncontext::result (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext6resultE"]], "cudaq::executioncontext::shots (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext5shotsE"]], "cudaq::executioncontext::simulationstate (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext15simulationStateE"]], "cudaq::executioncontext::spin (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext4spinE"]], "cudaq::executioncontext::totaliterations (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext15totalIterationsE"]], "cudaq::executionresult (c++ struct)": [[2, "_CPPv4N5cudaq15ExecutionResultE"]], "cudaq::executionresult::executionresult (c++ function)": [[2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionary"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryNSt6stringE"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultE16CountsDictionaryd"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultENSt6stringE"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultERK15ExecutionResult"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEd"], [2, "_CPPv4N5cudaq15ExecutionResult15ExecutionResultEv"]], "cudaq::executionresult::appendresult (c++ function)": [[2, "_CPPv4N5cudaq15ExecutionResult12appendResultENSt6stringENSt6size_tE"]], "cudaq::executionresult::deserialize (c++ function)": [[2, "_CPPv4N5cudaq15ExecutionResult11deserializeERNSt6vectorINSt6size_tEEE"]], "cudaq::executionresult::operator= (c++ function)": [[2, "_CPPv4N5cudaq15ExecutionResultaSERK15ExecutionResult"]], "cudaq::executionresult::operator== (c++ function)": [[2, "_CPPv4NK5cudaq15ExecutionResulteqERK15ExecutionResult"]], "cudaq::executionresult::registername (c++ member)": [[2, "_CPPv4N5cudaq15ExecutionResult12registerNameE"]], "cudaq::executionresult::sequentialdata (c++ member)": [[2, "_CPPv4N5cudaq15ExecutionResult14sequentialDataE"]], "cudaq::executionresult::serialize (c++ function)": [[2, "_CPPv4NK5cudaq15ExecutionResult9serializeEv"]], "cudaq::kernelexecutiontask (c++ type)": [[2, "_CPPv4N5cudaq19KernelExecutionTaskE"]], "cudaq::qpu (c++ class)": [[2, "_CPPv4N5cudaq3QPUE"]], "cudaq::qpu::qpu (c++ function)": [[2, "_CPPv4N5cudaq3QPU3QPUENSt6size_tE"], [2, "_CPPv4N5cudaq3QPU3QPUERR3QPU"], [2, "_CPPv4N5cudaq3QPU3QPUEv"]], "cudaq::qpu::enqueue (c++ function)": [[2, "_CPPv4N5cudaq3QPU7enqueueER11QuantumTask"]], "cudaq::qpu::getconnectivity (c++ function)": [[2, "_CPPv4N5cudaq3QPU15getConnectivityEv"]], "cudaq::qpu::getexecutionthreadid (c++ function)": [[2, "_CPPv4NK5cudaq3QPU20getExecutionThreadIdEv"]], "cudaq::qpu::getnumqubits (c++ function)": [[2, "_CPPv4N5cudaq3QPU12getNumQubitsEv"]], "cudaq::qpu::getremotecapabilities (c++ function)": [[2, "_CPPv4NK5cudaq3QPU21getRemoteCapabilitiesEv"]], "cudaq::qpu::isemulated (c++ function)": [[2, "_CPPv4N5cudaq3QPU10isEmulatedEv"]], "cudaq::qpu::issimulator (c++ function)": [[2, "_CPPv4N5cudaq3QPU11isSimulatorEv"]], "cudaq::qpu::launchkernel (c++ function)": [[2, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringEPFvPvEPvNSt8uint64_tENSt8uint64_tE"]], "cudaq::qpu::launchserializedcodeexecution (c++ function)": [[2, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE"]], "cudaq::qpu::onrandomseedset (c++ function)": [[2, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE"]], "cudaq::qpu::resetexecutioncontext (c++ function)": [[2, "_CPPv4N5cudaq3QPU21resetExecutionContextEv"]], "cudaq::qpu::setexecutioncontext (c++ function)": [[2, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext"]], "cudaq::qpu::setid (c++ function)": [[2, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE"]], "cudaq::qpu::setshots (c++ function)": [[2, "_CPPv4N5cudaq3QPU8setShotsEi"]], "cudaq::qpu::supportsconditionalfeedback (c++ function)": [[2, "_CPPv4N5cudaq3QPU27supportsConditionalFeedbackEv"]], "cudaq::qpu::~qpu (c++ function)": [[2, "_CPPv4N5cudaq3QPUD0Ev"]], "cudaq::quakevalue (c++ class)": [[2, "_CPPv4N5cudaq10QuakeValueE"]], "cudaq::quakevalue::quakevalue (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE"], [2, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd"]], "cudaq::quakevalue::canvalidatenumelements (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue22canValidateNumElementsEv"]], "cudaq::quakevalue::constantsize (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue12constantSizeEv"]], "cudaq::quakevalue::dump (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue4dumpERNSt7ostreamE"], [2, "_CPPv4N5cudaq10QuakeValue4dumpEv"]], "cudaq::quakevalue::getrequiredelements (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue19getRequiredElementsEv"]], "cudaq::quakevalue::getvalue (c++ function)": [[2, "_CPPv4NK5cudaq10QuakeValue8getValueEv"]], "cudaq::quakevalue::inverse (c++ function)": [[2, "_CPPv4NK5cudaq10QuakeValue7inverseEv"]], "cudaq::quakevalue::isstdvec (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue8isStdVecEv"]], "cudaq::quakevalue::operator* (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuemlEKd"]], "cudaq::quakevalue::operator+ (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValueplEKd"], [2, "_CPPv4N5cudaq10QuakeValueplEKi"]], "cudaq::quakevalue::operator- (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuemiEKd"], [2, "_CPPv4N5cudaq10QuakeValuemiEKi"], [2, "_CPPv4NK5cudaq10QuakeValuemiEv"]], "cudaq::quakevalue::operator/ (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuedvEKd"]], "cudaq::quakevalue::operator[] (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE"], [2, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue"]], "cudaq::quakevalue::size (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue4sizeEv"]], "cudaq::quakevalue::slice (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE"]], "cudaq::quantumtask (c++ type)": [[2, "_CPPv4N5cudaq11QuantumTaskE"]], "cudaq::qubitconnectivity (c++ type)": [[2, "_CPPv4N5cudaq17QubitConnectivityE"]], "cudaq::qubitedge (c++ type)": [[2, "_CPPv4N5cudaq9QubitEdgeE"]], "cudaq::remotecapabilities (c++ struct)": [[2, "_CPPv4N5cudaq18RemoteCapabilitiesE"]], "cudaq::remotecapabilities::remotecapabilities (c++ function)": [[2, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb"]], "cudaq::remotecapabilities::serializedcodeexec (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities18serializedCodeExecE"]], "cudaq::remotecapabilities::stateoverlap (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities12stateOverlapE"]], "cudaq::remotecapabilities::vqe (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities3vqeE"]], "cudaq::remotesimulationstate (c++ class)": [[2, "_CPPv4N5cudaq21RemoteSimulationStateE"]], "cudaq::resources (c++ class)": [[2, "_CPPv4N5cudaq9ResourcesE"]], "cudaq::serializedcodeexecutioncontext (c++ class)": [[2, "_CPPv4N5cudaq30SerializedCodeExecutionContextE"]], "cudaq::simulationstate (c++ class)": [[2, "_CPPv4N5cudaq15SimulationStateE"]], "cudaq::simulationstate::tensor (c++ struct)": [[2, "_CPPv4N5cudaq15SimulationState6TensorE"]], "cudaq::simulationstate::precision (c++ enum)": [[2, "_CPPv4N5cudaq15SimulationState9precisionE"]], "cudaq::simulationstate::precision::fp32 (c++ enumerator)": [[2, "_CPPv4N5cudaq15SimulationState9precision4fp32E"]], "cudaq::simulationstate::precision::fp64 (c++ enumerator)": [[2, "_CPPv4N5cudaq15SimulationState9precision4fp64E"]], "cudaq::tensorstatedata (c++ type)": [[2, "_CPPv4N5cudaq15TensorStateDataE"]], "cudaq::trace (c++ class)": [[2, "_CPPv4N5cudaq5TraceE"]], "cudaq::amplitude_damping_channel (c++ class)": [[2, "_CPPv4N5cudaq25amplitude_damping_channelE"]], "cudaq::async_result (c++ class)": [[2, "_CPPv4I0EN5cudaq12async_resultE"]], "cudaq::async_result::get (c++ function)": [[2, "_CPPv4N5cudaq12async_result3getEv"]], "cudaq::bit_flip_channel (c++ class)": [[2, "_CPPv4N5cudaq16bit_flip_channelE"]], "cudaq::complex (c++ type)": [[2, "_CPPv4N5cudaq7complexE"]], "cudaq::complex_matrix (c++ class)": [[2, "_CPPv4N5cudaq14complex_matrixE"]], "cudaq::complex_matrix::cols (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix4colsEv"]], "cudaq::complex_matrix::complex_matrix (c++ function)": [[2, "_CPPv4N5cudaq14complex_matrix14complex_matrixEKNSt6size_tEKNSt6size_tE"], [2, "_CPPv4N5cudaq14complex_matrix14complex_matrixEP10value_typeKNSt6size_tEKNSt6size_tE"]], "cudaq::complex_matrix::data (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix4dataEv"]], "cudaq::complex_matrix::dump (c++ function)": [[2, "_CPPv4N5cudaq14complex_matrix4dumpERNSt7ostreamE"], [2, "_CPPv4N5cudaq14complex_matrix4dumpEv"]], "cudaq::complex_matrix::eigenvalues (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix11eigenvaluesEv"]], "cudaq::complex_matrix::eigenvectors (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix12eigenvectorsEv"]], "cudaq::complex_matrix::minimal_eigenvalue (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix18minimal_eigenvalueEv"]], "cudaq::complex_matrix::operator() (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrixclENSt6size_tENSt6size_tE"]], "cudaq::complex_matrix::operator* (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrixmlER14complex_matrix"], [2, "_CPPv4NK5cudaq14complex_matrixmlERNSt6vectorI10value_typeEE"]], "cudaq::complex_matrix::rows (c++ function)": [[2, "_CPPv4NK5cudaq14complex_matrix4rowsEv"]], "cudaq::complex_matrix::set_zero (c++ function)": [[2, "_CPPv4N5cudaq14complex_matrix8set_zeroEv"]], "cudaq::complex_matrix::value_type (c++ type)": [[2, "_CPPv4N5cudaq14complex_matrix10value_typeE"]], "cudaq::depolarization_channel (c++ class)": [[2, "_CPPv4N5cudaq22depolarization_channelE"]], "cudaq::details (c++ type)": [[2, "_CPPv4N5cudaq7detailsE"]], "cudaq::details::kernelbuildertype (c++ class)": [[2, "_CPPv4N5cudaq7details17KernelBuilderTypeE"]], "cudaq::details::kernelbuildertype::kernelbuildertype (c++ function)": [[2, "_CPPv4N5cudaq7details17KernelBuilderType17KernelBuilderTypeERRNSt8functionIFN4mlir4TypeEPN4mlir11MLIRContextEEEE"]], "cudaq::details::kernelbuildertype::create (c++ function)": [[2, "_CPPv4N5cudaq7details17KernelBuilderType6createEPN4mlir11MLIRContextE"]], "cudaq::details::future (c++ class)": [[2, "_CPPv4N5cudaq7details6futureE"]], "cudaq::details::future::future (c++ function)": [[2, "_CPPv4N5cudaq7details6future6futureERNSt6vectorI3JobEERNSt6stringERNSt3mapINSt6stringENSt6stringEEE"], [2, "_CPPv4N5cudaq7details6future6futureERR6future"], [2, "_CPPv4N5cudaq7details6future6futureEv"]], "cudaq::details::kernel_builder_base (c++ class)": [[2, "_CPPv4N5cudaq7details19kernel_builder_baseE"]], "cudaq::details::kernel_builder_base::operator<< (c++ function)": [[2, "_CPPv4N5cudaq7details19kernel_builder_baselsERNSt7ostreamERK19kernel_builder_base"]], "cudaq::draw (c++ function)": [[2, "_CPPv4I0Dp0EN5cudaq4drawENSt6stringERR13QuantumKernelDpRR4Args"]], "cudaq::dyn (c++ member)": [[2, "_CPPv4N5cudaq3dynE"]], "cudaq::gradient (c++ class)": [[2, "_CPPv4N5cudaq8gradientE"]], "cudaq::gradient::clone (c++ function)": [[2, "_CPPv4N5cudaq8gradient5cloneEv"]], "cudaq::gradient::compute (c++ function)": [[2, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd"], [2, "_CPPv4N5cudaq8gradient7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd"]], "cudaq::gradient::gradient (c++ function)": [[2, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelT"], [2, "_CPPv4I00EN5cudaq8gradient8gradientER7KernelTRR10ArgsMapper"], [2, "_CPPv4I00EN5cudaq8gradient8gradientERR13QuantumKernelRR10ArgsMapper"], [2, "_CPPv4N5cudaq8gradient8gradientERRNSt8functionIFvNSt6vectorIdEEEEE"], [2, "_CPPv4N5cudaq8gradient8gradientEv"]], "cudaq::gradient::setargs (c++ function)": [[2, "_CPPv4I0DpEN5cudaq8gradient7setArgsEvR13QuantumKernelDpRR4Args"]], "cudaq::gradient::setkernel (c++ function)": [[2, "_CPPv4I0EN5cudaq8gradient9setKernelEvR13QuantumKernel"]], "cudaq::gradients::central_difference (c++ class)": [[2, "_CPPv4N5cudaq9gradients18central_differenceE"]], "cudaq::gradients::central_difference::clone (c++ function)": [[2, "_CPPv4N5cudaq9gradients18central_difference5cloneEv"]], "cudaq::gradients::central_difference::compute (c++ function)": [[2, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd"], [2, "_CPPv4N5cudaq9gradients18central_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd"]], "cudaq::gradients::central_difference::gradient (c++ function)": [[2, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelT"], [2, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientER7KernelTRR10ArgsMapper"], [2, "_CPPv4I00EN5cudaq9gradients18central_difference8gradientERR13QuantumKernelRR10ArgsMapper"], [2, "_CPPv4N5cudaq9gradients18central_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE"], [2, "_CPPv4N5cudaq9gradients18central_difference8gradientEv"]], "cudaq::gradients::forward_difference (c++ class)": [[2, "_CPPv4N5cudaq9gradients18forward_differenceE"]], "cudaq::gradients::forward_difference::clone (c++ function)": [[2, "_CPPv4N5cudaq9gradients18forward_difference5cloneEv"]], "cudaq::gradients::forward_difference::compute (c++ function)": [[2, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd"], [2, "_CPPv4N5cudaq9gradients18forward_difference7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd"]], "cudaq::gradients::forward_difference::gradient (c++ function)": [[2, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelT"], [2, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientER7KernelTRR10ArgsMapper"], [2, "_CPPv4I00EN5cudaq9gradients18forward_difference8gradientERR13QuantumKernelRR10ArgsMapper"], [2, "_CPPv4N5cudaq9gradients18forward_difference8gradientERRNSt8functionIFvNSt6vectorIdEEEEE"], [2, "_CPPv4N5cudaq9gradients18forward_difference8gradientEv"]], "cudaq::gradients::parameter_shift (c++ class)": [[2, "_CPPv4N5cudaq9gradients15parameter_shiftE"]], "cudaq::gradients::parameter_shift::clone (c++ function)": [[2, "_CPPv4N5cudaq9gradients15parameter_shift5cloneEv"]], "cudaq::gradients::parameter_shift::compute (c++ function)": [[2, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERKNSt8functionIFdNSt6vectorIdEEEEEd"], [2, "_CPPv4N5cudaq9gradients15parameter_shift7computeERKNSt6vectorIdEERNSt6vectorIdEERK7spin_opd"]], "cudaq::gradients::parameter_shift::gradient (c++ function)": [[2, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelT"], [2, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientER7KernelTRR10ArgsMapper"], [2, "_CPPv4I00EN5cudaq9gradients15parameter_shift8gradientERR13QuantumKernelRR10ArgsMapper"], [2, "_CPPv4N5cudaq9gradients15parameter_shift8gradientERRNSt8functionIFvNSt6vectorIdEEEEE"], [2, "_CPPv4N5cudaq9gradients15parameter_shift8gradientEv"]], "cudaq::kernel_builder (c++ class)": [[2, "_CPPv4IDpEN5cudaq14kernel_builderE"]], "cudaq::kernel_builder::constantval (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder11constantValEd"]], "cudaq::kernel_builder::getarguments (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder12getArgumentsEv"]], "cudaq::kernel_builder::getnumparams (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder12getNumParamsEv"]], "cudaq::kernel_builder::isargstdvec (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder11isArgStdVecENSt6size_tE"]], "cudaq::kernel_builder::kernel_builder (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder14kernel_builderERNSt6vectorIN7details17KernelBuilderTypeEEE"]], "cudaq::kernel_builder::name (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder4nameEv"]], "cudaq::kernel_builder::qalloc (c++ function)": [[2, "_CPPv4N5cudaq14kernel_builder6qallocE10QuakeValue"], [2, "_CPPv4N5cudaq14kernel_builder6qallocEKNSt6size_tE"], [2, "_CPPv4N5cudaq14kernel_builder6qallocERNSt6vectorINSt7complexIdEEEE"], [2, "_CPPv4N5cudaq14kernel_builder6qallocEv"]], "cudaq::kernel_builder::swap (c++ function)": [[2, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRK10QuakeValueRK10QuakeValueRK10QuakeValue"], [2, "_CPPv4I00EN5cudaq14kernel_builder4swapEvRKNSt6vectorI10QuakeValueEERK10QuakeValueRK10QuakeValue"], [2, "_CPPv4N5cudaq14kernel_builder4swapERK10QuakeValueRK10QuakeValue"]], "cudaq::kraus_channel (c++ class)": [[2, "_CPPv4N5cudaq13kraus_channelE"]], "cudaq::kraus_channel::empty (c++ function)": [[2, "_CPPv4NK5cudaq13kraus_channel5emptyEv"]], "cudaq::kraus_channel::get_ops (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channel7get_opsEv"]], "cudaq::kraus_channel::kraus_channel (c++ function)": [[2, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelERK13kraus_channel"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelERNSt6vectorI8kraus_opEE"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelERRNSt6vectorI8kraus_opEE"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelEv"]], "cudaq::kraus_channel::operator= (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channelaSERK13kraus_channel"]], "cudaq::kraus_channel::operator[] (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channelixEKNSt6size_tE"]], "cudaq::kraus_channel::push_back (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op"]], "cudaq::kraus_channel::size (c++ function)": [[2, "_CPPv4NK5cudaq13kraus_channel4sizeEv"]], "cudaq::kraus_op (c++ struct)": [[2, "_CPPv4N5cudaq8kraus_opE"]], "cudaq::kraus_op::adjoint (c++ function)": [[2, "_CPPv4NK5cudaq8kraus_op7adjointEv"]], "cudaq::kraus_op::data (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op4dataE"]], "cudaq::kraus_op::kraus_op (c++ function)": [[2, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE"], [2, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE"], [2, "_CPPv4N5cudaq8kraus_op8kraus_opERK8kraus_op"]], "cudaq::kraus_op::ncols (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op5nColsE"]], "cudaq::kraus_op::nrows (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op5nRowsE"]], "cudaq::kraus_op::operator= (c++ function)": [[2, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op"]], "cudaq::mpi (c++ type)": [[2, "_CPPv4N5cudaq3mpiE"]], "cudaq::mpi::all_gather (c++ function)": [[2, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE"], [2, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE"]], "cudaq::mpi::all_reduce (c++ function)": [[2, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction"], [2, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func"]], "cudaq::mpi::broadcast (c++ function)": [[2, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi"], [2, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi"]], "cudaq::mpi::finalize (c++ function)": [[2, "_CPPv4N5cudaq3mpi8finalizeEv"]], "cudaq::mpi::initialize (c++ function)": [[2, "_CPPv4N5cudaq3mpi10initializeEiPPc"], [2, "_CPPv4N5cudaq3mpi10initializeEv"]], "cudaq::mpi::is_initialized (c++ function)": [[2, "_CPPv4N5cudaq3mpi14is_initializedEv"]], "cudaq::mpi::num_ranks (c++ function)": [[2, "_CPPv4N5cudaq3mpi9num_ranksEv"]], "cudaq::mpi::rank (c++ function)": [[2, "_CPPv4N5cudaq3mpi4rankEv"]], "cudaq::noise_model (c++ class)": [[2, "_CPPv4N5cudaq11noise_modelE"]], "cudaq::noise_model::add_channel (c++ function)": [[2, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel"], [2, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel"]], "cudaq::noise_model::empty (c++ function)": [[2, "_CPPv4NK5cudaq11noise_model5emptyEv"]], "cudaq::noise_model::get_channels (c++ function)": [[2, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEE"], [2, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEE"]], "cudaq::noise_model::noise_model (c++ function)": [[2, "_CPPv4N5cudaq11noise_model11noise_modelEv"]], "cudaq::num_available_gpus (c++ function)": [[2, "_CPPv4N5cudaq18num_available_gpusEv"]], "cudaq::observe_result (c++ class)": [[2, "_CPPv4N5cudaq14observe_resultE"]], "cudaq::observe_result::counts (c++ function)": [[2, "_CPPv4I0EN5cudaq14observe_result6countsE13sample_result10SpinOpType"]], "cudaq::observe_result::dump (c++ function)": [[2, "_CPPv4N5cudaq14observe_result4dumpEv"]], "cudaq::observe_result::expectation (c++ function)": [[2, "_CPPv4I0EN5cudaq14observe_result11expectationEd10SpinOpType"], [2, "_CPPv4N5cudaq14observe_result11expectationEv"]], "cudaq::observe_result::id_coefficient (c++ function)": [[2, "_CPPv4N5cudaq14observe_result14id_coefficientEv"]], "cudaq::observe_result::observe_result (c++ function)": [[2, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op"], [2, "_CPPv4N5cudaq14observe_result14observe_resultEdRK7spin_op13sample_result"]], "cudaq::observe_result::operator double (c++ function)": [[2, "_CPPv4N5cudaq14observe_resultcvdEv"]], "cudaq::observe_result::raw_data (c++ function)": [[2, "_CPPv4N5cudaq14observe_result8raw_dataEv"]], "cudaq::optimizable_function (c++ class)": [[2, "_CPPv4N5cudaq20optimizable_functionE"]], "cudaq::optimization_result (c++ type)": [[2, "_CPPv4N5cudaq19optimization_resultE"]], "cudaq::optimizer (c++ class)": [[2, "_CPPv4N5cudaq9optimizerE"]], "cudaq::optimizer::optimize (c++ function)": [[2, "_CPPv4N5cudaq9optimizer8optimizeEKiRR20optimizable_function"]], "cudaq::optimizer::requiresgradients (c++ function)": [[2, "_CPPv4N5cudaq9optimizer17requiresGradientsEv"]], "cudaq::phase_flip_channel (c++ class)": [[2, "_CPPv4N5cudaq18phase_flip_channelE"]], "cudaq::qreg (c++ class)": [[2, "_CPPv4I_NSt6size_tE_NSt6size_tE0EN5cudaq4qregE"]], "cudaq::qreg::back (c++ function)": [[2, "_CPPv4N5cudaq4qreg4backENSt6size_tE"], [2, "_CPPv4N5cudaq4qreg4backEv"]], "cudaq::qreg::begin (c++ function)": [[2, "_CPPv4N5cudaq4qreg5beginEv"]], "cudaq::qreg::clear (c++ function)": [[2, "_CPPv4N5cudaq4qreg5clearEv"]], "cudaq::qreg::front (c++ function)": [[2, "_CPPv4N5cudaq4qreg5frontENSt6size_tE"], [2, "_CPPv4N5cudaq4qreg5frontEv"]], "cudaq::qreg::operator[] (c++ function)": [[2, "_CPPv4N5cudaq4qregixEKNSt6size_tE"]], "cudaq::qreg::size (c++ function)": [[2, "_CPPv4NK5cudaq4qreg4sizeEv"]], "cudaq::qreg::slice (c++ function)": [[2, "_CPPv4N5cudaq4qreg5sliceENSt6size_tENSt6size_tE"]], "cudaq::qreg::value_type (c++ type)": [[2, "_CPPv4N5cudaq4qreg10value_typeE"]], "cudaq::qspan (c++ class)": [[2, "_CPPv4I_NSt6size_tE_NSt6size_tEEN5cudaq5qspanE"]], "cudaq::quantum_platform (c++ class)": [[2, "_CPPv4N5cudaq16quantum_platformE"]], "cudaq::quantum_platform::clear_shots (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform11clear_shotsEv"]], "cudaq::quantum_platform::connectivity (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform12connectivityEv"]], "cudaq::quantum_platform::enqueueasynctask (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tER19KernelExecutionTask"], [2, "_CPPv4N5cudaq16quantum_platform16enqueueAsyncTaskEKNSt6size_tERNSt8functionIFvvEEE"]], "cudaq::quantum_platform::getlogstream (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform12getLogStreamEv"]], "cudaq::quantum_platform::get_current_qpu (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform15get_current_qpuEv"]], "cudaq::quantum_platform::get_exec_ctx (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform12get_exec_ctxEv"]], "cudaq::quantum_platform::get_num_qubits (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsENSt6size_tE"], [2, "_CPPv4N5cudaq16quantum_platform14get_num_qubitsEv"]], "cudaq::quantum_platform::get_remote_capabilities (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform23get_remote_capabilitiesEKNSt6size_tE"]], "cudaq::quantum_platform::get_shots (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9get_shotsEv"]], "cudaq::quantum_platform::is_emulated (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform11is_emulatedEKNSt6size_tE"]], "cudaq::quantum_platform::is_remote (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9is_remoteEKNSt6size_tE"]], "cudaq::quantum_platform::is_simulator (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform12is_simulatorEKNSt6size_tE"]], "cudaq::quantum_platform::launchvqe (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9launchVQEEKNSt6stringEPKvPN5cudaq8gradientEN5cudaq7spin_opERN5cudaq9optimizerEKiKNSt6size_tE"]], "cudaq::quantum_platform::list_platforms (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform14list_platformsEv"]], "cudaq::quantum_platform::name (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform4nameEv"]], "cudaq::quantum_platform::num_qpus (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform8num_qpusEv"]], "cudaq::quantum_platform::onrandomseedset (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform15onRandomSeedSetENSt6size_tE"]], "cudaq::quantum_platform::resetlogstream (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform14resetLogStreamEv"]], "cudaq::quantum_platform::reset_exec_ctx (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform14reset_exec_ctxENSt6size_tE"]], "cudaq::quantum_platform::reset_noise (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform11reset_noiseEv"]], "cudaq::quantum_platform::setlogstream (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform12setLogStreamERNSt7ostreamE"]], "cudaq::quantum_platform::settargetbackend (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform16setTargetBackendERKNSt6stringE"]], "cudaq::quantum_platform::set_current_qpu (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform15set_current_qpuEKNSt6size_tE"]], "cudaq::quantum_platform::set_exec_ctx (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform12set_exec_ctxEPN5cudaq16ExecutionContextENSt6size_tE"]], "cudaq::quantum_platform::set_noise (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9set_noiseEPK11noise_model"]], "cudaq::quantum_platform::set_shots (c++ function)": [[2, "_CPPv4N5cudaq16quantum_platform9set_shotsEi"]], "cudaq::quantum_platform::supports_conditional_feedback (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform29supports_conditional_feedbackEKNSt6size_tE"]], "cudaq::quantum_platform::supports_task_distribution (c++ function)": [[2, "_CPPv4NK5cudaq16quantum_platform26supports_task_distributionEv"]], "cudaq::qubit (c++ type)": [[2, "_CPPv4N5cudaq5qubitE"]], "cudaq::qudit (c++ class)": [[2, "_CPPv4I_NSt6size_tEEN5cudaq5quditE"]], "cudaq::qudit::qudit (c++ function)": [[2, "_CPPv4N5cudaq5qudit5quditEv"]], "cudaq::qvector (c++ class)": [[2, "_CPPv4I_NSt6size_tEEN5cudaq7qvectorE"]], "cudaq::qvector::back (c++ function)": [[2, "_CPPv4N5cudaq7qvector4backENSt6size_tE"], [2, "_CPPv4N5cudaq7qvector4backEv"]], "cudaq::qvector::begin (c++ function)": [[2, "_CPPv4N5cudaq7qvector5beginEv"]], "cudaq::qvector::clear (c++ function)": [[2, "_CPPv4N5cudaq7qvector5clearEv"]], "cudaq::qvector::end (c++ function)": [[2, "_CPPv4N5cudaq7qvector3endEv"]], "cudaq::qvector::front (c++ function)": [[2, "_CPPv4N5cudaq7qvector5frontENSt6size_tE"], [2, "_CPPv4N5cudaq7qvector5frontEv"]], "cudaq::qvector::operator= (c++ function)": [[2, "_CPPv4N5cudaq7qvectoraSERK7qvector"]], "cudaq::qvector::operator[] (c++ function)": [[2, "_CPPv4N5cudaq7qvectorixEKNSt6size_tE"]], "cudaq::qvector::qvector (c++ function)": [[2, "_CPPv4N5cudaq7qvector7qvectorENSt6size_tE"], [2, "_CPPv4N5cudaq7qvector7qvectorERK5state"], [2, "_CPPv4N5cudaq7qvector7qvectorERK7qvector"], [2, "_CPPv4N5cudaq7qvector7qvectorERKNSt6vectorI7complexEEb"], [2, "_CPPv4N5cudaq7qvector7qvectorERR7qvector"]], "cudaq::qvector::size (c++ function)": [[2, "_CPPv4NK5cudaq7qvector4sizeEv"]], "cudaq::qvector::slice (c++ function)": [[2, "_CPPv4N5cudaq7qvector5sliceENSt6size_tENSt6size_tE"]], "cudaq::qvector::value_type (c++ type)": [[2, "_CPPv4N5cudaq7qvector10value_typeE"]], "cudaq::qview (c++ class)": [[2, "_CPPv4I_NSt6size_tEEN5cudaq5qviewE"]], "cudaq::qview::value_type (c++ type)": [[2, "_CPPv4N5cudaq5qview10value_typeE"]], "cudaq::range (c++ function)": [[2, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType"], [2, "_CPPv4I00EN5cudaq5rangeENSt6vectorI11ElementTypeEE11ElementType11ElementType11ElementType"], [2, "_CPPv4N5cudaq5rangeENSt6size_tE"]], "cudaq::real (c++ type)": [[2, "_CPPv4N5cudaq4realE"]], "cudaq::registry (c++ type)": [[2, "_CPPv4N5cudaq8registryE"]], "cudaq::registry::registeredtype (c++ class)": [[2, "_CPPv4I0EN5cudaq8registry14RegisteredTypeE"]], "cudaq::sample_result (c++ class)": [[2, "_CPPv4N5cudaq13sample_resultE"]], "cudaq::sample_result::append (c++ function)": [[2, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult"]], "cudaq::sample_result::begin (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5beginEv"], [2, "_CPPv4NK5cudaq13sample_result5beginEv"]], "cudaq::sample_result::cbegin (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result6cbeginEv"]], "cudaq::sample_result::cend (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result4cendEv"]], "cudaq::sample_result::clear (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5clearEv"]], "cudaq::sample_result::count (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE"]], "cudaq::sample_result::deserialize (c++ function)": [[2, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE"]], "cudaq::sample_result::dump (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE"], [2, "_CPPv4NK5cudaq13sample_result4dumpEv"]], "cudaq::sample_result::end (c++ function)": [[2, "_CPPv4N5cudaq13sample_result3endEv"], [2, "_CPPv4NK5cudaq13sample_result3endEv"]], "cudaq::sample_result::exp_val_z (c++ function)": [[2, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE"]], "cudaq::sample_result::expectation (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE"]], "cudaq::sample_result::get_marginal (c++ function)": [[2, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE"], [2, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE"]], "cudaq::sample_result::has_even_parity (c++ function)": [[2, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE"]], "cudaq::sample_result::has_expectation (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE"]], "cudaq::sample_result::most_probable (c++ function)": [[2, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE"]], "cudaq::sample_result::operator+= (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultpLERK13sample_result"]], "cudaq::sample_result::operator= (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultaSER13sample_result"]], "cudaq::sample_result::operator== (c++ function)": [[2, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result"]], "cudaq::sample_result::probability (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE"]], "cudaq::sample_result::register_names (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result14register_namesEv"]], "cudaq::sample_result::reorder (c++ function)": [[2, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE"]], "cudaq::sample_result::sample_result (c++ function)": [[2, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERK13sample_result"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult"], [2, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE"], [2, "_CPPv4N5cudaq13sample_result13sample_resultEv"]], "cudaq::sample_result::serialize (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result9serializeEv"]], "cudaq::sample_result::size (c++ function)": [[2, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE"]], "cudaq::sample_result::to_map (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE"]], "cudaq::sample_result::~sample_result (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultD0Ev"]], "cudaq::set_noise (c++ function)": [[2, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE"]], "cudaq::set_random_seed (c++ function)": [[2, "_CPPv4N5cudaq15set_random_seedENSt6size_tE"]], "cudaq::simulation_precision (c++ enum)": [[2, "_CPPv4N5cudaq20simulation_precisionE"]], "cudaq::simulation_precision::fp32 (c++ enumerator)": [[2, "_CPPv4N5cudaq20simulation_precision4fp32E"]], "cudaq::simulation_precision::fp64 (c++ enumerator)": [[2, "_CPPv4N5cudaq20simulation_precision4fp64E"]], "cudaq::spin_op (c++ class)": [[2, "_CPPv4N5cudaq7spin_opE"]], "cudaq::spin_op::begin (c++ function)": [[2, "_CPPv4N5cudaq7spin_op5beginEv"], [2, "_CPPv4NK5cudaq7spin_op5beginEv"]], "cudaq::spin_op::csr_spmatrix (c++ type)": [[2, "_CPPv4N5cudaq7spin_op12csr_spmatrixE"]], "cudaq::spin_op::distribute_terms (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE"]], "cudaq::spin_op::dump (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op4dumpEv"]], "cudaq::spin_op::end (c++ function)": [[2, "_CPPv4N5cudaq7spin_op3endEv"], [2, "_CPPv4NK5cudaq7spin_op3endEv"]], "cudaq::spin_op::for_each_pauli (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op14for_each_pauliERRNSt8functionIFv5pauliNSt6size_tEEEE"]], "cudaq::spin_op::for_each_term (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op13for_each_termERRNSt8functionIFvR7spin_opEEE"]], "cudaq::spin_op::from_word (c++ function)": [[2, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE"]], "cudaq::spin_op::getdatarepresentation (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op21getDataRepresentationEv"]], "cudaq::spin_op::getdatatuple (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op12getDataTupleEv"]], "cudaq::spin_op::get_coefficient (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op15get_coefficientEv"]], "cudaq::spin_op::get_raw_data (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op12get_raw_dataEv"]], "cudaq::spin_op::is_identity (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op11is_identityEv"]], "cudaq::spin_op::iterator (c++ struct)": [[2, "_CPPv4I0EN5cudaq7spin_op8iteratorE"]], "cudaq::spin_op::num_qubits (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op10num_qubitsEv"]], "cudaq::spin_op::num_terms (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9num_termsEv"]], "cudaq::spin_op::operator*= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_opmLEKd"], [2, "_CPPv4N5cudaq7spin_opmLERK7spin_op"]], "cudaq::spin_op::operator+= (c++ function)": [[2, "_CPPv4N5cudaq7spin_oppLERK7spin_op"]], "cudaq::spin_op::operator-= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opmIERK7spin_op"]], "cudaq::spin_op::operator= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opaSERK7spin_op"]], "cudaq::spin_op::operator== (c++ function)": [[2, "_CPPv4NK5cudaq7spin_opeqERK7spin_op"]], "cudaq::spin_op::random (c++ function)": [[2, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj"]], "cudaq::spin_op::spin_op (c++ function)": [[2, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opEv"]], "cudaq::spin_op::spin_op_term (c++ type)": [[2, "_CPPv4N5cudaq7spin_op12spin_op_termE"]], "cudaq::spin_op::to_matrix (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9to_matrixEv"]], "cudaq::spin_op::to_sparse_matrix (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op16to_sparse_matrixEv"]], "cudaq::spin_op::to_string (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9to_stringEb"]], "cudaq::spin_op::~spin_op (c++ function)": [[2, "_CPPv4N5cudaq7spin_opD0Ev"]], "cudaq::state (c++ class)": [[2, "_CPPv4N5cudaq5stateE"]], "cudaq::state::amplitude (c++ function)": [[2, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE"]], "cudaq::state::amplitudes (c++ function)": [[2, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE"]], "cudaq::state::dump (c++ function)": [[2, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE"], [2, "_CPPv4NK5cudaq5state4dumpEv"]], "cudaq::state::from_data (c++ function)": [[2, "_CPPv4N5cudaq5state9from_dataERK10state_data"]], "cudaq::state::get_num_qubits (c++ function)": [[2, "_CPPv4NK5cudaq5state14get_num_qubitsEv"]], "cudaq::state::get_num_tensors (c++ function)": [[2, "_CPPv4NK5cudaq5state15get_num_tensorsEv"]], "cudaq::state::get_precision (c++ function)": [[2, "_CPPv4NK5cudaq5state13get_precisionEv"]], "cudaq::state::get_tensor (c++ function)": [[2, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE"]], "cudaq::state::get_tensors (c++ function)": [[2, "_CPPv4NK5cudaq5state11get_tensorsEv"]], "cudaq::state::is_on_gpu (c++ function)": [[2, "_CPPv4NK5cudaq5state9is_on_gpuEv"]], "cudaq::state::operator() (c++ function)": [[2, "_CPPv4N5cudaq5stateclENSt6size_tENSt6size_tE"], [2, "_CPPv4N5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE"]], "cudaq::state::operator= (c++ function)": [[2, "_CPPv4N5cudaq5stateaSERR5state"]], "cudaq::state::operator[] (c++ function)": [[2, "_CPPv4N5cudaq5stateixENSt6size_tE"]], "cudaq::state::overlap (c++ function)": [[2, "_CPPv4N5cudaq5state7overlapERK5state"]], "cudaq::state::state (c++ function)": [[2, "_CPPv4N5cudaq5state5stateEP15SimulationState"], [2, "_CPPv4N5cudaq5state5stateERK5state"]], "cudaq::state::to_host (c++ function)": [[2, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE"]], "cudaq::state_data (c++ type)": [[2, "_CPPv4N5cudaq10state_dataE"]], "cudaq::tensor (c++ type)": [[2, "_CPPv4N5cudaq6tensorE"]], "cudaq::unset_noise (c++ function)": [[2, "_CPPv4N5cudaq11unset_noiseEv"]], "nvqir::mpssimulationstate (c++ class)": [[2, "_CPPv4N5nvqir18MPSSimulationStateE"]], "nvqir::tensornetsimulationstate (c++ class)": [[2, "_CPPv4N5nvqir24TensorNetSimulationStateE"]], "amplitudedampingchannel (class in cudaq)": [[3, "cudaq.AmplitudeDampingChannel"]], "asyncobserveresult (class in cudaq)": [[3, "cudaq.AsyncObserveResult"]], "asyncsampleresult (class in cudaq)": [[3, "cudaq.AsyncSampleResult"]], "asyncstateresult (class in cudaq)": [[3, "cudaq.AsyncStateResult"]], "bitflipchannel (class in cudaq)": [[3, "cudaq.BitFlipChannel"]], "cobyla (class in cudaq.optimizers)": [[3, "cudaq.optimizers.COBYLA"]], "centraldifference (class in cudaq.gradients)": [[3, "cudaq.gradients.CentralDifference"]], "complexmatrix (class in cudaq)": [[3, "cudaq.ComplexMatrix"]], "depolarizationchannel (class in cudaq)": [[3, "cudaq.DepolarizationChannel"]], "forwarddifference (class in cudaq.gradients)": [[3, "cudaq.gradients.ForwardDifference"]], "gradientdescent (class in cudaq.optimizers)": [[3, "cudaq.optimizers.GradientDescent"]], "kernel (in module cudaq)": [[3, "cudaq.Kernel"]], "krauschannel (class in cudaq)": [[3, "cudaq.KrausChannel"]], "krausoperator (class in cudaq)": [[3, "cudaq.KrausOperator"]], "lbfgs (class in cudaq.optimizers)": [[3, "cudaq.optimizers.LBFGS"]], "neldermead (class in cudaq.optimizers)": [[3, "cudaq.optimizers.NelderMead"]], "noisemodel (class in cudaq)": [[3, "cudaq.NoiseModel"]], "observeresult (class in cudaq)": [[3, "cudaq.ObserveResult"]], "optimizationresult (class in cudaq)": [[3, "cudaq.OptimizationResult"]], "parametershift (class in cudaq.gradients)": [[3, "cudaq.gradients.ParameterShift"]], "phaseflipchannel (class in cudaq)": [[3, "cudaq.PhaseFlipChannel"]], "pykernel (class in cudaq)": [[3, "cudaq.PyKernel"]], "pykerneldecorator (class in cudaq)": [[3, "cudaq.PyKernelDecorator"]], "quakevalue (class in cudaq)": [[3, "cudaq.QuakeValue"]], "sampleresult (class in cudaq)": [[3, "cudaq.SampleResult"]], "simulationprecision (class in cudaq)": [[3, "cudaq.SimulationPrecision"]], "spinoperator (class in cudaq)": [[3, "cudaq.SpinOperator"]], "state (class in cudaq)": [[3, "cudaq.State"]], "target (class in cudaq)": [[3, "cudaq.Target"]], "tensor (class in cudaq)": [[3, "cudaq.Tensor"]], "__add__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__add__"]], "__add__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__add__"]], "__call__() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.__call__"]], "__eq__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__eq__"]], "__getitem__() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.__getitem__"]], "__getitem__() (cudaq.krauschannel method)": [[3, "cudaq.KrausChannel.__getitem__"]], "__getitem__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__getitem__"]], "__getitem__() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.__getitem__"]], "__init__() (cudaq.amplitudedampingchannel method)": [[3, "cudaq.AmplitudeDampingChannel.__init__"]], "__init__() (cudaq.bitflipchannel method)": [[3, "cudaq.BitFlipChannel.__init__"]], "__init__() (cudaq.depolarizationchannel method)": [[3, "cudaq.DepolarizationChannel.__init__"]], "__init__() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.__init__"]], "__init__() (cudaq.phaseflipchannel method)": [[3, "cudaq.PhaseFlipChannel.__init__"]], "__iter__() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.__iter__"]], "__iter__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__iter__"]], "__len__() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.__len__"]], "__mul__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__mul__"]], "__mul__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__mul__"]], "__neg__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__neg__"]], "__radd__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__radd__"]], "__radd__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__radd__"]], "__rmul__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__rmul__"]], "__rmul__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__rmul__"]], "__rsub__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__rsub__"]], "__rsub__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__rsub__"]], "__str__() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.__str__"]], "__str__() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.__str__"]], "__sub__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__sub__"]], "__sub__() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.__sub__"]], "add_channel() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.add_channel"]], "all_gather() (in module cudaq.mpi)": [[3, "cudaq.mpi.all_gather"]], "amplitude() (cudaq.state method)": [[3, "cudaq.State.amplitude"]], "amplitudes() (cudaq.state method)": [[3, "cudaq.State.amplitudes"]], "append() (cudaq.krauschannel method)": [[3, "cudaq.KrausChannel.append"]], "argument_count (cudaq.pykernel attribute)": [[3, "cudaq.PyKernel.argument_count"]], "arguments (cudaq.pykernel attribute)": [[3, "cudaq.PyKernel.arguments"]], "broadcast() (in module cudaq.mpi)": [[3, "cudaq.mpi.broadcast"]], "clear() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.clear"]], "col_count (cudaq.krausoperator property)": [[3, "cudaq.KrausOperator.col_count"]], "compile() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.compile"]], "compute() (cudaq.gradients.centraldifference method)": [[3, "cudaq.gradients.CentralDifference.compute"]], "compute() (cudaq.gradients.forwarddifference method)": [[3, "cudaq.gradients.ForwardDifference.compute"]], "compute() (cudaq.gradients.parametershift method)": [[3, "cudaq.gradients.ParameterShift.compute"]], "count() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.count"]], "counts() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.counts"]], "cudaq": [[3, "module-cudaq"]], "description (cudaq.target property)": [[3, "cudaq.Target.description"]], "distribute_terms() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.distribute_terms"]], "draw() (in module cudaq)": [[3, "cudaq.draw"]], "dump() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.dump"]], "dump() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.dump"]], "dump() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.dump"]], "dump() (cudaq.state method)": [[3, "cudaq.State.dump"]], "expectation() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.expectation"]], "expectation() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.expectation"]], "expectation_z() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.expectation_z"]], "expectation_z() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.expectation_z"]], "finalize() (in module cudaq.mpi)": [[3, "cudaq.mpi.finalize"]], "for_each_pauli() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.for_each_pauli"]], "for_each_term() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.for_each_term"]], "from_data() (cudaq.state static method)": [[3, "cudaq.State.from_data"]], "from_json() (cudaq.pykerneldecorator static method)": [[3, "cudaq.PyKernelDecorator.from_json"]], "from_json() (cudaq.spinoperator static method)": [[3, "cudaq.SpinOperator.from_json"]], "from_json() (cudaq.gradients.centraldifference static method)": [[3, "cudaq.gradients.CentralDifference.from_json"]], "from_json() (cudaq.gradients.forwarddifference static method)": [[3, "cudaq.gradients.ForwardDifference.from_json"]], "from_json() (cudaq.gradients.parametershift static method)": [[3, "cudaq.gradients.ParameterShift.from_json"]], "from_json() (cudaq.optimizers.cobyla static method)": [[3, "cudaq.optimizers.COBYLA.from_json"]], "from_json() (cudaq.optimizers.gradientdescent static method)": [[3, "cudaq.optimizers.GradientDescent.from_json"]], "from_json() (cudaq.optimizers.lbfgs static method)": [[3, "cudaq.optimizers.LBFGS.from_json"]], "from_json() (cudaq.optimizers.neldermead static method)": [[3, "cudaq.optimizers.NelderMead.from_json"]], "from_word() (cudaq.spinoperator static method)": [[3, "cudaq.SpinOperator.from_word"]], "get() (cudaq.asyncobserveresult method)": [[3, "cudaq.AsyncObserveResult.get"]], "get() (cudaq.asyncsampleresult method)": [[3, "cudaq.AsyncSampleResult.get"]], "get() (cudaq.asyncstateresult method)": [[3, "cudaq.AsyncStateResult.get"]], "gettensor() (cudaq.state method)": [[3, "cudaq.State.getTensor"]], "gettensors() (cudaq.state method)": [[3, "cudaq.State.getTensors"]], "get_channels() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.get_channels"]], "get_coefficient() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.get_coefficient"]], "get_marginal_counts() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.get_marginal_counts"]], "get_precision() (cudaq.target method)": [[3, "cudaq.Target.get_precision"]], "get_qubit_count() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.get_qubit_count"]], "get_raw_data() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.get_raw_data"]], "get_register_counts() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.get_register_counts"]], "get_sequential_data() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.get_sequential_data"]], "get_spin() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.get_spin"]], "get_state() (in module cudaq)": [[3, "cudaq.get_state"]], "get_state_async() (in module cudaq)": [[3, "cudaq.get_state_async"]], "get_target() (in module cudaq)": [[3, "cudaq.get_target"]], "get_targets() (in module cudaq)": [[3, "cudaq.get_targets"]], "get_term_count() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.get_term_count"]], "gradient (class in cudaq.gradients)": [[3, "cudaq.gradients.gradient"]], "has_target() (in module cudaq)": [[3, "cudaq.has_target"]], "initial_parameters (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.initial_parameters"]], "initial_parameters (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.initial_parameters"]], "initial_parameters (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.initial_parameters"]], "initial_parameters (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.initial_parameters"]], "initialize() (in module cudaq.mpi)": [[3, "cudaq.mpi.initialize"]], "initialize_cudaq() (in module cudaq)": [[3, "cudaq.initialize_cudaq"]], "is_emulated() (cudaq.target method)": [[3, "cudaq.Target.is_emulated"]], "is_identity() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.is_identity"]], "is_initialized() (in module cudaq.mpi)": [[3, "cudaq.mpi.is_initialized"]], "is_on_gpu() (cudaq.state method)": [[3, "cudaq.State.is_on_gpu"]], "is_remote() (cudaq.target method)": [[3, "cudaq.Target.is_remote"]], "items() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.items"]], "kernel() (in module cudaq)": [[3, "cudaq.kernel"]], "lower_bounds (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.lower_bounds"]], "lower_bounds (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.lower_bounds"]], "lower_bounds (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.lower_bounds"]], "lower_bounds (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.lower_bounds"]], "make_kernel() (in module cudaq)": [[3, "cudaq.make_kernel"]], "max_iterations (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.max_iterations"]], "max_iterations (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.max_iterations"]], "max_iterations (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.max_iterations"]], "max_iterations (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.max_iterations"]], "minimal_eigenvalue() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.minimal_eigenvalue"]], "module": [[3, "module-cudaq"]], "most_probable() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.most_probable"]], "name (cudaq.pykernel attribute)": [[3, "cudaq.PyKernel.name"]], "name (cudaq.simulationprecision property)": [[3, "cudaq.SimulationPrecision.name"]], "name (cudaq.target property)": [[3, "cudaq.Target.name"]], "num_available_gpus() (in module cudaq)": [[3, "cudaq.num_available_gpus"]], "num_qpus() (cudaq.target method)": [[3, "cudaq.Target.num_qpus"]], "num_qubits() (cudaq.state method)": [[3, "cudaq.State.num_qubits"]], "num_ranks() (in module cudaq.mpi)": [[3, "cudaq.mpi.num_ranks"]], "observe() (in module cudaq)": [[3, "cudaq.observe"]], "observe_async() (in module cudaq)": [[3, "cudaq.observe_async"]], "optimize() (cudaq.optimizers.cobyla method)": [[3, "cudaq.optimizers.COBYLA.optimize"]], "optimize() (cudaq.optimizers.gradientdescent method)": [[3, "cudaq.optimizers.GradientDescent.optimize"]], "optimize() (cudaq.optimizers.lbfgs method)": [[3, "cudaq.optimizers.LBFGS.optimize"]], "optimize() (cudaq.optimizers.neldermead method)": [[3, "cudaq.optimizers.NelderMead.optimize"]], "optimizer (class in cudaq.optimizers)": [[3, "cudaq.optimizers.optimizer"]], "overlap() (cudaq.state method)": [[3, "cudaq.State.overlap"]], "platform (cudaq.target property)": [[3, "cudaq.Target.platform"]], "probability() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.probability"]], "qreg (in module cudaq)": [[3, "cudaq.qreg"]], "qubit (class in cudaq)": [[3, "cudaq.qubit"]], "qvector (class in cudaq)": [[3, "cudaq.qvector"]], "random() (cudaq.spinoperator static method)": [[3, "cudaq.SpinOperator.random"]], "rank() (in module cudaq.mpi)": [[3, "cudaq.mpi.rank"]], "register_names (cudaq.sampleresult attribute)": [[3, "cudaq.SampleResult.register_names"]], "requires_gradients() (cudaq.optimizers.cobyla method)": [[3, "cudaq.optimizers.COBYLA.requires_gradients"]], "requires_gradients() (cudaq.optimizers.gradientdescent method)": [[3, "cudaq.optimizers.GradientDescent.requires_gradients"]], "requires_gradients() (cudaq.optimizers.lbfgs method)": [[3, "cudaq.optimizers.LBFGS.requires_gradients"]], "requires_gradients() (cudaq.optimizers.neldermead method)": [[3, "cudaq.optimizers.NelderMead.requires_gradients"]], "reset_target() (in module cudaq)": [[3, "cudaq.reset_target"]], "row_count (cudaq.krausoperator property)": [[3, "cudaq.KrausOperator.row_count"]], "sample() (in module cudaq)": [[3, "cudaq.sample"]], "sample_async() (in module cudaq)": [[3, "cudaq.sample_async"]], "serialize() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.serialize"]], "set_noise() (in module cudaq)": [[3, "cudaq.set_noise"]], "set_random_seed() (in module cudaq)": [[3, "cudaq.set_random_seed"]], "set_target() (in module cudaq)": [[3, "cudaq.set_target"]], "simulator (cudaq.target property)": [[3, "cudaq.Target.simulator"]], "slice() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.slice"]], "spin.i() (in module cudaq)": [[3, "cudaq.spin.i"]], "spin.x() (in module cudaq)": [[3, "cudaq.spin.x"]], "spin.y() (in module cudaq)": [[3, "cudaq.spin.y"]], "spin.z() (in module cudaq)": [[3, "cudaq.spin.z"]], "to_json() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.to_json"]], "to_json() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.to_json"]], "to_json() (cudaq.gradients.centraldifference method)": [[3, "cudaq.gradients.CentralDifference.to_json"]], "to_json() (cudaq.gradients.forwarddifference method)": [[3, "cudaq.gradients.ForwardDifference.to_json"]], "to_json() (cudaq.gradients.parametershift method)": [[3, "cudaq.gradients.ParameterShift.to_json"]], "to_json() (cudaq.optimizers.cobyla method)": [[3, "cudaq.optimizers.COBYLA.to_json"]], "to_json() (cudaq.optimizers.gradientdescent method)": [[3, "cudaq.optimizers.GradientDescent.to_json"]], "to_json() (cudaq.optimizers.lbfgs method)": [[3, "cudaq.optimizers.LBFGS.to_json"]], "to_json() (cudaq.optimizers.neldermead method)": [[3, "cudaq.optimizers.NelderMead.to_json"]], "to_matrix() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.to_matrix"]], "to_sparse_matrix() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.to_sparse_matrix"]], "to_string() (cudaq.spinoperator method)": [[3, "cudaq.SpinOperator.to_string"]], "translate() (in module cudaq)": [[3, "cudaq.translate"]], "type_to_str() (cudaq.pykerneldecorator static method)": [[3, "cudaq.PyKernelDecorator.type_to_str"]], "unset_noise() (in module cudaq)": [[3, "cudaq.unset_noise"]], "upper_bounds (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.upper_bounds"]], "upper_bounds (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.upper_bounds"]], "upper_bounds (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.upper_bounds"]], "upper_bounds (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.upper_bounds"]], "values() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.values"]], "vqe() (in module cudaq)": [[3, "cudaq.vqe"]]}}) \ No newline at end of file