diff --git a/pr-2478/_sources/applications/python/vqe_advanced.ipynb.txt b/pr-2478/_sources/applications/python/vqe_advanced.ipynb.txt index 188df3af45..3135b93829 100644 --- a/pr-2478/_sources/applications/python/vqe_advanced.ipynb.txt +++ b/pr-2478/_sources/applications/python/vqe_advanced.ipynb.txt @@ -331,7 +331,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "[\u001b[38;2;255;000;000mwarning\u001b[0m] Target \u001b[38;2;000;000;255mnvidia-mqpu\u001b[0m: \u001b[38;2;000;000;255mThis target is deprecating. Please use the 'nvidia' target with option 'mqpu,fp32' or 'mqpu' (fp32 is the default precision option) by adding the command line option '--target-option mqpu,fp32' or passing it as cudaq.set_target('nvidia', option='mqpu,fp32') in Python. Please refer to CUDA-Q \u001b]8;;https://nvidia.github.io/cuda-quantum/latest/using/backends/platform.html#nvidia-mqpu-platform\u001b\\documentation\u001b]8;;\u001b\\ for more information.\u001b[0m\n" + "[\u001b[38;2;255;000;000mwarning\u001b[0m] Target \u001b[38;2;000;000;255mnvidia-mqpu\u001b[0m: \u001b[38;2;000;000;255mThis target is deprecating. Please use the 'nvidia' target with option 'mqpu,fp32' or 'mqpu' (fp32 is the default precision option) by adding the command line option '--target-option mqpu,fp32' or passing it as cudaq.set_target('nvidia', option='mqpu,fp32') in Python. Please refer to CUDA-Q \u001b]8;;https://nvidia.github.io/cuda-quantum/latest/using/backends/platform\u001b\\documentation\u001b]8;;\u001b\\ for more information.\u001b[0m\n" ] } ], diff --git a/pr-2478/_sources/examples/python/executing_kernels.ipynb.txt b/pr-2478/_sources/examples/python/executing_kernels.ipynb.txt index 66a7afee3b..0d3250c8c1 100644 --- a/pr-2478/_sources/examples/python/executing_kernels.ipynb.txt +++ b/pr-2478/_sources/examples/python/executing_kernels.ipynb.txt @@ -78,7 +78,7 @@ "source": [ "Note that there is a subtle difference between how `sample` is executed with the target device set to a simulator or with the target device set to a QPU. In simulation mode, the quantum state is built once and then sampled $s$ times where $s$ equals the `shots_count`. In hardware execution mode, the quantum state collapses upon measurement and hence needs to be rebuilt over and over again.\n", "\n", - "There are a number of helpful tools that can be found in the API [here](https://nvidia.github.io/cuda-quantum/latest/api/languages/python_api.html#cudaq.SampleResult) to process the `Sample_Result` object produced by `sample`." + "There are a number of helpful tools that can be found in the [API docs](https://nvidia.github.io/cuda-quantum/latest/api/languages/python_api) to process the `Sample_Result` object produced by `sample`." ] }, { diff --git a/pr-2478/_sources/releases.rst.txt b/pr-2478/_sources/releases.rst.txt index 6a8a353462..de3e12d78b 100644 --- a/pr-2478/_sources/releases.rst.txt +++ b/pr-2478/_sources/releases.rst.txt @@ -4,12 +4,35 @@ CUDA-Q Releases **latest** -The latest version of CUDA-Q is on the main branch of our `GitHub repository `__ and is also available as a Docker image. More information about installing the nightly builds can be found :doc:`here ` +The latest version of CUDA-Q is on the main branch of our `GitHub repository `__ +and is also available as a Docker image. More information about installing the nightly builds can be found +:doc:`here ` - `Docker image (nightly builds) `__ - `Documentation `__ - `Examples `__ +**0.9.0** + +We are very excited to share a new toolset added for modeling and manipulating the dynamics of physical systems. +The new API allows to define and execute a time evolution under arbitrary operators. For more information, take +a look at the `docs `__. +The 0.9.0 release furthermore includes a range of contribution to add new backends to CUDA-Q, including backends +from `Anyon Technologies `__, +`Ferimioniq `__, and +`QuEra Computing `__, +as well as updates to existing backends from `ORCA `__ +and `OQC `__. +We hope you enjoy the new features - also check out our new notebooks and examples to dive into CUDA-Q. + +- `Docker image `__ +- `Python wheel `__ +- `C++ installer `__ +- `Documentation `__ +- `Examples `__ + +The full change log can be found `here `__. + **0.8.0** The 0.8.0 release adds a range of changes to improve the ease of use and performance with CUDA-Q. @@ -17,7 +40,7 @@ The changes listed below highlight some of what we think will be the most useful to know about. While the listed changes do not capture all of the great contributions, we would like to extend many thanks for every contribution, in particular those from external contributors. -- `Docker image `__ +- `Docker image `__ - `Python wheel `__ - `C++ installer `__ - `Documentation `__ @@ -30,7 +53,7 @@ The full change log can be found `here `__. +`here `__. It furthermore adds a range of bug fixes and changes the Python wheel installation instructions. - `Docker image `__ @@ -46,7 +69,7 @@ The full change log can be found `here `, giving you access to our most powerful GPU-accelerated simulators even if you don't have an NVIDIA GPU. With 0.7.0, we have furthermore greatly increased expressiveness of the Python and C++ language frontends. -Check out our `documentation `__ +Check out our `documentation `__ to get started with the new Python syntax support we have added, and `follow our blog `__ to learn more about the new setup and its performance benefits. diff --git a/pr-2478/applications/python/deutschs_algorithm.html b/pr-2478/applications/python/deutschs_algorithm.html index c729a40150..fb1827ea30 100644 --- a/pr-2478/applications/python/deutschs_algorithm.html +++ b/pr-2478/applications/python/deutschs_algorithm.html @@ -804,7 +804,7 @@

XOR \(\oplus\)

Quantum oracles

-

d9f8dde1bbbe4618813c14c347252277

+

d40c1c45157844ceb3f0459c751a73ea

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:

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

-

c0d2ee3d78e543b4a493ce1df9f69434

+

1276d38cb3e9415b8b81137601da92f0

\[\ket{\psi_0} = \ket{01} \tag{1}\]
diff --git a/pr-2478/applications/python/vqe_advanced.html b/pr-2478/applications/python/vqe_advanced.html index bd77c61494..fc2732f50a 100644 --- a/pr-2478/applications/python/vqe_advanced.html +++ b/pr-2478/applications/python/vqe_advanced.html @@ -992,7 +992,7 @@

Parallel Parameter Shift Gradients
-[warning] Target nvidia-mqpu: This target is deprecating. Please use the 'nvidia' target with option 'mqpu,fp32' or 'mqpu' (fp32 is the default precision option) by adding the command line option '--target-option mqpu,fp32' or passing it as cudaq.set_target('nvidia', option='mqpu,fp32') in Python. Please refer to CUDA-Q ]8;;https://nvidia.github.io/cuda-quantum/latest/using/backends/platform.html#nvidia-mqpu-platform\documentation]8;;\ for more information.
+[warning] Target nvidia-mqpu: This target is deprecating. Please use the 'nvidia' target with option 'mqpu,fp32' or 'mqpu' (fp32 is the default precision option) by adding the command line option '--target-option mqpu,fp32' or passing it as cudaq.set_target('nvidia', option='mqpu,fp32') in Python. Please refer to CUDA-Q ]8;;https://nvidia.github.io/cuda-quantum/latest/using/backends/platform\documentation]8;;\ for more information.
 

The cost function needs to be slightly updated to make use of the gradient in the optimization procedure and allow for a gradient based optimizer like L-BFGS-B to be used.

diff --git a/pr-2478/applications/python/vqe_advanced.ipynb b/pr-2478/applications/python/vqe_advanced.ipynb index 188df3af45..3135b93829 100644 --- a/pr-2478/applications/python/vqe_advanced.ipynb +++ b/pr-2478/applications/python/vqe_advanced.ipynb @@ -331,7 +331,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "[\u001b[38;2;255;000;000mwarning\u001b[0m] Target \u001b[38;2;000;000;255mnvidia-mqpu\u001b[0m: \u001b[38;2;000;000;255mThis target is deprecating. Please use the 'nvidia' target with option 'mqpu,fp32' or 'mqpu' (fp32 is the default precision option) by adding the command line option '--target-option mqpu,fp32' or passing it as cudaq.set_target('nvidia', option='mqpu,fp32') in Python. Please refer to CUDA-Q \u001b]8;;https://nvidia.github.io/cuda-quantum/latest/using/backends/platform.html#nvidia-mqpu-platform\u001b\\documentation\u001b]8;;\u001b\\ for more information.\u001b[0m\n" + "[\u001b[38;2;255;000;000mwarning\u001b[0m] Target \u001b[38;2;000;000;255mnvidia-mqpu\u001b[0m: \u001b[38;2;000;000;255mThis target is deprecating. Please use the 'nvidia' target with option 'mqpu,fp32' or 'mqpu' (fp32 is the default precision option) by adding the command line option '--target-option mqpu,fp32' or passing it as cudaq.set_target('nvidia', option='mqpu,fp32') in Python. Please refer to CUDA-Q \u001b]8;;https://nvidia.github.io/cuda-quantum/latest/using/backends/platform\u001b\\documentation\u001b]8;;\u001b\\ for more information.\u001b[0m\n" ] } ], diff --git a/pr-2478/examples/python/executing_kernels.html b/pr-2478/examples/python/executing_kernels.html index 48348c43ff..de35313b1c 100644 --- a/pr-2478/examples/python/executing_kernels.html +++ b/pr-2478/examples/python/executing_kernels.html @@ -789,7 +789,7 @@

Sample

Note that there is a subtle difference between how sample is executed with the target device set to a simulator or with the target device set to a QPU. In simulation mode, the quantum state is built once and then sampled \(s\) times where \(s\) equals the shots_count. In hardware execution mode, the quantum state collapses upon measurement and hence needs to be rebuilt over and over again.

-

There are a number of helpful tools that can be found in the API here to process the Sample_Result object produced by sample.

+

There are a number of helpful tools that can be found in the API docs to process the Sample_Result object produced by sample.

Observe

diff --git a/pr-2478/examples/python/executing_kernels.ipynb b/pr-2478/examples/python/executing_kernels.ipynb index 66a7afee3b..0d3250c8c1 100644 --- a/pr-2478/examples/python/executing_kernels.ipynb +++ b/pr-2478/examples/python/executing_kernels.ipynb @@ -78,7 +78,7 @@ "source": [ "Note that there is a subtle difference between how `sample` is executed with the target device set to a simulator or with the target device set to a QPU. In simulation mode, the quantum state is built once and then sampled $s$ times where $s$ equals the `shots_count`. In hardware execution mode, the quantum state collapses upon measurement and hence needs to be rebuilt over and over again.\n", "\n", - "There are a number of helpful tools that can be found in the API [here](https://nvidia.github.io/cuda-quantum/latest/api/languages/python_api.html#cudaq.SampleResult) to process the `Sample_Result` object produced by `sample`." + "There are a number of helpful tools that can be found in the [API docs](https://nvidia.github.io/cuda-quantum/latest/api/languages/python_api) to process the `Sample_Result` object produced by `sample`." ] }, { diff --git a/pr-2478/examples/python/performance_optimizations.html b/pr-2478/examples/python/performance_optimizations.html index 1f287d3b52..f4e47c6f0f 100644 --- a/pr-2478/examples/python/performance_optimizations.html +++ b/pr-2478/examples/python/performance_optimizations.html @@ -731,9 +731,9 @@

Optimizing Performance

Gate Fusion

Gate fusion is an optimization technique where consecutive gates are combined into a single gate operation to improve the efficiency of the simulation (See figure below). By targeting the nvidia-mgpu backend and setting the CUDAQ_MGPU_FUSE environment variable, you can select the degree of fusion that takes place. A full command line example would look like CUDAQ_MGPU_FUSE=4 python c2h2VQE.py --target nvidia --target-option fp64,mgpu

-

a152cb3a9f824ae8a60f103eab60cc39

+

2048def55ec5415baf71426d025a4ff9

The importance of gate fusion is system dependent, but can have a large influence on the performance of the simulation. See the example below for a 24 qubit VQE experiment where changing the fusion level resulted in significant performance boosts.

-

10f72cdf42fe46ecaae298c2aa2700b1

+

22086102a01046bda1ba0d4320335975

diff --git a/pr-2478/releases.html b/pr-2478/releases.html index 0a87098fc5..5aef184498 100644 --- a/pr-2478/releases.html +++ b/pr-2478/releases.html @@ -720,19 +720,40 @@

CUDA-Q Releases

latest

-

The latest version of CUDA-Q is on the main branch of our GitHub repository and is also available as a Docker image. More information about installing the nightly builds can be found here

+

The latest version of CUDA-Q is on the main branch of our GitHub repository +and is also available as a Docker image. More information about installing the nightly builds can be found +here

+

0.9.0

+

We are very excited to share a new toolset added for modeling and manipulating the dynamics of physical systems. +The new API allows to define and execute a time evolution under arbitrary operators. For more information, take +a look at the docs. +The 0.9.0 release furthermore includes a range of contribution to add new backends to CUDA-Q, including backends +from Anyon Technologies, +Ferimioniq, and +QuEra Computing, +as well as updates to existing backends from ORCA +and OQC. +We hope you enjoy the new features - also check out our new notebooks and examples to dive into CUDA-Q.

+ +

The full change log can be found here.

0.8.0

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

    -
  • Docker image

  • +
  • Docker image

  • Python wheel

  • C++ installer

  • Documentation

  • @@ -743,7 +764,7 @@

    CUDA-Q Releasesnvidia-mgpu backend now supports user customization of the gate fusion level as controlled by the CUDAQ_MGPU_FUSE environment variable documented -here. +here. It furthermore adds a range of bug fixes and changes the Python wheel installation instructions.

    • Docker image

    • @@ -757,7 +778,7 @@

      CUDA-Q ReleasesNVIDIA Quantum Cloud, giving you access to our most powerful GPU-accelerated simulators even if you don’t have an NVIDIA GPU. With 0.7.0, we have furthermore greatly increased expressiveness of the Python and C++ language frontends. -Check out our documentation +Check out our documentation to get started with the new Python syntax support we have added, and follow our blog to learn more about the new setup and its performance benefits.

        diff --git a/pr-2478/searchindex.js b/pr-2478/searchindex.js index 3187cfb109..3ffd37b00c 100644 --- a/pr-2478/searchindex.js +++ b/pr-2478/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["api/api", "api/default_ops", "api/languages/cpp_api", "api/languages/python_api", "applications/python/afqmc", "applications/python/bernstein_vazirani", "applications/python/cost_minimization", "applications/python/deutschs_algorithm", "applications/python/digitized_counterdiabatic_qaoa", "applications/python/divisive_clustering_coresets", "applications/python/hadamard_test", "applications/python/hybrid_qnns", "applications/python/krylov", "applications/python/logical_aim_sqale", "applications/python/qaoa", "applications/python/quantum_fourier_transform", "applications/python/quantum_teleportation", "applications/python/quantum_volume", "applications/python/readout_error_mitigation", "applications/python/shors", "applications/python/trotter", "applications/python/unitary_compilation_diffusion_models", "applications/python/vqe", "applications/python/vqe_advanced", "examples/python/executing_kernels", "examples/python/measuring_kernels", "examples/python/noisy_simulations", "examples/python/operators", "examples/python/optimizers_gradients", "examples/python/performance_optimizations", "examples/python/visualization", "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/applications", "using/backends/backends", "using/backends/dynamics", "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/building_kernels", "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/quantum_operations", "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", "versions"], "filenames": ["api/api.rst", "api/default_ops.rst", "api/languages/cpp_api.rst", "api/languages/python_api.rst", "applications/python/afqmc.ipynb", "applications/python/bernstein_vazirani.ipynb", "applications/python/cost_minimization.ipynb", "applications/python/deutschs_algorithm.ipynb", "applications/python/digitized_counterdiabatic_qaoa.ipynb", "applications/python/divisive_clustering_coresets.ipynb", "applications/python/hadamard_test.ipynb", "applications/python/hybrid_qnns.ipynb", "applications/python/krylov.ipynb", "applications/python/logical_aim_sqale.ipynb", "applications/python/qaoa.ipynb", "applications/python/quantum_fourier_transform.ipynb", "applications/python/quantum_teleportation.ipynb", "applications/python/quantum_volume.ipynb", "applications/python/readout_error_mitigation.ipynb", "applications/python/shors.ipynb", "applications/python/trotter.ipynb", "applications/python/unitary_compilation_diffusion_models.ipynb", "applications/python/vqe.ipynb", "applications/python/vqe_advanced.ipynb", "examples/python/executing_kernels.ipynb", "examples/python/measuring_kernels.ipynb", "examples/python/noisy_simulations.ipynb", "examples/python/operators.ipynb", "examples/python/optimizers_gradients.ipynb", "examples/python/performance_optimizations.ipynb", "examples/python/visualization.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/applications.rst", "using/backends/backends.rst", "using/backends/dynamics.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/building_kernels.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/quantum_operations.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", "versions.rst"], "titles": ["Code documentation", "Quantum Operations", "CUDA-Q C++ API", "CUDA-Q Python API", "Quantum Enhanced Auxiliary Field Quantum Monte Carlo", "Bernstein-Vazirani Algorithm", "Cost Minimization", "Deutsch\u2019s Algorithm", "Molecular docking via DC-QAOA", "Divisive Clustering With Coresets Using CUDA-Q", "Using the Hadamard Test to Determine Quantum Krylov Subspace Decomposition Matrix Elements", "Hybrid Quantum Neural Networks", "Multi-reference Quantum Krylov Algorithm - \\(H_2\\) Molecule", "Anderson Impurity Model ground state solver on Infleqtion\u2019s Sqale", "Max-Cut with QAOA", "Quantum Fourier Transform", "Quantum Teleporation", "Quantum Volume", "Readout Error Mitigation", "Factoring Integers With Shor\u2019s Algorithm", "Computing Magnetization With The Suzuki-Trotter Approximation", "Compiling Unitaries Using Diffusion Models", "Variational Quantum Eigensolver", "VQE with gradients, active spaces, and gate fusion", "Executing Quantum Circuits", "Measurements", "Noisy Simulation", "Operators", "Optimizers and Gradients", "Optimizing Performance", "Visualization", "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 Applications", "CUDA-Q Backends", "CUDA-Q Dynamics", "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", "Building Kernels", "CUDA-Q by Example", "Computing Expectation Values", "Using Quantum Hardware Providers", "Introduction", "Multi-control Synthesis", "Multi-GPU Workflows", "Quantum Computing 101", "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 Versions"], "terms": {"c": [0, 1, 3, 4, 9, 12, 14, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 51, 53, 54, 55, 57, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 75, 76, 77, 80, 81], "python": [0, 1, 2, 9, 23, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 45, 46, 49, 51, 53, 54, 55, 57, 59, 60, 61, 62, 63, 64, 65, 66, 72, 79, 80, 81], "quantum": [0, 3, 8, 14, 18, 20, 21, 23, 25, 26, 27, 28, 30, 31, 32, 33, 35, 36, 39, 45, 47, 48, 50, 51, 52, 55, 57, 58, 59, 61, 62, 63, 65, 67, 69, 72, 73, 75, 76, 77, 79, 80, 81], "oper": [0, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 23, 24, 25, 26, 28, 29, 30, 31, 33, 34, 36, 37, 38, 39, 43, 45, 46, 47, 48, 52, 53, 55, 57, 59, 61, 62, 63, 64, 65, 66, 68, 69, 71, 72, 73, 75, 80], "cuda": [1, 6, 7, 10, 11, 12, 14, 15, 17, 20, 24, 26, 29, 30, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 53, 54, 60, 61, 63, 64, 65, 66, 67, 68, 78], "q": [1, 6, 7, 10, 11, 12, 14, 15, 17, 18, 19, 20, 24, 25, 26, 27, 29, 30, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 53, 54, 60, 61, 63, 64, 65, 66, 67, 68, 78], "provid": [1, 2, 3, 4, 8, 9, 10, 12, 13, 15, 18, 19, 20, 21, 22, 26, 27, 28, 31, 33, 34, 36, 39, 41, 42, 44, 45, 46, 48, 51, 52, 53, 54, 55, 58, 62, 63, 65, 66, 69, 71, 72, 73, 75, 76, 79], "default": [1, 2, 3, 20, 23, 24, 25, 30, 34, 38, 41, 46, 51, 52, 53, 54, 59, 64, 65, 69, 72, 73, 75, 77, 79, 80], "set": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 14, 17, 18, 21, 23, 24, 29, 30, 31, 34, 36, 38, 41, 48, 51, 53, 54, 55, 57, 59, 64, 73, 75, 79, 80], "These": [1, 2, 8, 12, 13, 14, 17, 19, 21, 23, 26, 28, 33, 38, 41, 45, 46, 48, 50, 53, 54, 55, 69, 73, 75], "can": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 48, 50, 51, 52, 53, 54, 55, 57, 58, 59, 61, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81], "us": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 25, 26, 27, 28, 30, 31, 32, 34, 35, 36, 37, 38, 41, 42, 44, 45, 48, 51, 52, 53, 54, 55, 57, 58, 59, 61, 62, 63, 65, 67, 68, 69, 71, 72, 73, 76, 79, 80, 81], "kernel": [1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 22, 23, 24, 25, 26, 27, 28, 31, 32, 33, 34, 35, 37, 39, 41, 42, 43, 44, 45, 46, 47, 52, 53, 55, 56, 57, 59, 62, 63, 64, 65, 66, 67, 68, 69, 77, 79, 80, 81], "librari": [1, 2, 8, 11, 13, 19, 22, 30, 31, 32, 33, 37, 38, 40, 45, 46, 51, 55, 63, 69, 71, 72, 75, 77, 78, 81], "sinc": [1, 2, 4, 5, 7, 13, 14, 15, 16, 18, 19, 21, 24, 46, 50, 54, 55, 58, 63, 64, 67, 69, 75, 76, 79], "intrins": [1, 38, 45, 46, 48], "nativ": [1, 33, 39, 41, 42, 76], "support": [1, 2, 3, 4, 7, 18, 24, 30, 31, 32, 33, 38, 39, 41, 43, 46, 51, 52, 58, 59, 64, 65, 68, 71, 79, 80, 81], "specif": [1, 2, 3, 9, 12, 21, 25, 31, 34, 38, 40, 41, 42, 43, 46, 48, 51, 52, 53, 54, 55, 58, 59, 61, 65, 68, 69, 72, 73, 75, 77, 79], "target": [1, 2, 3, 7, 8, 9, 10, 11, 12, 14, 23, 24, 26, 29, 30, 32, 34, 41, 44, 48, 51, 52, 53, 54, 55, 59, 61, 63, 64, 66, 68, 69, 71, 72, 73, 75, 80, 81], "depend": [1, 3, 7, 9, 12, 14, 16, 19, 20, 21, 25, 29, 31, 34, 39, 48, 53, 54, 55, 79, 80], "backend": [1, 2, 5, 6, 8, 9, 10, 13, 17, 23, 28, 29, 31, 32, 34, 51, 54, 59, 64, 67, 69, 72, 73, 75, 79, 80, 81], "architectur": [1, 2, 11, 31, 33, 39, 48, 52, 54, 64, 67, 68, 72, 73, 75, 80], "nvq": [1, 34, 37, 52, 53, 54, 55, 59, 63, 64, 65, 66, 69, 72, 75, 76, 77, 79, 80], "compil": [1, 2, 3, 9, 13, 31, 33, 34, 37, 38, 39, 43, 45, 46, 52, 53, 54, 55, 59, 63, 64, 65, 66, 69, 72, 73, 75, 76, 77, 80], "automat": [1, 3, 13, 23, 39, 52, 54, 55, 64, 73, 75, 79], "decompos": [1, 4, 17, 21], "appropri": [1, 2, 7, 8, 9, 15, 16, 33, 41, 54, 61, 73, 75], "The": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 59, 61, 63, 64, 65, 67, 68, 69, 71, 72, 73, 75, 77, 79, 80, 81], "section": [1, 7, 8, 10, 13, 15, 19, 21, 23, 27, 29, 36, 54, 55, 61, 73, 75, 79, 80], "list": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 27, 28, 30, 32, 34, 38, 50, 51, 52, 53, 55, 61, 64, 67, 68, 73, 75, 79, 80, 81], "implement": [1, 2, 3, 4, 7, 10, 12, 14, 15, 16, 17, 19, 20, 21, 26, 33, 34, 39, 40, 41, 43, 45, 46, 48, 52, 55, 64, 65, 69, 71, 72, 73, 75, 79], "transform": [1, 4, 7, 11, 12, 21, 23, 31, 33, 37, 69, 71], "state": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 26, 30, 31, 32, 34, 38, 39, 41, 46, 48, 51, 52, 53, 57, 59, 61, 63, 64, 65, 67, 72, 73, 79, 80, 81], "ar": [1, 2, 3, 4, 5, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 41, 43, 45, 46, 47, 48, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 67, 68, 69, 72, 73, 75, 77, 79, 80, 81], "templat": [1, 2, 22, 34, 36, 37, 38, 41, 45, 46, 65, 69, 71, 72, 77, 79], "argument": [1, 2, 3, 7, 9, 14, 16, 18, 24, 25, 30, 34, 36, 38, 45, 46, 51, 52, 57, 59, 63, 66, 67, 69, 72, 75, 79], "allow": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 16, 20, 21, 23, 24, 28, 32, 34, 36, 38, 39, 51, 55, 57, 58, 59, 66, 67, 68, 69, 71, 75, 76, 81], "invok": [1, 2, 3, 34, 36, 38, 43, 52, 55, 65, 69, 79], "version": [1, 3, 4, 5, 7, 11, 13, 14, 15, 19, 21, 24, 31, 32, 34, 43, 50, 51, 52, 53, 54, 55, 59, 69, 72, 73, 75, 76, 79, 80], "see": [1, 2, 3, 5, 6, 7, 8, 9, 15, 16, 17, 19, 21, 23, 29, 30, 32, 34, 36, 38, 46, 48, 50, 51, 52, 53, 54, 55, 57, 59, 65, 67, 68, 69, 71, 73, 75, 76, 77, 79, 80, 81], "addition": [1, 19, 32, 52, 75, 81], "overload": [1, 2, 3, 34, 41, 42, 46, 48], "broadcast": [1, 2, 3, 12, 14, 41], "singl": [1, 2, 3, 4, 5, 9, 12, 13, 15, 16, 17, 20, 22, 23, 29, 30, 34, 37, 38, 39, 41, 46, 51, 52, 53, 54, 59, 61, 63, 64, 65, 67, 68, 69, 79], "across": [1, 2, 3, 7, 10, 21, 23, 32, 41, 53, 54, 55, 64, 73, 75, 81], "vector": [1, 2, 3, 4, 6, 9, 10, 11, 12, 16, 17, 21, 30, 34, 36, 37, 38, 41, 44, 46, 48, 52, 53, 54, 61, 64, 65, 66, 67, 72, 73], "For": [1, 2, 3, 4, 5, 7, 9, 10, 13, 14, 15, 17, 18, 19, 21, 27, 30, 32, 34, 36, 41, 48, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 64, 66, 67, 68, 72, 73, 75, 77, 79, 80, 81], "exampl": [1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 41, 47, 48, 51, 52, 53, 54, 55, 57, 59, 61, 63, 64, 65, 67, 68, 71, 72, 73, 75, 76, 77, 79, 80, 81], "cudaq": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 35, 36, 37, 38, 40, 43, 44, 45, 51, 52, 53, 54, 55, 57, 59, 61, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 75, 76, 79, 80], "qvector": [1, 2, 3, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 34, 37, 38, 41, 45, 53, 54, 57, 59, 61, 63, 64, 66, 67, 68, 69, 79, 80], "flip": [1, 2, 3, 6, 13, 17, 18, 26, 68], "each": [1, 2, 3, 5, 7, 8, 9, 12, 14, 15, 16, 17, 18, 20, 21, 23, 24, 28, 30, 32, 34, 36, 39, 44, 48, 51, 52, 53, 54, 55, 59, 64, 67, 68, 69, 73, 75, 79, 80, 81], "thi": [1, 2, 3, 4, 5, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 33, 34, 36, 37, 38, 39, 40, 41, 43, 46, 48, 51, 52, 53, 54, 55, 57, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 71, 73, 75, 76, 77, 79, 80], "pauli": [1, 2, 3, 8, 9, 10, 12, 14, 16, 20, 24, 34, 42, 51, 59, 68], "matrix": [1, 2, 3, 4, 13, 14, 16, 17, 20, 21, 24, 26, 30, 31, 32, 50, 51, 53, 61, 68, 72, 81], "It": [1, 2, 4, 7, 9, 15, 16, 17, 18, 20, 23, 31, 32, 34, 41, 46, 48, 51, 54, 59, 61, 64, 68, 69, 72, 75, 77, 80, 81], "i": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 46, 48, 50, 51, 52, 53, 54, 55, 56, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 75, 76, 77, 79, 80, 81], "also": [1, 2, 3, 7, 9, 13, 15, 18, 19, 21, 22, 24, 26, 28, 30, 32, 34, 38, 42, 51, 52, 53, 54, 55, 57, 58, 59, 61, 64, 67, 68, 69, 71, 72, 73, 75, 77, 80, 81], "known": [1, 2, 19, 21, 23, 38, 65, 69], "NOT": [1, 34, 41, 68], "gate": [1, 2, 3, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 26, 30, 31, 32, 41, 45, 46, 48, 52, 55, 57, 61, 65, 66, 72, 81], "appli": [1, 2, 3, 5, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 23, 26, 27, 34, 37, 38, 41, 45, 48, 53, 54, 57, 61, 64, 65, 66, 68, 69, 72], "0": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 34, 36, 37, 38, 41, 42, 43, 44, 46, 48, 50, 51, 52, 53, 54, 55, 57, 59, 61, 63, 64, 65, 66, 67, 68, 69, 72, 73, 75, 77, 79, 80, 81], "1": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 51, 52, 53, 54, 55, 57, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 72, 73, 75, 79, 80, 81], "rotat": [1, 3, 9, 10, 13, 14, 15, 18, 19, 26, 30, 41, 42, 57, 63, 72], "\u03c0": 1, "about": [1, 2, 3, 7, 9, 18, 19, 20, 21, 22, 30, 32, 34, 48, 51, 52, 53, 54, 55, 58, 59, 64, 67, 73, 75, 77, 78, 79, 80, 81], "axi": [1, 11, 21, 22, 30], "enabl": [1, 2, 3, 5, 9, 13, 15, 24, 33, 34, 36, 38, 39, 41, 43, 44, 45, 46, 50, 51, 52, 54, 55, 58, 59, 63, 64, 67, 69, 72, 73, 75, 79, 80], "one": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 19, 20, 21, 23, 24, 30, 32, 34, 36, 37, 39, 41, 44, 48, 51, 52, 53, 54, 55, 60, 61, 63, 64, 66, 67, 68, 69, 71, 72, 73, 75, 79, 80, 81], "superposit": [1, 5, 7, 14, 30, 34, 37, 46, 54, 57, 59, 68], "comput": [1, 2, 3, 4, 7, 8, 9, 10, 11, 13, 14, 15, 16, 18, 19, 21, 22, 23, 24, 26, 28, 30, 31, 33, 34, 36, 37, 38, 44, 46, 48, 53, 54, 55, 58, 59, 62, 67, 72, 73, 77, 79, 80], "basi": [1, 2, 3, 4, 10, 12, 13, 15, 18, 21, 23, 24, 25, 26, 46, 53, 54, 68], "sqrt": [1, 3, 5, 7, 10, 12, 13, 15, 16, 18, 26, 30, 37, 51, 64, 68, 80], "2": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 48, 51, 52, 53, 54, 55, 59, 61, 63, 64, 66, 67, 68, 69, 73, 75, 77, 79, 80, 81], "an": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32, 34, 36, 38, 39, 41, 42, 44, 45, 46, 48, 49, 51, 52, 53, 54, 55, 57, 59, 61, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 75, 77, 80, 81], "arbitrari": [1, 2, 3, 21, 51, 52, 66, 79], "\u03bb": 1, "exp": [1, 2, 12, 19, 37, 42, 51], "i\u03bb": 1, "math": [1, 4, 7, 19, 53], "pi": [1, 8, 9, 11, 14, 15, 17, 19, 20, 22, 23, 28, 30, 37, 38, 43, 45, 51, 52, 53, 64], "std": [1, 2, 3, 34, 36, 37, 38, 41, 42, 44, 45, 46, 53, 54, 59, 64, 65, 67, 71, 72, 77, 79], "number": [1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 14, 15, 17, 18, 19, 21, 22, 23, 24, 27, 28, 30, 34, 37, 42, 44, 46, 48, 51, 52, 53, 54, 55, 57, 59, 63, 64, 65, 66, 67, 68, 69, 72, 75, 80], "\u03b8": 1, "co": [1, 15, 20, 30, 51], "isin": 1, "sin": [1, 15, 30], "its": [1, 2, 3, 4, 6, 7, 8, 9, 12, 14, 15, 16, 17, 18, 26, 32, 33, 34, 44, 46, 48, 49, 53, 54, 55, 59, 61, 64, 65, 68, 69, 72, 73, 75, 79, 80, 81], "4": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 32, 34, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 52, 53, 54, 55, 61, 64, 67, 69, 73, 75, 79, 81], "i\u03c0": 1, "two": [1, 2, 3, 4, 7, 8, 9, 10, 12, 13, 14, 16, 17, 18, 19, 20, 21, 23, 26, 28, 30, 39, 48, 51, 52, 54, 55, 59, 61, 63, 64, 66, 68, 75, 79], "qubit_1": [1, 7, 14, 61], "qubit_2": [1, 16], "univers": [1, 2, 9, 16, 21, 53, 68], "three": [1, 10, 18, 19, 21, 23, 39, 52, 53, 63], "paramet": [1, 2, 3, 6, 8, 9, 11, 12, 13, 14, 17, 19, 21, 22, 24, 34, 38, 41, 46, 51, 52, 53, 55, 57, 61, 63, 64, 65, 67, 72, 73], "euler": [1, 51], "angl": [1, 2, 3, 6, 10, 13, 15, 18, 19, 28, 30, 37, 38, 41, 54, 57, 63, 64], "theta": [1, 8, 9, 10, 11, 14, 15, 22, 23, 26, 28, 30, 34, 36, 37, 53, 54, 61, 63], "phi": [1, 3, 4, 10, 34, 36, 52, 64, 69], "\u03c6": 1, "lambda": [1, 2, 8, 9, 12, 13, 14, 18, 19, 20, 23, 28, 34, 37, 38, 43, 51, 64, 66, 67, 69], "i\u03c6": 1, "np": [1, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 28, 30, 37, 38, 43, 45, 51, 52, 54, 55, 61, 64, 67, 73], "m_pi": [1, 37, 45, 64], "m_pi_2": [1, 37, 38, 53], "adj": [1, 41, 61], "method": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 18, 19, 20, 21, 22, 23, 27, 28, 34, 36, 41, 46, 51, 52, 54, 55, 59, 61, 64, 65], "ani": [1, 2, 3, 9, 12, 14, 19, 20, 21, 23, 24, 26, 28, 30, 34, 38, 40, 41, 43, 45, 46, 51, 52, 53, 55, 57, 59, 60, 61, 64, 65, 66, 72, 73, 75, 79, 80], "alloc": [1, 2, 3, 6, 14, 21, 34, 36, 37, 38, 39, 46, 54, 55, 57, 59, 65, 66, 72], "now": [1, 4, 5, 7, 9, 13, 14, 15, 16, 19, 21, 22, 23, 32, 48, 52, 59, 64, 65, 66, 67, 75, 80, 81], "again": [1, 5, 23, 24, 34, 48, 75, 77], "initi": [1, 2, 3, 4, 5, 6, 8, 9, 12, 13, 14, 15, 16, 19, 20, 22, 23, 28, 34, 51, 52, 54, 61, 64, 67, 68, 73, 75], "ctrl": [1, 2, 5, 7, 14, 17, 19, 24, 28, 30, 34, 36, 37, 41, 53, 54, 57, 61, 63, 64, 65, 66, 68, 69, 75, 80], "condit": [1, 2, 15, 16, 21, 26, 34, 35, 36, 38, 39, 55, 58, 68, 69], "more": [1, 2, 3, 4, 5, 8, 9, 10, 12, 13, 14, 15, 18, 19, 21, 23, 27, 30, 32, 36, 39, 41, 42, 48, 52, 53, 54, 55, 58, 59, 61, 64, 67, 68, 73, 75, 77, 79, 80, 81], "wikipedia": [1, 51], "entri": [1, 3, 12, 34, 38, 54, 61, 64, 69, 75, 79], "ctrl_1": 1, "ctrl_2": 1, "00": [1, 4, 9, 13, 16, 24, 26, 28, 59, 67, 68, 79, 80], "11": [1, 3, 4, 9, 11, 13, 16, 17, 18, 20, 21, 23, 24, 26, 28, 30, 34, 59, 67, 68, 69, 73, 75, 79, 80], "onli": [1, 2, 3, 5, 9, 16, 18, 19, 21, 23, 24, 25, 30, 34, 38, 39, 43, 46, 48, 51, 52, 53, 54, 58, 64, 68, 69, 71, 73, 75, 79, 80], "both": [1, 3, 4, 5, 7, 11, 13, 19, 39, 48, 52, 54, 55, 68, 73, 75, 77], "000": [1, 15, 16, 18, 19, 53, 59], "111": [1, 9, 15, 16, 18, 19], "follow": [1, 2, 3, 4, 5, 7, 8, 9, 10, 13, 14, 15, 16, 17, 18, 19, 21, 23, 24, 25, 27, 28, 30, 32, 34, 36, 38, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 57, 59, 60, 61, 63, 64, 65, 69, 71, 72, 73, 75, 76, 77, 79, 80, 81], "common": [1, 3, 9, 10, 18, 19, 21, 22, 23, 34, 38, 41, 42, 69, 73], "convent": [1, 8, 11, 14, 24], "all": [1, 2, 3, 9, 13, 16, 17, 18, 19, 20, 21, 23, 24, 28, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 43, 44, 46, 48, 52, 53, 54, 55, 59, 61, 63, 64, 67, 68, 69, 73, 75, 76, 77, 79, 80, 81], "howev": [1, 4, 9, 13, 15, 16, 18, 21, 23, 24, 48, 51, 52, 54, 79], "behavior": [1, 2, 3, 9, 23, 55], "chang": [1, 2, 5, 9, 13, 15, 19, 29, 32, 34, 38, 51, 59, 75, 80, 81], "instead": [1, 2, 4, 9, 26, 40, 43, 52, 54, 55, 59, 73, 75, 79], "when": [1, 2, 3, 9, 12, 13, 14, 18, 19, 21, 34, 39, 46, 48, 53, 54, 55, 59, 63, 64, 65, 69, 72, 73, 75, 79, 80], "negat": [1, 2, 3, 41, 45, 46], "polar": [1, 41, 45, 55], "syntax": [1, 9, 32, 33, 38, 39, 41, 43, 52, 61, 64, 77, 81], "preced": [1, 41, 52], "01": [1, 4, 7, 13, 16, 21, 26, 28, 68], "10": [1, 4, 7, 9, 10, 11, 12, 13, 14, 16, 17, 18, 20, 21, 23, 26, 28, 30, 34, 37, 38, 55, 59, 61, 64, 65, 67, 68, 69, 73, 75, 77], "notat": [1, 16, 68], "context": [1, 2, 11, 39, 54, 55, 72], "valid": [1, 2, 3, 31, 38, 52, 55, 61, 64, 73, 75, 79], "either": [1, 7, 11, 14, 19, 39, 52, 54, 55, 64, 68, 73, 75, 80], "similarli": [1, 7, 23, 54, 60, 68], "condition": 1, "respect": [1, 2, 3, 4, 8, 13, 14, 19, 23, 28, 34, 51, 52, 54, 59, 63, 67, 68, 73, 75, 80], "e": [1, 2, 3, 4, 7, 8, 9, 10, 12, 14, 15, 16, 18, 19, 20, 21, 22, 27, 30, 33, 34, 35, 37, 38, 39, 40, 41, 42, 48, 51, 52, 53, 54, 55, 64, 69, 72, 73, 75, 79, 80], "project": [1, 55, 72, 73, 75, 76, 79], "onto": [1, 68], "eigenvector": [1, 2, 10, 12], "non": [1, 2, 3, 8, 10, 12, 18, 19, 34, 38, 39, 46, 54, 55, 59, 63, 65], "linear": [1, 5, 9, 11, 12, 15, 22, 26, 53, 59, 64, 68], "avail": [1, 2, 3, 8, 9, 10, 21, 23, 28, 31, 32, 33, 34, 38, 39, 41, 44, 45, 46, 47, 50, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 69, 73, 75, 80, 81], "first": [1, 2, 3, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 26, 28, 30, 31, 34, 46, 52, 53, 54, 55, 56, 61, 63, 64, 65, 66, 69, 75, 80], "api": [1, 13, 24, 27, 30, 31, 34, 36, 40, 41, 44, 46, 51, 52, 53, 54, 55, 59, 61, 64, 65, 72, 73, 75, 77, 79], "regist": [1, 2, 3, 5, 10, 13, 15, 19, 22, 25, 34, 37, 39, 46, 52, 54, 61, 64, 65, 66, 69, 72], "outsid": [1, 9, 75, 79], "Then": [1, 18, 21, 25, 52, 64, 71, 72], "within": [1, 2, 3, 13, 22, 34, 38, 40, 42, 46, 52, 54, 55, 58, 59, 61, 64, 65, 68, 71, 73, 75, 76, 77, 79, 80], "like": [1, 2, 3, 4, 7, 8, 9, 10, 12, 13, 14, 15, 16, 19, 21, 22, 23, 24, 28, 29, 32, 34, 38, 46, 52, 54, 59, 61, 64, 65, 67, 68, 69, 73, 75, 76, 79, 80, 81], "built": [1, 2, 4, 6, 8, 9, 12, 15, 23, 24, 26, 32, 52, 55, 58, 59, 73, 79, 80, 81], "abov": [1, 2, 5, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 19, 21, 23, 24, 34, 36, 41, 51, 52, 53, 54, 55, 59, 61, 63, 64, 66, 68, 69, 72, 73, 75, 77, 79, 80], "level": [1, 2, 3, 13, 23, 29, 32, 33, 34, 39, 41, 51, 52, 53, 54, 55, 69, 72, 76, 81], "register_oper": [1, 13, 61], "accept": [1, 2, 3, 23, 24, 57, 73, 75, 80], "identifi": [1, 2, 3, 4, 13, 14, 19, 21, 73, 75], "string": [1, 2, 3, 5, 19, 27, 30, 34, 36, 37, 44, 51, 55, 59, 65, 69, 75, 79], "numpi": [1, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 28, 30, 37, 51, 61, 64, 67, 73], "arrai": [1, 2, 3, 4, 7, 10, 12, 13, 15, 16, 17, 18, 21, 24, 26, 28, 46, 48, 51, 52, 54, 55, 61, 64, 65, 67, 69], "complex": [1, 2, 3, 4, 8, 12, 16, 20, 26, 42, 48, 51, 54, 59, 61, 67, 68, 79], "A": [1, 2, 3, 4, 7, 8, 9, 10, 12, 14, 16, 17, 18, 19, 20, 22, 28, 29, 30, 34, 37, 38, 41, 48, 51, 52, 59, 61, 64, 66, 67, 68, 71, 72, 73, 75], "1d": [1, 2], "interpret": [1, 8, 58, 64, 73], "row": [1, 2, 3, 30, 61], "major": [1, 73], "import": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 37, 42, 51, 52, 53, 54, 55, 57, 59, 61, 63, 64, 65, 67, 68, 69, 73, 79, 80], "custom_h": 1, "custom_x": [1, 61], "def": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 34, 37, 38, 43, 45, 51, 53, 54, 57, 59, 61, 63, 64, 65, 66, 67, 68, 75, 80], "bell": [1, 13, 16, 34, 79], "sampl": [1, 2, 3, 5, 7, 8, 9, 13, 14, 17, 18, 19, 21, 26, 36, 52, 53, 54, 55, 56, 58, 61, 64, 65, 66, 67, 68, 72, 75, 79, 80], "dump": [1, 2, 3, 26, 34, 37, 53, 54, 59, 64, 65, 67, 79, 80], "macro": [1, 72], "cudaq_register_oper": 1, "uniqu": [1, 2, 3, 9, 14, 18, 21, 34, 39, 41, 46, 54, 77], "name": [1, 2, 3, 9, 13, 14, 16, 19, 34, 36, 41, 44, 50, 51, 52, 53, 54, 55, 63, 67, 68, 69, 72, 73, 75, 76, 79, 80], "represent": [1, 2, 3, 15, 16, 21, 24, 30, 34, 38, 48, 51, 55, 69, 71, 72], "includ": [1, 2, 3, 4, 12, 13, 14, 17, 23, 32, 34, 37, 46, 51, 53, 57, 58, 59, 61, 63, 64, 65, 66, 69, 71, 72, 73, 75, 77, 79, 80, 81], "m_sqrt1_2": 1, "__qpu__": [1, 2, 34, 37, 38, 45, 53, 54, 57, 59, 63, 64, 65, 66, 69, 79, 80], "void": [1, 2, 3, 34, 36, 37, 38, 41, 42, 44, 45, 46, 57, 59, 64, 66, 69, 71, 72, 77, 79, 80], "bell_pair": [1, 2, 3], "r": [1, 4, 13, 18, 19, 41, 46, 52, 53, 54, 55, 63, 64, 69, 75], "int": [1, 2, 3, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 23, 24, 26, 34, 37, 38, 45, 46, 51, 53, 54, 57, 59, 61, 63, 64, 65, 66, 67, 69, 72, 73, 77, 79, 80], "main": [1, 4, 5, 9, 19, 21, 32, 34, 37, 48, 53, 59, 63, 64, 65, 66, 69, 73, 75, 77, 79, 80, 81], "auto": [1, 2, 34, 36, 37, 38, 42, 45, 46, 53, 54, 55, 57, 59, 63, 64, 65, 66, 69, 71, 79, 80], "count": [1, 2, 3, 5, 8, 9, 10, 12, 13, 14, 18, 19, 24, 34, 36, 37, 46, 52, 53, 54, 55, 59, 64, 65, 66, 67, 69, 72], "bit": [1, 2, 3, 4, 5, 7, 13, 16, 17, 18, 19, 24, 26, 34, 37, 39, 46, 48, 54, 55, 64, 65, 66, 68, 72], "printf": [1, 34, 37, 46, 54, 63, 65, 66, 73], "n": [1, 2, 4, 5, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 20, 21, 23, 34, 36, 37, 38, 41, 42, 45, 53, 54, 59, 61, 63, 64, 65, 66, 67, 68, 69, 73, 77, 80], "data": [1, 2, 8, 11, 12, 13, 14, 15, 22, 31, 34, 38, 40, 42, 48, 54, 55, 63, 65, 66, 69, 72, 74, 75, 77, 79], "multi": [1, 4, 15, 16, 24, 30, 31, 32, 33, 36, 39, 41, 45, 50, 51, 52, 53, 59, 61, 62, 63, 68, 72, 73, 79, 80, 81], "msb": 1, "order": [1, 2, 3, 4, 9, 12, 13, 14, 16, 30, 34, 42, 51, 52, 55, 59, 63], "big": [1, 8, 17, 24], "endian": [1, 17, 24], "show": [1, 8, 9, 11, 13, 14, 15, 16, 18, 21, 22, 23, 30, 51, 54, 61, 63, 64, 73, 75], "differ": [1, 2, 3, 7, 9, 10, 11, 12, 13, 15, 16, 18, 19, 23, 24, 28, 30, 48, 52, 53, 54, 58, 59, 64, 67, 73, 75, 77, 80], "test": [1, 9, 11, 12, 17, 18, 19, 23, 31, 36, 67, 73, 75], "cnot": [1, 5, 9, 41, 57, 61, 68, 79], "my_cnot": 1, "print": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 28, 30, 34, 37, 46, 51, 53, 54, 59, 61, 63, 64, 65, 66, 67, 68, 69, 73, 79, 80], "500": [1, 23, 68, 80], "exact": [1, 9, 10, 13, 17, 21, 55], "random": [1, 2, 3, 4, 5, 8, 9, 13, 14, 16, 17, 18, 19, 21, 22, 23, 28, 30, 54, 55, 67], "construct": [1, 2, 8, 9, 10, 12, 17, 18, 20, 23, 28, 30, 31, 34, 35, 36, 38, 46, 48, 51, 54, 57, 58, 59, 61, 62, 65, 69], "second": [1, 2, 3, 4, 7, 8, 9, 12, 14, 18, 20, 46, 51, 53, 55, 59, 61, 64], "1j": [1, 12, 13], "xy": [1, 30], "kron": [1, 18], "my_xi": 1, "custom_xy_test": 1, "undo": 1, "prior": [1, 55, 64, 68, 73, 75, 80], "1000": [1, 3, 9, 11, 13, 17, 18, 21, 24, 26, 34, 52, 59, 65, 67, 68, 80], "mycnot": 1, "myxi": 1, "hardwar": [1, 9, 15, 19, 21, 24, 31, 32, 50, 55, 59, 62, 79, 81], "synthes": [1, 3, 21, 41, 45, 69], "current": [1, 2, 3, 9, 30, 32, 34, 44, 52, 54, 55, 72, 75, 79, 81], "orca": [1, 2, 50], "which": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 26, 28, 30, 32, 34, 36, 39, 42, 46, 48, 51, 52, 54, 55, 61, 63, 64, 65, 67, 68, 69, 72, 73, 75, 76, 79, 81], "doe": [1, 2, 3, 7, 9, 15, 16, 21, 30, 32, 34, 38, 46, 51, 53, 54, 73, 75, 77, 79, 80, 81], "increment": [1, 2, 67], "qumod": 1, "up": [1, 2, 3, 7, 9, 14, 15, 17, 21, 30, 36, 42, 51, 52, 55, 58, 63, 64, 67, 69, 72, 75], "maximum": [1, 3, 8, 9, 21, 55], "valu": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 23, 24, 28, 30, 31, 34, 36, 38, 42, 46, 48, 51, 53, 54, 55, 59, 62, 64, 67, 68, 69, 73, 79, 80], "repres": [1, 2, 3, 4, 7, 8, 9, 14, 15, 16, 21, 26, 30, 34, 48, 51, 52, 55, 64, 68, 69], "If": [1, 2, 3, 5, 7, 9, 11, 15, 16, 17, 18, 19, 20, 24, 25, 30, 34, 48, 51, 52, 53, 55, 59, 64, 67, 68, 73, 75, 79, 80], "where": [1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 23, 24, 29, 30, 33, 39, 41, 42, 46, 48, 51, 52, 55, 59, 61, 64, 67, 68, 72, 73, 75, 77, 80], "alreadi": [1, 2, 3, 13, 19, 30, 73, 75, 80], "ha": [1, 2, 3, 4, 5, 7, 9, 13, 14, 16, 17, 18, 19, 21, 24, 26, 28, 34, 41, 48, 52, 53, 55, 58, 59, 64, 67, 68, 73, 75, 79], "effect": [1, 13, 21, 48, 55, 59, 67, 68, 80], "u": [1, 2, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 19, 21, 22, 24, 30, 37, 38, 42, 43, 51, 52, 57, 58, 59, 64, 66, 67, 68, 69], "rangl": [1, 4, 15, 18, 19, 21, 34, 80], "3": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 51, 52, 53, 54, 55, 59, 61, 64, 66, 67, 69, 72, 73, 75, 76, 80, 81], "cdot": [1, 5, 9, 12, 19], "d": [1, 2, 3, 9, 12, 16, 37, 38, 39, 46, 52, 64, 73, 75], "reduc": [1, 2, 10, 13, 18, 19, 55], "minimum": [1, 14, 22, 53], "vacuum": [1, 64], "phase": [1, 2, 3, 5, 12, 15, 21, 41, 52, 64], "shifter": [1, 64], "add": [1, 2, 3, 9, 12, 14, 22, 26, 30, 32, 43, 51, 55, 64, 65, 69, 71, 72, 73, 75, 81], "a_1": [1, 18, 19], "creation": [1, 2, 4, 9, 33, 47, 51, 72], "dagger": [1, 4, 10, 12, 21, 26, 43, 51, 68], "shift": [1, 11, 53, 75], "p": [1, 4, 8, 9, 10, 18, 26, 73, 75], "left": [1, 2, 4, 5, 7, 10, 12, 13, 14, 15, 16, 24, 64, 72, 75], "right": [1, 4, 10, 13, 14, 15], "17": [1, 9, 13, 16, 17, 18, 21, 30, 61, 69, 77], "beam": [1, 52, 64], "splitter": [1, 52, 64], "act": [1, 2, 3, 6, 7, 9, 14, 27, 48, 51, 68], "togeth": [1, 18, 31, 55, 69, 80], "parameter": [1, 2, 3, 8, 9, 10, 13, 14, 20, 22, 23, 34, 36, 38, 41, 51, 53, 58, 61, 63, 65, 67], "relat": [1, 2, 9, 14, 19, 21, 69], "reflect": [1, 37, 55], "a_2": [1, 19], "b": [1, 9, 23, 28, 34, 61, 64], "_": [1, 4, 7, 11, 13, 18, 19, 21, 30, 51], "rang": [1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 28, 30, 32, 37, 38, 45, 46, 51, 53, 54, 57, 61, 67, 75, 80, 81], "34": [1, 9, 18], "return": [1, 2, 3, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 28, 30, 34, 36, 37, 38, 41, 46, 48, 51, 53, 54, 55, 59, 63, 64, 65, 67, 69, 71, 72, 73, 77, 79], "result": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 28, 29, 34, 35, 36, 37, 39, 48, 51, 52, 53, 54, 55, 59, 61, 63, 64, 65, 66, 67, 68, 69, 72, 75, 79, 80], "input": [1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 15, 16, 21, 23, 27, 28, 34, 36, 37, 38, 45, 46, 54, 59, 61, 63, 64, 67], "class": [2, 3, 4, 9, 11, 21, 34, 36, 38, 42, 44, 46, 54, 55, 71, 72], "spin_op": [2, 8, 27, 34, 37, 41, 53, 54, 59, 63], "gener": [2, 3, 4, 5, 8, 9, 10, 12, 13, 14, 15, 18, 19, 22, 24, 27, 30, 34, 36, 37, 38, 39, 41, 42, 45, 47, 52, 53, 55, 58, 63, 64, 65, 66, 68, 69, 71, 75, 79], "sum": [2, 3, 4, 11, 12, 13, 14, 17, 18, 21, 27, 42, 46, 64, 68], "tensor": [2, 3, 11, 18, 27, 32, 42, 53, 54, 72, 81], "product": [2, 3, 5, 18, 27, 31, 32, 42, 53, 80, 81], "expos": [2, 3, 9, 13, 34, 36, 42, 44, 48, 54, 72], "typic": [2, 21, 34, 46, 53, 57, 58, 63, 69, 76, 77], "algebra": [2, 42, 63, 68], "programm": [2, 3, 34, 35, 36, 38, 39, 41, 43, 44, 46, 52, 54, 65], "defin": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 30, 33, 34, 35, 36, 37, 38, 42, 43, 44, 45, 46, 51, 53, 54, 55, 57, 58, 59, 61, 63, 64, 65, 66, 68, 69, 72, 73, 75, 77, 79], "primit": [2, 14, 33, 36, 39, 42, 46, 47, 54, 58, 79], "them": [2, 3, 8, 9, 10, 13, 16, 18, 21, 30, 32, 48, 51, 57, 68, 69, 73, 75, 77, 79, 80, 81], "compos": [2, 3, 11, 14, 21, 38, 39, 52, 64, 69], "larger": [2, 3, 9, 10, 14, 21, 53, 55], "thereof": [2, 39, 42], "public": [2, 9, 34, 36, 42, 44, 46, 54, 71, 72, 75], "type": [2, 4, 5, 6, 7, 9, 13, 14, 15, 18, 20, 27, 33, 34, 36, 38, 39, 41, 42, 47, 51, 52, 54, 55, 57, 61, 63, 65, 68, 69, 72, 75, 79], "spin_op_term": 2, "bool": [2, 3, 13, 34, 38, 41, 42, 44, 54, 72, 79], "we": [2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 21, 22, 24, 26, 30, 32, 34, 37, 41, 43, 48, 51, 52, 54, 55, 57, 58, 59, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 75, 76, 77, 79, 80, 81], "term": [2, 3, 4, 5, 8, 12, 13, 14, 16, 19, 20, 23, 24, 34, 41, 51, 52, 54, 59, 63, 75], "binari": [2, 3, 5, 9, 11, 14, 15, 19, 24, 32, 52, 73, 77, 80, 81], "symplect": 2, "form": [2, 3, 9, 21, 23, 24, 30, 32, 34, 41, 46, 48, 51, 55, 69, 81], "size": [2, 3, 5, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 34, 36, 37, 38, 39, 46, 53, 54, 55, 64, 65, 67, 75, 79], "nqubit": [2, 36, 37, 72], "element": [2, 3, 4, 15, 18, 19, 21, 28, 31, 34, 46, 54, 68], "x": [2, 3, 5, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 34, 36, 37, 38, 41, 42, 43, 45, 51, 52, 53, 54, 55, 57, 59, 61, 63, 64, 65, 66, 68, 69, 73, 75, 77, 80], "next": [2, 4, 5, 8, 9, 10, 12, 13, 17, 19, 20, 21, 23, 28, 30, 48, 64, 65, 69, 73], "z": [2, 3, 6, 8, 9, 11, 12, 13, 14, 16, 20, 21, 22, 24, 25, 26, 27, 28, 30, 34, 37, 41, 42, 51, 53, 54, 59, 63, 65, 67, 73], "y": [2, 3, 5, 7, 8, 9, 11, 12, 13, 15, 18, 19, 20, 24, 25, 27, 28, 30, 34, 37, 41, 42, 51, 53, 54, 59, 63, 65, 73, 75, 77, 80], "site": [2, 3, 8, 13, 64, 80], "csr_spmatrix": 2, "tupl": [2, 3, 9, 13, 28, 34, 38, 64], "doubl": [2, 3, 22, 23, 34, 36, 37, 38, 41, 42, 45, 53, 54, 55, 59, 63, 64, 72, 73, 75], "size_t": [2, 34, 36, 38, 42, 44, 46, 54, 64, 65, 72, 77, 79], "typedef": 2, "zero": [2, 3, 5, 6, 10, 11, 12, 18, 19, 21, 39, 51, 54, 59, 68], "spars": 2, "function": [2, 3, 5, 6, 7, 8, 11, 12, 13, 14, 16, 17, 18, 19, 20, 22, 23, 24, 26, 27, 28, 30, 32, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 51, 52, 53, 54, 55, 57, 58, 59, 63, 65, 67, 69, 72, 77, 79, 81], "pair": [2, 3, 8, 12, 14, 16, 17, 38, 44, 48, 75], "const": [2, 34, 36, 37, 38, 41, 42, 44, 46, 53, 64, 71, 72, 77, 79], "termdata": 2, "constructor": [2, 3], "take": [2, 3, 4, 5, 7, 9, 12, 13, 14, 15, 17, 18, 20, 23, 28, 29, 32, 34, 36, 37, 38, 41, 42, 43, 44, 45, 46, 48, 52, 55, 58, 59, 61, 63, 64, 65, 66, 67, 69, 73, 75, 80, 81], "coeffici": [2, 3, 8, 12, 20, 27, 51, 68], "constant": [2, 7, 20, 46, 48, 69], "id": [2, 3, 34, 44, 46, 52, 54, 55, 73, 75], "coeff": 2, "qubit": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 34, 36, 37, 38, 39, 42, 44, 45, 48, 51, 52, 53, 54, 55, 57, 58, 59, 61, 63, 64, 65, 66, 67, 68, 69, 72, 75, 80], "unordered_map": [2, 34], "_term": 2, "full": [2, 3, 4, 13, 19, 29, 32, 53, 54, 55, 67, 68, 69, 71, 73, 75, 76, 81], "composit": [2, 51], "spin": [2, 3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 20, 23, 24, 26, 28, 34, 37, 42, 48, 51, 53, 54, 59, 63, 64, 67, 69], "op": [2, 3, 12, 13, 20, 48, 63, 69], "map": [2, 3, 5, 8, 9, 13, 18, 21, 23, 26, 34, 46, 51, 69, 75], "individu": [2, 3, 39, 46, 54, 61], "bsf": 2, "from": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 20, 21, 22, 23, 24, 26, 27, 28, 30, 32, 34, 35, 37, 38, 39, 42, 46, 48, 51, 53, 54, 55, 58, 59, 61, 63, 64, 67, 69, 72, 75, 76, 77, 80, 81], "creat": [2, 3, 5, 8, 9, 13, 14, 15, 16, 18, 19, 21, 22, 26, 30, 31, 34, 36, 42, 45, 51, 52, 53, 54, 58, 59, 64, 65, 67, 69, 70, 72, 73, 75, 76, 77, 79, 80], "ident": [2, 12, 13, 14, 18, 19, 21, 48, 51, 63], "numqubit": [2, 37], "given": [2, 3, 4, 7, 8, 9, 10, 14, 18, 19, 20, 21, 23, 24, 34, 46, 51, 52, 54, 55, 59, 63, 72], "o": [2, 9, 10, 13, 15, 23, 37, 52, 53, 54, 55, 63, 64, 65, 66, 69, 73, 75, 77, 79, 80], "copi": [2, 16, 21, 30, 46, 48, 73, 75], "data_rep": 2, "serial": [2, 3, 12], "encod": [2, 3, 5, 9, 14, 19, 21, 34, 42, 54, 65, 68, 72], "via": [2, 3, 4, 5, 7, 11, 13, 16, 21, 24, 26, 31, 33, 34, 36, 39, 41, 43, 45, 46, 48, 51, 52, 54, 55, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73], "real": [2, 8, 10, 12, 13, 15, 17, 20, 21, 30, 58], "imaginari": [2, 4, 12], "part": [2, 3, 4, 12, 17, 19, 23, 34, 46, 69, 71, 73, 75], "append": [2, 3, 6, 8, 10, 11, 12, 13, 17, 18, 19, 20, 21, 22, 23, 28, 30, 38, 52, 54, 55, 61, 64, 67], "larg": [2, 4, 5, 12, 18, 23, 29, 41, 54, 55, 58, 68], "end": [2, 3, 4, 7, 10, 13, 15, 16, 17, 18, 20, 21, 24, 26, 30, 34, 46, 52, 54, 55, 59, 61, 64, 68, 73, 75], "total": [2, 3, 4, 8, 9, 11, 12, 13, 15, 21, 23, 53, 54, 55, 59, 64, 67, 75], "destructor": 2, "iter": [2, 3, 4, 9, 12, 19, 21, 23, 24, 27, 28, 34, 46], "begin": [2, 3, 4, 7, 9, 10, 12, 13, 15, 16, 18, 19, 21, 22, 24, 26, 30, 34, 46, 57, 64, 65, 68], "start": [2, 3, 4, 6, 13, 15, 16, 19, 21, 24, 31, 32, 41, 46, 52, 54, 59, 61, 64, 69, 71, 77, 81], "equal": [2, 10, 21, 24, 30, 48, 54, 55, 59, 68], "v": [2, 3, 4, 8, 10, 12, 13, 14, 19, 34, 37, 38, 43, 48, 53, 67, 69, 73], "noexcept": [2, 41], "subtract": 2, "multipli": [2, 12, 13, 19], "true": [2, 3, 4, 5, 9, 11, 12, 13, 16, 17, 18, 19, 21, 23, 28, 34, 38, 51, 52, 67, 73, 75, 80], "here": [2, 3, 4, 5, 7, 8, 9, 10, 12, 13, 15, 18, 19, 21, 22, 23, 24, 26, 27, 31, 32, 34, 36, 37, 38, 41, 43, 51, 52, 53, 54, 61, 63, 64, 65, 66, 69, 71, 73, 75, 79, 80, 81], "consid": [2, 4, 5, 7, 9, 13, 17, 18, 19, 20, 21, 37, 39, 48, 53, 54, 69, 75], "num_qubit": [2, 3, 13, 20, 42, 53], "num_term": [2, 42], "get_coeffici": [2, 8, 12, 20, 42], "get": [2, 3, 10, 12, 13, 15, 17, 18, 19, 21, 23, 26, 28, 30, 32, 34, 36, 37, 46, 52, 53, 54, 59, 63, 64, 67, 72, 73, 77, 80, 81], "throw": [2, 30], "except": [2, 3, 9, 12, 13, 21, 30, 79], "get_raw_data": 2, "is_ident": [2, 42], "standard": [2, 3, 10, 21, 23, 28, 33, 34, 35, 36, 38, 41, 47, 54, 57, 58, 69, 71, 73, 75, 77, 79], "out": [2, 3, 7, 8, 9, 11, 12, 14, 15, 16, 19, 21, 23, 26, 28, 32, 34, 39, 46, 48, 54, 55, 59, 60, 61, 63, 64, 72, 75, 76, 79, 81], "to_str": [2, 8, 12, 20, 59], "printcoeffici": 2, "getdatarepresent": 2, "getdatatupl": 2, "fulli": [2, 3, 9, 11, 13, 21, 32, 33, 52, 54, 65, 69, 73, 75, 79, 81], "distribute_term": 2, "numchunk": 2, "distribut": [2, 10, 17, 18, 21, 23, 24, 26, 32, 39, 53, 55, 59, 63, 65, 73, 79, 80, 81], "chunk": [2, 39], "for_each_term": [2, 8, 12, 20, 42], "give": [2, 14, 15, 18, 24, 32, 34, 49, 54, 55, 73, 75, 81], "functor": 2, "reduct": 2, "captur": [2, 14, 19, 23, 30, 32, 38, 51, 61, 81], "variabl": [2, 9, 12, 14, 16, 19, 23, 29, 32, 38, 39, 51, 52, 53, 54, 60, 64, 67, 73, 75, 80, 81], "for_each_pauli": [2, 42], "thrown": [2, 79], "than": [2, 3, 12, 13, 14, 15, 16, 17, 19, 20, 23, 24, 25, 30, 41, 48, 53, 55, 59, 61, 68, 73, 75, 79], "user": [2, 3, 4, 5, 8, 9, 13, 18, 21, 29, 32, 34, 36, 37, 39, 40, 43, 46, 51, 52, 53, 54, 55, 64, 67, 69, 72, 73, 75, 81], "should": [2, 3, 13, 15, 19, 20, 23, 33, 34, 39, 41, 42, 44, 46, 52, 54, 55, 59, 72, 73, 75, 79, 80], "pass": [2, 3, 8, 9, 11, 12, 13, 17, 20, 23, 30, 31, 34, 38, 39, 42, 46, 52, 54, 55, 61, 64, 66, 69, 70, 75, 79], "index": [2, 3, 5, 9, 11, 12, 17, 42, 44, 46, 48, 51, 54, 55, 72], "complex_matrix": 2, "to_matrix": [2, 10, 12, 51], "dens": 2, "to_sparse_matrix": 2, "col": 2, "static": [2, 3, 34, 41, 46, 51, 69, 73, 79], "nterm": 2, "unsign": 2, "seed": [2, 3, 4, 8, 9, 13, 14, 18, 21, 22, 23, 30, 55, 67], "random_devic": 2, "specifi": [2, 3, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 23, 24, 25, 27, 28, 30, 34, 37, 38, 39, 41, 42, 43, 44, 46, 51, 52, 53, 54, 55, 59, 61, 64, 65, 67, 69, 72, 73, 75], "overrid": [2, 34, 55, 71, 73], "repeat": [2, 17, 18, 19, 23, 34], "from_word": 2, "pauliword": 2, "word": [2, 3, 8, 12, 19, 20], "g": [2, 3, 9, 14, 19, 20, 21, 27, 33, 34, 35, 38, 39, 40, 41, 42, 48, 51, 52, 53, 54, 55, 64, 69, 72, 73, 75, 76, 79, 80], "xyx": 2, "3rd": 2, "typenam": [2, 34, 36, 37, 38, 41, 45, 46, 77, 79], "qualifiedspinop": 2, "struct": [2, 34, 36, 37, 38, 41, 45, 53, 54, 63, 64, 65, 66, 69, 71, 79], "constexpr": [2, 36, 46, 53], "dyn": [2, 46], "qudit": [2, 35, 39, 41], "system": [2, 3, 4, 9, 12, 13, 16, 20, 22, 23, 24, 29, 34, 39, 44, 46, 48, 51, 52, 54, 55, 58, 59, 63, 64, 67, 68, 71, 73, 76, 77, 79, 80], "inlin": [2, 34, 69], "new": [2, 3, 4, 7, 8, 9, 12, 15, 21, 31, 32, 34, 36, 48, 58, 69, 70, 73, 75, 79, 80, 81], "enable_if_t": 2, "qreg": [2, 3, 12, 14, 53], "contain": [2, 3, 4, 9, 10, 13, 14, 18, 21, 31, 32, 34, 39, 41, 44, 48, 53, 55, 58, 59, 63, 64, 69, 72, 73, 79, 80, 81], "dynam": [2, 13, 31, 36, 38, 39, 46, 52, 57, 58, 69, 79], "time": [2, 3, 4, 9, 10, 12, 13, 14, 15, 17, 18, 19, 20, 23, 24, 25, 26, 30, 31, 33, 34, 37, 39, 46, 47, 52, 53, 54, 55, 59, 64, 65, 67, 68, 69, 73, 75, 80], "By": [2, 9, 10, 23, 29, 34, 41, 51, 52, 53, 54, 55, 59, 64, 77], "value_typ": 2, "indic": [2, 3, 4, 8, 21, 38, 41, 42, 46, 51, 72], "underli": [2, 3, 9, 23, 34, 44, 46, 52, 54, 72], "interfac": [2, 3, 46, 55, 72, 73, 75, 77], "idx": [2, 3, 11, 13, 19, 21, 46, 51, 54], "qspan": 2, "front": [2, 37, 45, 46, 66], "back": [2, 21, 37, 46, 48, 54, 64, 65, 75], "last": [2, 18, 19, 21, 37, 46, 54, 61, 63], "slice": [2, 3, 46], "clear": [2, 3, 16, 34, 46, 72], "destroi": [2, 46], "postcondit": [2, 46], "own": [2, 3, 9, 18, 26, 39, 44, 46, 55, 69, 72, 73, 75, 79], "semant": [2, 3, 33, 38, 39, 40, 43, 45, 46, 48, 69], "held": 2, "explicit": [2, 10, 34, 45, 51, 55, 64, 79], "determin": [2, 4, 5, 7, 8, 9, 17, 20, 23, 31, 55, 59], "check": [2, 9, 19, 21, 32, 52, 53, 64, 68, 73, 75, 80, 81], "norm": [2, 18], "pre": [2, 3, 13, 21, 32, 34, 52, 55, 64, 66, 73, 79, 81], "exist": [2, 3, 8, 16, 21, 30, 32, 33, 34, 39, 40, 59, 71, 73, 75, 79, 80, 81], "could": [2, 9, 10, 12, 19, 23, 30, 53, 57, 68, 73], "from_data": [2, 3, 51], "retriev": [2, 3, 13, 24, 34, 51, 54, 64], "get_stat": [2, 3, 10, 15, 16, 17, 20, 21, 24, 30, 54, 61], "delet": [2, 46, 52, 75, 79], "cannot": [2, 3, 15, 30, 37, 38, 46, 48, 68, 75], "move": [2, 11, 46, 71, 73, 75, 80], "assign": [2, 9, 14, 44, 54, 55, 73], "qview": [2, 5, 10, 12, 15, 19, 37, 38, 45], "observe_result": [2, 3, 12, 34, 63], "encapsul": [2, 11, 34, 46, 54, 79], "observ": [2, 3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 18, 20, 22, 23, 26, 28, 37, 51, 52, 54, 55, 56, 58, 63, 65, 66, 67, 68, 72, 80], "call": [2, 3, 4, 5, 6, 7, 9, 11, 12, 13, 14, 15, 19, 21, 22, 23, 24, 26, 28, 30, 36, 37, 38, 41, 45, 51, 54, 55, 58, 59, 61, 64, 65, 66, 67, 68, 69, 72, 73, 75, 77], "measur": [2, 3, 5, 7, 9, 10, 11, 12, 13, 15, 16, 18, 23, 24, 26, 31, 34, 35, 37, 38, 39, 41, 48, 51, 52, 54, 55, 57, 58, 59, 62, 64, 65, 69, 72, 80], "execut": [2, 4, 9, 13, 15, 21, 30, 31, 32, 33, 34, 36, 38, 39, 44, 45, 51, 52, 54, 55, 58, 59, 60, 62, 63, 64, 65, 67, 69, 72, 75, 76, 77, 79, 80, 81], "ansatz": [2, 4, 6, 9, 13, 14, 22, 23, 34, 37, 53, 54, 63], "circuit": [2, 3, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 28, 33, 34, 38, 39, 42, 43, 47, 48, 52, 53, 54, 55, 58, 59, 61, 63, 64, 69, 71], "global": [2, 3, 9, 14, 21, 34, 38, 53, 59, 64, 73], "expect": [2, 3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 18, 20, 21, 22, 23, 24, 26, 28, 31, 34, 51, 53, 54, 55, 59, 62, 67, 73, 75, 79, 80], "h": [2, 3, 4, 5, 7, 8, 9, 10, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 28, 30, 34, 36, 37, 41, 42, 43, 45, 46, 48, 51, 52, 53, 54, 57, 59, 61, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 75, 77, 79, 80], "precomput": 2, "psi": [2, 6, 7, 10, 12, 16, 24, 30, 34, 37, 59, 68], "sample_result": [2, 3, 19, 24, 34, 64, 79], "wa": [2, 3, 4, 7, 9, 12, 21, 34, 54, 65, 69, 73, 76, 80], "shot": [2, 3, 8, 9, 10, 17, 18, 19, 24, 34, 37, 52, 55, 59, 64, 65, 68, 72], "base": [2, 3, 8, 9, 11, 13, 15, 18, 19, 21, 23, 27, 32, 33, 34, 36, 40, 41, 46, 51, 52, 53, 54, 55, 59, 67, 69, 72, 73, 75, 77, 81], "raw_data": [2, 9, 34], "raw": [2, 3, 9], "convers": [2, 34], "simpli": [2, 30, 68, 75, 80], "ignor": [2, 9, 19, 55], "fine": [2, 34, 65, 66, 68], "grain": [2, 34, 65, 66], "explicitli": [2, 9, 10, 48, 52, 55, 69, 77, 79], "request": [2, 3, 34, 52, 53, 54, 55, 64, 75], "oppos": [2, 79], "observe_data": 2, "spinoptyp": [2, 34], "sub": [2, 3, 33, 34, 37, 38, 46, 47, 51, 75], "id_coeffici": [2, 34], "observe_opt": [2, 34], "option": [2, 3, 4, 7, 9, 10, 12, 13, 17, 18, 22, 23, 24, 28, 29, 34, 36, 41, 44, 51, 52, 53, 54, 59, 63, 64, 66, 67, 72, 73, 75], "async_observ": 2, "param": [2, 4, 13, 14, 17, 37, 38, 41, 53, 67], "run": [2, 3, 5, 7, 8, 9, 11, 12, 17, 18, 23, 24, 31, 33, 34, 37, 51, 52, 53, 54, 55, 56, 58, 63, 64, 65, 66, 67, 69, 72, 73, 75, 76, 79, 80], "applic": [2, 4, 5, 7, 9, 10, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 27, 31, 34, 41, 45, 52, 55, 58, 59, 61, 62, 75, 76, 79, 80], "num_trajectori": 2, "trajectori": 2, "presenc": 2, "simul": [2, 4, 6, 8, 10, 12, 17, 18, 19, 23, 24, 28, 29, 30, 31, 32, 33, 34, 50, 51, 52, 56, 58, 59, 62, 64, 65, 67, 69, 70, 73, 80, 81], "noisi": [2, 17, 18, 21, 31, 62, 64], "quantumkernel": [2, 34, 45], "arg": [2, 3, 9, 11, 15, 18, 34, 36, 41, 45, 51, 54, 59, 69, 75], "is_invocable_r_v": 2, "member": [2, 3, 14, 38], "conveni": [2, 15, 27, 42, 48, 73, 75], "what": [2, 3, 4, 8, 9, 10, 14, 16, 18, 19, 23, 30, 31, 32, 56, 67, 72, 79, 81], "": [2, 3, 4, 5, 9, 10, 12, 14, 15, 16, 17, 18, 20, 21, 23, 24, 26, 28, 30, 31, 34, 41, 44, 48, 51, 52, 53, 54, 57, 58, 59, 63, 64, 65, 66, 67, 69, 71, 73, 75, 76, 77, 80], "spinopcontain": 2, "termlist": 2, "everi": [2, 3, 14, 17, 18, 20, 32, 53, 54, 58, 59, 64, 65, 73, 80, 81], "concept": [2, 33, 34, 38, 40], "executioncontext": 2, "abstract": [2, 3, 27, 33, 34, 36, 41, 42, 44, 46, 54, 58], "how": [2, 6, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 27, 28, 30, 32, 34, 36, 41, 51, 53, 54, 55, 58, 59, 61, 62, 64, 65, 66, 67, 69, 72, 73, 75, 76, 79, 80, 81], "shots_": 2, "basic": [2, 6, 31, 53, 61, 75, 80], "invoc": [2, 3, 36, 38, 44, 46, 54, 55, 72], "expectationvalu": 2, "nullopt": 2, "optimization_result": [2, 34], "optresult": 2, "optim": [2, 4, 6, 8, 9, 11, 12, 13, 14, 18, 19, 23, 31, 32, 33, 43, 46, 48, 51, 52, 53, 55, 62, 69, 71, 73, 75, 81], "hasconditionalsonmeasureresult": 2, "fals": [2, 3, 4, 8, 9, 12, 13, 16, 17, 19, 20, 21, 73, 75], "being": [2, 3, 5, 6, 16, 26, 33, 34, 48, 55, 64, 79], "statement": [2, 7, 25, 34, 35, 58], "noise_model": [2, 3, 13, 17, 18, 26], "noisemodel": [2, 3, 13, 17, 18, 26], "nullptr": 2, "canhandleobserv": 2, "flag": [2, 13, 38, 51, 52, 54, 55, 64, 69, 71, 75, 79], "handl": [2, 3, 9, 20, 52, 53, 54, 55, 64, 72, 75, 79], "task": [2, 5, 9, 13, 21, 24, 30, 34, 42, 54, 55, 59, 69, 72], "under": [2, 3, 13, 18, 21, 51, 52, 71, 72, 73, 75, 79], "asyncexec": 2, "occur": [2, 3, 9, 12, 18, 25, 34, 39, 64, 68, 75], "asynchron": [2, 3, 10, 12, 13, 24, 34, 44, 54, 59, 64, 67], "detail": [2, 3, 4, 8, 10, 13, 14, 17, 32, 33, 39, 51, 52, 53, 55, 72, 73, 75, 80, 81], "futur": [2, 3, 34, 50, 52, 54, 55, 64, 73, 75], "futureresult": 2, "store": [2, 3, 4, 12, 13, 16, 20, 39, 46, 54, 59, 64, 67, 68, 69], "async_result": [2, 64], "asyncresult": [2, 67], "async_sample_result": [2, 34, 54], "so": [2, 5, 8, 9, 10, 12, 13, 14, 16, 17, 18, 19, 21, 23, 28, 30, 34, 51, 52, 54, 55, 65, 68, 69, 71, 72, 73, 75, 79, 80], "boundari": [2, 11], "unique_ptr": 2, "simulationst": 2, "pointer": [2, 3, 79], "amplitudemap": 2, "amplitud": [2, 3, 5, 15, 17, 21, 51, 52, 54, 61, 64, 67, 68], "overlapcomputest": 2, "overlap": [2, 3, 12, 54], "overlapresult": 2, "trace": [2, 3, 16, 21, 26, 53], "kerneltrac": 2, "tracer": 2, "persist": [2, 34, 39, 53, 75], "resourc": [2, 4, 19, 23, 28, 44, 53, 54, 55, 59, 73, 75], "kernelnam": [2, 3], "batchiter": 2, "batch": [2, 28, 39], "observe_n": 2, "sample_n": 2, "totaliter": 2, "registernam": [2, 34], "mid": [2, 3, 55], "mode": [2, 3, 9, 24, 37, 39, 51, 52, 64, 69, 73], "keep": [2, 5, 18, 34, 55], "track": [2, 34, 68], "reorderidx": 2, "inform": [2, 3, 5, 7, 9, 12, 13, 16, 19, 21, 23, 27, 32, 34, 39, 41, 44, 46, 52, 53, 54, 55, 59, 64, 67, 68, 69, 73, 75, 77, 78, 80, 81], "reorder": 2, "after": [2, 3, 4, 7, 9, 13, 16, 30, 34, 52, 59, 61, 64, 69, 73, 75], "empti": [2, 3, 12, 36, 42, 55, 64, 75], "mean": [2, 3, 5, 13, 15, 16, 17, 21, 23, 41, 48, 55, 64, 67, 75, 80], "char": [2, 37, 54, 59, 73, 79, 80], "invocationresultbuff": 2, "buffer": [2, 54, 79], "note": [2, 3, 9, 10, 14, 16, 18, 19, 20, 21, 24, 30, 37, 39, 48, 52, 53, 54, 59, 61, 64, 68, 69, 73, 75, 79], "need": [2, 3, 4, 5, 9, 13, 14, 15, 18, 19, 23, 24, 26, 30, 48, 51, 52, 53, 54, 55, 59, 63, 64, 67, 72, 73, 75, 76, 79], "abl": [2, 9, 13, 24, 34, 52, 53, 54, 59, 75, 79, 80], "numbertrajectori": 2, "calcul": [2, 3, 5, 6, 7, 9, 11, 16, 19, 21, 24, 28, 53, 54, 59, 64, 67], "job": [2, 13, 14, 34, 52, 53, 54, 64, 75], "qpu": [2, 3, 10, 12, 13, 23, 24, 28, 31, 32, 33, 34, 39, 44, 52, 54, 55, 58, 59, 63, 64, 67, 72, 79, 80, 81], "extra": [2, 11, 12, 41, 48, 52], "configur": [2, 8, 9, 13, 22, 44, 52, 53, 54, 55, 64, 67, 69, 72, 73, 75, 76, 79, 80], "later": [2, 7, 9, 12, 13, 16, 17, 34, 38, 54, 64, 73, 75], "server": [2, 52, 54, 64, 75], "file": [2, 4, 9, 13, 34, 41, 52, 53, 54, 59, 60, 64, 67, 69, 71, 72, 73, 75, 76, 77, 79, 80], "read": [2, 3, 13, 14, 19, 61, 64], "wrap": [2, 34, 36, 48, 51], "t": [2, 3, 4, 7, 10, 15, 20, 21, 30, 32, 34, 37, 38, 41, 42, 51, 53, 55, 61, 64, 65, 68, 73, 75, 81], "case": [2, 3, 7, 8, 9, 12, 14, 15, 16, 17, 18, 23, 25, 26, 28, 34, 48, 51, 57, 61, 63, 73, 77, 79], "must": [2, 3, 13, 17, 18, 19, 23, 24, 33, 34, 38, 40, 43, 46, 48, 51, 52, 55, 64, 68, 71, 72, 73, 75, 79, 80], "some": [2, 4, 8, 9, 11, 13, 15, 16, 17, 19, 20, 23, 25, 29, 32, 34, 48, 53, 54, 55, 68, 69, 71, 72, 73, 75, 76, 79, 80, 81], "point": [2, 3, 9, 15, 30, 34, 38, 41, 54, 55, 69, 72, 73, 75], "same": [2, 3, 7, 9, 12, 13, 14, 15, 16, 17, 18, 21, 23, 28, 30, 34, 48, 52, 54, 59, 64, 66, 67, 69, 72, 73, 75, 79], "runtim": [2, 9, 33, 34, 36, 39, 52, 53, 54, 55, 63, 69, 72, 75, 77], "_job": 2, "qpunamein": 2, "config": [2, 4, 55, 72, 73, 75, 80], "info": [2, 21, 53, 55, 60, 69], "requir": [2, 3, 4, 7, 8, 9, 10, 11, 13, 15, 16, 19, 21, 23, 28, 30, 34, 38, 40, 41, 43, 45, 46, 48, 51, 52, 53, 54, 55, 64, 67, 68, 73, 76, 80], "date": 2, "even": [2, 7, 9, 14, 17, 19, 24, 32, 55, 73, 75, 79, 81], "face": [2, 21, 40], "itself": [2, 45, 48, 54, 73, 75], "collect": [2, 3, 4, 8, 12, 13, 16, 59], "pertin": [2, 34, 40, 45, 46], "remot": [2, 3, 34, 39, 50, 53, 55, 60, 67], "rest": [2, 3, 5, 13, 16, 17, 33, 52, 54, 55, 64, 73, 75, 79], "wait": [2, 3, 9, 13, 24, 53, 54, 59, 64], "until": [2, 3, 9, 13, 17, 21, 24, 59, 64], "readi": [2, 19, 22, 64, 75], "executionresult": 2, "correspond": [2, 3, 4, 6, 8, 9, 10, 12, 13, 14, 20, 21, 23, 27, 28, 34, 52, 64, 65, 73, 75, 77], "well": [2, 3, 5, 10, 12, 13, 18, 19, 20, 27, 32, 34, 37, 39, 51, 55, 72, 75, 76, 79, 81], "integ": [2, 3, 12, 14, 17, 24, 31, 38, 44, 54, 55, 59, 61, 67], "1st": [2, 16, 26], "bitstr": [2, 3, 5, 9, 14, 17, 34], "m": [2, 4, 8, 9, 10, 12, 18, 30, 37, 42, 54, 55, 64, 67, 69, 73, 75, 79, 80], "tripl": [2, 69], "long": [2, 24, 34, 37, 59, 73, 75, 79, 80], "length": [2, 5, 18, 64], "deseri": [2, 3], "discuss": [2, 9, 16, 28, 71], "brief": [2, 72], "countsdictionari": [2, 34], "assum": [2, 3, 8, 9, 13, 14, 16, 17, 18, 19, 39, 41, 46, 51, 54, 55, 59, 64, 72, 73, 75, 77], "expval": [2, 34], "other": [2, 3, 4, 8, 9, 12, 13, 14, 15, 16, 18, 19, 20, 22, 23, 24, 26, 30, 31, 33, 36, 38, 41, 46, 48, 51, 52, 53, 54, 55, 57, 58, 59, 64, 73, 75, 79, 80], "appendresult": 2, "globalregisternam": [2, 34], "classic": [2, 4, 7, 8, 9, 11, 12, 13, 14, 15, 16, 22, 23, 33, 35, 38, 39, 41, 42, 46, 48, 54, 58, 59, 64, 68, 69, 72, 73, 76, 79], "sequentialdata": 2, "sequenti": [2, 3, 34, 53, 59], "collat": [2, 3], "holist": 2, "nullari": 2, "precomputedexp": 2, "__global__": [2, 3, 34, 53, 64, 77], "has_expect": 2, "string_view": [2, 34, 72], "anoth": [2, 5, 9, 16, 17, 19, 37, 38, 48, 55, 61, 64, 66, 73], "register_nam": [2, 3, 34], "tandem": [2, 67], "to_map": [2, 34], "regnam": 2, "merg": [2, 3, 69], "necessari": [2, 12, 19, 52, 54, 55, 64, 69, 73, 75, 79], "document": [2, 3, 23, 30, 31, 32, 33, 41, 50, 52, 53, 55, 71, 72, 73, 75, 79, 81], "exp_val_z": 2, "deprec": [2, 3, 23, 50, 54, 55], "probabl": [2, 3, 17, 18, 19, 26, 34, 59, 68, 79], "most_prob": [2, 3, 5, 8, 19, 37, 59, 68], "most": [2, 3, 8, 9, 13, 14, 16, 19, 23, 24, 32, 34, 48, 53, 59, 61, 64, 69, 73, 75, 76, 79, 81], "ostream": [2, 79], "output": [2, 3, 4, 7, 11, 16, 19, 21, 30, 38, 51, 52, 56, 59, 69, 75, 79, 80], "stream": [2, 9, 39], "extract": [2, 3, 4, 7, 9, 10, 12, 16, 19, 27, 34, 36, 37, 46, 48, 59, 69, 73, 75], "unord": 2, "get_margin": [2, 34], "marginalindic": [2, 34], "margin": [2, 18], "those": [2, 19, 32, 34, 38, 48, 51, 54, 55, 69, 81], "subset": [2, 3, 9, 11, 21, 34, 38, 46, 48], "rvalu": 2, "refer": [2, 13, 14, 16, 19, 23, 31, 34, 38, 39, 46, 48, 52, 53, 54, 55, 64, 73, 75], "newbitstr": 2, "oldbitstr": 2, "process": [2, 3, 9, 10, 15, 17, 21, 23, 24, 25, 33, 34, 39, 44, 52, 53, 54, 55, 58, 64, 67, 68, 69, 73, 79], "const_iter": 2, "cbegin": 2, "cend": 2, "has_even_par": 2, "pariti": [2, 51], "sample_opt": [2, 34], "async_sampl": 2, "express": [2, 3, 13, 16, 21, 28, 32, 34, 35, 36, 37, 39, 42, 51, 54, 58, 65, 66, 69, 79, 81], "final": [2, 3, 4, 6, 9, 12, 13, 16, 20, 23, 28, 51, 54, 63, 65, 67, 69, 72, 73], "variad": [2, 34], "concret": [2, 3, 14, 34, 59, 63], "evalu": [2, 3, 9, 12, 23, 28, 34, 53, 54, 55, 63], "dictionari": [2, 3, 13, 18, 34, 59, 65], "extens": [2, 30, 33, 34, 40, 46, 50, 72, 75, 77, 80], "describ": [2, 3, 5, 10, 12, 13, 16, 18, 19, 26, 44, 46, 51, 52, 66, 68, 72, 73, 75, 79], "effici": [2, 9, 13, 19, 21, 23, 29, 55], "manner": [2, 34, 54, 72], "client": [2, 34, 53, 73], "remain": [2, 3, 4, 45, 64, 73], "gpu": [2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 15, 17, 20, 21, 23, 24, 28, 31, 32, 33, 39, 51, 54, 56, 58, 62, 72, 73, 77, 79, 80, 81], "devic": [2, 3, 9, 11, 13, 17, 18, 21, 23, 24, 26, 28, 34, 37, 38, 41, 45, 52, 53, 54, 55, 59, 64, 69, 72, 75], "cpu": [2, 4, 5, 9, 11, 13, 14, 15, 16, 17, 18, 20, 21, 24, 26, 30, 31, 50, 53, 54, 58, 59, 67, 69, 73, 75, 79, 80], "memori": [2, 9, 11, 20, 21, 35, 38, 39, 46, 48, 53, 54, 55, 58, 67, 69, 75], "primari": [2, 3, 5, 8, 34, 46, 72], "goal": [2, 5, 9, 14, 19, 20, 23], "minim": [2, 8, 9, 13, 14, 18, 21, 22, 23, 28, 30, 31, 73, 75, 80], "transfer": [2, 54, 55], "subclass": [2, 34, 72], "cusvstat": 2, "scalartyp": [2, 79], "remotesimulationst": 2, "nvqir": [2, 31, 69, 70, 72], "mpssimulationst": 2, "tensornetsimulationst": 2, "made": [2, 14, 19, 20, 59, 75], "extent": [2, 3, 55], "enum": [2, 4], "precis": [2, 3, 15, 22, 23, 53, 55, 61, 68], "enumer": [2, 3, 5, 13, 18, 21, 37], "fp32": [2, 3, 23, 53, 54, 55], "fp64": [2, 3, 12, 13, 22, 29, 50, 53, 54, 55], "simulation_precis": 2, "possibl": [2, 7, 8, 9, 13, 16, 17, 18, 21, 30, 33, 48, 68, 75, 77, 79], "float": [2, 3, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 18, 19, 20, 22, 23, 27, 28, 34, 37, 38, 41, 45, 53, 54, 55, 61, 63, 72], "tensorstatedata": 2, "dimens": [2, 3, 6, 8, 9, 12, 14, 16, 21, 28, 34, 51, 55], "state_data": 2, "variant": [2, 13, 41], "custatevec": [2, 53, 54, 55, 72], "attempt": [2, 19, 79], "care": [2, 34, 79], "taken": [2, 9], "ensur": [2, 3, 12, 13, 69, 71, 73, 75, 79], "comparison": [2, 7], "compat": [2, 3, 40, 55, 73], "registeredtyp": 2, "declar": [2, 13, 34, 38, 39, 41, 69, 72, 77, 79], "themselv": [2, 52, 57], "plugin": [2, 32, 71, 73, 75, 81], "myinterfac": 2, "column": [2, 3, 30], "upon": [2, 6, 16, 24, 48, 59, 64, 68, 75], "destruct": 2, "rawdata": 2, "intern": [2, 3, 54], "modifi": [2, 37, 38, 41, 45, 48, 55, 75], "correct": [2, 5, 15, 16, 18, 21, 37, 58, 64, 73, 75], "j": [2, 3, 8, 9, 10, 12, 14, 15, 18, 19, 20, 21, 24, 37, 38, 42, 67, 73], "minimal_eigenvalu": [2, 3], "eigenvalu": [2, 3, 10, 12, 14, 55], "thei": [2, 3, 4, 6, 9, 12, 13, 14, 16, 17, 19, 38, 46, 48, 58, 68, 73, 75], "set_zero": 2, "seen": [2, 7, 13, 19, 21], "manag": [2, 4, 52, 53, 54, 73, 75], "instruct": [2, 13, 19, 21, 32, 39, 41, 43, 48, 52, 53, 55, 64, 65, 69, 73, 75, 79, 80, 81], "control": [2, 3, 10, 12, 14, 15, 19, 31, 32, 33, 36, 37, 38, 39, 41, 43, 45, 46, 47, 48, 51, 52, 54, 55, 57, 58, 61, 62, 64, 65, 68, 69, 72, 75, 81], "flow": [2, 11, 33, 34, 38, 47, 55, 58, 69], "path": [2, 3, 30, 52, 69, 72, 73, 75], "thu": [2, 13, 16, 51, 53, 54, 55, 68, 69], "might": [2, 4, 9, 12, 17, 21, 36, 41, 48, 50, 53, 54, 66], "produc": [2, 3, 4, 5, 8, 9, 10, 12, 14, 17, 19, 24, 28, 34, 37, 42, 43, 48, 57, 59, 65, 69, 72, 79], "elementtyp": 2, "is_integral_v": 2, "is_signed_v": 2, "exclus": [2, 7], "stop": [2, 13, 59, 75], "step": [2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 19, 20, 21, 23, 28, 37, 51, 64, 69, 73, 77, 80], "reach": [2, 17, 21, 67], "is_invocable_v": 2, "draw": [2, 3, 5, 6, 7, 9, 15, 18, 19, 21, 24, 26, 30, 59], "utf": [2, 3], "8": [2, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 28, 32, 34, 37, 38, 39, 50, 51, 52, 53, 54, 55, 64, 67, 69, 73, 75, 80, 81], "usag": [2, 3, 54, 67], "iostream": [2, 53, 57, 59, 64, 79], "mz": [2, 3, 5, 7, 10, 13, 16, 18, 19, 24, 25, 34, 36, 37, 48, 52, 53, 54, 57, 59, 61, 64, 65, 66, 67, 68, 69, 79, 80], "cout": [2, 53, 59, 64, 79], "q0": [2, 3, 5, 6, 7, 9, 15, 17, 19, 21, 24, 26, 30, 48], "q1": [2, 3, 5, 7, 9, 15, 17, 19, 21, 24, 26, 30, 48], "ry": [2, 3, 6, 8, 9, 10, 11, 16, 28, 34, 37, 38, 41, 43, 53, 54, 61, 63], "59": [2, 3, 14, 34, 37, 54, 63], "callabl": [2, 3, 33, 34, 36, 37, 38, 57, 63, 65], "trivial": [2, 9, 17, 19, 34, 54, 63, 76], "signatur": [2, 3, 34, 36, 38, 66, 69], "without": [2, 3, 12, 21, 23, 34, 38, 45, 52, 55, 64, 73, 75, 79, 80], "regard": 2, "depth": [2, 9, 49], "etc": [2, 3, 38, 39, 51, 54, 55, 58, 64, 72, 73, 75, 80], "kraus_op": 2, "krau": [2, 3, 26], "initializer_list": 2, "initlist": 2, "adjoint": [2, 15, 19, 36, 37, 41, 45, 48, 61, 69], "flatten": [2, 21, 79], "nrow": [2, 11, 30], "ncol": [2, 30], "kraus_channel": [2, 13], "channel": [2, 3, 13, 16, 18, 26, 75], "action": [2, 4, 34, 37, 38, 75], "matric": [2, 3, 4, 12, 55], "amplitude_damping_channel": 2, "bit_flip_channel": 2, "depolarization_channel": [2, 26], "phase_flip_channel": 2, "inputlist": 2, "inop": 2, "lvalu": 2, "make": [2, 3, 7, 8, 13, 15, 16, 23, 30, 34, 54, 55, 69, 72, 73, 75, 77, 80], "get_op": 2, "push_back": [2, 38], "noise_model_typ": 2, "noise_typ": 2, "unknown": [2, 16, 69, 75], "autom": [2, 72], "damp": 2, "error": [2, 9, 10, 13, 17, 26, 30, 31, 41, 48, 52, 53, 55, 58, 64, 73, 75, 79], "depolar": [2, 3, 13, 26], "densiti": [2, 3, 13, 16, 17, 18, 26, 30, 50, 53, 55], "predicatefuncti": 2, "callback": [2, 3, 22, 23], "operand": [2, 3, 41, 54], "add_channel": [2, 3, 17, 18, 26], "quantumop": 2, "pred": [2, 69], "add_all_qubit_channel": [2, 3, 13], "numcontrol": 2, "get_channel": [2, 3], "targetqubit": 2, "controlqubit": 2, "relev": [2, 4, 6, 9, 11, 18, 44, 55], "downstream": [2, 31, 72, 76, 78], "object": [2, 3, 4, 8, 9, 13, 14, 18, 20, 24, 28, 30, 34, 48, 54, 59, 69], "logic": [2, 7, 44, 46, 54], "kernel_build": [2, 36], "kernel_builder_bas": 2, "kernelbuildertyp": 2, "mlir": [2, 3, 13, 31, 54, 69, 70, 71, 73], "getargu": [2, 36, 71], "quakevalu": [2, 3, 36], "isargstdvec": 2, "otherwis": [2, 3, 7, 16, 17, 19, 55, 59], "getnumparam": [2, 36], "qalloc": [2, 3, 13, 36, 52, 53, 54, 67], "qvec": [2, 48, 52], "veq": [2, 3, 48, 69], "blockargu": 2, "simplic": [2, 4, 13, 17], "impli": [2, 3, 55], "goe": [2, 39], "scope": [2, 38, 39, 46, 69, 71], "befor": [2, 10, 13, 14, 20, 30, 52, 60, 64, 73, 75], "mai": [2, 3, 7, 9, 12, 13, 14, 18, 34, 36, 38, 39, 41, 45, 46, 51, 52, 53, 54, 55, 58, 59, 60, 64, 66, 73, 75, 77, 79, 80], "garbag": 2, "constantv": 2, "val": [2, 13, 18], "swap": [2, 4, 8, 19, 21, 30, 37, 64], "mod": [2, 5, 19, 41], "is_same_v": 2, "perform": [2, 3, 4, 5, 7, 9, 11, 12, 15, 16, 17, 18, 20, 21, 22, 23, 25, 31, 32, 34, 37, 51, 52, 54, 55, 59, 61, 62, 64, 66, 67, 68, 71, 72, 73, 75, 79, 80, 81], "fredkin": 2, "between": [2, 3, 5, 8, 9, 10, 14, 16, 17, 18, 19, 21, 22, 24, 30, 38, 48, 51, 53, 57, 58, 59, 64, 67, 75, 77], "meant": [2, 33], "thin": [2, 3], "wrapper": [2, 3, 54], "around": [2, 3, 4, 5, 7, 18, 20, 34, 80], "instanc": [2, 3, 9, 16, 21, 34, 36, 41, 46, 53, 54, 55, 58, 75], "quak": [2, 3, 14, 31, 47, 69, 71], "dialect": [2, 3, 69, 71], "arithmet": [2, 38, 39], "getvalu": 2, "actual": [2, 18, 21, 34, 59, 72], "implicitlocopbuild": 2, "arith": [2, 48, 69], "constantfloatop": 2, "canvalidatenumel": 2, "stdvectyp": 2, "do": [2, 3, 4, 9, 13, 15, 16, 18, 19, 21, 32, 41, 43, 46, 48, 53, 54, 55, 57, 58, 61, 65, 68, 69, 73, 75, 76, 77, 80, 81], "loop": [2, 4, 5, 8, 9, 12, 14, 17, 20, 28, 35, 46, 57, 64, 67, 69], "know": [2, 4, 5, 16, 19, 30, 32, 48, 81], "bound": [2, 3, 8, 16, 18], "startidx": [2, 3], "subscript": [2, 3, 52, 53], "stdvec": [2, 48, 69], "constants": 2, "isstdvec": 2, "getrequiredel": 2, "veqtyp": 2, "divid": [2, 14, 19], "invers": [2, 15, 21, 37, 51], "friend": [2, 16], "write": [2, 3, 13, 60, 64, 68, 71, 75, 77], "wai": [2, 3, 7, 12, 19, 23, 24, 28, 34, 45, 48, 51, 52, 59, 61, 73], "code": [2, 3, 5, 7, 8, 9, 10, 13, 14, 15, 16, 19, 22, 23, 27, 28, 30, 33, 34, 36, 37, 38, 39, 42, 43, 45, 46, 48, 51, 52, 53, 54, 55, 59, 63, 64, 65, 67, 68, 69, 71, 72, 73, 76, 77, 79, 80], "mlircontext": 2, "ctx": [2, 11, 71], "f": [2, 5, 7, 9, 13, 16, 18, 19, 20, 21, 28, 37, 38, 51, 73, 80], "high": [2, 13, 18, 52, 67, 69, 79], "serv": [2, 3, 9, 38, 46, 53, 71, 73], "work": [2, 4, 8, 9, 10, 12, 15, 18, 19, 21, 23, 31, 34, 53, 54, 67, 70, 73, 75, 76, 79, 80], "subtyp": 2, "possibli": [2, 4, 38], "deleg": [2, 53, 72, 75], "third": [2, 31, 78], "parti": [2, 16, 31, 78], "immut": 2, "mutabl": [2, 34], "gradient": [2, 6, 11, 31, 53, 62], "df": [2, 18], "dx_i": 2, "scalar": [2, 3, 34], "queri": [2, 3, 5, 7, 34, 44, 54, 63], "whether": [2, 3, 19, 21, 73, 75], "strategi": [2, 34, 39, 45, 72], "thing": [2, 66], "max": [2, 9, 13, 21, 31, 53, 55], "cobyla": [2, 3, 6, 9, 22, 23, 28, 34], "opt": [2, 38, 69, 71, 73, 75], "assert": [2, 5, 13, 19, 21, 23, 37, 38], "requiresgradi": [2, 34], "algo": 2, "opt_val": [2, 53], "opt_param": [2, 13, 34, 53], "dx": [2, 34], "virtual": [2, 4, 32, 34, 53, 54, 59, 63, 67, 72, 73, 81], "achiev": [2, 4, 13, 14, 15, 19, 34, 52, 53, 66], "dim": [2, 3, 21, 53, 55], "optimizable_funct": [2, 34], "opt_funct": [2, 34, 53], "variat": [2, 4, 6, 9, 11, 12, 14, 23, 24, 28, 31, 34], "custom": [2, 3, 13, 23, 26, 32, 34, 38, 51, 54, 55, 61, 65, 71, 73, 75, 78, 79, 81], "ptrtoown": 2, "jdx": 2, "tensoridx": 2, "get_tensor": 2, "just": [2, 7, 9, 13, 14, 19, 24, 33, 47, 54, 59, 60, 65, 68, 69, 75], "rank": [2, 3, 54, 65, 67], "get_num_tensor": 2, "get_num_qubit": [2, 44], "get_precis": [2, 3], "is_on_gpu": [2, 3], "to_host": 2, "hostptr": 2, "numel": 2, "pure": [2, 26, 37, 38, 45], "basisst": 2, "host": [2, 35, 37, 38, 39, 42, 46, 53, 54, 55, 63, 79, 80], "leverag": [2, 3, 9, 12, 21, 34, 36, 38, 41, 45, 46, 55, 65, 69, 72, 76], "separ": [2, 9, 21, 55, 73, 75], "mapper": 2, "inherit": [2, 35, 39, 54], "updat": [2, 9, 23, 34, 52, 64, 73, 80], "protect": [2, 46, 72], "getexpectedvalu": 2, "central_differ": [2, 34], "forward_differ": 2, "parameter_shift": 2, "prescrib": 2, "kernelt": 2, "argsmapp": [2, 34], "setarg": 2, "save": [2, 3, 10, 11, 16, 17, 20, 28, 51, 53, 54, 59, 67, 69, 75, 77], "nvqc": [2, 50, 53], "setkernel": 2, "been": [2, 3, 16, 19, 21, 30, 52, 53, 58, 59, 64, 73, 75], "have": [2, 5, 7, 8, 9, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 29, 30, 32, 34, 48, 51, 53, 54, 55, 59, 64, 67, 68, 71, 73, 75, 76, 77, 79, 80, 81], "funcatx": [2, 3], "func": [2, 34, 48, 69, 71], "clone": [2, 11, 16, 46, 71, 73], "deriv": [2, 7, 9, 10, 19, 34, 68], "exp_h": [2, 34], "forward": [2, 11, 23, 28], "approxim": [2, 8, 9, 12, 13, 14, 17, 23, 31, 55, 59], "registri": [2, 75], "unit": [2, 3, 13, 24, 30, 33, 38, 39, 41, 44, 46, 52, 58, 68], "certain": [2, 3, 8, 13, 21, 25, 29, 46, 53, 54, 55, 72, 75], "connect": [2, 9, 11, 14, 32, 39, 44, 46, 48, 64, 73, 81], "queue": [2, 13, 34, 53, 64], "enqueu": 2, "quantum_platform": [2, 3, 44, 54, 63, 69], "baseremoterestqpu": 2, "baseremotesimulatorqpu": 2, "orcaremoterestqpu": 2, "_qpuid": 2, "setid": 2, "thread": [2, 3, 39, 54, 55, 63, 64, 67, 72], "getexecutionthreadid": 2, "getnumqubit": 2, "getconnect": 2, "issimul": 2, "supportsconditionalfeedback": 2, "feedback": [2, 39, 58, 75], "remotecap": 2, "getremotecap": 2, "capabl": [2, 19, 20, 21, 53, 55, 67, 73, 75], "setshot": 2, "_nshot": 2, "noth": [2, 16], "wish": [2, 9, 53, 54, 63, 75], "isemul": 2, "local": [2, 3, 4, 7, 13, 31, 52, 53, 54, 59, 64, 69, 73, 74, 76], "emul": [2, 3, 13, 24, 52, 55, 64], "quantumtask": 2, "setexecutioncontext": 2, "resetexecutioncontext": 2, "reset": [2, 3, 34, 37, 39, 55, 72], "kernelthunkresulttyp": 2, "launchkernel": 2, "kernelthunktyp": 2, "kernelfunc": 2, "uint64_t": 2, "rawarg": 2, "launch": [2, 34, 54, 55, 75, 80], "pack": [2, 79], "launchserializedcodeexecut": 2, "serializedcodeexecutioncontext": 2, "serializecodeexecutionobject": 2, "onrandomseedset": 2, "notifi": 2, "let": [2, 5, 7, 10, 13, 14, 15, 16, 18, 19, 21, 22, 26, 30, 41, 48, 51, 57, 58, 59, 63, 65, 66, 67, 68, 69, 75, 76, 77, 80], "fermioniqbaseqpu": 2, "querabaseqpu": 2, "basenvcfsimulatorqpu": 2, "submit": [2, 3, 13, 52, 53, 55, 64, 75], "nvcf": 2, "servic": [2, 52, 53, 54, 64, 75], "interact": [2, 3, 4, 8, 13, 44, 51, 75], "enough": [2, 5, 9], "moreov": [2, 16, 34, 39, 52, 54, 58, 72], "synchron": [2, 13, 38, 54, 64], "realiz": [2, 4, 20, 21, 68], "intend": [2, 33, 34, 36, 73, 77], "popul": [2, 3, 12], "platformqpu": 2, "qubitconnect": [2, 44], "fetch": [2, 9], "supports_task_distribut": 2, "multipl": [2, 3, 9, 10, 12, 18, 19, 23, 24, 28, 30, 32, 41, 51, 52, 54, 55, 58, 59, 64, 66, 68, 75, 81], "parallel": [2, 10, 12, 33, 39, 55, 59, 75, 80], "qpu_id": [2, 3, 10, 12, 23, 24, 28, 34, 44, 53, 54, 59, 67], "get_shot": 2, "getter": 2, "onc": [2, 4, 9, 12, 15, 18, 21, 24, 36, 51, 52, 53, 55, 58, 59, 64, 73, 75, 77, 80], "set_shot": 2, "clear_shot": 2, "remov": [2, 9, 21, 48, 50, 53, 54, 55, 75], "numshot": 2, "setter": 2, "set_exec_ctx": 2, "get_exec_ctx": 2, "reset_exec_ctx": 2, "num_qpu": [2, 3, 10, 23, 28, 44, 53, 54, 63], "is_simul": [2, 44], "supports_conditional_feedback": 2, "get_current_qpu": [2, 44], "set_current_qpu": [2, 44], "device_id": [2, 44], "is_remot": [2, 3, 44], "qpuid": [2, 44, 54], "is_emul": [2, 3, 44], "set_nois": [2, 3], "get_remote_cap": 2, "reset_nois": 2, "turn": [2, 11, 15, 53, 60, 72], "off": [2, 3, 9, 11, 12, 15, 19, 53, 54, 73], "enqueueasynctask": 2, "kernelexecutiontask": 2, "launchvq": 2, "kernelarg": 2, "n_param": 2, "vqe": [2, 3, 9, 14, 22, 28, 29, 31, 53, 61], "settargetbackend": 2, "resetlogstream": 2, "log": [2, 3, 32, 53, 73, 75, 81], "getlogstream": 2, "setlogstream": 2, "logstream": 2, "list_platform": 2, "structur": [2, 3, 4, 8, 9, 11, 14, 21, 23, 34, 36, 40, 42, 44, 46, 54, 55, 69, 71, 72, 77], "boolean": [2, 19, 36], "field": [2, 13, 14, 31, 51, 52, 54], "initvalu": 2, "stateoverlap": 2, "serializedcodeexec": 2, "command": [2, 8, 9, 10, 12, 23, 24, 28, 29, 51, 52, 53, 54, 55, 59, 63, 64, 67, 72, 73, 75, 76, 77, 79, 80], "entir": [2, 5, 13, 17, 25, 30, 48, 65, 72], "forth": [2, 54], "commun": [2, 16, 34, 52, 54, 55, 73], "isremotesimul": 2, "ir": [2, 31, 36, 60, 70, 71, 72], "synthesi": [2, 21, 31, 33, 36, 42, 46, 47, 62, 69], "ultim": [2, 69, 72], "ad": [2, 4, 18, 23, 32, 34, 52, 53, 61, 65, 69, 73, 75, 77, 80, 81], "promis": [2, 5, 12], "qubitedg": [2, 44], "thunk": 2, "num_available_gpu": [2, 3, 13, 59, 67], "set_random_se": [2, 3, 8, 11, 14, 16, 18, 19, 55], "caller": [2, 38], "unset_nois": [2, 3], "dealloc": [2, 39, 46, 72], "mpi": [2, 32, 54, 55, 65, 67, 80, 81], "against": [2, 3, 13, 32, 52, 73, 75, 77, 81], "argc": [2, 37, 59, 73, 80], "argv": [2, 37, 59, 73, 80], "program": [2, 10, 23, 24, 31, 33, 36, 38, 41, 46, 47, 52, 53, 54, 55, 56, 58, 64, 65, 67, 69, 73, 75, 77, 80], "is_initi": [2, 3, 65], "num_rank": [2, 3, 67], "all_gath": [2, 3], "gather": [2, 3, 16, 24, 37, 59, 68], "fit": [2, 73], "come": [2, 4, 16, 39, 53, 64, 79], "all_reduc": 2, "binaryfunct": 2, "localvalu": 2, "rootrank": [2, 3], "input_st": [2, 3, 15, 21, 52, 64], "loop_length": [2, 3, 52, 64], "bs_angl": [2, 3, 52, 64], "n_sampl": [2, 3, 64], "10000": [2, 3, 14, 19, 52, 59, 64, 67], "ps_angl": [2, 3, 64], "sample_async": [2, 3, 10, 13, 24, 34, 54, 59, 64], "make_kernel": [3, 13, 36, 52, 53, 54, 67], "els": [3, 9, 11, 12, 13, 17, 19, 21, 30, 36, 54, 55, 59, 64, 73, 77, 80], "int_valu": 3, "float_valu": 3, "pykernel": 3, "argtypelist": 3, "programmat": 3, "str": [3, 5, 8, 9, 12, 13, 17, 18, 19, 20, 52, 54, 59, 64, 68, 79], "argument_count": 3, "alia": [3, 46], "pykerneldecor": 3, "verbos": [3, 4, 56, 69, 73, 76], "modul": [3, 4, 11, 51, 55, 59, 69, 73], "none": [3, 11, 13, 16, 19, 21, 37, 38, 51, 55], "funcsrc": 3, "locat": [3, 52, 54, 73, 75, 79], "overrideglobalscopedvar": 3, "decor": [3, 9, 38, 57], "lower": [3, 13, 23, 51, 69, 72], "ast": 3, "jit": [3, 9], "executionengin": 3, "__call__": 3, "__str__": 3, "extract_c_function_point": 3, "from_json": 3, "jstr": 3, "overridedict": 3, "convert": [3, 4, 9, 10, 12, 17, 19, 23, 27, 34, 51, 63, 69], "json": [3, 52, 54, 64, 75], "merge_kernel": 3, "othermod": 3, "moduleop": 3, "synthesize_callable_argu": 3, "funcnam": 3, "block": [3, 4, 8, 14, 19, 43, 61], "awai": [3, 13, 16, 48], "funcop": [3, 71], "to_json": 3, "self": [3, 9, 11, 14, 73, 75], "reconstruct": 3, "elsewher": [3, 21], "type_to_str": 3, "clean": [3, 4, 21], "kwarg": [3, 9], "languag": [3, 21, 31, 32, 35, 38, 39, 40, 41, 46, 47, 54, 58, 65, 68, 69, 72, 76, 81], "attribut": [3, 38, 65, 69], "coprocessor": [3, 34, 38], "shots_count": [3, 7, 8, 9, 10, 13, 17, 18, 19, 24, 26, 52, 59, 64, 65, 67], "over": [3, 5, 12, 13, 16, 17, 23, 24, 26, 28, 34, 46, 52, 59, 64, 72, 75], "ndarrai": [3, 11, 16, 26, 30, 51], "leav": [3, 16, 26, 52, 64, 75], "doesn": 3, "firstfloat": 3, "secondfloat": 3, "kei": [3, 8, 10, 13, 14, 15, 18, 19, 20, 21, 23, 29, 43, 51, 52, 53, 72, 75, 80], "nois": [3, 9, 13, 17, 21, 26, 34, 44, 52, 55, 64], "model": [3, 9, 17, 20, 23, 26, 31, 33, 34, 36, 38, 41, 46, 47, 48, 51, 52, 54, 64, 69, 72, 75, 80], "sampleresult": [3, 9, 59, 65, 72], "_mlir_lib": [3, 13], "_quakedialect": [3, 13], "cudaq_runtim": [3, 13], "asyncsampleresult": [3, 13, 64], "platform": [3, 13, 23, 24, 31, 32, 33, 41, 47, 50, 51, 52, 53, 55, 59, 63, 67, 69, 72, 73, 75, 80, 81], "Will": [3, 43, 59], "whose": [3, 4, 11, 14, 19, 22, 34, 39, 51, 53, 54, 63, 68], "identif": 3, "spin_oper": [3, 14, 59], "spinoper": [3, 8, 9, 11, 12, 13, 14, 20, 23, 59, 67], "nest": [3, 12, 54], "hermitian": [3, 12], "observeresult": [3, 59], "observe_async": [3, 12, 23, 24, 28, 34, 53, 67], "asyncobserveresult": 3, "arg0": [3, 69], "prepar": [3, 5, 9, 10, 11, 12, 13, 15, 18, 20, 22, 24, 28, 61, 63, 65, 67], "select": [3, 8, 9, 11, 12, 13, 17, 19, 20, 21, 22, 23, 29, 55, 59, 63, 75, 79], "get_state_async": [3, 54], "asyncstateresult": 3, "parameter_count": [3, 8, 9, 14, 22, 23, 67], "argument_mapp": [3, 14], "gradient_strategi": [3, 28], "arg1": 3, "format": [3, 11, 19, 21, 30, 34, 37, 46, 73], "ascii": [3, 30], "latex": [3, 30], "cx": [3, 9, 13, 16, 18, 21, 36, 52, 53, 67, 80], "translat": [3, 16, 19, 21, 24, 34, 68, 69], "qir": [3, 69, 72], "adapt": [3, 14, 21, 32, 81], "openqasm2": 3, "openqasm": 3, "moduleid": [3, 69], "llvmdialectmodul": [3, 69], "source_filenam": [3, 69], "opaqu": [3, 46, 69], "__nvqpp__mlirgen__function_variable_qreg": 3, "_z13variable_qregv": 3, "local_unnamed_addr": [3, 69], "tail": [3, 69], "__quantum__rt__qubit_allocate_arrai": [3, 69], "i64": [3, 69], "__quantum__qis__mz": [3, 69], "9": [3, 4, 8, 9, 10, 11, 12, 13, 17, 18, 20, 21, 23, 24, 28, 34, 38, 39, 64, 69, 73, 75], "7": [3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 23, 24, 28, 32, 34, 38, 39, 41, 46, 54, 64, 67, 69, 73, 75, 81], "__quantum__rt__qubit_release_arrai": [3, 69], "ret": [3, 69], "evolv": [3, 4, 16, 39, 51, 52, 68], "hamiltonian": [3, 6, 8, 9, 10, 11, 12, 13, 14, 20, 22, 23, 24, 26, 28, 37, 51, 52, 53, 54, 55, 59, 63], "operatorsum": 3, "productoper": 3, "elementaryoper": [3, 51], "scalaroper": [3, 51, 64], "schedul": [3, 14, 21, 51, 52, 59, 64], "initial_st": [3, 51], "union": [3, 18], "sequenc": [3, 7, 13, 14, 19, 21, 48, 51, 58], "collapse_oper": [3, 51], "store_intermediate_result": [3, 51], "integr": [3, 4, 13, 23, 31, 33, 39, 46, 52, 54, 75, 76], "baseintegr": 3, "evolveresult": 3, "evolut": [3, 4, 16, 20, 30, 37, 39, 48, 51, 64, 72], "degre": [3, 8, 23, 29, 51], "freedom": [3, 8, 51], "keyword": [3, 13], "access": [3, 4, 5, 7, 10, 12, 13, 15, 20, 23, 24, 28, 32, 34, 39, 52, 53, 55, 65, 66, 67, 68, 72, 81], "properti": [3, 4, 7, 9, 13, 19, 48], "influenc": [3, 13, 29, 39], "dure": [3, 4, 6, 20, 21, 26, 34, 52, 55, 73, 75, 79], "evolve_async": [3, 52, 64], "asyncevolveresult": 3, "has_target": 3, "get_target": [3, 10, 23, 53, 54, 63, 80], "rais": [3, 12, 13, 51], "set_target": [3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 24, 26, 28, 30, 51, 52, 53, 54, 55, 59, 63, 64, 67, 72], "reset_target": [3, 13], "initialize_cudaq": 3, "environ": [3, 4, 9, 13, 23, 26, 29, 32, 52, 53, 54, 60, 64, 71, 73, 75, 80, 81], "detect": [3, 13, 59, 67, 73, 75, 79], "simulationprecis": 3, "underyl": 3, "noindex": 3, "infrastructur": [3, 32, 54, 71, 73, 81], "descript": [3, 21, 51, 53, 55, 72, 73, 75], "featur": [3, 4, 9, 15, 29, 32, 38, 73, 75, 79, 80, 81], "activ": [3, 4, 8, 11, 31, 54, 55, 73, 75, 80], "consist": [3, 4, 9, 17, 19, 21, 23, 28, 51, 59, 61], "physic": [3, 4, 13, 14, 16, 21, 23, 33, 39, 46, 48, 52, 54, 55, 64, 68], "0101": [3, 13, 17], "1010": [3, 13, 17], "consol": [3, 53, 60, 73], "cupi": [3, 51, 75], "gettensor": 3, "compris": [3, 51], "tensori": 3, "mlirvalu": 3, "As": [3, 13, 14, 21, 33, 39, 40, 46, 51, 52, 54, 55, 57, 68, 71], "hold": [3, 12], "__add__": 3, "runtimeerror": [3, 9], "new_valu": 3, "5": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 20, 21, 22, 23, 24, 26, 28, 30, 32, 34, 36, 37, 38, 39, 41, 42, 45, 46, 51, 53, 54, 55, 61, 63, 64, 67, 69, 73, 75, 77, 81], "__radd__": 3, "__sub__": 3, "__rsub__": 3, "__neg__": 3, "__mul__": 3, "__rmul__": 3, "__getitem__": 3, "you": [3, 4, 5, 7, 8, 9, 10, 12, 13, 15, 17, 18, 19, 20, 23, 29, 30, 31, 32, 34, 51, 52, 53, 55, 59, 61, 64, 65, 67, 69, 71, 72, 73, 75, 76, 77, 79, 80, 81], "complexmatrix": 3, "lowest": [3, 4, 21, 23], "num_column": 3, "num_row": 3, "to_numpi": 3, "get_valu": 3, "complexflo": [3, 51], "od": [3, 19], "master": 3, "equat": [3, 4, 5, 13, 14, 15, 19, 21, 51], "solver": [3, 12, 31, 51, 52], "expectation_valu": [3, 6, 51, 63], "intermedi": [3, 16, 51, 69], "were": [3, 5, 9, 13, 19, 23, 30, 51, 75], "final_expectation_valu": 3, "trigger": 3, "final_st": 3, "intermediate_st": 3, "elementari": 3, "operator_id": 3, "further": [3, 7, 8, 41, 48, 57, 59, 69, 72, 80], "simplifi": [3, 55], "classmethod": 3, "op_id": 3, "expected_dimens": 3, "dtype": [3, 10, 12, 13, 18, 21, 26, 51, 61], "definit": [3, 13, 15, 21, 34, 36, 38, 51, 61, 72], "instanti": [3, 30, 34, 39, 45, 46, 51, 53, 54, 79], "To": [3, 9, 13, 14, 15, 18, 19, 21, 26, 34, 38, 41, 46, 51, 52, 53, 54, 55, 58, 59, 63, 64, 65, 69, 71, 72, 73, 75, 76, 77, 79, 80], "addit": [3, 7, 8, 9, 13, 15, 19, 27, 34, 53, 57, 58, 67, 73, 79, 80], "canon": 3, "sort": [3, 8, 12, 19, 76], "neg": [3, 13, 18, 30, 41, 55], "short": [3, 10, 13, 48], "atomic_oper": 3, "rydberghamiltonian": [3, 52, 64], "atom_sit": [3, 52, 64], "delta_glob": [3, 52, 64], "atom_fil": 3, "delta_loc": 3, "quera": [3, 50], "aquila": [3, 52, 64], "machin": [3, 9, 13, 14, 21, 33, 47, 52, 54, 64, 75], "ref": [3, 21, 48, 69], "http": [3, 4, 5, 9, 11, 14, 15, 19, 21, 23, 24, 51, 52, 54, 61, 64, 73, 75], "doc": [3, 9, 54, 64], "aw": [3, 52, 64, 73], "amazon": 3, "com": [3, 4, 5, 9, 11, 13, 14, 15, 21, 24, 52, 55, 64, 73, 75], "braket": [3, 4, 12, 50], "latest": [3, 4, 5, 14, 15, 23, 32, 54, 61, 64, 73, 75, 81], "developerguid": [3, 64], "analog": [3, 52, 68], "html": [3, 23, 61, 64], "ah": [3, 64], "schema": 3, "__init__": [3, 4, 7, 9, 11], "consum": [3, 48, 79], "suppli": [3, 24, 52, 64], "coordin": [3, 30], "tweezer": 3, "trap": [3, 68], "atom": [3, 4, 13, 22, 51, 52, 64, 68], "drive": [3, 4, 8, 39, 51], "omega": [3, 20, 51, 52, 64], "detun": [3, 64], "mark": [3, 9, 79], "occupi": [3, 23, 54], "fill": [3, 38, 64, 72], "factor": [3, 15, 18, 31], "magnitud": [3, 11, 21], "h_k": 3, "dimensionless": 3, "parameter_info": 3, "cudm_stat": 3, "cudensitymatst": 3, "to_cupy_arrai": 3, "termin": [3, 28, 64, 67, 75], "At": [3, 4, 20, 73, 75], "directli": [3, 33, 34, 39, 46, 48, 55, 69, 75, 79, 80], "through": [3, 5, 7, 9, 11, 12, 16, 19, 20, 23, 26, 27, 34, 52, 57, 60, 61, 65, 72, 73, 75, 80], "c_if": [3, 36], "__iter__": 3, "__len__": 3, "equival": [3, 14, 51, 54, 55, 59, 61], "metadata": [3, 22, 69], "experi": [3, 9, 18, 29, 52, 64, 73, 75], "adher": [3, 11, 16, 38, 40, 46, 68, 72], "implicit": [3, 34, 46, 48, 51], "expectation_z": 3, "get_marginal_count": [3, 18], "marginal_indic": 3, "get_register_count": 3, "get_sequential_data": 3, "item": [3, 4, 11, 13, 18, 19, 79], "frequent": 3, "proport": 3, "kick": [3, 54], "pattern": [3, 9, 21, 33, 34, 38, 47, 69, 71], "sub_term": 3, "favor": 3, "get_spin": 3, "accessor": [3, 54], "optimizationresult": 3, "gradientdesc": 3, "initial_paramet": [3, 6, 8, 9, 14], "lower_bound": 3, "max_iter": [3, 9], "requires_gradi": 3, "upper_bound": 3, "upper": [3, 13], "neldermead": [3, 8, 14], "lbfg": [3, 34, 53], "centraldiffer": [3, 28], "parameter_vector": [3, 9, 14, 23, 28, 53], "loss": 3, "forwarddiffer": 3, "parametershift": 3, "krauschannel": [3, 13, 26], "num_control": 3, "bitflipchannel": [3, 13, 17, 18, 26], "decoher": [3, 26, 51], "Its": [3, 46, 55, 68, 69], "vice": 3, "versa": 3, "180": 3, "therebi": [3, 34, 54, 69], "k_0": [3, 26], "k_1": [3, 26], "therefor": [3, 4, 8, 12, 14, 15, 16, 19, 21, 23, 46, 69, 71], "phaseflipchannel": [3, 26], "untouch": 3, "depolarizationchannel": [3, 13, 26], "mixtur": 3, "k_2": 3, "k_3": 3, "2x2": [3, 55], "decai": [3, 26], "And": [3, 13, 14, 48], "behav": 3, "free": [3, 6, 9, 14, 21, 34, 36, 37, 38, 39, 41, 43, 45, 52, 53, 57, 65, 69, 72, 75], "75": [3, 9, 15], "uniform": [3, 8, 9, 14, 17, 18, 34, 37, 59, 67], "amplitudedampingchannel": [3, 26], "dissip": 3, "energi": [3, 4, 9, 10, 13, 22, 23, 28, 34, 53, 63], "due": [3, 9, 13, 22, 26, 30, 34, 52, 55, 59, 79], "ii": [3, 12, 14], "ground": [3, 4, 8, 9, 10, 22, 23, 31, 51, 52, 53, 64, 68], "krausoper": 3, "ki": [3, 12], "dag": [3, 30, 43], "col_count": 3, "row_count": 3, "scatter": [3, 9], "concaten": 3, "arg2": 3, "bin": [3, 17, 21, 52, 54, 64, 73, 75], "interferomet": [3, 52, 64], "tbi": [3, 4, 52, 64], "boson": [3, 51, 52, 64], "done": [4, 9, 12, 13, 19, 23, 30, 46, 60, 73, 75], "collabor": 4, "team": [4, 9], "basf": 4, "In": [4, 5, 7, 8, 9, 12, 13, 14, 16, 17, 18, 19, 21, 24, 25, 26, 28, 30, 34, 38, 48, 51, 52, 54, 55, 57, 59, 61, 63, 64, 65, 71, 72, 73, 79], "tutori": [4, 8, 9, 10, 12, 13, 14, 17, 18, 20, 21, 23, 75], "hybrid": [4, 6, 13, 23, 31, 52, 76, 80], "workflow": [4, 6, 8, 11, 31, 34, 51, 52, 62, 69, 73, 76], "strongli": [4, 8, 13, 73], "algorithm": [4, 6, 8, 9, 10, 13, 14, 15, 20, 22, 23, 28, 31, 33, 36, 38, 47, 48, 53, 54, 55, 59, 61, 63, 66, 75], "eigensolv": [4, 23, 31], "preserv": [4, 16, 26], "propos": [4, 21], "anselmetti": 4, "et": [4, 14, 21], "al": [4, 14, 21], "2021": 4, "psi_t": 4, "estim": [4, 10, 12, 13, 18, 19, 20, 22, 23, 28, 59], "packag": [4, 6, 7, 9, 11, 12, 13, 18, 51, 73, 75, 79, 80], "instal": [4, 9, 11, 12, 13, 18, 19, 21, 22, 30, 31, 32, 51, 52, 55, 69, 71, 72, 76, 77, 79, 81], "pip": [4, 9, 11, 12, 13, 18, 19, 21, 22, 23, 30, 51, 54, 55, 73, 75, 80], "pyscf": [4, 12, 23], "6": [4, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 28, 32, 34, 37, 38, 39, 41, 42, 46, 52, 53, 54, 55, 63, 64, 69, 73, 75, 81], "openfermion": [4, 12, 23], "ipi": 4, "warn": [4, 7, 9, 23, 52], "39": [4, 6, 8, 13, 16, 17, 18, 19, 23, 73, 75], "root": [4, 73, 75], "broken": 4, "permiss": [4, 73, 75], "conflict": [4, 73, 75, 80], "behaviour": 4, "render": [4, 30], "your": [4, 5, 8, 9, 23, 24, 30, 31, 34, 51, 52, 53, 54, 55, 56, 63, 64, 67, 72, 73, 75, 79], "unus": 4, "recommend": [4, 13, 21, 34, 64, 73, 75, 80], "pypa": 4, "io": [4, 23, 61, 75], "venv": 4, "want": [4, 9, 10, 13, 14, 16, 18, 19, 21, 30, 48, 51, 53, 54, 69, 72, 73, 75, 77, 80], "suppress": 4, "matplotlib": [4, 6, 8, 9, 11, 13, 18, 19, 22, 23, 30, 51], "pyplot": [4, 6, 8, 9, 11, 13, 18, 19, 22, 23, 30, 51], "plt": [4, 6, 8, 9, 11, 13, 18, 19, 21, 22, 23, 30, 51], "gto": 4, "scf": 4, "ao2mo": 4, "mcscf": 4, "afqmc_src": 4, "vqe_cudaq_qnp": 4, "get_cudaq_hamiltonian": 4, "utils_ipi": 4, "get_coeff_wf": 4, "gen_ipie_input_from_pyscf_chk": 4, "hamgener": 4, "qmc": 4, "trial_wavefunct": 4, "particle_hol": 4, "particlehol": 4, "analysi": [4, 8, 9, 48, 69], "extract_observ": 4, "nvidia": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 21, 22, 23, 24, 28, 29, 31, 32, 33, 39, 50, 51, 55, 59, 61, 63, 67, 72, 73, 75, 77, 80, 81], "recent": [4, 9, 19, 21], "tricki": 4, "manual": [4, 24, 52, 54, 73, 75], "sever": [4, 9, 65], "streamlin": [4, 31, 80], "update_opt": 4, "use_gpu": 4, "usr": [4, 7, 69, 73, 75, 79], "lib": [4, 7, 69, 71, 72, 73, 75, 76, 79, 80], "python3": [4, 7, 9, 51, 54, 55, 59, 60, 67, 73, 75, 80], "dist": [4, 7, 9, 18, 79], "qutip": [4, 7, 30], "py": [4, 7, 9, 29, 54, 55, 59, 60, 67, 75, 80], "66": [4, 7, 8, 9], "userwarn": [4, 7], "cython": [4, 7], "gt": [4, 7, 16, 21, 24, 28, 73, 75], "molecul": [4, 22, 23, 31], "build": [4, 6, 9, 10, 12, 13, 14, 17, 18, 22, 23, 28, 30, 31, 32, 36, 41, 42, 51, 56, 58, 59, 62, 63, 68, 71, 72, 75, 76, 77, 79, 81], "preliminari": [4, 19], "hartre": [4, 12, 22, 23], "fock": [4, 12, 22, 23, 51], "choos": [4, 17, 19, 26, 59, 64, 75], "chelat": 4, "agent": [4, 73], "substanc": 4, "industri": [4, 13], "scale": [4, 5, 18, 19, 21, 41, 51, 55, 67, 68], "Their": [4, 52, 73], "among": [4, 14, 54], "water": [4, 23], "soften": 4, "redox": 4, "oxid": 4, "bleach": 4, "soil": 4, "remedi": 4, "ligand": [4, 8], "catalyst": 4, "particular": [4, 5, 14, 17, 30, 32, 51, 52, 75, 79, 81], "focu": [4, 19, 21, 29], "fe": 4, "iii": 4, "nta": 4, "below": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 27, 28, 29, 30, 32, 34, 51, 52, 53, 54, 55, 59, 61, 64, 67, 69, 73, 75, 79, 80, 81], "fenta": 4, "geo_fenta": 4, "xyz": [4, 27], "cc": [4, 48, 69, 73], "pvtz": 4, "num_active_orbit": 4, "num_active_electron": 4, "o3": 4, "smaller": [4, 8, 9, 10, 12, 55], "less": [4, 9, 19, 73], "geo_o3": 4, "12": [4, 9, 11, 13, 16, 17, 18, 21, 23, 28, 34, 53, 69, 73, 75, 80], "help": [4, 8, 12, 13, 17, 18, 24, 25, 30, 60, 61, 75], "restric": 4, "open": [4, 13, 52, 54, 64, 69, 73, 75], "shell": [4, 30, 73, 75, 80], "hf": 4, "hartee_fock": 4, "rohf": 4, "chkfile": 4, "chk": 4, "224": [4, 18], "34048064812222": 4, "600": [4, 75], "orbit": [4, 23], "would": [4, 5, 7, 9, 12, 13, 14, 15, 16, 17, 19, 23, 24, 29, 32, 48, 51, 67, 68, 73, 75, 77, 79, 81], "1200": 4, "143": 4, "electron": [4, 13, 22, 23], "imposs": 4, "statevector": [4, 6, 15, 16, 24, 67, 68, 80], "space": [4, 5, 10, 12, 30, 31, 39, 46, 51, 54, 64], "fewer": [4, 8, 9, 19, 20, 23, 55], "contribut": [4, 23, 28, 32, 75, 81], "whole": 4, "post": [4, 13, 21, 34, 52, 75], "casci": 4, "obtain": [4, 9, 12, 13, 17, 18, 22, 23, 30, 32, 52, 53, 73, 81], "bodi": [4, 38], "t_": 4, "pq": 4, "v_": [4, 12], "prq": 4, "sum_": [4, 5, 8, 12, 14, 15, 20, 26, 42, 68], "hat": [4, 12, 80], "pqr": 4, "a_": 4, "tag": [4, 7, 15, 19, 73, 75], "jordan_wign": [4, 23], "generate_hamiltonian": 4, "fix_spin_": 4, "ss": 4, "h1": [4, 51, 52, 64], "shown": [4, 7, 10, 12, 13, 16, 52, 54, 55], "energy_cor": 4, "get_h1eff": 4, "h2": [4, 12], "get_h2eff": 4, "h2_no_symmetri": 4, "restor": 4, "v_pqr": 4, "asarrai": 4, "transpos": [4, 12], "mol_ham": 4, "jw_hamiltonian": 4, "constant_term": 4, "guess": [4, 5, 12, 19], "n_vqe_lay": 4, "maxit": [4, 18, 22, 23, 28], "100": [4, 5, 9, 11, 16, 17, 18, 19, 20, 26, 37, 51, 52], "return_final_state_vec": 4, "n_qubit": [4, 13, 16, 18, 37], "best": [4, 8, 9, 15, 21, 23, 73, 75], "optimized_energi": 4, "energy_optim": 4, "final_state_vector": 4, "state_vec": 4, "vqe_energi": 4, "callback_energi": 4, "num": [4, 10], "16": [4, 8, 9, 13, 17, 18, 19, 21, 23, 24, 28, 30, 53, 61, 69], "18": [4, 9, 13, 17, 18, 21, 30, 61, 69], "n_layer": 4, "3881035525103": 4, "numer": [4, 19, 31], "combin": [4, 5, 10, 12, 18, 19, 23, 27, 29, 31, 58, 59, 68, 78, 79], "walk": [4, 9, 23, 72, 73, 75], "accur": [4, 18, 55], "wide": [4, 14, 21, 48, 69, 79], "solid": 4, "summar": [4, 15, 75], "while": [4, 17, 19, 21, 23, 24, 32, 38, 58, 59, 61, 64, 69, 73, 75, 79, 81], "introduct": [4, 31, 47, 62, 77, 80], "found": [4, 8, 9, 10, 12, 13, 19, 24, 30, 32, 34, 37, 41, 51, 52, 59, 61, 72, 73, 75, 77, 78, 80, 81], "quantiz": [4, 15], "_1": [4, 18], "_2": 4, "h_": [4, 12, 13, 16], "frac": [4, 5, 7, 8, 10, 12, 14, 15, 18, 19, 20, 30, 51], "_r": 4, "fermion": 4, "annihil": [4, 51], "h_1": [4, 51], "h_2": [4, 22, 31], "omit": [4, 73], "propag": 4, "chosen": [4, 23, 55, 67, 73], "slater": [4, 12], "ket": [4, 5, 6, 7, 10, 12, 15, 16, 24, 30, 59, 68], "psi_": [4, 7, 12, 16], "toward": [4, 10, 13], "psi_0": [4, 7, 16], "sim": [4, 13, 52, 64], "lim_": 4, "infti": 4, "delta": [4, 52, 64], "tau": 4, "reli": [4, 21, 41, 69, 75, 77, 79], "squar": [4, 17, 18, 46, 68], "gamma": 4, "becom": [4, 5, 9, 18, 23, 55, 63, 75, 76], "v_0": [4, 14], "n_": 4, "nbsphinx": [4, 19], "l": [4, 9, 19, 23, 28, 34, 69, 77, 79], "choleski": 4, "decomposit": [4, 17, 31, 55], "pr": [4, 31], "ensembl": [4, 59], "walker": 4, "mathcal": [4, 12], "text": [4, 6, 7, 15, 18, 21, 24, 30], "loc": [4, 13], "bra": [4, 6, 10, 24, 59], "mathrm": 4, "mix": [4, 26, 64], "wavefunct": [4, 23, 68], "checkpoint": 4, "ipie_hamiltonian": 4, "chol_cut": 4, "1e": [4, 12, 13, 23, 28, 55, 64], "h1e": 4, "cholesky_vector": 4, "e0": 4, "num_basi": 4, "shape": [4, 11, 16, 21, 23, 28, 67], "num_chol": 4, "nelec": 4, "afqmc_hamiltonian": 4, "reshap": [4, 11, 16], "n_active_elec": 4, "num_dets_for_prop": 4, "len": [4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 27, 28, 37, 46, 51, 54, 59, 64, 67, 80], "compute_trial_energi": 4, "half_rot": 4, "timestep": 4, "num_walk": 4, "num_block": 4, "afqmc_msd": 4, "num_steps_per_block": 4, "25": [4, 9, 11, 13, 15, 18, 19, 20, 25, 37, 53, 54, 55, 59, 61, 67, 75], "005": 4, "stabilize_freq": 4, "96264512": 4, "pop_control_freq": 4, "estimator_filenam": 4, "h5": 4, "finalis": 4, "qmc_data": 4, "filenam": [4, 67], "weight": [4, 8, 9, 21], "weightfactor": 4, "hybridenergi": 4, "edenom": 4, "etot": 4, "e1bodi": 4, "e2bodi": 4, "0000000000000000e": 4, "02": [4, 13, 73, 75], "2437583763935545e": 4, "04": [4, 73, 75], "2437583763935547e": 4, "7639365190228011e": 4, "5201781426292453e": 4, "2276634193515412e": 4, "4127560668989827e": 4, "03": [4, 9, 53], "1711742028818304e": 4, "2473358126540003e": 4, "9999999999999986e": 4, "2473358126540006e": 4, "7646854013277283e": 4, "5173495886737268e": 4, "0031922288872407e": 4, "8320523739865604e": 4, "1743088014788954e": 4, "2489226882493567e": 4, "0000000000000001e": 4, "2489226882493563e": 4, "7650504938463922e": 4, "5161278055970348e": 4, "9900990681040355e": 4, "0008400623205630e": 4, "1736864885170948e": 4, "2495677577437204e": 4, "9999999999999972e": 4, "2495677577437212e": 4, "7659644834889821e": 4, "5163967257452603e": 4, "0009188692360159e": 4, "0005173726372723e": 4, "1748969527283802e": 4, "2495531836556856e": 4, "2495531836556853e": 4, "7675907314082951e": 4, "5180375477526098e": 4, "9997269300807844e": 4, "0010618465796188e": 4, "1752703012577417e": 4, "2502732667629320e": 4, "2502732667629317e": 4, "7663343013337044e": 4, "5160610345707727e": 4, "0012131352337956e": 4, "0019003056579172e": 4, "1770170647504112e": 4, "2513369839216481e": 4, "2513369839216480e": 4, "7660812717909516e": 4, "5147442878693036e": 4, "9936984461419740e": 4, "9929966800671224e": 4, "1765353928750643e": 4, "2516138533920657e": 4, "2516138533920659e": 4, "7660292355465600e": 4, "5144153821544941e": 4, "9902337463172714e": 4, "9910800755312891e": 4, "1761532255317621e": 4, "2518524275281430e": 4, "2518524275281433e": 4, "7674246483479845e": 4, "5155722208198404e": 4, "0012943675389775e": 4, "0013880643723378e": 4, "1780913595074867e": 4, "2512465963277762e": 4, "7677999264623367e": 4, "5165533301345607e": 4, "9628730363609819e": 4, "9223106824565718e": 4, "1749814144939067e": 4, "2517668156221851e": 4, "2517668156221850e": 4, "7688306341863290e": 4, "5170638185641434e": 4, "plot": [4, 6, 8, 9, 11, 13, 18, 20, 21, 22, 23, 51], "vqe_i": 4, "vqe_x": 4, "label": [4, 8, 9, 11, 13, 18, 21, 69, 73, 80], "afqmc_i": 4, "afqmc_x": 4, "xlabel": [4, 6, 8, 9, 11, 21, 22, 23, 51], "ylabel": [4, 6, 8, 9, 11, 21, 22, 23, 51], "legend": [4, 9, 11, 13, 51], "lt": [4, 9, 24, 28], "0x7fea847f35e0": 4, "__version__": [4, 5, 11, 14, 15, 21, 24], "github": [4, 5, 9, 11, 14, 15, 21, 23, 24, 32, 52, 55, 61, 73, 75, 80, 81], "176f1e7df8a58c2dc3d6b1b47bf7f63b4b8d3b63": [4, 5], "bv": 5, "demonstr": [5, 6, 7, 8, 10, 12, 13, 15, 17, 19, 20, 21, 22, 27, 28, 33, 34, 36, 51, 54, 59, 66, 69], "exponenti": [5, 10, 12, 15, 18, 20, 42, 67], "speedup": [5, 20, 23, 53, 67], "suppos": [5, 7, 76], "oracl": [5, 37], "longrightarrow": [5, 7], "dot": [5, 10, 12, 14, 18], "secret": [5, 37, 75], "x_1s_1": 5, "x_2s_2": 5, "x_ns_n": 5, "our": [5, 6, 7, 9, 13, 14, 16, 19, 21, 26, 30, 32, 48, 51, 52, 57, 59, 64, 65, 66, 67, 69, 73, 75, 76, 77, 80, 81], "find": [5, 7, 8, 9, 12, 14, 18, 21, 22, 23, 31, 52, 53, 54, 68, 69, 73, 75], "101": [5, 9, 15, 16, 18, 19, 37], "henc": [5, 15, 16, 24, 48, 51, 52, 54, 59, 67, 68, 73, 75, 79], "dont": [5, 24], "x_3s_3": 5, "strateg": 5, "st": 5, "001": [5, 11, 15, 16, 18, 19, 75], "nd": 5, "010": [5, 15, 16, 18, 19], "rd": 5, "rememb": [5, 7, 9, 24], "perspect": 5, "inner": [5, 16, 46, 54], "mechan": [5, 7, 16, 34, 36, 42, 46, 48, 51, 54, 60, 68, 71], "hidden": [5, 39], "why": [5, 15], "did": [5, 19, 73, 75], "011": [5, 16, 18, 19, 37], "s_3": 5, "isol": [5, 59], "s_2": 5, "difficult": [5, 8, 34], "speak": 5, "advantag": [5, 7, 20, 21, 23, 29, 75], "entangl": [5, 16, 26, 30, 39, 53, 57, 64], "problem": [5, 9, 10, 12, 14, 15, 22, 23, 48, 51, 58], "answer": [5, 7, 15], "black": [5, 7, 9, 13], "box": [5, 7, 26, 79], "setup": [5, 8, 32, 51, 55, 64, 75, 81], "auxiliari": [5, 31], "kickback": 5, "hadamard": [5, 12, 15, 16, 19, 25, 31, 36, 41, 46, 48, 65, 68, 71], "sum_x": 5, "u_f": [5, 7], "oplu": 5, "neq": [5, 7, 8, 19], "chanc": [5, 17, 19, 79], "cell": [5, 8, 12, 13, 16, 17, 23, 27, 30], "small": [5, 9, 10, 18, 19, 23, 55, 79], "increas": [5, 8, 10, 12, 20, 29, 32, 51, 55, 59, 67, 75, 80, 81], "30": [5, 9, 11, 13, 16, 18, 21, 54, 67], "qpp": [5, 9, 11, 13, 14, 15, 16, 21, 24, 50, 53, 55, 59, 67, 69, 72, 75, 80], "qubit_count": [5, 7, 11, 14, 15, 19, 22, 23, 24, 26, 54, 57, 59, 67, 80], "secret_str": 5, "whatev": 5, "prefer": [5, 73, 75], "insid": [5, 9, 13, 54, 75], "auxiliary_qubit": 5, "verifi": [5, 15, 19, 25, 51, 68], "procedur": [5, 6, 8, 9, 12, 17, 21, 22, 23, 28], "bernstein_vazirani": [5, 75], "auxillari": [5, 9, 12, 17], "place": [5, 14, 16, 23, 24, 29, 54, 57, 59], "success": [5, 28, 64, 71], "join": [5, 13, 18, 19], "q2": [5, 9, 15, 19, 21, 30], "q3": [5, 9, 19, 30], "q4": [5, 9, 19], "q5": [5, 19], "11010": [5, 14, 19], "involv": [6, 8, 19, 55, 67, 69, 79], "bloch": [6, 30], "rx": [6, 8, 9, 10, 11, 13, 14, 16, 18, 30, 41, 45, 61, 67], "intial": 6, "cost_valu": [6, 8], "initial_cost_valu": 6, "suit": [6, 21, 75], "alogrithm": 6, "decreas": [6, 51], "x_valu": [6, 8], "y_valu": [6, 8], "epoch": [6, 8, 11, 22, 23], "balanc": 7, "regardless": [7, 12, 16, 79], "ouput": 7, "question": [7, 12], "solv": [7, 8, 12, 14, 15, 51, 58], "treat": [7, 54], "snippet": [7, 51, 53, 54, 63, 69, 75], "don": [7, 15, 32, 34, 53, 81], "elif": [7, 13], "That": [7, 13, 24, 34, 80], "twice": [7, 23], "claim": [7, 17], "evalul": 7, "go": [7, 9, 21, 30, 46, 54, 65, 73, 75], "symbol": [7, 73, 79], "OR": [7, 64], "rule": [7, 19, 23, 51], "modulo": [7, 19], "oplus5": 7, "8_": 7, "oplus4": 7, "9_": 7, "quick": [7, 16, 31, 52, 77], "yield": [7, 16, 24, 55, 68, 80], "align": [7, 15, 16, 69, 79], "remark": [7, 21], "becaus": [7, 18, 19, 21, 48, 55, 64, 73, 75, 80], "overlin": 7, "bar": [7, 14, 15, 18, 30], "top": [7, 9, 13, 18, 19, 54, 61, 72, 76], "denot": [7, 15, 17, 38, 40], "prove": [7, 68], "shall": [7, 16, 68], "tfrac": [7, 16, 68], "summari": 7, "unchang": [7, 26, 69], "simultan": [7, 53], "exploit": [7, 55], "abil": [7, 17, 20, 21, 39, 69], "aim": [7, 9, 14, 19], "diagram": [7, 8, 14, 15, 16, 19, 52, 64], "psi_1": 7, "h_1h_0": 7, "psi_2": 7, "drop": [7, 13], "figur": [7, 8, 9, 10, 11, 15, 16, 17, 19, 20, 21, 23, 29, 69], "pm": 7, "practic": [7, 9, 10, 12, 17, 18, 21, 23], "fx": 7, "qubit_0": [7, 14, 16, 61], "drug": 8, "often": [8, 19, 23, 34, 48, 61, 73, 75], "bind": [8, 33, 36, 38, 41, 73], "protein": [8, 21], "inhibit": 8, "therapeut": 8, "purpos": [8, 12, 19, 39, 48, 51, 75], "candid": 8, "extrem": [8, 34], "studi": [8, 16, 21], "guid": [8, 32, 52, 73, 75, 77, 80, 81], "search": [8, 19, 21, 73, 75], "predict": [8, 13, 68], "usual": [8, 9, 73, 75, 79], "One": [8, 15, 19, 21, 23, 24, 34, 48, 52, 54, 55, 60, 63], "challeng": [8, 9, 19], "aris": [8, 21, 26], "mani": [8, 9, 15, 16, 17, 19, 21, 23, 24, 27, 28, 32, 41, 44, 54, 55, 59, 61, 67, 80, 81], "geometr": 8, "present": [8, 9, 14, 18, 21, 24, 28, 59, 73, 76], "orient": 8, "assess": [8, 13], "good": [8, 12, 23], "solut": [8, 14, 19], "formul": [8, 48], "mathemat": [8, 16, 51, 68], "paper": [8, 9, 10, 12, 13, 17, 19], "digit": [8, 11], "counteradiabat": 8, "understand": [8, 9, 12, 13, 16, 18, 33, 75], "pleas": [8, 9, 12, 23, 30, 32, 53, 54, 55, 64, 67, 71, 73, 75, 80, 81], "maxcut": 8, "There": [8, 9, 16, 24, 27, 34, 36, 52, 53, 54, 61, 67, 75], "experiment": [8, 13, 32, 75, 81], "pharmacor": 8, "chemic": [8, 13, 22], "group": [8, 9, 46, 55], "govern": [8, 20], "distanc": [8, 9, 16, 18, 22], "graph": [8, 9, 14], "lag": 8, "node": [8, 9, 12, 14, 33, 54, 67, 73], "edg": [8, 9, 14], "feesibli": 8, "coexist": 8, "cliqu": 8, "mutual": 8, "comment": [8, 14], "discret": [8, 21, 46], "natur": [8, 9, 16, 30, 52, 55, 68], "qubit_num": [8, 10, 23], "non_edg": 8, "6686": 8, "1453": 8, "penalti": [8, 9], "num_lay": 8, "expens": [8, 23, 55], "6886": 8, "1091": 8, "0770": 8, "w_i": 8, "sigma": [8, 12, 20, 51], "z_i": 8, "notin": 8, "z_j": [8, 20], "concern": [8, 68, 73], "vertic": [8, 14], "penal": 8, "ham_cliqu": 8, "spin_ham": [8, 23], "wt": 8, "zip": [8, 12, 73], "strip": [8, 12, 20, 73], "term_coeffici": 8, "ham": [8, 10, 12, 20], "term_word": 8, "coef": [8, 12], "0j": [8, 10, 14, 59, 61], "iiziiz": 8, "ziizii": 8, "1657": 8, "iziiii": 8, "iziizi": 8, "42735": 8, "iiizii": 8, "2791499999999996": 8, "iiiiii": 8, "iiziii": 8, "iiiiiz": 8, "ziiiii": 8, "iiiizi": 8, "approach": [8, 9, 15, 18, 19, 34, 38, 55, 69], "inclus": [8, 23], "better": [8, 9, 13, 14, 18, 21, 53, 55, 73], "layer": [8, 9, 11, 13, 14, 17, 38, 52], "hopefulli": 8, "offset": 8, "dc_qaoa": 8, "pauli_word": [8, 12, 20, 27, 54], "exp_pauli": [8, 12, 20, 27], "k": [8, 10, 12, 13, 15, 19, 38], "nelder": 8, "mead": 8, "line": [8, 9, 10, 14, 19, 23, 29, 30, 52, 54, 55, 64, 69, 72, 73, 75], "13": [8, 9, 11, 13, 14, 17, 18, 19, 21, 22, 23, 28, 30, 67, 69, 75], "21810696323572243": [8, 14], "20613464375211488": [8, 14], "2546877639814583": [8, 14], "3657985647468064": [8, 14], "37118004688049144": 8, "03656087558321203": 8, "08564174998504231": 8, "21639801853794682": 8, "11122286088634259": 8, "1743727097033635": 8, "36518146001762486": 8, "15829741539542244": 8, "3467434780387345": 8, "28043500852894776": 8, "09986021299050934": 8, "14125225086023052": 8, "19141728018199775": 8, "11970943368650361": 8, "3853063093646483": 8, "1112643868789806": 8, "3527177454825464": 8, "22156160012057186": 8, "1418496891385843": 8, "32811766468303116": 8, "367642000671186": 8, "34158180583996006": 8, "10196745745501312": 8, "29359239180502594": 8, "3858537615546677": 8, "19366130907065582": 8, "24570488114056754": 8, "3332307385378807": 8, "12287973244618389": 8, "007274514934614895": 8, "015799547372526146": 8, "3578070967202224": 8, "39268963055535144": 8, "19872246354138554": 8, "16668715544467982": 8, "13777293592446055": 8, "17514665212709513": 8, "15350249947988204": 8, "32872977428061945": 8, "20068831419712105": 8, "032919322131134854": 8, "19399909325771983": 8, "09477141125241506": 8, "08210460401106645": 8, "21392577760158515": 8, "3393568044538389": 8, "14615087942938465": 8, "03790339186006314": 8, "2843250892879255": 8, "3151384847055956": 8, "19983741137121905": 8, "27348611567665115": 8, "33457528180906904": 8, "14145414847455462": 8, "20604220093940323": 8, "05410235084309195": 8, "04447870918600966": 8, "3355714098595045": 8, "266806440171265": 8, "07436189654442632": 8, "2789176729721685": 8, "2427508182662484": 8, "cost": [8, 9, 11, 12, 14, 22, 23, 28, 31, 34, 53, 64], "optimal_expect": [8, 14], "optimal_paramet": [8, 9, 14, 53], "0057493966746804": 8, "0508763934174787": 8, "013930789730781493": 8, "5793211220774144": 8, "878009560684498": 8, "5277129177248182": 8, "4404810513078178": 8, "5755552245467919": 8, "14125558672355468": 8, "3724262117066903": 8, "1318978057007808": 8, "1228708513911436": 8, "932342804955409": 8, "8478237950658537": 8, "46345886313018125": 8, "5809397306340341": 8, "2408342488137229": 8, "11216088888484882": 8, "009704173265255175": 8, "4757346661223584": 8, "7281211610985926": 8, "06051951319169091": 8, "7794512146826196": 8, "09249435261907034": 8, "09998378319110682": 8, "255349350720572": 8, "2607038244228248": 8, "2060124032311757": 8, "13991934581192997": 8, "9874814082082164": 8, "1591291464755939": 8, "30815482837046393": 8, "9701804681517978": 8, "002609462845755913": 8, "43533533568363353": 8, "642630110681613": 8, "6137063363954748": 8, "7204687246344496": 8, "08390768435524378": 8, "5480630700433249": 8, "38905723227347905": 8, "6837811162838194": 8, "17239016898719284": 8, "1649341118754853": 8, "46771209183422724": 8, "008565327035838663": 8, "982230359328883": 8, "4232972687799105": 8, "22765896988428905": 8, "04207923928239914": 8, "36758378917672285": 8, "01825447063622079": 8, "059755059728027485": 8, "6849697218162497": 8, "2711684382411018": 8, "2904257415666667": 8, "16359529445017368": 8, "09168623367396612": 8, "5786087806926155": 8, "3476755367718726": 8, "1209273564533628": 8, "605136043801364": 8, "19128215816141694": 8, "16756583092588012": 8, "0715488214105267": 8, "5269641128095075": 8, "3029128369198704": 8, "reveal": 8, "bitst": 8, "ideal": [8, 13, 17, 26, 52, 53, 64], "partit": [8, 9, 14, 53, 54, 75], "200000": 8, "mvwcp": 8, "110001": 8, "011100": 8, "111000": 8, "199979": 8, "011000": 8, "converg": [8, 10, 19, 23], "explor": [9, 13, 17, 19, 23, 67, 68, 75], "research": [9, 13, 53], "arxiv": [9, 19], "org": [9, 11, 19, 51, 73, 75], "pdf": [9, 19, 30], "2402": 9, "01529": 9, "edinburgh": 9, "jointli": [9, 21], "develop": [9, 11, 12, 21, 31, 38, 39, 52, 53, 55, 62, 68, 71, 72, 73, 76, 80], "author": 9, "barrier": 9, "mit": 9, "licens": [9, 73, 75], "boniface316": 9, "bigdata_vqa": 9, "unsupervis": 9, "learn": [9, 11, 14, 19, 21, 30, 32, 52, 53, 58, 59, 79, 80, 81], "techniqu": [9, 19, 23, 28, 29, 55, 59], "similar": [9, 24, 34, 54, 59, 73], "characterist": 9, "enhanc": [9, 13, 16, 31], "reliabl": [9, 79], "todai": 9, "limit": [9, 16, 54, 55, 59, 67, 79], "far": [9, 13, 16], "too": [9, 30, 68], "extend": [9, 15, 17, 31, 32, 33, 78, 81], "harrow": 9, "emphas": 9, "util": [9, 11, 21, 26, 34, 46, 53, 54, 55, 67, 69, 72], "bipartit": 9, "branch": [9, 32, 36, 73, 75, 81], "directori": [9, 13, 71, 73, 75, 79], "tree": 9, "uncom": [9, 12, 14, 73, 75], "skip": [9, 30, 73], "mkdir": [9, 72, 73, 76], "divisive_clustering_src": 9, "wget": [9, 73, 75], "githubusercont": 9, "sphinx": 9, "divisive_clust": 9, "main_divisive_clust": 9, "mpi4pi": [9, 55, 80], "networkx": 9, "panda": [9, 18], "scikit": [9, 11], "tqdm": [9, 21], "nx": 9, "pd": [9, 18], "divisiveclust": 9, "dendrogram": 9, "voironi_tessal": 9, "filterwarn": 9, "toggl": 9, "circuit_depth": 9, "max_shot": 9, "x_1": 9, "x_2": [9, 13], "x_n": 9, "much": [9, 10, 13, 23, 72], "w": [9, 13, 43, 55, 64], "reason": [9, 17, 48], "conclus": 9, "variou": [9, 13, 24, 32, 52, 54, 57, 65, 69, 72, 81], "1703": 9, "06476": 9, "essenti": 9, "boil": 9, "down": [9, 16, 54, 64], "toler": [9, 13], "constraint": [9, 18, 21, 38, 39, 40, 55, 59, 64, 68], "priori": 9, "load": [9, 11, 34, 39, 52, 53, 64, 69, 71], "frame": 9, "imag": [9, 11, 12, 14, 16, 19, 21, 30, 32, 51, 64, 73, 80, 81], "star": 9, "create_dataset": 9, "number_of_sampling_for_centroid": 9, "coreset_s": 9, "number_of_coresets_to_evalu": 9, "coreset_method": 9, "bfl2": 9, "coreset_vector": 9, "coreset_weight": 9, "get_best_coreset": 9, "coreset_df": 9, "datafram": [9, 18], "chr": 9, "65": [9, 14, 18, 19, 26], "028364": 9, "669787": 9, "234": [9, 18], "230716": 9, "167441": 9, "354792": 9, "319288": 9, "022889": 9, "921443": 9, "125": [9, 28, 34, 37, 42, 53, 54, 63], "158339": 9, "706134": 9, "636852": 9, "650774": 9, "998497": 9, "455847": 9, "116": 9, "758239": 9, "507918": 9, "630311": 9, "120": [9, 19, 75], "727176": 9, "102508": 9, "297727": 9, "53": [9, 18], "294127": 9, "722463": 9, "400433": 9, "77": [9, 18], "415840": 9, "425868": 9, "341136": 9, "42": [9, 11, 13, 18, 19, 22, 23], "847985": 9, "985373": 9, "063209": 9, "240": 9, "116237": 9, "7eba00": 9, "color": [9, 13, 14], "marker": 9, "titl": [9, 21, 22, 23, 52, 75, 80], "cast": 9, "routin": [9, 14, 34], "e_": 9, "ij": [9, 21], "w_iw_jd_": 9, "d_": [9, 12], "euclidean": 9, "coreset_to_graph": 9, "vqa": 9, "src": [9, 52, 55, 73], "motiv": [9, 47, 73], "cut": [9, 31, 73, 75], "get_k2_hamiltonian": 9, "k2": [9, 13], "r_z": 9, "r_y": 9, "cascad": 9, "benefit": [9, 13, 17, 32, 59, 80, 81], "get_vqe_circuit": 9, "number_of_qubit": 9, "theta_posit": 9, "rz": [9, 13, 14, 16, 30, 37, 41], "visual": [9, 13, 14, 31, 48, 62], "rand": 9, "8904": 9, "7335": 9, "4343": 9, "2236": 9, "7937": 9, "9981": 9, "3945": 9, "696": 9, "3352": 9, "6658": 9, "05277": 9, "791": 9, "003569": 9, "4119": 9, "3205": 9, "3504": 9, "3913": 9, "7392": 9, "3171": 9, "0008056": 9, "proper": 9, "get_optim": 9, "initial_param": [9, 28], "divisiveclusteringvqa": 9, "run_divisive_clust": 9, "get_counts_from_simul": 9, "acceler": [9, 11, 12, 13, 23, 31, 32, 53, 55, 59, 67, 72, 73, 75, 80, 81], "associ": [9, 13, 14, 17, 24, 39, 54, 68], "super": [9, 11, 23], "coreset_vectors_df_for_iter": 9, "coreset_vectors_for_iteration_np": 9, "coreset_weights_for_iteration_np": 9, "_get_iteration_coreset_vectors_and_weight": 9, "metric": [9, 13, 17], "coreset_to_graph_metr": 9, "_get_best_bitstr": 9, "create_hamiltonian": 9, "optimizer_funct": 9, "create_circuit": 9, "objective_funct": [9, 23, 28], "get_result": [9, 23, 28, 51], "mostli": 9, "previous": [9, 28, 52, 75], "threshold_for_max_cut": 9, "percent": [9, 17], "advanc": [9, 19, 23, 29], "normal": [9, 11, 16, 22, 23, 28, 68], "get_divisive_sequ": 9, "analyz": [9, 13, 21, 71], "postprocess": 9, "sourc": [9, 10, 13, 14, 18, 26, 32, 48, 51, 55, 69, 72, 75, 76, 77, 80, 81], "normalize_vector": 9, "sort_by_descend": 9, "hierarchial_clustering_sequ": 9, "129": [9, 19], "12075": 9, "19it": 9, "35025": 9, "50it": 9, "44254": 9, "09it": 9, "15827": 9, "56it": 9, "13617": 9, "87it": 9, "nice": 9, "earli": [9, 53, 75], "split": [9, 13, 67], "least": [9, 14, 19, 20, 21, 24, 54, 73], "dendo": 9, "plot_dendrogram": 9, "plot_titl": 9, "notic": [9, 14, 16, 19, 21, 23, 48, 67, 69, 76], "complic": [9, 42], "occasion": 9, "especi": 9, "puzzl": 9, "glanc": [9, 16], "seem": [9, 68, 75, 80], "strai": 9, "belong": 9, "wrong": 9, "explan": 9, "stochast": [9, 34], "few": [9, 14, 19, 21, 23, 61], "pai": [9, 15], "exclud": [9, 53, 59, 73], "proxim": 9, "impact": [9, 23, 26], "look": [9, 16, 29, 30, 32, 48, 51, 52, 54, 58, 59, 63, 64, 65, 66, 67, 69, 73, 75, 81], "unusu": 9, "origin": [9, 12, 16, 26, 48, 69], "14": [9, 10, 11, 13, 16, 17, 18, 19, 21, 23, 30, 53, 61, 64, 69], "plot_hierarchial_split": 9, "hierarch": 9, "flat": [9, 54], "perpendicular": 9, "intersect": 9, "threshold": [9, 12, 13, 19, 55], "height": 9, "get_clusters_using_k": 9, "desir": [9, 19, 21, 44, 51, 54, 59, 72, 73, 75, 77], "15": [9, 11, 13, 17, 18, 21, 23, 30, 61, 67, 69, 73, 75], "threshold_height": 9, "get_clusters_using_height": 9, "red": [9, 18, 24], "blue": [9, 24], "green": [9, 14], "purpl": 9, "orang": 9, "yellow": 9, "color_threshold": 9, "plot_clust": 9, "show_annot": 9, "get_voronoi_tessal": 9, "region": [9, 52], "accord": 9, "centroid": 9, "tesslation_by_clust": 9, "complet": [9, 10, 12, 13, 16, 20, 26, 34, 51, 52, 73, 75, 79, 80], "plot_voironi": 9, "overlai": 9, "vt": 9, "voironi": 9, "tessal": 9, "design": [9, 14, 23, 29, 31, 33, 51, 54, 61, 80], "flexibl": [9, 57, 73], "tool": [9, 13, 18, 24, 27, 28, 30, 32, 48, 69, 71, 73, 77, 79, 81], "get_qaoa_circuit": 9, "3527": 9, "19": [9, 13, 17, 18, 19, 21, 30, 53, 61, 69], "20": [9, 12, 13, 17, 18, 19, 21, 30, 40, 46, 61, 69, 77, 80], "484": 9, "12163": 9, "89it": 9, "52703": 9, "30it": 9, "48": 9, "31987": 9, "07it": 9, "36393": 9, "37957": 9, "42473": 9, "96it": 9, "quickli": [9, 10, 34, 75], "encount": [9, 53, 55, 64, 73, 75, 80], "port": [9, 54, 75], "hpc": [9, 32, 75, 81], "becam": 9, "massiv": [9, 20], "compar": [9, 13, 23, 27, 58, 59, 75, 80], "100000": [9, 10, 67], "try": [9, 10, 13, 15, 17, 19, 21, 23, 30, 67, 75], "slightli": [9, 23], "751": 9, "3460": 9, "26it": 9, "42771": 9, "74it": 9, "4064": 9, "6862": 9, "37it": 9, "56871": 9, "92it": 9, "44979": 9, "13it": 9, "128": [9, 11, 21, 69], "19366": 9, "94it": 9, "53773": 9, "54648": 9, "91it": 9, "51941": 9, "85it": 9, "56111": 9, "461": 9, "866833317": 9, "spent": 9, "452308367999706": 9, "oner": 9, "feel": 9, "interrupt": 9, "patienc": 9, "worn": 9, "still": [9, 16, 17, 20, 24, 38, 48, 59, 64, 68, 75, 79], "easili": [9, 10, 13, 14, 20, 59, 73, 75, 79], "27": [9, 13, 18, 19, 59], "7352": 9, "2063": 9, "82it": 9, "16492": 9, "4739": 9, "44it": 9, "256": [9, 11, 52], "15185": 9, "58it": 9, "64": [9, 11, 54, 55, 69, 73, 75], "23728": 9, "05it": 9, "15437": 9, "97it": 9, "50840": 9, "32": [9, 11, 18, 52, 55, 69, 75], "33562": 9, "54120": 9, "54560": 9, "55924": 9, "42717": 9, "29it": 9, "55007": 9, "27it": 9, "53601": 9, "33it": 9, "47127": 9, "01it": 9, "67": 9, "61674502899999": 9, "21": [9, 13, 17, 18, 21, 30, 61, 69], "439895901": 9, "push": [9, 79], "a100": 9, "yourself": [9, 73], "28": [9, 11, 13, 18, 32, 54, 73, 75, 80, 81], "nlopt": [9, 69], "failur": [9, 79], "pool": [9, 53, 67], "finish": [9, 13, 24, 59, 69], "fail": [9, 17, 55, 71, 75, 79], "immedi": [9, 54, 72], "issu": [9, 34, 55, 73, 75, 79, 80], "mgpu": [9, 12, 15, 23, 29, 32, 50, 53, 54, 55, 67, 81], "gpu_count": 9, "smi": [9, 73, 75], "wc": 9, "mpirun": [9, 54, 55, 67], "Not": [9, 38, 52, 53, 75], "subroutin": [10, 23, 58, 61], "molecular": [10, 13, 22, 23, 31], "semidefinit": 10, "briefli": 10, "introduc": [10, 14, 17, 19, 34], "ancilla": [10, 12, 34, 36], "insight": 10, "re": [10, 13, 18, 19, 34, 48, 51, 65, 67, 73, 75], "x_1x_2": 10, "fact": [10, 15, 19, 48, 79], "u_": [10, 21], "qquad": 10, "repeatedli": [10, 17, 19, 59], "pmatrix": [10, 26], "functool": [10, 18], "psi_stat": 10, "phi_stat": 10, "sv": [10, 17, 77], "707107": 10, "ham_matrix": 10, "exp_val": [10, 11, 22, 23, 28, 51, 54, 63], "conj": [10, 12, 16, 21], "7071067690849304": 10, "fourth": [10, 51], "u_psi": 10, "u_phi": 10, "ham_cir": 10, "mean_val": 10, "qc": [10, 52], "85281": 10, "14719": 10, "70562": 10, "0015844563982640861": 10, "hilbert": [10, 46, 51], "orthogon": [10, 12], "easi": [10, 14, 19, 51, 77], "mqpu": [10, 12, 23, 24, 28, 50, 55, 59, 63, 67], "sake": 10, "qpu_count": [10, 23, 28, 54], "four": [10, 13, 17, 28, 54, 63, 68], "i_result": 10, "49865": 10, "50135": 10, "0027": 10, "0022360598270171573": 10, "49796": 10, "50204": 10, "00408": 10, "002236049366181346": 10, "49695": 10, "50305": 10, "0061": 10, "002236026375068058": 10, "49972": 10, "50028": 10, "00056": 10, "002236067626884303": 10, "my_mat": 10, "linalg": [10, 12, 18, 51], "eigh": 10, "00782313": 10, "00456313": 10, "76575845": 10, "64312829": 10, "highlight": [11, 29, 32, 81], "pytorch": 11, "maximis": 11, "classif": 11, "mnist": 11, "dataset": 11, "classifi": [11, 21], "hand": [11, 16, 53, 54, 55, 75, 79], "written": [11, 18, 30, 34, 68, 73, 77], "torch": [11, 21, 51], "cu118": 11, "torchvis": 11, "url": [11, 52, 54, 64, 73, 75], "download": [11, 21, 73, 75, 80], "whl": [11, 73], "autograd": 11, "nn": 11, "sklearn": 11, "model_select": 11, "train_test_split": 11, "manual_se": [11, 21], "22": [11, 13, 18, 19, 21, 30, 59, 61, 69, 73, 75], "44": [11, 18], "prepare_data": 11, "target_digit": 11, "sample_count": [11, 67], "test_siz": 11, "percentag": 11, "remaind": [11, 14], "train": [11, 13, 21], "totensor": 11, "1307": 11, "3081": 11, "filter": 11, "datapoint": 11, "subset_indic": 11, "randperm": 11, "unsqueez": 11, "relabel": 11, "min": [11, 12, 19], "x_train": 11, "x_test": 11, "y_train": 11, "y_test": 11, "shuffl": 11, "random_st": 11, "classification_threshold": 11, "accuraci": [11, 13, 19, 21, 55], "parmet": 11, "visualis": 11, "sample_to_plot": 11, "grid_img": 11, "make_grid": 11, "pad": 11, "imshow": 11, "permut": [11, 17], "quantumfunct": 11, "finit": [11, 23, 28], "theta_v": 11, "excetut": 11, "live": 11, "tolist": [11, 17], "staticmethod": 11, "quantum_circuit": 11, "backward": [11, 23, 28, 40], "save_for_backward": 11, "grad_output": 11, "saved_tensor": 11, "thetas_plu": 11, "exp_vals_plu": 11, "thetas_minu": 11, "exp_vals_minu": 11, "mul": 11, "quantumlay": 11, "hybrid_qnn": 11, "fc1": 11, "fc2": 11, "dropout": 11, "fc3": 11, "fc4": 11, "fc5": 11, "feed": [11, 14], "view": [11, 39, 49, 52, 75], "relu": 11, "fed": 11, "sigmoid": 11, "accuracy_scor": 11, "y_hat": 11, "hybrid_model": 11, "adadelta": 11, "lr": [11, 69], "weight_decai": 11, "loss_funct": 11, "bceloss": 11, "training_cost": 11, "testing_cost": 11, "training_accuraci": 11, "testing_accuraci": 11, "zero_grad": 11, "y_hat_train": 11, "train_cost": 11, "eval": [11, 12], "no_grad": 11, "y_hat_test": 11, "test_cost": 11, "figsiz": [11, 13, 18, 21], "subplot": [11, 13, 18], "tight_layout": [11, 13], "proto": [11, 21], "018ba9130a0e5800b93e86d0096a22daf7a132f8": [11, 21], "multirefer": 12, "mrsqk": 12, "low": [12, 13, 18, 41, 52, 67], "altern": [12, 14, 20, 52, 64, 66, 73, 75, 80], "background": [12, 54], "trotter": [12, 31, 42], "diagon": [12, 55], "heurist": 12, "cisd": 12, "veri": [12, 21, 54, 65, 71, 79], "unitari": [12, 15, 22, 23, 31, 37, 41, 48, 61, 66, 68], "lcu": 12, "avoid": [12, 21, 73, 79, 80], "dimension": [12, 13, 16, 21, 30, 46, 51, 61, 64], "phi_0": 12, "phi_d": 12, "phi_i": 12, "mu": 12, "phi_": 12, "famili": 12, "alpha": [12, 14, 16, 51, 68], "equiv": [12, 19, 68], "psi_i": 12, "_n": 12, "c_": 12, "c_i": 12, "boldsymbol": 12, "hc": 12, "sc": [12, 52], "s_": 12, "beta": [12, 16, 68, 69], "_m": 12, "phi_j": 12, "sigma_": [12, 51], "scipi": [12, 13, 18, 22, 23, 28, 51], "openfermionpyscf": [12, 22, 23], "multi_gpu": 12, "geometri": [12, 22, 23], "7474": [12, 22], "chemistri": [12, 13, 22, 23], "create_molecular_hamiltonian": [12, 22], "sto": [12, 22, 23], "3g": [12, 22, 23], "electron_count": [12, 22, 23], "n_electron": [12, 22], "qubits_num": 12, "n_orbit": [12, 22], "spin_ham_matrix": 12, "eig": 12, "argmin": [12, 21], "min_indic": 12, "vec": [12, 61], "termcoeffici": [12, 20], "termword": [12, 20], "pauli_str": 12, "potenti": [12, 16, 19, 23, 24, 34, 59], "improv": [12, 19, 23, 29, 32, 55, 67, 75, 81], "higher": [12, 33], "receiv": [12, 34], "compon": [12, 14, 19, 21, 51, 73, 75, 79, 80], "um": 12, "u_m": 12, "dt": [12, 20], "un": 12, "u_n": 12, "apply_pauli": 12, "qfd_kernel": 12, "dt_alpha": 12, "dt_beta": 12, "word_list": 12, "my_list": 12, "x_0": [12, 13], "y_0": 12, "m_qfd": 12, "wf_overlap": 12, "accomplish": [12, 25], "along": [12, 22, 27, 34, 52, 53, 55, 59, 61, 79], "observe_op": 12, "identity_word": 12, "pauli_list": 12, "dt_m": 12, "dt_n": 12, "temp": [12, 69], "collect_overlap_r": 12, "collect_overlap_img": 12, "sent": [12, 52, 54, 64], "count_id": 12, "tot_dim": 12, "real_val": 12, "img_val": 12, "ham_matrx": 12, "tot_": 12, "accumul": [12, 64], "ham_matrix_r": 12, "ham_matrix_imag": 12, "enter": [12, 64, 75], "eigenvaulu": 12, "sum_k": 12, "s_k": 12, "kj": 12, "hx": 12, "sce": 12, "s_diag": 12, "s_prime": 12, "sii": 12, "valueerror": [12, 13, 51], "x_prime": 12, "h_prime": 12, "conjug": [12, 17, 51], "e_prim": 12, "c_prime": 12, "eigen_valu": 12, "eigen_vect": 12, "qfd": 12, "perhap": 13, "highli": [13, 73, 75], "tout": 13, "fault": [13, 80], "correl": [13, 18], "materi": [13, 64, 68], "particularli": [13, 19, 21, 23, 55, 58, 61], "interest": [13, 15, 16, 17, 19, 21, 22, 23, 63, 65], "theori": [13, 68], "dmft": 13, "account": [13, 19, 52, 53, 64, 75], "strong": 13, "bath": 13, "encompass": 13, "tough": 13, "notebook": [13, 16, 21, 30, 52], "showcas": [13, 30], "siam": 13, "realist": 13, "neutral": [13, 52], "appar": 13, "demo": [13, 52], "cudaq_solv": 13, "importerror": [13, 30], "quiet": 13, "restart": [13, 30], "newli": [13, 55, 75], "abc": 13, "restrict": [13, 14, 16, 21, 23, 54], "z_0": 13, "z_2": 13, "coulomb": 13, "strength": [13, 51], "grid": 13, "ev": 13, "trainabl": 13, "absenc": 13, "paramterized_ansatz": 13, "variational_angl": 13, "run_logical_vq": 13, "cudaq_hamiltonian": 13, "easier": [13, 15, 34, 69, 72], "reproduct": 13, "init_angl": 13, "get_qubit_count": 13, "variational_kernel": 13, "slsqp": [13, 18], "tol": [13, 23, 28], "bare": 13, "unencod": 13, "earlier": [13, 14, 21, 55, 59], "gateset": [13, 21], "outlin": [13, 19, 79], "readout": [13, 31], "meas_id": 13, "aim_physical_circuit": 13, "ignore_meas_id": 13, "prep": [13, 38], "zz": 13, "z_basi": 13, "for_loop": 13, "q_idx": 13, "getattr": 13, "x_basi": 13, "unsupport": 13, "aim_logical_circuit": 13, "teleport": 13, "With": [13, 31, 32, 54, 59, 69, 76, 81], "noisili": [13, 52], "generate_circuit_set": 13, "u_val": 13, "v_val": 13, "circuit_dict": 13, "qubit_hamiltonian": [13, 23], "tmp_physical_dict": 13, "tmp_logical_dict": 13, "nfinish": 13, "sim_circuit_dict": 13, "circuit_lay": 13, "5846845738799267": 13, "5707961678256028": 13, "588033710930825": 13, "712388365176642": 13, "588651490745171": 13, "5707962742876598": 13, "64012940802256": 13, "5707963354922125": 13, "1293956916868737": 13, "5707963294715355": 13, "6598458659836037": 13, "570796331040382": 13, "695151467539617": 13, "5707960973500679": 13, "4149519241823376": 13, "5707928509325972": 13, "7301462729177735": 13, "570796033796985": 13, "helper": [13, 64], "plai": [13, 15], "role": [13, 15], "_num_qubit": 13, "isdecim": 13, "process_count": 13, "data_qubit": 13, "flag_qubit": 13, "dict": [13, 18, 19], "new_data": 13, "continu": [13, 15, 16, 19, 21, 59, 64, 69], "new_kei": 13, "issuperset": 13, "setdefault": 13, "physical_to_log": 13, "0000": [13, 17, 54], "1111": [13, 54], "0011": [13, 17], "1100": 13, "0110": 13, "1001": 13, "physical_kei": 13, "logical_kei": 13, "ev_x": 13, "ev_xx": 13, "ev_zz": 13, "aim_logical_energi": 13, "data_ord": 13, "counts_list": 13, "counts_data": 13, "_aim_energi": 13, "aim_physical_energi": 13, "evx": 13, "evxx": 13, "evzz": 13, "h_param": 13, "key_a": 13, "key_b": 13, "startswith": 13, "uncertainti": 13, "string_kei": 13, "uncertainty_xx": 13, "uncertainty_zz": 13, "_get_energy_diff": 13, "bf_energi": 13, "physical_energi": 13, "logical_energi": 13, "physical_energy_diff": 13, "logical_energy_diff": 13, "physical_sim_energi": 13, "logical_sim_energi": 13, "true_energi": 13, "brute": 13, "forc": [13, 22, 54, 79], "got": 13, "72": 13, "submit_aim_circuit": 13, "folder_path": 13, "future_aim_result": 13, "run_async": 13, "makedir": 13, "exist_ok": 13, "aim_result": 13, "tmp_physical_result": 13, "physical_": 13, "_job_u": 13, "_v": 13, "_result": 13, "txt": [13, 64, 71, 72, 75, 76], "close": [13, 16, 21, 59, 64], "tmp_logical_result": 13, "logical_": 13, "ncomplet": 13, "nall": 13, "async": 13, "_get_async_result": 13, "physical_count": 13, "logical_count": 13, "nobtain": 13, "domin": 13, "Such": [13, 48, 59], "get_device_nois": 13, "depolar_prob_1q": 13, "depolar_prob_2q": 13, "readout_error_prob": 13, "custom_g": 13, "depolar_nois": 13, "noisy_op": 13, "custom_depolar_channel": 13, "p_0": 13, "p_1": 13, "k0": 13, "complex128": [13, 21, 26, 51], "k1": 13, "k3": 13, "cz": 13, "bit_flip": [13, 18, 26], "cudaq_noise_model": 13, "rate": [13, 17, 53], "fidel": 13, "99": [13, 18], "98": 13, "002": 13, "aim_sim_data": 13, "sim_physical_energi": 13, "sim_physical_uncertainti": 13, "sim_logical_energi": 13, "sim_logical_uncertainti": 13, "251736027394713": 13, "265564437074638": 13, "252231964940428": 13, "293350575766127": 13, "608495283014149": 13, "305692796870582": 13, "39007993367173": 13, "260398644698076": 13, "429650912487233": 13, "deviat": [13, 73], "sim_physical_energy_diff": 13, "sim_logical_energy_diff": 13, "929": 13, "46016175277361": 13, "97": 13, "176531948420889": 13, "268": 13, "26321740664324": 13, "8495": 13, "46681284816878": 13, "1965000000000003": 13, "4531715120183297": 13, "336": 13, "341784541550897": 13, "802": 13, "339249509416753": 13, "8580000000000005": 13, "1227150992242025": 13, "3635": 13, "448422736181264": 13, "subject": 13, "overcom": 13, "preview": 13, "offer": [13, 31, 53, 55, 80], "fig": [13, 18], "ax": [13, 16, 18, 19], "dpi": 13, "200": [13, 19, 34], "layer_label": 13, "plot_label": 13, "errorbar": 13, "yerr": 13, "ecolor": 13, "255": 13, "26": [13, 18, 19, 53, 61], "94": [13, 18], "capsiz": 13, "elinewidth": 13, "fmt": 13, "markers": 13, "markeredgewidth": 13, "177": 13, "152": [13, 18], "set_xlabel": [13, 18], "fontsiz": [13, 18, 21], "set_ylabel": [13, 18], "set_titl": [13, 18], "xtick": 13, "ytick": 13, "axhlin": 13, "linestyl": 13, "linewidth": [13, 21], "ylim": 13, "bottom": [13, 61], "ve": [13, 32, 65, 77, 81], "seamlessli": 13, "cross": [13, 52], "superstaq": [13, 52, 64], "hood": [13, 79], "inde": [13, 21, 73], "gain": 13, "registr": [13, 52, 71, 72], "reproduc": [13, 21], "23": [13, 16, 18, 19, 21, 30, 61], "device_circuit_dict": 13, "7301462945564499": 13, "570796044872433": 13, "24": [13, 18, 29, 30, 61, 72, 73, 75, 76, 80], "superstaq_api_kei": [13, 52], "api_kei": [13, 53], "cq_sqale_qpu": [13, 52, 64], "dry": [13, 52, 64], "simpl": [13, 26, 28, 36, 39, 51, 53, 54, 57, 59, 63, 64, 65, 69, 71, 75, 76, 80], "meantim": [13, 64, 75], "hardware_aim_future_result": 13, "aim_device_data": 13, "physical_uncertainti": 13, "29": [13, 18, 19, 54], "logical_uncertainti": 13, "626499999999997": 13, "69666562801761": 13, "1415": 13, "2032104443266585": 13, "9955": 13, "76919450035401": 13, "331": 13, "85730052910377": 13, "476": [13, 18], "5425689231532203": 13, "043500000000002": 13, "795918428433312": 13, "4715": 13, "96524696701215": 13, "973": 13, "207315773582224": 13, "182": 13, "241375689575516": 13, "yet": [13, 18, 23, 24, 32, 52, 54, 75, 81], "afford": 13, "closer": [13, 58, 65, 69], "outperform": 13, "power": [13, 17, 21, 30, 32, 53, 55, 67, 81], "31": [13, 18, 53, 67], "farhi": 14, "dive": [14, 30, 75], "ll": [14, 15, 19, 65, 69, 72, 76], "maxim": [14, 16, 53, 55, 57, 64, 67], "although": [14, 68], "rel": [14, 55], "hard": 14, "statist": [14, 24, 34, 37, 59, 68], "furthermor": [14, 32, 81], "wider": [14, 54], "portfolio": 14, "shop": 14, "vertex": 14, "subseteq": 14, "mathbb": [14, 26, 68], "interchang": [14, 55], "undirect": 14, "v_1": 14, "exactli": [14, 21], "bigcup": 14, "bigcap": 14, "emptyset": 14, "illustr": [14, 21, 34, 52, 54, 62, 64, 65], "disjoint": 14, "grai": 14, "depict": [14, 16, 19, 30], "distinct": [14, 21, 30, 48], "substack": 14, "sometim": [14, 16, 52], "01100": [14, 19, 54], "01011": [14, 19], "v1": [14, 52], "v2": 14, "v0": 14, "v3": [14, 73, 75], "v4": [14, 75], "10100": [14, 19], "01010": [14, 19], "10101": [14, 19], "edges_src": 14, "edges_tgt": 14, "algortihm": 14, "hamilitonian": 14, "distinguish": [14, 48], "mixer": 14, "posit": [14, 18, 19, 21, 23, 26, 41, 51, 55], "deeper": [14, 30], "layer_count": 14, "qaoaproblem": 14, "subcircuit": [14, 58], "kernel_qaoa": 14, "plaehold": 14, "qubitu": 14, "qubitv": 14, "mention": [14, 21], "z_v": 14, "vale": 14, "arbirtrari": 14, "formula": 14, "z_uz_v": 14, "refram": 14, "promot": [14, 31, 80], "replac": [14, 19, 52, 53, 69, 71, 73, 75], "lead": [14, 16, 26], "reformul": 14, "hamiltonian_max_cut": 14, "inititi": 14, "iiziz": 14, "izzii": 14, "iiiii": 14, "zziii": 14, "iiizz": 14, "iizzi": 14, "ziizi": 14, "495973826282007": 14, "51349181993727": 14, "21299416361632417": 14, "3250526425808945": 14, "886630847343767": 14, "outcom": [14, 16, 17, 19], "max_cut": 14, "11111": [14, 19], "11110": [14, 19], "01101": [14, 19], "148": 14, "01110": [14, 19], "47": [14, 18, 19, 30], "01000": [14, 19], "00110": [14, 19], "54": [14, 18], "165": 14, "00101": [14, 19], "154": 14, "00100": [14, 19], "01001": [14, 19], "41": [14, 19], "00000": [14, 19], "00011": [14, 19], "10011": [14, 19, 54], "00010": [14, 19], "01111": [14, 19], "11011": [14, 19], "00111": [14, 19], "11100": [14, 19], "10001": [14, 19], "10010": [14, 19], "144": [14, 18], "10110": [14, 19], "40": [14, 16, 18, 21, 22, 28, 67], "10111": [14, 19], "11000": [14, 19], "11101": [14, 19], "11001": [14, 19], "a726804916fd397408cbf595ce6fe5f33dcd8b4c": [14, 15], "aid": [15, 33], "area": [15, 54], "signal": [15, 39, 51], "compress": 15, "qft": 15, "ingredi": 15, "shor": [15, 31], "faster": [15, 16, 19, 21, 23, 55], "prime": [15, 19], "vital": 15, "idea": [15, 19], "frequenc": [15, 64], "domain": 15, "analogi": 15, "ixi": 15, "5i": 15, "35": [15, 16, 18, 19], "0i": 15, "25i": 15, "35i": 15, "r_k": 15, "bmatrix": [15, 18, 68], "ciruit": 15, "quantum_fourier_transform": [15, 19], "cr1": [15, 19, 37], "zeroth": 15, "decim": 15, "round": [15, 21, 28, 37], "r1": [15, 19, 30, 37, 41, 48], "571": [15, 19], "7854": [15, 19], "25j": 15, "35j": 15, "seri": [15, 52, 64], "fast": [15, 21, 39, 55, 58], "n2": 15, "life": [15, 53], "li": [15, 19, 69], "invert": [15, 21], "revers": [15, 19, 45], "quantum_fourier_transform2": 15, "attent": 15, "inverse_qft": [15, 19], "verification_exampl": 15, "phenomena": [16, 68], "implic": 16, "initialis": 16, "unless": [16, 73, 75], "0th": [16, 26], "arbitari": 16, "2nd": 16, "beta_": 16, "replic": 16, "stage": 16, "psi0": 16, "psi4": 16, "71": 16, "62": [16, 23], "psi1": 16, "psi2": 16, "psi3": 16, "m1": 16, "m2": 16, "psi_4": 16, "multipartit": 16, "partial": 16, "subsystem": 16, "partial_trac": 16, "state_vector": 16, "trace_system": 16, "particl": [16, 48], "log2": [16, 19], "rho": 16, "tensordot": 16, "prod": 16, "state_of_q0": 16, "state_of_q2": 16, "allclos": [16, 21], "happen": [16, 19, 48, 75], "portion": 16, "lab": [16, 75], "infinit": [16, 21, 39, 46, 59], "apart": 16, "obei": [16, 68], "theorem": [16, 46], "longer": [16, 26, 73], "violat": 16, "travel": 16, "speed": 16, "light": [16, 51], "experimentalist": 16, "cx_": 16, "alic": 16, "bob": 16, "safekeep": 16, "moon": 16, "posess": 16, "she": 16, "send": 16, "who": 16, "mile": 16, "entail": 16, "collaps": [16, 24, 59, 68, 72], "seper": [16, 22], "poss": 16, "expand": [16, 69], "bracket": 16, "110": [16, 18, 19], "whilst": 16, "maintain": 16, "break": [16, 19], "ask": [16, 75], "her": 16, "unmeasur": 16, "determinist": [16, 59], "tell": [16, 18, 68], "summaris": 16, "psi_3": 16, "nearli": 16, "pend": 16, "minor": 16, "fulfil": 16, "protocol": [16, 73], "m1m2": 16, "recov": 16, "ambit": 16, "instantli": 16, "appear": [16, 21, 34, 75], "he": 16, "rather": [16, 20, 24, 25, 53, 55, 59, 68, 79], "transmit": 16, "courtesei": 16, "textbook": 16, "nielsen": 16, "chuang": 16, "qv": 17, "greatest": [17, 19], "score": 17, "though": [17, 73], "imperfect": [17, 18], "usabl": 17, "special": [17, 18, 38, 43, 69, 77], "median": 17, "greater": [17, 19, 48, 53, 55, 68], "heavi": 17, "averag": [17, 20, 80], "su4": 17, "kak": 17, "conclud": 17, "su4_per_circuit": 17, "n_params_in_su4": 17, "su4_gat": 17, "u3": 17, "reg": [17, 61], "param_index": 17, "randomli": [17, 19], "generate_random_param": 17, "params_list": 17, "generate_random_permut": 17, "circuit_permut": 17, "astyp": 17, "int64": 17, "make_bitstr": 17, "zfill": 17, "percent_heavy_sampl": 17, "error_r": 17, "noiseless": [17, 26], "circuit_param": 17, "layer_permut": 17, "print_output": 17, "bf": 17, "clean_result": 17, "noisy_result": [17, 26], "prob": [17, 18], "cutoff": [17, 55], "circuit_prob": 17, "outcome_prob": 17, "havi": 17, "prob_heavy_in_noisi": 17, "heavy_bitstr": 17, "04363711": 17, "0100": 17, "0010": 17, "1101": 17, "0111": 17, "8153219893574715": 17, "488": 17, "detemin": 17, "_heavy_sampl": 17, "n_circuit": 17, "calc_qv": 17, "circuit_s": 17, "prob_of_error": 17, "number_of_circuit": 17, "counter": 17, "circuit_result": 17, "7280300000000003": 17, "affect": [17, 18, 55, 72], "relationship": 17, "caus": [18, 80], "properli": [18, 59, 73, 75, 79], "character": [18, 26], "independ": [18, 23, 34, 39, 51, 54, 55, 73], "pseudoinvers": 18, "p_": 18, "adjust": [18, 55, 73, 79], "quasi": 18, "impract": 18, "seaborn": 18, "sn": 18, "itertool": 18, "set_styl": 18, "dark": 18, "bitflip": [18, 23, 26], "principl": 18, "get_nois": 18, "isinst": 18, "state_label": 18, "ghz": [18, 24, 53, 54, 57, 59, 64, 65, 67, 69, 76], "ghz_kernel": 18, "plot_cmat": 18, "mat": 18, "im2": 18, "matshow": 18, "cmap": 18, "cm": 18, "vmin": 18, "vmax": 18, "set_ytick": 18, "arang": 18, "set_xtick": 18, "set_yticklabel": 18, "set_xticklabel": 18, "xaxi": 18, "set_label_posit": 18, "colorbar": 18, "closest": 18, "min_": 18, "rm": [18, 73, 75], "find_closest_distribut": 18, "empirical_dist": 18, "empir": 18, "l1": 18, "ord": 18, "con": 18, "ineq": 18, "fun": [18, 23, 28], "eq": [18, 69], "bnd": 18, "initial_valu": 18, "get_counts_from_distribut": 18, "drawn": [18, 19], "choic": [18, 19, 23, 55], "return_count": 18, "1024": 18, "noise_1": 18, "ghz_result": 18, "noisy_dict_1": 18, "noisy_res_1": 18, "352": 18, "43": 18, "367": 18, "61": [18, 19], "noise_2": 18, "noisy_dict_2": 18, "noisy_res_2": 18, "149816047538945": 18, "3802857225639665": 18, "292797576724562": 18, "212": 18, "122": 18, "189": 18, "87": 18, "78": 18, "131": [18, 19], "otim": 18, "single_qubit_label": 18, "single_qubit_st": 18, "924": 18, "104": 18, "920": 18, "true_stat": 18, "observed_st": 18, "90234375": 18, "1015625": 18, "09765625": 18, "8984375": 18, "joint": [18, 64], "a_pinv": 18, "pinv": 18, "positive_dist": 18, "ncorrect": [18, 37], "501": [18, 34], "mitigated_sg": 18, "kind": [18, 59], "bar_label": 18, "assumpt": 18, "a_n": 18, "local_label": 18, "local_st": 18, "388": 18, "235": 18, "174": 18, "79": [18, 19, 53], "58": 18, "38": [18, 19, 73, 75], "370": 18, "60": [18, 75], "107": 18, "162": 18, "marginalized_count": 18, "total_shot": 18, "marginal_ct": 18, "85546875": 18, "15722656": 18, "14453125": 18, "84277344": 18, "6328125": 18, "38476562": 18, "3671875": 18, "61523438": 18, "70800781": 18, "32226562": 18, "29199219": 18, "67773438": 18, "pinv_confusion_matric": 18, "a_joint": 18, "559": 18, "510": [18, 67], "521": 18, "446": 18, "mitigated_k_loc": 18, "248": 18, "159": [18, 19], "83": 18, "68": 18, "161": [18, 19], "93": 18, "46": 18, "363": 18, "253": 18, "76": 18, "378": 18, "150": [18, 68], "36": [18, 67], "74": [18, 23], "106": 18, "145": 18, "251": 18, "386": 18, "229": 18, "247": 18, "70": [18, 23], "163": 18, "371": 18, "95": 18, "157": [18, 19], "233": 18, "85": [18, 67], "396": 18, "393": 18, "160": [18, 19], "a_ful": 18, "09734490298929": 18, "714": 18, "211": 18, "49": 18, "63": 18, "422": 18, "683": 18, "302": 18, "mitigated_ful": 18, "famou": 19, "signific": [19, 20, 23, 24, 29, 32, 81], "modern": 19, "asymmetr": 19, "encrypt": [19, 75], "scheme": [19, 55], "rsa": [19, 75], "proce": [19, 20, 75, 80], "explain": [19, 21, 54, 68], "contfrac": 19, "156": 19, "gcd": 19, "ceil": 19, "fraction": [19, 55], "satisfi": [19, 26, 46, 64, 73], "share": [19, 55, 72, 75, 79], "divisor": 19, "smallest": 19, "shors_algorithm": 19, "investig": 19, "terminologi": 19, "literatur": 19, "period": 19, "recast": 19, "a1": 19, "a2": 19, "divisor1": 19, "divisor2": 19, "find_order_quantum": 19, "find_order_class": 19, "test_ord": 19, "retri": [19, 30], "establish": 19, "rewritten": [19, 30], "rewrit": [19, 71], "peter": 19, "50": [19, 23, 59, 68, 79], "possible_factor": 19, "test_factor": 19, "No": [19, 64, 67, 75], "straightforward": 19, "notabl": 19, "ineffici": 19, "158": 19, "naiv": [19, 48], "interv": [19, 22], "my_integ": 19, "123": 19, "edit": [19, 75], "initial_value_to_start": 19, "central": 19, "lceil": 19, "rceil": 19, "phase_kernel": 19, "ai": 19, "carri": 19, "exponent": 19, "provabl": 19, "hefti": 19, "5l": 19, "algoirthm": 19, "72l": 19, "exponentiaion": 19, "beckman": 19, "chari": 19, "devabhaktuni": 19, "preskil": 19, "1996": 19, "beyond": [19, 53, 55, 67, 71], "difficulti": 19, "report": 19, "modular_mult_5_21": 19, "physlab": 19, "wp": 19, "content": [19, 34, 52, 64, 72, 75], "upload": 19, "2023": 19, "05": [19, 20, 53], "shor_s_algorithm_23100113_fin": 19, "modif": [19, 23, 55, 59, 65], "modular_exp_5_21": 19, "expon": 19, "control_s": 19, "ctrl_qubit": [19, 45], "198": 19, "5y": 19, "demonstrate_mod_exponenti": 19, "init": 19, "integer_result": 19, "previou": [19, 20, 23, 25, 40, 46, 51, 75], "199": 19, "modular_exp_4_21": 19, "ab": [19, 21], "2103": 19, "13855": 19, "control_register_s": 19, "work_register_s": 19, "control_regist": 19, "work_regist": 19, "201": 19, "values_for_a": 19, "15000": 19, "q6": 19, "q7": 19, "2843": 19, "913": 19, "1850": 19, "1935": 19, "1830": 19, "2846": 19, "1861": 19, "922": 19, "top_result": 19, "202": 19, "results_dictionari": 19, "pop": [19, 75, 79], "sorted_result": 19, "top_kei": 19, "max_valu": 19, "top_results_dictionari": 19, "203": 19, "750": 19, "lectur": 19, "scott": 19, "aaronson": 19, "204": 19, "get_order_from_phas": 19, "phase_nbit": 19, "eigenphas": 19, "from_float": 19, "limit_denomin": 19, "denomin": 19, "coefficients_continued_fract": 19, "continued_fract": 19, "convergents_continued_fract": 19, "algoithm": 19, "205": 19, "zero_result": 19, "elem": 19, "most_probable_bitpattern": 19, "reverse_result": 19, "nonzero": 19, "bitpattern": 19, "206": 19, "452": 19, "92": 19, "2485": 19, "96": 19, "1747": 19, "1654": 19, "1736": 19, "475": [19, 67], "420": 19, "00001": 19, "1710": 19, "113": 19, "467": 19, "2536": 19, "81": 19, "8125": 19, "8421052631578947": 19, "regev": 19, "heisenberg": 20, "chain": [20, 22, 48], "recurs": [20, 38], "fo": 20, "iht": 20, "approx": [20, 68], "prod_": [20, 42], "predefin": [20, 36, 61], "jx": 20, "jy": 20, "n_step": [20, 51], "n_spin": 20, "j_x": 20, "x_j": 20, "x_": 20, "y_j": 20, "y_": 20, "z_": 20, "jz": 20, "heisenbergmodelham": 20, "tdop": 20, "getinitst": 20, "numspin": 20, "qid": 20, "average_magnet": 20, "start_tim": [20, 23], "magnetization_exp_v": 20, "steptim": 20, "03444695472717285": 20, "09042024163828166": 20, "0026793479919433594": 20, "08898564687193886": 20, "002758026123046875": 20, "08698024360923415": 20, "002524852752685547": 20, "08507694741170907": 20, "0026259422302246094": 20, "08394118068746997": 20, "002542734146118164": 20, "08394076573115139": 20, "0027430057525634766": 20, "08502222139504187": 20, "0025305747985839844": 20, "08677832064885871": 20, "003045797348022461": 20, "08863390649349775": 20, "0025949478149414062": 20, "09005513983609514": 20, "boost": [20, 29], "resimul": 20, "24x": 20, "florian": 21, "f\u00fcrrutter": 21, "gorka": 21, "mu\u00f1oz": 21, "gil": 21, "han": 21, "briegel": 21, "nat": 21, "mach": 21, "intel": [21, 80], "515": 21, "524": 21, "2024": [21, 53], "viabl": 21, "commonli": [21, 26, 51, 73, 75], "dm": [21, 53], "deliv": [21, 53], "fold": 21, "prompt": [21, 75], "thoroughli": 21, "overview": 21, "neural": [21, 31], "network": [21, 31, 32, 52, 53, 54, 64, 72, 75, 81], "crucial": 21, "emploi": [21, 26], "de": 21, "genqc": 21, "diffusion_pipelin": 21, "diffusionpipelin": 21, "infer": [21, 68], "export_cudaq": 21, "genqc_to_cudaq": 21, "infer_compil": 21, "infer_comp": 21, "fix": [21, 22, 32, 55, 81], "infer_torch_devic": 21, "memoryclean": 21, "purge_mem": 21, "tf32": 21, "matmul": 21, "from_pretrain": 21, "floki00": 21, "qc_unitary_3qubit": 21, "hug": 21, "set_timestep": 21, "vocab": 21, "gate_pool": 21, "decod": 21, "num_of_qubit": 21, "max_gat": 21, "nonetheless": 21, "stai": 21, "tune": [21, 55], "bigger": 21, "70710678": [21, 24, 61], "ccx": 21, "scenario": [21, 32, 66, 75, 81], "miss": [21, 48, 55, 73], "u_r": 21, "u_i": 21, "u_tensor": 21, "stack": [21, 38], "out_tensor": 21, "generate_comp_tensor": 21, "system_s": 21, "guidanc": [21, 75], "cfg": [21, 69], "kernel_list": 21, "valid_tensor": 21, "invalid_tensor": 21, "out_tensors_i": 21, "catch": [21, 79], "invalid": [21, 55], "rapidli": 21, "successfulli": [21, 28], "transit": 21, "langl": [21, 34], "th": [21, 42], "got_unitari": 21, "basis_state_j": 21, "set_printopt": 21, "7071": 21, "infidel": 21, "ones": [21, 34, 51], "want_unitari": 21, "histogram": 21, "hist": 21, "almost": [21, 73], "min_index": 21, "4e": [21, 64], "09": 21, "valuabl": 21, "deal": [21, 46], "fewest": 21, "toffoli": [21, 45, 55], "token": [21, 52, 75], "duplic": 21, "pick": [21, 72, 73], "idx_uniqu": 21, "return_index": 21, "unique_tensor": 21, "unique_infidel": 21, "unique_kernel": 21, "idx_correct": 21, "argwher": 21, "correct_tensor": 21, "num_ccx": 21, "correct_kernel": 21, "correct_kernels_ccx1": 21, "preprocess": [22, 23], "uccsd": [22, 23], "hydrogen": 22, "bond": [22, 55], "interatom": 22, "electrostat": 22, "proton": 22, "shield": 22, "neutron": 22, "minimis": 22, "stabl": [22, 75], "hydrogen_count": 22, "angstrom": 22, "bond_dist": 22, "coupl": [22, 23, 39, 55, 64, 75], "cluster": [22, 23, 31, 54, 55], "uccsd_num_paramet": [22, 23], "builtin": [22, 69], "1371744305855906": 22, "popular": [22, 75], "xk": [22, 23], "x0": [22, 23, 34], "aspect": [23, 33, 34, 55, 79], "topic": [23, 61], "tradit": 23, "variation": 23, "elabor": 23, "get_fermion_oper": 23, "timeit": [23, 59, 67], "charg": 23, "1173": 23, "4691": 23, "7570": 23, "sto3g": 23, "run_pyscf": 23, "moleculardata": 23, "get_molecular_hamiltonian": 23, "jordan": 23, "wigner": 23, "molecular_hamiltonian": 23, "fermion_hamiltonian": 23, "spatial": 23, "theoret": 23, "excit": [23, 68], "hate": 23, "electron_num": 23, "molecuul": 23, "140": 23, "default_tim": 23, "end_tim": 23, "get_term_count": 23, "elaps": 23, "21455023422772": 23, "1086": 23, "9171073289999185": 23, "perfect": 23, "greatli": [23, 32, 81], "minut": [23, 75], "drastic": 23, "side": [23, 30, 48, 75], "ith": [23, 28], "prohibit": 23, "observe_asynch": 23, "epsilon": [23, 26, 28], "batched_gradient_funct": [23, 28], "tile": [23, 28], "xplu": [23, 28], "ey": [23, 28], "xminu": [23, 28], "g_plu": [23, 28], "g_minu": [23, 28], "bfg": [23, 28, 34], "gradient_vector": [23, 28], "init_param": 23, "result_vq": [23, 28], "jac": [23, 28], "73": 23, "19471262288755": 23, "57": [23, 73, 75], "27010986900132": 23, "thank": [23, 32, 55, 81], "unnecessari": 23, "highest": 23, "unoccupi": 23, "shallow": 23, "nele_ca": 23, "norb_ca": 23, "ncore": 23, "constrcut": 23, "occupied_indic": 23, "active_indic": 23, "96341992791962": 23, "754178541001238": 23, "consecut": [23, 29], "cudaq_mgpu_fus": [23, 29, 32, 55, 81], "506": 24, "494": 24, "subtl": [24, 59], "rebuilt": [24, 59], "feasibl": [24, 68], "signinific": 24, "textcolor": 24, "intens": [24, 59], "respons": [24, 59], "event": [24, 59, 73], "hamiltonian_1": 24, "hamiltonian_2": 24, "result_1": [24, 59], "result_2": [24, 59], "220446049250313e": 24, "obver": 24, "0eb6b444eb5b3a687e6fd64529ee9223aaa2870": 24, "mx": 25, "my": [25, 53, 72, 75], "qubits_a": 25, "qubit_b": 25, "savig": 25, "b0": 25, "coher": [26, 38, 52], "incoher": 26, "systemat": 26, "miscalibr": 26, "formal": 26, "k_i": 26, "ideal_count": 26, "error_prob": 26, "phase_flip": 26, "amplitude_damp": 26, "kraus_0": 26, "kraus_1": 26, "bitflip_channel": 26, "uniformli": 26, "noisy_count": 26, "844": 26, "88": 26, "8666666666666666": 26, "cover": [27, 61], "sophist": 27, "2xyx": 27, "3zzy": 27, "referenc": 27, "xyxz": 27, "432xzy": 27, "324ixx": 27, "ixx": 27, "432": 27, "324": 27, "907": [28, 34, 37, 42, 53, 54, 63], "1433": [28, 34, 37, 42, 53, 54, 63], "21829": [28, 34, 37, 42, 53, 54, 63], "adam": [28, 51], "nminim": 28, "748382901613712": 28, "58409164053813": 28, "accomplis": 28, "fucntion": 28, "messag": [28, 39, 53, 73, 75], "statu": 28, "7488646919931474": 28, "944e": 28, "288e": 28, "nfev": 28, "33": [28, 54, 75], "maxcv": 28, "plu": [28, 51], "minu": [28, 30, 51], "situat": 29, "c2h2vqe": 29, "cue": 30, "sens": [30, 69], "2d": 30, "plane": 30, "3d": 30, "varphi": 30, "direct": [30, 69, 79], "spheric": 30, "sphere": 30, "sure": [30, 54, 73, 75, 77, 80], "jupyt": [30, 52, 75], "menu": 30, "vscode": [30, 75], "click": [30, 75], "button": 30, "toolbar": 30, "misunderstand": 30, "qualifi": 30, "bash": [30, 53, 73, 75, 80], "pipe": [30, 69], "sy": [30, 59, 80], "nnew": 30, "subsequ": [30, 34, 39, 42, 44, 73, 75], "add_to_bloch_spher": 30, "rng": 30, "default_rng": [30, 67], "blochspherelist": 30, "anglelist": 30, "sph": 30, "displai": [30, 33], "accordingli": [30, 55, 79], "absolut": [30, 46, 69], "had": 30, "toolbox": 30, "blochspher": 30, "unfortun": 30, "handi": 30, "kernel_to_draw": 30, "14159": 30, "tdg": [30, 41], "142": 30, "documentclass": 30, "usepackag": 30, "quantikz": 30, "lstick": 30, "q_0": 30, "amp": 30, "r_1": 30, "qw": 30, "q_1": 30, "targx": 30, "q_2": 30, "q_3": 30, "editor": 30, "export": [30, 52, 53, 54, 72, 73, 80], "welcom": [31, 53, 65, 75], "page": [31, 59, 63, 65, 73, 75, 80], "scalabl": [31, 53, 80], "unifi": [31, 50, 80], "brows": 31, "amd64": [31, 32, 81], "2478": 31, "releas": [31, 50, 54, 55, 69, 75, 80, 81], "toolchain": [31, 47, 52, 59, 69, 75, 76, 77, 78, 80], "heterogen": [31, 33, 58, 73], "troubleshoot": [31, 56], "bernstein": [31, 75], "vazirani": [31, 75], "diffus": 31, "magnet": 31, "suzuki": 31, "deutsch": 31, "divis": 31, "coreset": 31, "qaoa": 31, "dock": 31, "dc": 31, "krylov": 31, "mont": 31, "carlo": 31, "fourier": [31, 37], "telepor": 31, "volum": 31, "mitig": 31, "fusion": [31, 32, 55, 81], "subspac": 31, "anderson": [31, 52], "impur": [31, 52], "infleqt": [31, 50], "sqale": [31, 52], "cloud": [31, 32, 50, 52, 55, 64, 81], "processor": [31, 32, 34, 39, 50, 59, 75, 79, 80, 81], "center": [31, 74, 75], "cmake": [31, 71, 72, 78], "repositori": [32, 71, 72, 73, 75, 81], "docker": [32, 51, 73, 80, 81], "nightli": [32, 75, 81], "eas": [32, 81], "think": [32, 54, 68, 81], "great": [32, 81], "extern": [32, 55, 69, 71, 73, 79, 81], "contributor": [32, 81], "wheel": [32, 54, 55, 73, 81], "bug": [32, 81], "frontend": [32, 81], "blog": [32, 81], "workload": [32, 54, 75, 81], "gnu": [32, 69, 73, 75, 79, 81], "older": [32, 73, 75, 81], "glibc": [32, 73, 75, 81], "oqc": [32, 50, 81], "iqm": [32, 50, 81], "publish": [32, 75, 81], "arm": [32, 73, 75, 80, 81], "aarch64": [32, 51, 80, 81], "pypi": [32, 73, 80, 81], "quantinuum": [32, 50, 81], "ionq": [32, 50, 81], "linux": [32, 69, 73, 75, 81], "coprocess": 33, "annot": [33, 38, 57, 65], "core": [33, 34, 55, 67, 69], "namespac": [33, 34, 36, 37, 38, 41, 42, 44, 46, 47, 53, 54, 59, 63, 64, 71, 72, 77, 79], "philosophi": 34, "stand": 34, "alon": 34, "adaptor": 34, "returntyp": 34, "hasvoidreturntyp": 34, "is_void_v": 34, "bel": 34, "lu": [34, 37, 46, 65, 66], "sequential_data": 34, "reg1": 34, "499": 34, "alwai": [34, 55, 75], "middl": 34, "implicitli": [34, 39, 48], "discern": 34, "silent": 34, "discard": 34, "ancillari": 34, "varieti": [34, 59], "enforc": 34, "sample_async_result": 34, "\ud835\udeb9": 34, "retain": [34, 40], "measurecount": 34, "spinop": 34, "x0x1exp": 34, "x0x1data": 34, "qarrai": [34, 37, 38, 45, 65, 69], "lf": [34, 37, 54, 63], "analyt": 34, "async_observe_result": 34, "broader": [34, 54], "dictat": 34, "safe": 34, "providesgradi": 34, "_providesgradi": 34, "someth": [34, 46, 73, 75, 79], "max_ev": 34, "opt_energi": 34, "grad_vec": 34, "\ud835\udeb9_i": 34, "address": [34, 54, 73], "overal": [34, 69, 72], "deuteron_n3_ansatz": 34, "x1": 34, "vctrl": 34, "h3": 34, "625": 34, "913119": 34, "make_tupl": 34, "min_val": 34, "permit": 35, "facilit": [36, 75], "privat": [36, 46], "thenfunctor": 36, "otherkernelbuild": 36, "kerneltocal": 36, "kerneltocontrol": 36, "kerneltoadjoint": 36, "argsarrai": 36, "decltyp": 36, "tuple_s": 36, "integral_const": 36, "sizeof": [36, 77], "tuple_el": 36, "conditional_t": [36, 46], "factori": 36, "xprep": 36, "qubitin": 36, "hadamardtest": 36, "num_it": 37, "c_str": [37, 79], "phase_estim": 37, "cpp": [37, 52, 53, 54, 55, 59, 63, 64, 65, 66, 69, 71, 72, 73, 75, 76, 77, 79, 80], "qpe": 37, "stdio": [37, 73], "cmath": 37, "iqft": 37, "denom": 37, "1ul": 37, "eigenst": 37, "stateprep": [37, 38], "ncountingqubit": 37, "state_prep": 37, "counting_qubit": 37, "state_regist": 37, "put": [37, 46, 68], "r1pigat": 37, "mostprob": 37, "to_integ": 37, "piestim": 37, "tgate": 37, "xgate": 37, "eigen": [37, 72], "nc": 37, "nq": 37, "countingqubit": 37, "stateregist": 37, "deuteron_n2_ansatz": 37, "param_spac": 37, "linspac": [37, 51, 64], "energy_at_param": 37, "energyatparam": 37, "reflect_about_uniform": 37, "ctrlqubit": 37, "lastqubit": 37, "compute_act": [37, 43], "run_grov": 37, "callablekernel": 37, "n_iter": 37, "target_st": 37, "target_bit_set": 37, "strtol": 37, "null": [37, 51, 75], "0b1011": 37, "compute_oracl": 37, "iterative_qp": 37, "iqp": 37, "cr0": 37, "cr2": 37, "m_pi_4": 37, "differenti": [38, 51], "former": 38, "latter": [38, 51, 69], "my_first_entry_point_kernel": 38, "my_second_entry_point_kernel": 38, "my_first_pure_device_kernel": 38, "parent": 38, "boolexprfromqubitmeasur": 38, "another_qubit": 38, "uncomput": [38, 39], "is_arithmetic_v": 38, "span": [38, 46], "mycustomsimplestruct": 38, "recursivevec": 38, "var": [38, 80], "kernelthatreturn": 38, "dataclass": 38, "mysimplestruct": 38, "recursivelist": 38, "1415926": 38, "kernellambda": 38, "mystateprep": 38, "mygenericalgorithm": 38, "placehold": 38, "mygenericalgorithm2": 38, "callkernel": 38, "anothervers": 38, "constrain": [38, 66], "is_convertible_v": 38, "takes_qubit": [38, 66], "mygenericalgorithmonqarrai": 38, "mygenericalgorithmonqubit": 38, "presum": 39, "graphic": 39, "fpga": 39, "concurr": [39, 53], "inter": [39, 55], "fabric": 39, "novel": 39, "placement": 39, "copyabl": [39, 46], "flavor": 39, "tightli": 39, "modal": 39, "sfina": 40, "foundat": 41, "inst_nam": 41, "header": [41, 73, 75, 77, 79], "qubitarg": 41, "qr": [41, 55], "scalarangl": 41, "rotation_nam": 41, "measure_op": 41, "convei": 41, "offici": [41, 73, 75], "p_i": 42, "sigma_j": 42, "intent": 43, "u_cod": 43, "v_code": 43, "computef": 43, "actionf": 43, "computel": 43, "segment": [43, 80], "effort": 44, "get_platform": [44, 54, 63], "quantumregist": 45, "x_gate": 45, "ctrl_bit": 45, "rx_and_h_gat": 45, "kerneltestcontrol": 45, "kerneltestadjoint": 45, "aggreg": [45, 64], "qubit0": [45, 55], "qubit1": [45, 55], "kernel_arg": 45, "fundament": [46, 68, 75, 80], "movabl": 46, "never": 46, "n_level": 46, "adl": 46, "familiar": 46, "stride": 46, "first_5": 46, "qb": 46, "knowledg": 46, "ahead": 46, "storag": [46, 68], "fivecompiletimequbit": 46, "conceptu": 48, "sai": [48, 51], "embodi": 48, "behind": 48, "dataflow": 48, "contrast": 48, "truli": 48, "ssa": 48, "clarifi": 48, "toi": 48, "foo": 48, "boilerpl": [48, 72], "c0": 48, "c1": 48, "extract_ref": [48, 69], "bunch": 48, "decid": 48, "i1": [48, 69], "imagin": 48, "adjac": [48, 52], "Of": 48, "cours": 48, "correctli": [48, 73, 77, 79], "quit": [48, 59], "prone": 48, "analys": 48, "q0_1": 48, "q0_0": 48, "wire": 48, "q0_z": 48, "elimin": [48, 54], "r0": 48, "qref": 48, "unwrap": 48, "misc": 48, "q0_m": 48, "q0_l": 48, "q1_x": 48, "q0_p": 48, "q0_y": 48, "straightforwardli": 48, "cancel": [48, 75, 80], "mmeori": 48, "comprehens": [50, 52, 55], "anyon": 50, "fermioniq": 50, "stim": 50, "tensornet": [50, 53, 54, 55], "mp": [50, 53, 55], "cuquantum": [51, 55, 67, 72, 73], "superconduct": [51, 68], "transmon": 51, "omega_z": 51, "sigma_z": 51, "omega_x": 51, "omega_d": 51, "sigma_x": 51, "cp": [51, 75], "rho0": 51, "t_final": 51, "evolution_result": [51, 52], "photon": [51, 52, 64, 68], "aka": [51, 55], "ladder": 51, "harmon": 51, "oscil": 51, "displac": 51, "squeez": 51, "momentum": 51, "sigma_i": 51, "jayn": 51, "cum": 51, "omega_c": 51, "omega_a": 51, "caviti": 51, "consider": 51, "h_0": 51, "drift": 51, "h0": 51, "displacement_matrix": 51, "numerictyp": 51, "en": 51, "wiki": 51, "displacement_oper": 51, "term1": 51, "term2": 51, "expm": 51, "system_dimens": 51, "system_oper": 51, "linearli": [51, 68], "time_depend": 51, "vari": 51, "parameter_valu": 51, "time_step": 51, "compute_valu": 51, "param_nam": 51, "step_idx": 51, "match": [51, 52, 73, 75, 79], "undefin": [51, 79], "rungekuttaintegr": 51, "4th": 51, "rung": 51, "kutta": 51, "scipyzvodeintegr": 51, "ordinari": 51, "cudatorchdiffeqdopri5integr": 51, "dormand": 51, "princ": 51, "shampin": 51, "torchdiffeq": 51, "cudatorchdiffeqadaptiveheunintegr": 51, "cudatorchdiffeqbosh3integr": 51, "bogacki": 51, "cudatorchdiffeqdopri8integr": 51, "cudatorchdiffeqeulerintegr": 51, "cudatorchdiffeqexplicitadamsintegr": 51, "bashforth": 51, "cudatorchdiffeqimplicitadamsintegr": 51, "moulton": 51, "cudatorchdiffeqmidpointintegr": 51, "midpoint": 51, "cudatorchdiffeqrk4integr": 51, "secur": [52, 54, 75], "demand": [52, 54], "simplest": 52, "cli": [52, 75], "aws_default_region": 52, "aws_access_key_id": 52, "key_id": 52, "aws_secret_access_kei": 52, "access_kei": 52, "aws_session_token": 52, "sv1": [52, 64], "arn": [52, 64], "eu": [52, 64], "north": [52, 64], "garnet": [52, 64], "device_arn": 52, "softwar": [52, 73, 75], "authent": [52, 54, 55, 75], "emit": [52, 69], "diagnost": 52, "ionq_api_kei": 52, "ionq_generated_api_kei": 52, "aria": [52, 64], "login": [52, 75], "usernam": 52, "password": [52, 75], "refresh": 52, "echo": [52, 53, 73, 75, 79], "home": [52, 53, 75], "anyon_config": 52, "apt": [52, 75], "curl": [52, 73], "jq": 52, "5000": 52, "id_token": 52, "cat": [52, 75], "refresh_token": 52, "cudaq_anyon_credenti": 52, "telegraph": 52, "8q": 52, "berkelei": 52, "25q": 52, "inject": [52, 64, 69, 75], "cortex": 52, "cach": 52, "iqm_tokens_fil": 52, "mandatori": 52, "coco": [52, 64], "adoni": [52, 64], "iqm_server_url": 52, "fi": [52, 73, 75], "apollo": 52, "oxford": 52, "ring": 52, "topologi": 52, "luci": 52, "kagom": 52, "lattic": 52, "toshiko": 52, "contact": [52, 55, 64], "oqc_qcaas_support": [52, 64], "oxfordquantumcircuit": [52, 64], "email": [52, 53], "oqc_url": [52, 64], "oqc_email": [52, 64], "oqc_password": [52, 64], "qcaa": 52, "assembli": 52, "qat": 52, "pt": [52, 64, 75], "interf": [52, 64], "detector": [52, 64], "delai": [52, 64], "orca_access_url": [52, 64], "orca_auth_token": 52, "abcdef123456": 52, "orca_url": [52, 64], "getenv": [52, 64], "localhost": [52, 54, 64, 75], "your_alia": 52, "your_password": 52, "qapi": 52, "quantinuum_config": 52, "cudaq_quantinuum_credenti": 52, "checker": [52, 64], "mere": [52, 73], "2e": [52, 64], "1sc": 52, "navig": [52, 75], "tab": [52, 75], "tabl": [52, 53, 54, 72, 75], "east": 52, "whitepap": 52, "world": [53, 58, 65], "visit": [53, 59], "link": [53, 69, 73, 75, 76, 77, 79], "approv": 53, "nvqc_api_kei": 53, "session": [53, 54, 75], "bashrc": [53, 75], "438": 53, "3600": 53, "h100": 53, "80gb": 53, "hbm3": 53, "driver": [53, 73, 75], "gb": [53, 55, 67], "clock": 53, "mhz": 53, "2619": 53, "1980": 53, "1111111111111111111111111": [53, 67], "486": 53, "0000000000000000000000000": [53, 67], "514": 53, "nvqc_intro": 53, "545": 53, "487": 53, "513": 53, "nvqc_sampl": 53, "grow": [53, 72], "ngpu": 53, "unabl": [53, 75], "deploy": 53, "ye": [53, 75], "cutensornet": [53, 55], "contract": [53, 55], "wherebi": [53, 54, 55], "worker": 53, "nqpu": 53, "opt_gradi": 53, "submiss": [53, 60, 64], "energy_futur": 53, "plus_futur": 53, "minus_futur": 53, "optimal_valu": 53, "grad": 53, "paramshift": 53, "74886": 53, "nvqc_vqe": 53, "incom": [53, 66], "attain": 53, "On": [53, 54, 55, 65, 75, 80], "busi": 53, "substanti": 53, "nvqc_log_level": 53, "disabl": [53, 55, 73], "credenti": [53, 55, 64], "lieu": 53, "nvqc_config": 53, "elucid": 54, "unlik": [54, 59], "opportun": 54, "count_futur": 54, "kerneltobesampl": 54, "runtimeparam": 54, "singleton": [54, 63], "zu": [54, 63], "countfutur": 54, "emplace_back": 54, "gpuemulatedqpu": 54, "37": 54, "cudaq_mqpu_ngpu": 54, "bellow": 54, "state_futur": 54, "kerneltorun": 54, "async_state_result": 54, "statefutur": 54, "suffici": [54, 73, 75, 80], "mpiexec": [54, 55, 73], "script": [54, 59, 73, 75], "srun": 54, "controls_count": 54, "auto_launch": 54, "isdigit": 54, "nrcontrol": 54, "tidx": 54, "daemon": 54, "qpud": 54, "shut": 54, "cudaq_loc": 54, "grep": [54, 73], "qpud_pi": 54, "cuda_visible_devic": [54, 55], "tcp": [54, 75], "ip": 54, "ld_library_path": [54, 73, 80], "launcher": 54, "app": 54, "firewal": 54, "port1": 54, "port2": 54, "port3": 54, "port4": 54, "per": [54, 55, 67], "resolv": 54, "contigu": 54, "byte": [54, 67, 79], "memcpi": 54, "ixiz": 54, "charact": 54, "incur": 54, "overhead": 54, "defer": 54, "rtti": 54, "standalon": [54, 72], "accommod": 55, "switch": [55, 67], "cudaq_fusion_max_qubit": 55, "cudaq_fusion_diagonal_gate_max_qubit": 55, "cudaq_fusion_num_host_thread": 55, "cudaq_max_cpu_memory_gb": 55, "migrat": [55, 73], "unlimit": 55, "0gb": 55, "cudaq_max_gpu_memory_gb": 55, "exce": 55, "cudaq_mgpu_lib_mpi": 55, "libmpi": [55, 75], "cudaq_mgpu_comm_plugin_typ": 55, "openmpi": [55, 73, 75, 80], "mpich": [55, 73], "commplugin": 55, "cudaq_mgpu_nqubits_thresh": 55, "cudaq_mgpu_p2p_device_bit": 55, "gpudirect": 55, "p2p": 55, "cudaq_gpu_fabr": 55, "mnnvl": 55, "nvl": 55, "nvlink": 55, "cudaq_global_index_bit": 55, "comma": 55, "slower": 55, "cudaq_host_device_migration_level": 55, "insert": [55, 71], "interconnect": 55, "infiniband": 55, "fuse": 55, "4x4": 55, "bandwidth": 55, "significantli": 55, "suitabl": [55, 73, 75, 79], "despit": [55, 64], "poor": 55, "visibl": [55, 75], "cutensornet_comm_lib": 55, "libcutensornet_distributed_interface_mpi": 55, "dedic": 55, "dgx": 55, "omp_plac": 55, "omp_num_thread": 55, "number_of_cores_per_nod": 55, "number_of_gpus_per_nod": 55, "wave": 55, "sparsiti": 55, "svd": 55, "singular": [55, 73], "truncat": 55, "tractabl": 55, "footprint": 55, "cudaq_mps_max_bond": 55, "cudaq_mps_abs_cutoff": 55, "largest": 55, "trim": 55, "cudaq_mps_relative_cutoff": 55, "cudaq_mps_svd_algo": 55, "gesvd": 55, "gesvdj": 55, "jacobi": 55, "gesvdp": 55, "gesvdr": 55, "medium": 55, "ava": 55, "onlin": [55, 73, 75], "fermioniq_access_token_id": 55, "fermioniq_access_token_secret": 55, "remote_config": 55, "remote_config_id": 55, "organ": 55, "project_id": 55, "bond_dim": 55, "overridden": [55, 72], "cudaq_default_simul": 55, "debug": [56, 69, 73, 75], "amongst": 57, "roughli": [59, 67, 68], "505": 59, "495": 59, "result_0": 59, "5005": 59, "4995": 59, "most_probable_result": 59, "kernel2": 59, "num_gpu": [59, 67], "confirm": [59, 64, 73, 75, 80], "025": 59, "million": 59, "35x": 59, "code_to_tim": 59, "1000000": 59, "57462": 59, "stmt": 59, "773286": 59, "atoi": [59, 80], "chrono": [59, 64], "high_resolution_clock": 59, "durat": 59, "took": 59, "8337": 59, "18988": 59, "cudaq_log_level": 60, "prepend": 60, "cudaq_dump_jit_ir": 60, "output_filenam": 60, "agnost": 61, "707": 61, "707j": 61, "kernel_initi": 61, "state_to_pass": 61, "default_op": 61, "Or": 61, "x_kernel": [61, 66], "control_vector": [61, 66], "blow": 61, "kernel_a": 61, "kernel_b": 61, "024": 61, "543": 61, "d2": 63, "observe_mqpu": 63, "async_count": 64, "fstream": 64, "proceed": [64, 73], "redefin": 64, "same_fil": 64, "retrieved_async_result": 64, "cq_sqale_simul": 64, "ofstream": 64, "savem": 64, "readin": 64, "ifstream": 64, "flight": 64, "mimic": 64, "dashboard": 64, "qb1": 64, "qb2": 64, "qb3": 64, "qb4": 64, "qb5": 64, "adonis_ghz": 64, "transpar": 64, "worri": 64, "schemat": 64, "optic": 64, "reconfigur": 64, "indistinguish": 64, "interfer": [64, 73, 75], "exit": [64, 67, 75], "half": 64, "n_beam_splitt": 64, "sleep": 64, "this_thread": 64, "sleep_for": 64, "sleep_until": 64, "chrono_liter": 64, "sum_loop_length": 64, "static_cast": [64, 77], "n_loop": 64, "n_mode": 64, "endl": [64, 79], "200m": 64, "endpoint": 64, "syntax_check": 64, "hello": [64, 65, 75], "arrang": 64, "7e": 64, "time_max": 64, "time_ramp": 64, "omega_max": 64, "6300000": 64, "rad": 64, "sec": 64, "delta_start": 64, "delta_end": 64, "piec": [64, 73], "wise": 64, "waveform": 64, "rabi": 64, "12121222": 64, "21202221": 64, "21212121": 64, "21212122": 64, "21221212": 64, "21221221": 64, "22121221": 64, "22221221": 64, "post_sequ": 64, "01010111": 64, "10101010": 64, "10101011": 64, "10101110": 64, "10110101": 64, "10110110": 64, "11010110": 64, "11110110": 64, "pre_sequ": 64, "11101111": 64, "11111111": 64, "rydberg": 64, "gotten": 65, "static_kernel": 65, "multi_controlled_oper": 66, "ccnot": 66, "applyx": 66, "ccnot_test": 66, "apply_x": 66, "counts2": 66, "seamless": [67, 75], "multithread": 67, "ghz_state": 67, "sample_ghz_st": 67, "cpu_result": 67, "525": [67, 75], "2500x": 67, "gpu_result": 67, "490": 67, "8700": 67, "freeli": [67, 73, 75], "term_count": 67, "qubits_list": 67, "990": 67, "dev": [67, 73, 75], "xi": 67, "2500": 67, "4x": 67, "transmiss": 68, "counterpart": 68, "transistor": 68, "alter": 68, "ion": 68, "ourselv": 68, "law": 68, "physicist": 68, "logarithm": 68, "dirac": 68, "correspondingli": [68, 79], "art": [68, 79], "manipul": 68, "offload": 68, "lvert": 68, "rvert": 68, "502": 68, "498": 68, "modulu": 68, "conserv": 68, "uphold": 68, "probabilist": 68, "devis": 68, "postul": 68, "alpha_": 68, "llvm": [69, 71, 72, 73, 77], "qke": [69, 71], "pipelin": 69, "canonic": 69, "lift": 69, "indirect": 69, "loader": 69, "cse": 69, "lpsxpu": 69, "p3de4l": 69, "fixup": 69, "linkag": 69, "pl": [69, 73], "llc": [69, 73], "reloc": 69, "pic": 69, "filetyp": 69, "obj": 69, "o2": 69, "clang": [69, 73, 79], "gcc": [69, 73, 75, 79], "x86_64": [69, 73, 75, 80], "lib64": [69, 75, 77], "stub": 69, "wl": [69, 73, 79], "rpath": [69, 79], "llib": 69, "lcudaq": 69, "builder": 69, "ensmallen": 69, "em": 69, "lnvqir": 69, "orchestr": 69, "qtx": 69, "mangled_name_map": 69, "__nvqpp__mlirgen__ghz": 69, "_zn3ghzclei": 69, "i32": 69, "entrypoint": 69, "alloca": 69, "memref": 69, "extsi": 69, "c0_i32": 69, "c0_i32_0": 69, "alloca_1": 69, "c1_i32": 69, "subi": 69, "cmpi": 69, "slt": 69, "addi": 69, "unoptim": 69, "mangl": 69, "introspect": 69, "overwrit": 69, "libcudaq": 69, "libnvqir": [69, 72], "robust": 69, "depart": 69, "recal": 69, "datalayout": 69, "p270": 69, "p271": 69, "p272": 69, "f80": 69, "n8": 69, "s128": 69, "invokewithcontrolqubit": 69, "__quantum__qis__x__ctl": 69, "__quantum__rt__array_get_size_1d": 69, "__quantum__qis__h": 69, "i8": 69, "__quantum__rt__array_get_element_ptr_1d": 69, "sext": 69, "bitcast": 69, "icmp": 69, "sgt": 69, "br": 69, "ph": 69, "prehead": 69, "_crit_edg": 69, "trip": 69, "zext": 69, "indvar": 69, "iv": 69, "nuw": 69, "nsw": 69, "nonnul": 69, "exitcond": 69, "ph3": 69, "_crit_edge4": 69, "exitcond5": 69, "mycustomplugin": 71, "cmakelist": [71, 72, 76], "add_llvm_pass_plugin": 71, "operationpass": 71, "quakedialect": 71, "quakeop": 71, "frozenrewritepatternset": 71, "dialectconvers": 71, "replaceh": 71, "oprewritepattern": 71, "hop": 71, "logicalresult": 71, "matchandrewrit": 71, "patternrewrit": 71, "replaceopwithnewop": 71, "sop": 71, "isadj": 71, "getparamet": 71, "getcontrol": 71, "gettarget": 71, "custompassplugin": 71, "passwrapp": 71, "mlir_define_explicit_internal_inline_type_id": 71, "stringref": 71, "runonoper": 71, "getoper": 71, "getcontext": 71, "rewritepatternset": 71, "conversiontarget": 71, "addlegaldialect": 71, "addillegalop": 71, "applypartialconvers": 71, "emitoperror": 71, "signalpassfailur": 71, "cudaq_register_mlir_pass": 71, "add_subdirectori": 71, "circuitsimulatorbas": 72, "lot": 72, "qppcircuitsimul": 72, "custateveccircuitsimul": 72, "openmp": [72, 73, 80], "addqubittost": 72, "addqubitstost": 72, "resetqubit": 72, "qubitidx": 72, "resetqubitstateimpl": 72, "applyg": 72, "gateapplicationtask": 72, "measurequbit": 72, "floattyp": 72, "mysimul": 72, "nvqir_register_simul": 72, "mysimulatorclassnam": 72, "dylib": 72, "nvqir_simulation_backend": 72, "cuda_quantum_path": [72, 73, 75, 76], "find_packag": [72, 76], "nvqir_add_backend": 72, "folder": [72, 73, 75, 76], "cmake_minimum_requir": [72, 76], "fatal_error": [72, 76], "democreatenvqirbackend": 72, "cxx": [72, 73, 76, 80], "measuredbit": 72, "cuda_quantum": [72, 73], "cd": [72, 73, 75, 76], "ninja": [72, 76], "dnvqir_dir": 72, "rootless": 73, "admin": [73, 75], "meet": 73, "carefulli": 73, "requisit": 73, "almalinux": 73, "manylinux_2_28": 73, "cento": [73, 75], "debian": [73, 75], "fedora": [73, 75], "opensus": [73, 75], "sled": [73, 75], "sle": [73, 75], "rhel": [73, 75], "rocki": [73, 75], "ubuntu": [73, 75], "newer": [73, 75, 80], "x86": [73, 75], "arm64": [73, 75, 80], "v8": [73, 75], "volta": [73, 75], "ture": [73, 75], "amper": [73, 75], "ada": [73, 75], "hopper": [73, 75], "470": [73, 75], "git": 73, "unzip": 73, "web": [73, 75], "cudaq_install_prefix": 73, "cuquantum_install_prefix": 73, "cutensor_install_prefix": 73, "cutensor": 73, "llvm_install_prefix": 73, "blas_install_prefix": 73, "bla": 73, "zlib_install_prefix": 73, "zlib": 73, "openssl_install_prefix": 73, "openssl": 73, "curl_install_prefix": 73, "aws_install_prefix": 73, "toolkit": [73, 75, 77, 80], "cuda_vers": [73, 75, 80], "cuda_download_url": [73, 75], "repo": [73, 75], "subfold": [73, 75], "rhel8": [73, 75], "cuda_arch_fold": [73, 75], "dnf": [73, 75], "nobest": [73, 75], "setopt": [73, 75], "install_weak_dep": [73, 75], "tr": [73, 75], "gcc_version": 73, "toolset": [73, 79], "assembl": 73, "enable_script": 73, "gcc_toolchain": 73, "rh": 73, "cudacxx": 73, "nvcc": [73, 75, 77], "cudahostcxx": 73, "commit": 73, "checkout": 73, "archiv": [73, 75, 79], "subsect": 73, "devel": [73, 75], "suffix": [73, 80], "conda": [73, 80], "auditwheel": 73, "patchelf": 73, "pyproject": 73, "toml": 73, "llvm_project": 73, "flang": 73, "lld": 73, "install_prerequisit": [73, 75], "sh": [73, 75, 80], "fc": 73, "histori": 73, "setuptools_scm_pretend_vers": 73, "cudaq_wheel": 73, "manylinux_platform": 73, "linux_": 73, "sed": [73, 75], "manylinux_2_28_": 73, "pwd": [73, 79], "_skbuild": 73, "repair": 73, "plat": 73, "libcubla": [73, 75], "libcublaslt": 73, "libcusolv": [73, 75], "libcutensor": 73, "libcutensornet": 73, "libcustatevec": 73, "libcudart": 73, "libnvtoolsext": 73, "libnvidia": 73, "ml": 73, "libcuda": 73, "wheelhous": 73, "cudaq_enable_static_link": 73, "cudaq_require_openmp": 73, "cudaq_werror": 73, "cudaq_python_support": 73, "build_cudaq": 73, "primarili": 73, "linker": [73, 79], "makeself": 73, "cuda_quantum_asset": 73, "mv": 73, "ld": 73, "build_config": 73, "xml": 73, "gzip": [73, 75], "sha256": 73, "install_cuda_quantum": [73, 75, 80], "unam": [73, 75, 80], "migrate_asset": 73, "libc6": [73, 75], "sudo": [73, 75, 80], "set_env": [73, 75], "asset": [73, 75, 80], "profil": [73, 75, 80], "version_suffix": [73, 75], "cudart": [73, 75], "nvrtc": [73, 75], "f1": [73, 75], "libnvjitlink": [73, 75], "awar": 73, "autoconf": 73, "libtool": 73, "flex": 73, "openmpi_vers": 73, "openmpi_download_url": 73, "ompi": 73, "tar": [73, 75], "gz": [73, 75], "tmp": 73, "xf": 73, "rf": [73, 75], "autogen": 73, "ldflag": 73, "prefix": [73, 75], "getpwuid": 73, "mem": 73, "memcheck": 73, "verb": 73, "nproc": 73, "mpic": 73, "mpi_cuda_check": 73, "__has_includ": 73, "ext": 73, "endif": 73, "mpi_init": 73, "exit_cod": 73, "mpix_query_cuda_support": 73, "mpi_fin": 73, "mca": 73, "plm_rsh_agent": 73, "ssh": 73, "rsh": 73, "slurm": 73, "mpi_path": [73, 75, 80], "distributed_interfac": [73, 75, 80], "activate_custom_mpi": [73, 75, 80], "bundl": 75, "deploi": 75, "unsur": 75, "engin": 75, "desktop": 75, "administr": 75, "ngc": 75, "whenev": 75, "pull": 75, "nvcr": 75, "cu12": [75, 80], "prototyp": 75, "tri": 75, "readm": 75, "appreci": 75, "insuffici": 75, "hover": 75, "id_rsa": 75, "pub": 75, "itd": 75, "2222": 75, "exec": 75, "openssh": 75, "usepam": 75, "sshd_config": 75, "authorized_kei": 75, "sbin": 75, "sshd": 75, "stricthostkeycheck": 75, "userknownhostsfil": 75, "globalknownhostsfil": 75, "relocat": 75, "wsl": 75, "prerequisit": 75, "sylab": 75, "ce": 75, "xzf": 75, "mconfig": 75, "suid": 75, "builddir": 75, "bootstrap": 75, "runscript": 75, "mount": 75, "devpt": 75, "fakeroot": 75, "sif": 75, "writabl": 75, "nv": 75, "conf": 75, "ldd": [75, 79], "privileg": 75, "revis": 75, "upvot": 75, "posix": 75, "browser": 75, "palett": 75, "attach": 75, "window": 75, "reload": 75, "microsoft": 75, "sandbox": 75, "portmap": 75, "sshd_output": 75, "listen": 75, "1025": 75, "65535": 75, "ui": 75, "aren": 75, "icon": 75, "sidebar": 75, "workspac": 75, "remotecommand": 75, "requesttti": 75, "hostnam": 75, "enableremotecommand": 75, "uselocalserv": 75, "remoteserverlistenonsocket": 75, "connecttimeout": 75, "serverinstallpath": 75, "sign": 75, "upgrad": 75, "ac": 75, "ace_nam": 75, "instance_nam": 75, "commandlin": 75, "job_id": 75, "8888": 75, "portal": 75, "404": 75, "patient": 75, "happi": 75, "cuda12x": 75, "ship": 75, "vendor": 75, "prebuilt": 75, "guarante": 75, "libcudaq_distributed_interface_mpi": 75, "cudaq_mpi_comm_lib": 75, "cu11": [75, 80], "uninstal": [75, 80], "supersed": 75, "dsize": 75, "fairli": 75, "succe": 75, "hang": [75, 80], "imper": 76, "mycudaqapp": 76, "add_execut": 76, "ghz_ex": 76, "dcudaq_dir": 76, "cu": 77, "my_proj": 77, "conform": 77, "my_proj_quantum": 77, "libc": 77, "cudadatatyp": [77, 79], "cudasetfirstnel": 77, "__restrict__": 77, "sv2": 77, "int64_t": 77, "blockidx": 77, "blockdim": 77, "threadidx": 77, "setfirstnel": 77, "uint32_t": [77, 79], "n_block": [77, 79], "int32_t": [77, 79], "threads_per_block": [77, 79], "newdevicestatevector": 77, "devicestatevector": [77, 79], "previousstatedimens": 77, "reinterpret_cast": [77, 79], "cufloatcomplex": [77, 79], "cudoublecomplex": [77, 79], "cucomplex": 77, "cuda_runtim": 77, "device_launch_paramet": 77, "my_kernel": 77, "cudamalloc": 77, "xcompil": 77, "fpic": [77, 79], "cuda_hom": 77, "lcudart": 77, "my_execut": 77, "quantum_kernel": 79, "sstream": 79, "bell_distribut": 79, "stringbuf": 79, "ptr": 79, "strcpy": 79, "libstdc": 79, "libquantum_kernel": 79, "bell_dist": 79, "lquantum_kernel": 79, "abi": 79, "incompat": 79, "watch": 79, "surround": 79, "wherea": 79, "third_party_librari": 79, "libexternal_librari": 79, "my_cod": 79, "bstatic": 79, "lexternal_librari": 79, "bdynam": 79, "crut": 79, "libexternal_library_complet": 79, "naddlib": 79, "nsave": 79, "nend": 79, "lexternal_library_complet": 79, "shim": 79, "pragma": 79, "is_integr": 79, "initializedevicestatevector": 79, "statedimens": 79, "cudainitializedevicestatevector": 79, "cumbersom": 79, "necessarili": 79, "recogn": 79, "env": 80, "forg": 80, "conda_prefix": 80, "ompi_mca_opal_cuda_support": 80, "ompi_mca_btl": 80, "openib": 80, "bash_profil": 80, "bash_login": 80, "_cu11": 80, "_cu12": 80, "amd": 80}, "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, "_CPPv4N5cudaq16ExecutionContext11asyncResultE", "cudaq::ExecutionContext::asyncResult"], [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, "_CPPv4N5cudaq16ExecutionContext18numberTrajectoriesE", "cudaq::ExecutionContext::numberTrajectories"], [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, 1, 1, "_CPPv4N5cudaq16FermioniqBaseQPUE", "cudaq::FermioniqBaseQPU"], [2, 0, 1, "_CPPv4N5cudaq19KernelExecutionTaskE", "cudaq::KernelExecutionTask"], [2, 1, 1, "_CPPv4N5cudaq21KernelThunkResultTypeE", "cudaq::KernelThunkResultType"], [2, 0, 1, "_CPPv4N5cudaq15KernelThunkTypeE", "cudaq::KernelThunkType"], [2, 1, 1, "_CPPv4N5cudaq17OrcaRemoteRESTQPUE", "cudaq::OrcaRemoteRESTQPU"], [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, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringE15KernelThunkTypePvNSt8uint64_tENSt8uint64_tERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel"], [2, 3, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringE15KernelThunkTypePvNSt8uint64_tENSt8uint64_tERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel::args"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringE15KernelThunkTypePvNSt8uint64_tENSt8uint64_tERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel::kernelFunc"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringE15KernelThunkTypePvNSt8uint64_tENSt8uint64_tERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel::name"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel::name"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringE15KernelThunkTypePvNSt8uint64_tENSt8uint64_tERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel::rawArgs"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel::rawArgs"], [2, 3, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution"], [2, 4, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution::name"], [2, 4, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution::serializeCodeExecutionObject"], [2, 3, 1, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE", "cudaq::QPU::onRandomSeedSet"], [2, 4, 1, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE", "cudaq::QPU::onRandomSeedSet::seed"], [2, 3, 1, "_CPPv4N5cudaq3QPU21resetExecutionContextEv", "cudaq::QPU::resetExecutionContext"], [2, 3, 1, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext", "cudaq::QPU::setExecutionContext"], [2, 4, 1, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext", "cudaq::QPU::setExecutionContext::context"], [2, 3, 1, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE", "cudaq::QPU::setId"], [2, 4, 1, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE", "cudaq::QPU::setId::_qpuId"], [2, 3, 1, "_CPPv4N5cudaq3QPU8setShotsEi", "cudaq::QPU::setShots"], [2, 4, 1, "_CPPv4N5cudaq3QPU8setShotsEi", "cudaq::QPU::setShots::_nShots"], [2, 3, 1, "_CPPv4N5cudaq3QPU27supportsConditionalFeedbackEv", "cudaq::QPU::supportsConditionalFeedback"], [2, 3, 1, "_CPPv4N5cudaq3QPUD0Ev", "cudaq::QPU::~QPU"], [2, 1, 1, "_CPPv4N5cudaq12QuEraBaseQPUE", "cudaq::QuEraBaseQPU"], [2, 1, 1, "_CPPv4N5cudaq10QuakeValueE", "cudaq::QuakeValue"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue::builder"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue::builder"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue::v"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue::v"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue22canValidateNumElementsEv", "cudaq::QuakeValue::canValidateNumElements"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue12constantSizeEv", "cudaq::QuakeValue::constantSize"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4dumpERNSt7ostreamE", "cudaq::QuakeValue::dump"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4dumpEv", "cudaq::QuakeValue::dump"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue19getRequiredElementsEv", "cudaq::QuakeValue::getRequiredElements"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValue8getValueEv", "cudaq::QuakeValue::getValue"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValue7inverseEv", "cudaq::QuakeValue::inverse"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue8isStdVecEv", "cudaq::QuakeValue::isStdVec"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue", "cudaq::QuakeValue::operator*"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemlEKd", "cudaq::QuakeValue::operator*"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue", "cudaq::QuakeValue::operator*::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue", "cudaq::QuakeValue::operator+"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplEKd", "cudaq::QuakeValue::operator+"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplEKi", "cudaq::QuakeValue::operator+"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue", "cudaq::QuakeValue::operator+::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiEKd", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiEKi", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValuemiEv", "cudaq::QuakeValue::operator-"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue", "cudaq::QuakeValue::operator-::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue", "cudaq::QuakeValue::operator/"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuedvEKd", "cudaq::QuakeValue::operator/"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue", "cudaq::QuakeValue::operator/::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE", "cudaq::QuakeValue::operator[]"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue", "cudaq::QuakeValue::operator[]"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE", "cudaq::QuakeValue::operator[]::idx"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue", "cudaq::QuakeValue::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4sizeEv", "cudaq::QuakeValue::size"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice::count"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice::startIdx"], [2, 0, 1, "_CPPv4N5cudaq11QuantumTaskE", "cudaq::QuantumTask"], [2, 0, 1, "_CPPv4N5cudaq17QubitConnectivityE", "cudaq::QubitConnectivity"], [2, 0, 1, "_CPPv4N5cudaq9QubitEdgeE", "cudaq::QubitEdge"], [2, 1, 1, "_CPPv4N5cudaq18RemoteCapabilitiesE", "cudaq::RemoteCapabilities"], [2, 3, 1, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb", "cudaq::RemoteCapabilities::RemoteCapabilities"], [2, 4, 1, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb", "cudaq::RemoteCapabilities::RemoteCapabilities::initValue"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities17isRemoteSimulatorE", "cudaq::RemoteCapabilities::isRemoteSimulator"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities18serializedCodeExecE", "cudaq::RemoteCapabilities::serializedCodeExec"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities12stateOverlapE", "cudaq::RemoteCapabilities::stateOverlap"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities3vqeE", "cudaq::RemoteCapabilities::vqe"], [2, 1, 1, "_CPPv4N5cudaq21RemoteSimulationStateE", "cudaq::RemoteSimulationState"], [2, 1, 1, "_CPPv4N5cudaq9ResourcesE", "cudaq::Resources"], [2, 1, 1, "_CPPv4N5cudaq30SerializedCodeExecutionContextE", "cudaq::SerializedCodeExecutionContext"], [2, 1, 1, "_CPPv4N5cudaq15SimulationStateE", "cudaq::SimulationState"], [2, 1, 1, "_CPPv4N5cudaq15SimulationState6TensorE", "cudaq::SimulationState::Tensor"], [2, 6, 1, "_CPPv4N5cudaq15SimulationState9precisionE", "cudaq::SimulationState::precision"], [2, 7, 1, "_CPPv4N5cudaq15SimulationState9precision4fp32E", "cudaq::SimulationState::precision::fp32"], [2, 7, 1, "_CPPv4N5cudaq15SimulationState9precision4fp64E", "cudaq::SimulationState::precision::fp64"], [2, 0, 1, "_CPPv4N5cudaq15TensorStateDataE", "cudaq::TensorStateData"], [2, 1, 1, "_CPPv4N5cudaq5TraceE", "cudaq::Trace"], [2, 1, 1, "_CPPv4N5cudaq25amplitude_damping_channelE", "cudaq::amplitude_damping_channel"], [2, 1, 1, "_CPPv4I0EN5cudaq12async_resultE", "cudaq::async_result"], [2, 2, 1, "_CPPv4I0EN5cudaq12async_resultE", "cudaq::async_result::T"], [2, 3, 1, "_CPPv4N5cudaq12async_result3getEv", "cudaq::async_result::get"], [2, 0, 1, "_CPPv4N5cudaq19async_sample_resultE", "cudaq::async_sample_result"], [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, 3, 1, "_CPPv4I0DpEN5cudaq9get_stateEDaRR13QuantumKernelDpRR4Args", "cudaq::get_state"], [2, 2, 1, "_CPPv4I0DpEN5cudaq9get_stateEDaRR13QuantumKernelDpRR4Args", "cudaq::get_state::Args"], [2, 2, 1, "_CPPv4I0DpEN5cudaq9get_stateEDaRR13QuantumKernelDpRR4Args", "cudaq::get_state::QuantumKernel"], [2, 4, 1, "_CPPv4I0DpEN5cudaq9get_stateEDaRR13QuantumKernelDpRR4Args", "cudaq::get_state::args"], [2, 4, 1, "_CPPv4I0DpEN5cudaq9get_stateEDaRR13QuantumKernelDpRR4Args", "cudaq::get_state::kernel"], [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_channelERKNSt6vectorI8kraus_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, "_CPPv4N5cudaq13kraus_channel13kraus_channelERKNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel::inOps"], [2, 4, 1, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE", "cudaq::kraus_channel::kraus_channel::inputLists"], [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, 5, 1, "_CPPv4N5cudaq13kraus_channel10noise_typeE", "cudaq::kraus_channel::noise_type"], [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, 5, 1, "_CPPv4N5cudaq13kraus_channel10parametersE", "cudaq::kraus_channel::parameters"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op", "cudaq::kraus_channel::push_back"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op", "cudaq::kraus_channel::push_back::op"], [2, 3, 1, "_CPPv4NK5cudaq13kraus_channel4sizeEv", "cudaq::kraus_channel::size"], [2, 1, 1, "_CPPv4N5cudaq8kraus_opE", "cudaq::kraus_op"], [2, 3, 1, "_CPPv4NK5cudaq8kraus_op7adjointEv", "cudaq::kraus_op::adjoint"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op4dataE", "cudaq::kraus_op::data"], [2, 3, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op"], [2, 3, 1, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE", "cudaq::kraus_op::kraus_op"], [2, 3, 1, "_CPPv4N5cudaq8kraus_op8kraus_opERK8kraus_op", "cudaq::kraus_op::kraus_op"], [2, 2, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op::T"], [2, 4, 1, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE", "cudaq::kraus_op::kraus_op::d"], [2, 4, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op::initList"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op5nColsE", "cudaq::kraus_op::nCols"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op5nRowsE", "cudaq::kraus_op::nRows"], [2, 3, 1, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op", "cudaq::kraus_op::operator="], [2, 4, 1, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op", "cudaq::kraus_op::operator=::other"], [2, 0, 1, "_CPPv4N5cudaq3mpiE", "cudaq::mpi"], [2, 3, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather"], [2, 3, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather::global"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather::global"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather::local"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather::local"], [2, 3, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce"], [2, 3, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::BinaryFunction"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce::Func"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::T"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce::T"], [2, 4, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::function"], [2, 4, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::localValue"], [2, 3, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast"], [2, 3, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast::data"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast::data"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast::rootRank"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast::rootRank"], [2, 3, 1, "_CPPv4N5cudaq3mpi8finalizeEv", "cudaq::mpi::finalize"], [2, 3, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize"], [2, 3, 1, "_CPPv4N5cudaq3mpi10initializeEv", "cudaq::mpi::initialize"], [2, 4, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize::argc"], [2, 4, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize::argv"], [2, 3, 1, "_CPPv4N5cudaq3mpi14is_initializedEv", "cudaq::mpi::is_initialized"], [2, 3, 1, "_CPPv4N5cudaq3mpi9num_ranksEv", "cudaq::mpi::num_ranks"], [2, 3, 1, "_CPPv4N5cudaq3mpi4rankEv", "cudaq::mpi::rank"], [2, 1, 1, "_CPPv4N5cudaq11noise_modelE", "cudaq::noise_model"], [2, 0, 1, "_CPPv4N5cudaq11noise_model15PredicateFuncTyE", "cudaq::noise_model::PredicateFuncTy"], [2, 3, 1, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel"], [2, 3, 1, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel"], [2, 2, 1, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::QuantumOp"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::channel"], [2, 4, 1, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::channel"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::numControls"], [2, 4, 1, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::numControls"], [2, 4, 1, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::quantumOp"], [2, 3, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRK15PredicateFuncTy", "cudaq::noise_model::add_channel"], [2, 3, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERK15PredicateFuncTy", "cudaq::noise_model::add_channel"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel"], [2, 2, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRK15PredicateFuncTy", "cudaq::noise_model::add_channel::QuantumOp"], [2, 2, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::QuantumOp"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::channel"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::channel"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRK15PredicateFuncTy", "cudaq::noise_model::add_channel::pred"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERK15PredicateFuncTy", "cudaq::noise_model::add_channel::pred"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERK15PredicateFuncTy", "cudaq::noise_model::add_channel::quantumOp"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::quantumOp"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::qubits"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::qubits"], [2, 3, 1, "_CPPv4NK5cudaq11noise_model5emptyEv", "cudaq::noise_model::empty"], [2, 3, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels"], [2, 3, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels"], [2, 2, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::QuantumOp"], [2, 4, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::controlQubits"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::controlQubits"], [2, 4, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::params"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::params"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::quantumOp"], [2, 4, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::targetQubits"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::targetQubits"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11noise_modelEv", "cudaq::noise_model::noise_model"], [2, 6, 1, "_CPPv4N5cudaq16noise_model_typeE", "cudaq::noise_model_type"], [2, 7, 1, "_CPPv4N5cudaq16noise_model_type25amplitude_damping_channelE", "cudaq::noise_model_type::amplitude_damping_channel"], [2, 7, 1, "_CPPv4N5cudaq16noise_model_type16bit_flip_channelE", "cudaq::noise_model_type::bit_flip_channel"], [2, 7, 1, "_CPPv4N5cudaq16noise_model_type22depolarization_channelE", "cudaq::noise_model_type::depolarization_channel"], [2, 7, 1, "_CPPv4N5cudaq16noise_model_type18phase_flip_channelE", "cudaq::noise_model_type::phase_flip_channel"], [2, 7, 1, "_CPPv4N5cudaq16noise_model_type7unknownE", "cudaq::noise_model_type::unknown"], [2, 3, 1, "_CPPv4N5cudaq18num_available_gpusEv", "cudaq::num_available_gpus"], [2, 3, 1, "_CPPv4I00Dp0EN5cudaq7observeENSt6vectorI14observe_resultEERR13QuantumKernelRK15SpinOpContainerDpRR4Args", "cudaq::observe"], [2, 3, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultNSt6size_tERR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe"], [2, 3, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRK15observe_optionsRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe"], [2, 3, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe"], [2, 2, 1, "_CPPv4I00Dp0EN5cudaq7observeENSt6vectorI14observe_resultEERR13QuantumKernelRK15SpinOpContainerDpRR4Args", "cudaq::observe::Args"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultNSt6size_tERR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::Args"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRK15observe_optionsRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::Args"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::Args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultNSt6size_tERR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::H"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRK15observe_optionsRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::H"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::H"], [2, 2, 1, "_CPPv4I00Dp0EN5cudaq7observeENSt6vectorI14observe_resultEERR13QuantumKernelRK15SpinOpContainerDpRR4Args", "cudaq::observe::QuantumKernel"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultNSt6size_tERR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::QuantumKernel"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRK15observe_optionsRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::QuantumKernel"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::QuantumKernel"], [2, 2, 1, "_CPPv4I00Dp0EN5cudaq7observeENSt6vectorI14observe_resultEERR13QuantumKernelRK15SpinOpContainerDpRR4Args", "cudaq::observe::SpinOpContainer"], [2, 4, 1, "_CPPv4I00Dp0EN5cudaq7observeENSt6vectorI14observe_resultEERR13QuantumKernelRK15SpinOpContainerDpRR4Args", "cudaq::observe::args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultNSt6size_tERR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRK15observe_optionsRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::args"], [2, 4, 1, "_CPPv4I00Dp0EN5cudaq7observeENSt6vectorI14observe_resultEERR13QuantumKernelRK15SpinOpContainerDpRR4Args", "cudaq::observe::kernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultNSt6size_tERR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::kernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRK15observe_optionsRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::kernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::kernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRK15observe_optionsRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::options"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultNSt6size_tERR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::shots"], [2, 4, 1, "_CPPv4I00Dp0EN5cudaq7observeENSt6vectorI14observe_resultEERR13QuantumKernelRK15SpinOpContainerDpRR4Args", "cudaq::observe::termList"], [2, 1, 1, "_CPPv4N5cudaq15observe_optionsE", "cudaq::observe_options"], [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, 0, 1, "_CPPv4N5cudaq4orcaE", "cudaq::orca"], [2, 3, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample"], [2, 3, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::bs_angles"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::bs_angles"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::input_state"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::input_state"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::loop_lengths"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::loop_lengths"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::n_samples"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::n_samples"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::ps_angles"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::qpu_id"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::qpu_id"], [2, 3, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async"], [2, 3, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::bs_angles"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::bs_angles"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::input_state"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::input_state"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::loop_lengths"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::loop_lengths"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::n_samples"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::n_samples"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::ps_angles"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::qpu_id"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::qpu_id"], [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, 3, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRK14sample_optionsRR13QuantumKernelDpRR4Args", "cudaq::sample"], [2, 3, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRR13QuantumKernelDpRR4Args", "cudaq::sample"], [2, 3, 1, "_CPPv4I0Dp0EN5cudaq6sampleEDaNSt6size_tERR13QuantumKernelDpRR4Args", "cudaq::sample"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRK14sample_optionsRR13QuantumKernelDpRR4Args", "cudaq::sample::Args"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRR13QuantumKernelDpRR4Args", "cudaq::sample::Args"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq6sampleEDaNSt6size_tERR13QuantumKernelDpRR4Args", "cudaq::sample::Args"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRK14sample_optionsRR13QuantumKernelDpRR4Args", "cudaq::sample::QuantumKernel"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRR13QuantumKernelDpRR4Args", "cudaq::sample::QuantumKernel"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq6sampleEDaNSt6size_tERR13QuantumKernelDpRR4Args", "cudaq::sample::QuantumKernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRK14sample_optionsRR13QuantumKernelDpRR4Args", "cudaq::sample::args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRR13QuantumKernelDpRR4Args", "cudaq::sample::args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq6sampleEDaNSt6size_tERR13QuantumKernelDpRR4Args", "cudaq::sample::args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRK14sample_optionsRR13QuantumKernelDpRR4Args", "cudaq::sample::kernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRR13QuantumKernelDpRR4Args", "cudaq::sample::kernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq6sampleEDaNSt6size_tERR13QuantumKernelDpRR4Args", "cudaq::sample::kernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRK14sample_optionsRR13QuantumKernelDpRR4Args", "cudaq::sample::options"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq6sampleEDaNSt6size_tERR13QuantumKernelDpRR4Args", "cudaq::sample::shots"], [2, 1, 1, "_CPPv4N5cudaq14sample_optionsE", "cudaq::sample_options"], [2, 1, 1, "_CPPv4N5cudaq13sample_resultE", "cudaq::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult", "cudaq::sample_result::append"], [2, 4, 1, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult", "cudaq::sample_result::append::result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5beginEv", "cudaq::sample_result::begin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result5beginEv", "cudaq::sample_result::begin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result6cbeginEv", "cudaq::sample_result::cbegin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4cendEv", "cudaq::sample_result::cend"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5clearEv", "cudaq::sample_result::clear"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count"], [2, 4, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count::bitString"], [2, 4, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::sample_result::deserialize"], [2, 4, 1, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::sample_result::deserialize::data"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE", "cudaq::sample_result::dump"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4dumpEv", "cudaq::sample_result::dump"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE", "cudaq::sample_result::dump::os"], [2, 3, 1, "_CPPv4N5cudaq13sample_result3endEv", "cudaq::sample_result::end"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result3endEv", "cudaq::sample_result::end"], [2, 3, 1, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE", "cudaq::sample_result::exp_val_z"], [2, 4, 1, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE", "cudaq::sample_result::exp_val_z::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE", "cudaq::sample_result::expectation"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE", "cudaq::sample_result::expectation::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal"], [2, 3, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::marginalIndices"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::marginalIndices"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::registerName"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE", "cudaq::sample_result::has_even_parity"], [2, 4, 1, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE", "cudaq::sample_result::has_even_parity::bitString"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE", "cudaq::sample_result::has_expectation"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE", "cudaq::sample_result::has_expectation::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE", "cudaq::sample_result::most_probable"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE", "cudaq::sample_result::most_probable::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultpLERK13sample_result", "cudaq::sample_result::operator+="], [2, 4, 1, "_CPPv4N5cudaq13sample_resultpLERK13sample_result", "cudaq::sample_result::operator+=::other"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultaSER13sample_result", "cudaq::sample_result::operator="], [2, 4, 1, "_CPPv4N5cudaq13sample_resultaSER13sample_result", "cudaq::sample_result::operator=::counts"], [2, 3, 1, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result", "cudaq::sample_result::operator=="], [2, 4, 1, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result", "cudaq::sample_result::operator==::counts"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability::bitString"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result14register_namesEv", "cudaq::sample_result::register_names"], [2, 3, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder"], [2, 4, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder::index"], [2, 4, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERK13sample_result", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultEv", "cudaq::sample_result::sample_result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::preComputedExp"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult", "cudaq::sample_result::sample_result::result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult", "cudaq::sample_result::sample_result::result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::results"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::results"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result9serializeEv", "cudaq::sample_result::serialize"], [2, 3, 1, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE", "cudaq::sample_result::size"], [2, 4, 1, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE", "cudaq::sample_result::size::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE", "cudaq::sample_result::to_map"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE", "cudaq::sample_result::to_map::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultD0Ev", "cudaq::sample_result::~sample_result"], [2, 3, 1, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE", "cudaq::set_noise"], [2, 4, 1, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE", "cudaq::set_noise::model"], [2, 3, 1, "_CPPv4N5cudaq15set_random_seedENSt6size_tE", "cudaq::set_random_seed"], [2, 4, 1, "_CPPv4N5cudaq15set_random_seedENSt6size_tE", "cudaq::set_random_seed::seed"], [2, 6, 1, "_CPPv4N5cudaq20simulation_precisionE", "cudaq::simulation_precision"], [2, 7, 1, "_CPPv4N5cudaq20simulation_precision4fp32E", "cudaq::simulation_precision::fp32"], [2, 7, 1, "_CPPv4N5cudaq20simulation_precision4fp64E", "cudaq::simulation_precision::fp64"], [2, 1, 1, "_CPPv4N5cudaq7spin_opE", "cudaq::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op5beginEv", "cudaq::spin_op::begin"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op5beginEv", "cudaq::spin_op::begin"], [2, 0, 1, "_CPPv4N5cudaq7spin_op12csr_spmatrixE", "cudaq::spin_op::csr_spmatrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE", "cudaq::spin_op::distribute_terms"], [2, 4, 1, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE", "cudaq::spin_op::distribute_terms::numChunks"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op4dumpEv", "cudaq::spin_op::dump"], [2, 3, 1, "_CPPv4N5cudaq7spin_op3endEv", "cudaq::spin_op::end"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op3endEv", "cudaq::spin_op::end"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op14for_each_pauliERRNSt8functionIFv5pauliNSt6size_tEEEE", "cudaq::spin_op::for_each_pauli"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op13for_each_termERRNSt8functionIFvR7spin_opEEE", "cudaq::spin_op::for_each_term"], [2, 3, 1, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE", "cudaq::spin_op::from_word"], [2, 4, 1, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE", "cudaq::spin_op::from_word::pauliWord"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op21getDataRepresentationEv", "cudaq::spin_op::getDataRepresentation"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op12getDataTupleEv", "cudaq::spin_op::getDataTuple"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op15get_coefficientEv", "cudaq::spin_op::get_coefficient"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op12get_raw_dataEv", "cudaq::spin_op::get_raw_data"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op11is_identityEv", "cudaq::spin_op::is_identity"], [2, 1, 1, "_CPPv4I0EN5cudaq7spin_op8iteratorE", "cudaq::spin_op::iterator"], [2, 2, 1, "_CPPv4I0EN5cudaq7spin_op8iteratorE", "cudaq::spin_op::iterator::QualifiedSpinOp"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op10num_qubitsEv", "cudaq::spin_op::num_qubits"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9num_termsEv", "cudaq::spin_op::num_terms"], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE", "cudaq::spin_op::operator*="], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLEKd", "cudaq::spin_op::operator*="], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLERK7spin_op", "cudaq::spin_op::operator*="], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE", "cudaq::spin_op::operator*=::v"], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLEKd", "cudaq::spin_op::operator*=::v"], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLERK7spin_op", "cudaq::spin_op::operator*=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_oppLERK7spin_op", "cudaq::spin_op::operator+="], [2, 4, 1, "_CPPv4N5cudaq7spin_oppLERK7spin_op", "cudaq::spin_op::operator+=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_opmIERK7spin_op", "cudaq::spin_op::operator-="], [2, 4, 1, "_CPPv4N5cudaq7spin_opmIERK7spin_op", "cudaq::spin_op::operator-=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_opaSERK7spin_op", "cudaq::spin_op::operator="], [2, 3, 1, "_CPPv4NK5cudaq7spin_opeqERK7spin_op", "cudaq::spin_op::operator=="], [2, 4, 1, "_CPPv4NK5cudaq7spin_opeqERK7spin_op", "cudaq::spin_op::operator==::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::nQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::nTerms"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::seed"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opEv", "cudaq::spin_op::spin_op"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::_terms"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op::bsf"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op::coeff"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op::coeff"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op::coeffs"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op::data_rep"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op::id"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op::nQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE", "cudaq::spin_op::spin_op::numQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op", "cudaq::spin_op::spin_op::o"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op::term"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::termData"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::termData"], [2, 0, 1, "_CPPv4N5cudaq7spin_op12spin_op_termE", "cudaq::spin_op::spin_op_term"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9to_matrixEv", "cudaq::spin_op::to_matrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op16to_sparse_matrixEv", "cudaq::spin_op::to_sparse_matrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9to_stringEb", "cudaq::spin_op::to_string"], [2, 4, 1, "_CPPv4NK5cudaq7spin_op9to_stringEb", "cudaq::spin_op::to_string::printCoefficients"], [2, 3, 1, "_CPPv4N5cudaq7spin_opD0Ev", "cudaq::spin_op::~spin_op"], [2, 1, 1, "_CPPv4N5cudaq5stateE", "cudaq::state"], [2, 3, 1, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE", "cudaq::state::amplitude"], [2, 4, 1, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE", "cudaq::state::amplitude::basisState"], [2, 3, 1, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE", "cudaq::state::amplitudes"], [2, 4, 1, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE", "cudaq::state::amplitudes::basisStates"], [2, 3, 1, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE", "cudaq::state::dump"], [2, 3, 1, "_CPPv4NK5cudaq5state4dumpEv", "cudaq::state::dump"], [2, 4, 1, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE", "cudaq::state::dump::os"], [2, 3, 1, "_CPPv4N5cudaq5state9from_dataERK10state_data", "cudaq::state::from_data"], [2, 4, 1, "_CPPv4N5cudaq5state9from_dataERK10state_data", "cudaq::state::from_data::data"], [2, 3, 1, "_CPPv4NK5cudaq5state14get_num_qubitsEv", "cudaq::state::get_num_qubits"], [2, 3, 1, "_CPPv4NK5cudaq5state15get_num_tensorsEv", "cudaq::state::get_num_tensors"], [2, 3, 1, "_CPPv4NK5cudaq5state13get_precisionEv", "cudaq::state::get_precision"], [2, 3, 1, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE", "cudaq::state::get_tensor"], [2, 4, 1, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE", "cudaq::state::get_tensor::tensorIdx"], [2, 3, 1, "_CPPv4NK5cudaq5state11get_tensorsEv", "cudaq::state::get_tensors"], [2, 3, 1, "_CPPv4NK5cudaq5state9is_on_gpuEv", "cudaq::state::is_on_gpu"], [2, 3, 1, "_CPPv4NK5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()"], [2, 3, 1, "_CPPv4NK5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE", "cudaq::state::operator()"], [2, 4, 1, "_CPPv4NK5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()::idx"], [2, 4, 1, "_CPPv4NK5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()::jdx"], [2, 4, 1, "_CPPv4NK5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE", "cudaq::state::operator()::tensorIdx"], [2, 3, 1, "_CPPv4N5cudaq5stateaSERR5state", "cudaq::state::operator="], [2, 4, 1, "_CPPv4N5cudaq5stateaSERR5state", "cudaq::state::operator=::other"], [2, 3, 1, "_CPPv4NK5cudaq5stateixENSt6size_tE", "cudaq::state::operator[]"], [2, 4, 1, "_CPPv4NK5cudaq5stateixENSt6size_tE", "cudaq::state::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq5state7overlapERK5state", "cudaq::state::overlap"], [2, 4, 1, "_CPPv4N5cudaq5state7overlapERK5state", "cudaq::state::overlap::other"], [2, 3, 1, "_CPPv4N5cudaq5state5stateEP15SimulationState", "cudaq::state::state"], [2, 3, 1, "_CPPv4N5cudaq5state5stateERK5state", "cudaq::state::state"], [2, 4, 1, "_CPPv4N5cudaq5state5stateERK5state", "cudaq::state::state::other"], [2, 4, 1, "_CPPv4N5cudaq5state5stateEP15SimulationState", "cudaq::state::state::ptrToOwn"], [2, 3, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host"], [2, 2, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::ScalarType"], [2, 4, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::hostPtr"], [2, 4, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::numElements"], [2, 0, 1, "_CPPv4N5cudaq10state_dataE", "cudaq::state_data"], [2, 0, 1, "_CPPv4N5cudaq6tensorE", "cudaq::tensor"], [2, 3, 1, "_CPPv4N5cudaq11unset_noiseEv", "cudaq::unset_noise"], [2, 1, 1, "_CPPv4N5nvqir18MPSSimulationStateE", "nvqir::MPSSimulationState"], [2, 1, 1, "_CPPv4N5nvqir24TensorNetSimulationStateE", "nvqir::TensorNetSimulationState"], [3, 8, 0, "-", "cudaq"]], "cudaq": [[3, 9, 1, "", "AmplitudeDampingChannel"], [3, 9, 1, "", "AsyncEvolveResult"], [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, 9, 1, "", "EvolveResult"], [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, "", "Schedule"], [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, "", "evolve"], [3, 13, 1, "", "evolve_async"], [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.AsyncEvolveResult": [[3, 10, 1, "", "get"]], "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"], [3, 10, 1, "", "num_columns"], [3, 10, 1, "", "num_rows"], [3, 10, 1, "", "to_numpy"]], "cudaq.DepolarizationChannel": [[3, 10, 1, "", "__init__"]], "cudaq.EvolveResult": [[3, 10, 1, "", "expectation_values"], [3, 10, 1, "", "final_expectation_values"], [3, 10, 1, "", "final_state"], [3, 10, 1, "", "intermediate_states"]], "cudaq.KrausChannel": [[3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "append"]], "cudaq.KrausOperator": [[3, 12, 1, "", "col_count"], [3, 12, 1, "", "row_count"]], "cudaq.NoiseModel": [[3, 10, 1, "", "__init__"], [3, 10, 1, "", "add_all_qubit_channel"], [3, 10, 1, "", "add_channel"], [3, 10, 1, "", "get_channels"]], "cudaq.ObserveResult": [[3, 10, 1, "", "counts"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "expectation"], [3, 10, 1, "", "expectation_z"], [3, 10, 1, "", "get_spin"]], "cudaq.PhaseFlipChannel": [[3, 10, 1, "", "__init__"]], "cudaq.PyKernel": [[3, 11, 1, "", "argument_count"], [3, 11, 1, "", "arguments"], [3, 11, 1, "", "name"]], "cudaq.PyKernelDecorator": [[3, 10, 1, "", "__call__"], [3, 10, 1, "", "__str__"], [3, 10, 1, "", "compile"], [3, 10, 1, "", "extract_c_function_pointer"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "merge_kernel"], [3, 10, 1, "", "synthesize_callable_arguments"], [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, "", "deserialize"], [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, "", "serialize"], [3, 10, 1, "", "values"]], "cudaq.SimulationPrecision": [[3, 12, 1, "", "name"]], "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.operator.cudm_state": [[3, 9, 1, "", "CuDensityMatState"], [3, 13, 1, "", "to_cupy_array"]], "cudaq.operator.definitions": [[3, 9, 1, "", "SpinOperator"]], "cudaq.operator.expressions": [[3, 9, 1, "", "ElementaryOperator"], [3, 9, 1, "", "OperatorSum"], [3, 9, 1, "", "ProductOperator"], [3, 9, 1, "", "RydbergHamiltonian"], [3, 9, 1, "", "ScalarOperator"]], "cudaq.operator.expressions.ElementaryOperator": [[3, 10, 1, "", "define"]], "cudaq.operator.expressions.RydbergHamiltonian": [[3, 10, 1, "", "__init__"]], "cudaq.operator.integrator": [[3, 9, 1, "", "BaseIntegrator"]], "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.orca": [[3, 10, 1, "", "sample"]], "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, 75], "document": 0, "cuda": [0, 2, 3, 4, 5, 8, 9, 13, 21, 22, 23, 28, 31, 32, 33, 34, 49, 50, 51, 52, 55, 56, 57, 58, 59, 62, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81], "q": [0, 2, 3, 4, 5, 8, 9, 13, 21, 22, 23, 28, 31, 32, 33, 34, 49, 50, 51, 52, 55, 56, 57, 58, 59, 62, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81], "api": [0, 2, 3], "quantum": [1, 2, 4, 5, 7, 9, 10, 11, 12, 13, 15, 16, 17, 19, 22, 24, 34, 37, 38, 41, 42, 43, 44, 46, 53, 54, 64, 68], "oper": [1, 2, 27, 41, 42, 51], "unitari": [1, 21], "qubit": [1, 18, 30, 41, 46], "x": 1, "y": 1, "z": 1, "h": 1, "r1": 1, "rx": 1, "ry": 1, "rz": 1, "": [1, 7, 13, 19, 37, 72], "t": 1, "swap": 1, "u3": 1, "adjoint": 1, "control": [1, 35, 66], "measur": [1, 19, 25, 68], "mz": 1, "mx": 1, "my": 1, "user": 1, "defin": 1, "custom": 1, "photon": 1, "qudit": [1, 46], "creat": [1, 71], "annihil": 1, "phase_shift": 1, "beam_splitt": 1, "c": [2, 52, 73, 79], "common": [2, 43], "nois": [2, 18], "model": [2, 13, 18, 21, 39], "kernel": [2, 3, 19, 21, 30, 36, 38, 54, 58, 61], "builder": 2, "algorithm": [2, 5, 7, 12, 19, 34, 37], "platform": [2, 44, 54], "util": 2, "namespac": [2, 40], "python": [3, 52, 73, 75], "program": [3, 37, 43, 57, 59], "construct": [3, 13, 27], "execut": [3, 24, 53], "dynam": [3, 51], "backend": [3, 50, 52, 53, 55], "configur": 3, "data": [3, 9], "type": [3, 46], "optim": [3, 22, 28, 29, 34], "gradient": [3, 23, 28, 34], "noisi": [3, 13, 26], "simul": [3, 9, 13, 20, 21, 26, 53, 54, 55, 60, 72, 75], "mpi": [3, 73, 75], "submodul": 3, "orca": [3, 52, 64], "enhanc": 4, "auxiliari": 4, "field": 4, "mont": 4, "carlo": 4, "hamiltonian": [4, 67], "prepar": [4, 37], "vqe": [4, 13, 23], "run": [4, 13, 20, 59], "afqmc": 4, "molecular": [4, 8], "trial": 4, "wave": 4, "function": [4, 9, 34], "setup": [4, 12, 20, 21], "paramet": [4, 23, 28, 37], "bernstein": 5, "vazirani": 5, "classic": [5, 10, 19], "case": [5, 19], "implement": [5, 8, 9, 23], "cost": 6, "minim": 6, "deutsch": 7, "xor": 7, "oplu": 7, "oracl": 7, "phase": [7, 19, 37], "parallel": [7, 23, 24, 28, 54, 63, 67], "dock": 8, "via": [8, 75], "dc": 8, "qaoa": [8, 9, 14], "set": [8, 13, 52], "up": [8, 13], "problem": [8, 19, 20], "divis": 9, "cluster": 9, "With": [9, 19, 20], "coreset": 9, "us": [9, 10, 21, 22, 23, 46, 64, 75, 77], "preprocess": 9, "scale": 9, "hadamard": 10, "test": 10, "determin": [10, 12, 19], "krylov": [10, 12], "subspac": [10, 12], "decomposit": 10, "matrix": [10, 12, 18, 55], "element": [10, 12], "numer": [10, 51], "result": [10, 19], "refer": [10, 12], "sampl": [10, 24, 34, 37, 59], "perform": [10, 13, 29], "multi": [10, 12, 54, 55, 66, 67], "gpu": [10, 53, 55, 59, 67, 75], "evalu": [10, 21], "qksd": 10, "diagon": 10, "hybrid": 11, "neural": 11, "network": [11, 55], "h_2": 12, "molecul": 12, "comput": [12, 20, 43, 52, 63, 64, 68, 75], "ground": [12, 13], "state": [12, 13, 24, 37, 54, 55, 68], "energi": [12, 37], "anderson": 13, "impur": 13, "solver": 13, "infleqt": [13, 52, 64], "sqale": 13, "logic": [13, 25], "variat": [13, 22], "eigensolv": [13, 22], "qx": 13, "circuit": [13, 21, 23, 24, 45, 67, 72], "4": [13, 19], "2": [13, 46], "encod": 13, "submiss": [13, 52], "decod": 13, "workflow": [13, 67], "aim": 13, "hardwar": [13, 52, 64], "max": 14, "cut": 14, "fourier": [15, 19], "transform": [15, 19], "revisit": 15, "telepor": 16, "teleport": 16, "explain": 16, "volum": 17, "readout": 18, "error": 18, "mitig": 18, "invers": [18, 19], "confus": 18, "from": [18, 19, 52, 73, 79], "singl": [18, 55], "k": 18, "local": [18, 75], "matric": 18, "full": 18, "factor": 19, "integ": 19, "shor": 19, "solv": 19, "order": 19, "find": 19, "modular": 19, "exponenti": [19, 27], "The": [19, 20, 23], "n": [19, 46], "21": 19, "5": 19, "postscript": 19, "magnet": 20, "suzuki": 20, "trotter": 20, "approxim": 20, "compil": [21, 71, 79], "diffus": 21, "pipelin": 21, "load": [21, 23], "convert": 21, "tensor": [21, 55], "gener": [21, 48], "compar": 21, "choos": 21, "you": 21, "need": 21, "integr": [22, 51, 78, 79], "third": [22, 28, 79], "parti": [22, 28, 79], "activ": 23, "space": 23, "gate": [23, 29, 68], "fusion": [23, 29], "basic": [23, 56], "instal": [23, 73, 74, 75, 80], "relev": 23, "packag": 23, "shift": [23, 28], "an": [23, 79], "larger": 23, "observ": [24, 34, 59], "get": [24, 75], "techniqu": 24, "async": 24, "midcircuit": 25, "condit": 25, "spin": 27, "pauli": 27, "word": 27, "built": [28, 75], "visual": 30, "content": [31, 56, 74], "releas": 32, "languag": 33, "specif": [33, 47], "primit": 34, "cudaq": [34, 41, 42, 46], "deprec": [34, 46], "move": 34, "librari": [34, 73, 79], "flow": 35, "just": 36, "time": [36, 51], "creation": 36, "exampl": [37, 62], "hello": 37, "world": 37, "simpl": 37, "bell": 37, "ghz": 37, "estim": 37, "deuteron": 37, "bind": 37, "sweep": 37, "grover": 37, "iter": 37, "machin": 39, "standard": 40, "intrins": 41, "spin_op": 42, "pattern": 43, "action": [43, 72], "uncomput": 43, "sub": 45, "synthesi": [45, 66], "level": 46, "contain": [46, 75], "qview": 46, "qvector": 46, "qarrai": 46, "qspan": 46, "instead": 46, "qreg": 46, "quak": 48, "dialect": 48, "introduct": [48, 65, 75], "motiv": 48, "applic": 49, "target": [50, 67], "quick": [51, 53, 80], "start": [51, 53, 75, 80], "builtin": 51, "depend": [51, 73, 75], "amazon": [52, 64], "braket": [52, 64], "credenti": 52, "ionq": [52, 64], "anyon": 52, "technologi": 52, "iqm": [52, 64], "oqc": [52, 64], "quantinuum": [52, 64], "quera": [52, 64], "nvidia": [53, 54], "cloud": [53, 75], "select": 53, "multipl": [53, 63, 67], "qpu": 53, "asynchron": 53, "faq": 53, "processor": [54, 63, 67], "mqpu": 54, "distribut": [54, 75], "mode": [54, 55], "remot": [54, 75], "support": [54, 55, 73, 75], "argument": 54, "serial": 54, "access": [54, 75], "vector": 55, "featur": 55, "environ": 55, "variabl": 55, "option": 55, "node": 55, "addit": [55, 75], "openmp": 55, "cpu": 55, "onli": 55, "product": 55, "clifford": 55, "stim": 55, "fermioniq": 55, "default": 55, "build": [57, 61, 73], "your": [57, 59, 71, 80], "first": [57, 59], "what": 58, "i": 58, "troubleshoot": 60, "debug": 60, "verbos": 60, "output": 60, "expect": 63, "valu": 63, "across": [63, 67], "provid": 64, "avail": 67, "batch": 67, "term": 67, "101": 68, "work": 69, "ir": 69, "extend": [70, 72], "own": 71, "pass": 71, "new": 72, "circuitsimul": 72, "requir": [72, 75], "subtyp": 72, "method": 72, "overrid": 72, "let": 72, "see": 72, "thi": 72, "sourc": 73, "prerequisit": 73, "toolchain": [73, 79], "host": [73, 75], "runtim": 73, "guid": 74, "docker": 75, "singular": 75, "wheel": 75, "pre": 75, "binari": [75, 79], "develop": 75, "v": 75, "connect": 75, "tunnel": 75, "ssh": 75, "dgx": 75, "jupyterlab": 75, "tool": [75, 78], "pypi": 75, "In": 75, "imag": 75, "updat": 75, "compat": 75, "system": 75, "next": 75, "step": 75, "cmake": 76, "project": 77, "other": 78, "softwar": 78, "call": 79, "interfac": 79, "between": 79, "differ": 79, "valid": 80, "version": 81}, "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": {"Namespace and Standard": [[40, "namespace-and-standard"]], "Sub-circuit Synthesis": [[45, "sub-circuit-synthesis"]], "Quantum Intrinsic Operations": [[41, "quantum-intrinsic-operations"]], "Operations on cudaq::qubit": [[41, "operations-on-cudaq-qubit"]], "Quantum Operators": [[42, "quantum-operators"]], "cudaq::spin_op": [[42, "cudaq-spin-op"]], "Common Quantum Programming Patterns": [[43, "common-quantum-programming-patterns"]], "Compute-Action-Uncompute": [[43, "compute-action-uncompute"]], "Quantum Platform": [[44, "quantum-platform"]], "Specifications": [[47, "specifications"]], "CUDA-Q Applications": [[49, "cuda-q-applications"]], "Quake Dialect": [[48, "quake-dialect"]], "General Introduction": [[48, "general-introduction"]], "Motivation": [[48, "motivation"]], "Quantum Types": [[46, "quantum-types"]], "cudaq::qudit": [[46, "cudaq-qudit-levels"]], "cudaq::qubit": [[46, "cudaq-qubit"]], "Quantum Containers": [[46, "quantum-containers"]], "cudaq::qview": [[46, "cudaq-qview-levels-2"]], "cudaq::qvector": [[46, "cudaq-qvector-levels-2"]], "cudaq::qarray": [[46, "cudaq-qarray-n-levels-2"]], "cudaq::qspan (Deprecated. Use cudaq::qview instead.)": [[46, "cudaq-qspan-n-levels-deprecated-use-cudaq-qview-levels-instead"]], "cudaq::qreg (Deprecated. Use cudaq::qvector instead.)": [[46, "cudaq-qreg-n-levels-deprecated-use-cudaq-qvector-levels-instead"]], "Multi-control Synthesis": [[66, "multi-control-synthesis"]], "Quantum Computing 101": [[68, "quantum-computing-101"]], "Quantum States": [[68, "quantum-states"]], "Quantum Gates": [[68, "quantum-gates"]], "Measurements": [[68, "measurements"], [25, "Measurements"]], "Multi-GPU Workflows": [[67, "multi-gpu-workflows"]], "Available Targets": [[67, "available-targets"]], "Parallelization across Multiple Processors": [[67, "parallelization-across-multiple-processors"]], "Batching Hamiltonian Terms": [[67, "batching-hamiltonian-terms"]], "Circuit Batching": [[67, "circuit-batching"]], "Building Kernels": [[61, "building-kernels"]], "Computing Expectation Values": [[63, "computing-expectation-values"]], "Parallelizing across Multiple Processors": [[63, "parallelizing-across-multiple-processors"]], "Introduction": [[65, "introduction"], [75, "introduction"]], "Using Quantum Hardware Providers": [[64, "using-quantum-hardware-providers"]], "Amazon Braket": [[64, "amazon-braket"], [52, "amazon-braket"]], "Infleqtion": [[64, "infleqtion"], [52, "infleqtion"]], "IonQ": [[64, "ionq"], [52, "ionq"]], "IQM": [[64, "iqm"], [52, "iqm"]], "OQC": [[64, "oqc"], [52, "oqc"]], "ORCA Computing": [[64, "orca-computing"], [52, "orca-computing"]], "Quantinuum": [[64, "quantinuum"], [52, "quantinuum"]], "QuEra Computing": [[64, "quera-computing"], [52, "quera-computing"]], "CUDA-Q by Example": [[62, "cuda-q-by-example"]], "Working with the CUDA-Q IR": [[69, "working-with-the-cuda-q-ir"]], "Troubleshooting": [[60, "troubleshooting"]], "Debugging and Verbose Simulation Output": [[60, "debugging-and-verbose-simulation-output"]], "Quick Start": [[80, "quick-start"], [53, "quick-start"], [51, "quick-start"]], "Install CUDA-Q": [[80, "install-cuda-q"]], "Validate your Installation": [[80, "validate-your-installation"]], "CUDA-Q Versions": [[81, "cuda-q-versions"]], "Integration with other Software Tools": [[78, "integration-with-other-software-tools"]], "Extending CUDA-Q with a new Simulator": [[72, "extending-cuda-q-with-a-new-simulator"]], "CircuitSimulator": [[72, "circuitsimulator"]], "Required Circuit Simulator Subtype Method Overrides": [[72, "id1"]], "Let\u2019s see this in action": [[72, "let-s-see-this-in-action"]], "Extending CUDA-Q": [[70, "extending-cuda-q"]], "Local Installation": [[75, "local-installation"]], "Docker": [[75, "docker"]], "Singularity": [[75, "singularity"]], "Python wheels": [[75, "python-wheels"]], "Pre-built binaries": [[75, "pre-built-binaries"]], "Development with VS Code": [[75, "development-with-vs-code"]], "Using a Docker container": [[75, "using-a-docker-container"]], "Using a Singularity container": [[75, "using-a-singularity-container"]], "Connecting to a Remote Host": [[75, "connecting-to-a-remote-host"]], "Developing with Remote Tunnels": [[75, "developing-with-remote-tunnels"]], "Remote Access via SSH": [[75, "remote-access-via-ssh"]], "DGX Cloud": [[75, "dgx-cloud"]], "Get Started": [[75, "get-started"]], "Use JupyterLab": [[75, "use-jupyterlab"]], "Use VS Code": [[75, "use-vs-code"]], "Additional CUDA Tools": [[75, "additional-cuda-tools"]], "Installation via PyPI": [[75, "installation-via-pypi"]], "Installation In Container Images": [[75, "installation-in-container-images"]], "Installing Pre-built Binaries": [[75, "installing-pre-built-binaries"]], "Distributed Computing with MPI": [[75, "distributed-computing-with-mpi"]], "Updating CUDA-Q": [[75, "updating-cuda-q"]], "Dependencies and Compatibility": [[75, "dependencies-and-compatibility"]], "Supported Systems": [[75, "id10"]], "Requirements for GPU Simulation": [[75, "id11"]], "Next Steps": [[75, "next-steps"]], "Installation from Source": [[73, "installation-from-source"]], "Prerequisites": [[73, "prerequisites"]], "Build Dependencies": [[73, "build-dependencies"]], "CUDA": [[73, "cuda"]], "Toolchain": [[73, "toolchain"]], "Building CUDA-Q": [[73, "building-cuda-q"]], "Python Support": [[73, "python-support"]], "C++ Support": [[73, "c-support"]], "Installation on the Host": [[73, "installation-on-the-host"]], "CUDA Runtime Libraries": [[73, "cuda-runtime-libraries"]], "MPI": [[73, "mpi"]], "Integrating with Third-Party Libraries": [[79, "integrating-with-third-party-libraries"]], "Calling a CUDA-Q library from C++": [[79, "calling-a-cuda-q-library-from-c"]], "Calling an C++ library from CUDA-Q": [[79, "calling-an-c-library-from-cuda-q"]], "Interfacing between binaries compiled with a different toolchains": [[79, "interfacing-between-binaries-compiled-with-a-different-toolchains"]], "CUDA-Q and CMake": [[76, "cuda-q-and-cmake"]], "Installation Guide": [[74, "installation-guide"]], "Contents": [[74, null], [56, null], [31, null]], "Create your own CUDA-Q Compiler Pass": [[71, "create-your-own-cuda-q-compiler-pass"]], "Using CUDA and CUDA-Q in a Project": [[77, "using-cuda-and-cuda-q-in-a-project"]], "Running your first CUDA-Q Program": [[59, "running-your-first-cuda-q-program"]], "Sample": [[59, "sample"], [24, "Sample"]], "Observe": [[59, "observe"], [24, "Observe"]], "Running on a GPU": [[59, "running-on-a-gpu"]], "CUDA-Q Simulation Backends": [[55, "cuda-q-simulation-backends"]], "State Vector Simulators": [[55, "state-vector-simulators"]], "Features": [[55, "features"]], "Single-GPU": [[55, "single-gpu"]], "Environment variable options supported in single-GPU mode": [[55, "id4"]], "Multi-node multi-GPU": [[55, "multi-node-multi-gpu"], [55, "id2"]], "Additional environment variable options for multi-node multi-GPU mode": [[55, "id5"]], "OpenMP CPU-only": [[55, "openmp-cpu-only"]], "Tensor Network Simulators": [[55, "tensor-network-simulators"]], "Matrix product state": [[55, "matrix-product-state"]], "Clifford-Only Simulator": [[55, "clifford-only-simulator"]], "Stim (CPU)": [[55, "stim-cpu"]], "Fermioniq": [[55, "fermioniq"]], "Default Simulator": [[55, "default-simulator"]], "NVIDIA Quantum Cloud": [[53, "nvidia-quantum-cloud"]], "Simulator Backend Selection": [[53, "simulator-backend-selection"]], "Multiple GPUs": [[53, "multiple-gpus"]], "Simulator Backends": [[53, "id1"]], "Multiple QPUs Asynchronous Execution": [[53, "multiple-qpus-asynchronous-execution"]], "FAQ": [[53, "faq"]], "CUDA-Q Dynamics": [[51, "cuda-q-dynamics"]], "Operator": [[51, "operator"]], "Builtin Operators": [[51, "id1"]], "Time-Dependent Dynamics": [[51, "time-dependent-dynamics"]], "Numerical Integrators": [[51, "numerical-integrators"], [51, "id2"]], "CUDA-Q Basics": [[56, "cuda-q-basics"]], "CUDA-Q Backends": [[50, "cuda-q-backends"]], "Backend Targets": [[50, null]], "What is a CUDA-Q kernel?": [[58, "what-is-a-cuda-q-kernel"]], "CUDA-Q Hardware Backends": [[52, "cuda-q-hardware-backends"]], "Setting Credentials": [[52, "setting-credentials"], [52, "id1"], [52, "ionq-backend"], [52, "anyon-backend"], [52, "id10"], [52, "id13"], [52, "id16"], [52, "quantinuum-backend"], [52, "quera-backend"]], "Submission from C++": [[52, "submission-from-c"], [52, "id2"], [52, "id5"], [52, "id8"], [52, "id11"], [52, "id14"], [52, "id17"], [52, "id20"], [52, "id23"]], "Submission from Python": [[52, "submission-from-python"], [52, "id3"], [52, "id6"], [52, "id9"], [52, "id12"], [52, "id15"], [52, "id18"], [52, "id21"], [52, "id24"]], "Anyon Technologies/Anyon Computing": [[52, "anyon-technologies-anyon-computing"]], "Building your first CUDA-Q Program": [[57, "building-your-first-cuda-q-program"]], "Multi-Processor Platforms": [[54, "multi-processor-platforms"]], "NVIDIA MQPU Platform": [[54, "nvidia-mqpu-platform"]], "Parallel distribution mode": [[54, "parallel-distribution-mode"]], "Remote MQPU Platform": [[54, "remote-mqpu-platform"]], "Supported Kernel Arguments": [[54, "supported-kernel-arguments"]], "Kernel argument serialization": [[54, "id4"]], "Accessing Simulated Quantum State": [[54, "accessing-simulated-quantum-state"]], "Just-in-Time Kernel Creation": [[36, "just-in-time-kernel-creation"]], "Visualization": [[30, "Visualization"]], "Qubit Visualization": [[30, "Qubit-Visualization"]], "Kernel Visualization": [[30, "Kernel-Visualization"]], "Language Specification": [[33, "language-specification"]], "CUDA-Q": [[33, null], [31, "cuda-q"]], "Quantum Kernels": [[38, "quantum-kernels"]], "Quantum Algorithmic Primitives": [[34, "quantum-algorithmic-primitives"]], "cudaq::sample": [[34, "cudaq-sample"]], "cudaq::observe": [[34, "cudaq-observe"]], "cudaq::optimizer (deprecated, functionality moved to CUDA-Q libraries)": [[34, "cudaq-optimizer-deprecated-functionality-moved-to-cuda-q-libraries"]], "cudaq::gradient (deprecated, functionality moved to CUDA-Q libraries)": [[34, "cudaq-gradient-deprecated-functionality-moved-to-cuda-q-libraries"]], "Example Programs": [[37, "example-programs"]], "Hello World - Simple Bell State": [[37, "hello-world-simple-bell-state"]], "GHZ State Preparation and Sampling": [[37, "ghz-state-preparation-and-sampling"]], "Quantum Phase Estimation": [[37, "quantum-phase-estimation"]], "Deuteron Binding Energy Parameter Sweep": [[37, "deuteron-binding-energy-parameter-sweep"]], "Grover\u2019s Algorithm": [[37, "grover-s-algorithm"]], "Iterative Phase Estimation": [[37, "iterative-phase-estimation"]], "CUDA-Q Releases": [[32, "cuda-q-releases"]], "Control Flow": [[35, "control-flow"]], "Machine Model": [[39, "machine-model"]], "Executing Quantum Circuits": [[24, "Executing-Quantum-Circuits"]], "Get state": [[24, "Get-state"]], "Parallelization Techniques": [[24, "Parallelization-Techniques"]], "Observe Async": [[24, "Observe-Async"]], "Sample Async": [[24, "Sample-Async"]], "Get State Async": [[24, "Get-State-Async"]], "Midcircuit Measurement and Conditional Logic": [[25, "Midcircuit-Measurement-and-Conditional-Logic"]], "Compiling Unitaries Using Diffusion Models": [[21, "Compiling-Unitaries-Using-Diffusion-Models"]], "Diffusion model pipeline": [[21, "Diffusion-model-pipeline"]], "Setup and compilation": [[21, "Setup-and-compilation"]], "Load model": [[21, "Load-model"]], "Unitary compilation": [[21, "Unitary-compilation"]], "Convert tensors to CUDA-Q": [[21, "Convert-tensors-to-CUDA-Q"]], "Evaluate generated circuits": [[21, "Evaluate-generated-circuits"]], "Simulate kernels": [[21, "Simulate-kernels"]], "Compare unitaries": [[21, "Compare-unitaries"]], "Choosing the circuit you need": [[21, "Choosing-the-circuit-you-need"]], "Variational Quantum Eigensolver": [[22, "Variational-Quantum-Eigensolver"]], "Using CUDA-Q Optimizers": [[22, "Using-CUDA-Q-Optimizers"]], "Integration with Third-Party Optimizers": [[22, "Integration-with-Third-Party-Optimizers"]], "Operators": [[27, "Operators"], [2, "operators"]], "Constructing Spin Operators": [[27, "Constructing-Spin-Operators"]], "Pauli Words and Exponentiating Pauli Words": [[27, "Pauli-Words-and-Exponentiating-Pauli-Words"]], "Optimizing Performance": [[29, "Optimizing-Performance"]], "Gate Fusion": [[29, "Gate-Fusion"]], "Optimizers and Gradients": [[28, "Optimizers-and-Gradients"]], "Built in CUDA-Q Optimizers and Gradients": [[28, "Built-in-CUDA-Q-Optimizers-and-Gradients"]], "Third-Party Optimizers": [[28, "Third-Party-Optimizers"]], "Parallel Parameter Shift Gradients": [[28, "Parallel-Parameter-Shift-Gradients"], [23, "Parallel-Parameter-Shift-Gradients"]], "Computing Magnetization With The Suzuki-Trotter Approximation": [[20, "Computing-Magnetization-With-The-Suzuki-Trotter-Approximation"]], "Problem Setup": [[20, "Problem-Setup"]], "Running the Simulation": [[20, "Running-the-Simulation"]], "Noisy Simulation": [[26, "Noisy-Simulation"], [3, "noisy-simulation"]], "VQE with gradients, active spaces, and gate fusion": [[23, "VQE-with-gradients,-active-spaces,-and-gate-fusion"]], "The Basics of VQE": [[23, "The-Basics-of-VQE"]], "Installing/Loading Relevant Packages": [[23, "Installing/Loading-Relevant-Packages"]], "Implementing VQE in CUDA-Q": [[23, "Implementing-VQE-in-CUDA-Q"]], "Using an Active Space": [[23, "Using-an-Active-Space"]], "Gate Fusion for Larger Circuits": [[23, "Gate-Fusion-for-Larger-Circuits"]], "Quantum Volume": [[17, "Quantum-Volume"]], "Factoring Integers With Shor\u2019s Algorithm": [[19, "Factoring-Integers-With-Shor's-Algorithm"]], "Shor\u2019s algorithm": [[19, "Shor's-algorithm"]], "Solving the order-finding problem classically": [[19, "Solving-the-order-finding-problem-classically"]], "Solving the order-finding problem with a quantum algorithm": [[19, "Solving-the-order-finding-problem-with-a-quantum-algorithm"]], "Inverse quantum Fourier transform": [[19, "Inverse-quantum-Fourier-transform"]], "Quantum kernels for modular exponentiation": [[19, "Quantum-kernels-for-modular-exponentiation"]], "The case N = 21 and a = 5:": [[19, "The-case-N-=-21-and-a-=-5:"]], "The case N = 21 and a = 4:": [[19, "The-case-N-=-21-and-a-=-4:"]], "Determining the order from the measurement results of the phase kernel": [[19, "Determining-the-order-from-the-measurement-results-of-the-phase-kernel"]], "Postscript": [[19, "Postscript"]], "Multi-reference Quantum Krylov Algorithm - H_2 Molecule": [[12, "Multi-reference-Quantum-Krylov-Algorithm---H_2-Molecule"]], "Setup": [[12, "Setup"]], "Computing the matrix elements": [[12, "Computing-the-matrix-elements"]], "Determining the ground state energy of the subspace": [[12, "Determining-the-ground-state-energy-of-the-subspace"]], "Max-Cut with QAOA": [[14, "Max-Cut-with-QAOA"]], "Anderson Impurity Model ground state solver on Infleqtion\u2019s Sqale": [[13, "Anderson-Impurity-Model-ground-state-solver-on-Infleqtion's-Sqale"]], "Performing logical Variational Quantum Eigensolver (VQE) with CUDA-QX": [[13, "Performing-logical-Variational-Quantum-Eigensolver-(VQE)-with-CUDA-QX"]], "Constructing circuits in the [[4,2,2]] encoding": [[13, "Constructing-circuits-in-the-[[4,2,2]]-encoding"]], "Setting up submission and decoding workflow": [[13, "Setting-up-submission-and-decoding-workflow"]], "Running a CUDA-Q noisy simulation": [[13, "Running-a-CUDA-Q-noisy-simulation"]], "Running logical AIM on Infleqtion\u2019s hardware": [[13, "Running-logical-AIM-on-Infleqtion's-hardware"]], "Hybrid Quantum Neural Networks": [[11, "Hybrid-Quantum-Neural-Networks"]], "Readout Error Mitigation": [[18, "Readout-Error-Mitigation"]], "Inverse confusion matrix from single-qubit noise model": [[18, "Inverse-confusion-matrix-from-single-qubit-noise-model"]], "Inverse confusion matrix from k local confusion matrices": [[18, "Inverse-confusion-matrix-from-k-local-confusion-matrices"]], "Inverse of full confusion matrix": [[18, "Inverse-of-full-confusion-matrix"]], "Using the Hadamard Test to Determine Quantum Krylov Subspace Decomposition Matrix Elements": [[10, "Using-the-Hadamard-Test-to-Determine-Quantum-Krylov-Subspace-Decomposition-Matrix-Elements"]], "Numerical result as a reference:": [[10, "Numerical-result-as-a-reference:"]], "Using Sample to perform the Hadamard test": [[10, "Using-Sample-to-perform-the-Hadamard-test"]], "Multi-GPU evaluation of QKSD matrix elements using the Hadamard Test": [[10, "Multi-GPU-evaluation-of-QKSD-matrix-elements-using-the-Hadamard-Test"]], "Classically Diagonalize the Subspace Matrix": [[10, "Classically-Diagonalize-the-Subspace-Matrix"]], "Quantum Teleporation": [[16, "Quantum-Teleporation"]], "Teleportation explained": [[16, "Teleportation-explained"]], "Quantum Fourier Transform": [[15, "Quantum-Fourier-Transform"]], "Quantum Fourier Transform revisited": [[15, "Quantum-Fourier-Transform-revisited"]], "Divisive Clustering With Coresets Using CUDA-Q": [[9, "Divisive-Clustering-With-Coresets-Using-CUDA-Q"]], "Data preprocessing": [[9, "Data-preprocessing"]], "Quantum functions": [[9, "Quantum-functions"]], "Divisive Clustering Function": [[9, "Divisive-Clustering-Function"]], "QAOA Implementation": [[9, "QAOA-Implementation"]], "Scaling simulations with CUDA-Q": [[9, "Scaling-simulations-with-CUDA-Q"]], "CUDA-Q Python API": [[3, "module-cudaq"]], "Program Construction": [[3, "program-construction"]], "Kernel Execution": [[3, "kernel-execution"]], "Dynamics": [[3, "dynamics"]], "Backend Configuration": [[3, "backend-configuration"]], "Data Types": [[3, "data-types"]], "Optimizers": [[3, "optimizers"]], "Gradients": [[3, "gradients"]], "MPI Submodule": [[3, "mpi-submodule"]], "ORCA Submodule": [[3, "orca-submodule"]], "Cost Minimization": [[6, "Cost-Minimization"]], "Bernstein-Vazirani Algorithm": [[5, "Bernstein-Vazirani-Algorithm"]], "Classical case": [[5, "Classical-case"]], "Quantum case": [[5, "Quantum-case"]], "Implementing in CUDA-Q": [[5, "Implementing-in-CUDA-Q"]], "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:"]], "CUDA-Q C++ API": [[2, "cuda-q-c-api"]], "Quantum": [[2, "quantum"]], "Common": [[2, "common"]], "Noise Modeling": [[2, "noise-modeling"]], "Kernel Builder": [[2, "kernel-builder"]], "Algorithms": [[2, "algorithms"]], "Platform": [[2, "platform"]], "Utilities": [[2, "utilities"]], "Namespaces": [[2, "namespaces"]], "Code documentation": [[0, "code-documentation"]], "CUDA-Q API": [[0, null]], "Molecular docking via DC-QAOA": [[8, "Molecular-docking-via-DC-QAOA"]], "Setting up the Molecular Docking Problem": [[8, "Setting-up-the-Molecular-Docking-Problem"]], "CUDA-Q Implementation": [[8, "CUDA-Q-Implementation"]], "Quantum Enhanced Auxiliary Field Quantum Monte Carlo": [[4, "Quantum-Enhanced-Auxiliary-Field-Quantum-Monte-Carlo"]], "Hamiltonian preparation for VQE": [[4, "Hamiltonian-preparation-for-VQE"]], "Run VQE with CUDA-Q": [[4, "Run-VQE-with-CUDA-Q"]], "Auxiliary Field Quantum Monte Carlo (AFQMC)": [[4, "Auxiliary-Field-Quantum-Monte-Carlo-(AFQMC)"]], "Preparation of the molecular Hamiltonian": [[4, "Preparation-of-the-molecular-Hamiltonian"]], "Preparation of the trial wave function": [[4, "Preparation-of-the-trial-wave-function"]], "Setup of the AFQMC parameters": [[4, "Setup-of-the-AFQMC-parameters"]], "Quantum Operations": [[1, "quantum-operations"]], "Unitary Operations on Qubits": [[1, "unitary-operations-on-qubits"]], "x": [[1, "x"]], "y": [[1, "y"]], "z": [[1, "z"]], "h": [[1, "h"]], "r1": [[1, "r1"]], "rx": [[1, "rx"]], "ry": [[1, "ry"]], "rz": [[1, "rz"]], "s": [[1, "s"]], "t": [[1, "t"]], "swap": [[1, "swap"]], "u3": [[1, "u3"]], "Adjoint and Controlled Operations": [[1, "adjoint-and-controlled-operations"]], "Measurements on Qubits": [[1, "measurements-on-qubits"]], "mz": [[1, "mz"], [1, "id1"]], "mx": [[1, "mx"]], "my": [[1, "my"]], "User-Defined Custom Operations": [[1, "user-defined-custom-operations"]], "Photonic Operations on Qudits": [[1, "photonic-operations-on-qudits"]], "create": [[1, "create"]], "annihilate": [[1, "annihilate"]], "phase_shift": [[1, "phase-shift"]], "beam_splitter": [[1, "beam-splitter"]]}, "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::asyncresult (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext11asyncResultE"]], "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::numbertrajectories (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext18numberTrajectoriesE"]], "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::fermioniqbaseqpu (c++ class)": [[2, "_CPPv4N5cudaq16FermioniqBaseQPUE"]], "cudaq::kernelexecutiontask (c++ type)": [[2, "_CPPv4N5cudaq19KernelExecutionTaskE"]], "cudaq::kernelthunkresulttype (c++ struct)": [[2, "_CPPv4N5cudaq21KernelThunkResultTypeE"]], "cudaq::kernelthunktype (c++ type)": [[2, "_CPPv4N5cudaq15KernelThunkTypeE"]], "cudaq::orcaremoterestqpu (c++ class)": [[2, "_CPPv4N5cudaq17OrcaRemoteRESTQPUE"]], "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, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringE15KernelThunkTypePvNSt8uint64_tENSt8uint64_tERKNSt6vectorIPvEE"], [2, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringERKNSt6vectorIPvEE"]], "cudaq::qpu::launchserializedcodeexecution (c++ function)": [[2, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE"]], "cudaq::qpu::onrandomseedset (c++ function)": [[2, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE"]], "cudaq::qpu::resetexecutioncontext (c++ function)": [[2, "_CPPv4N5cudaq3QPU21resetExecutionContextEv"]], "cudaq::qpu::setexecutioncontext (c++ function)": [[2, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext"]], "cudaq::qpu::setid (c++ function)": [[2, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE"]], "cudaq::qpu::setshots (c++ function)": [[2, "_CPPv4N5cudaq3QPU8setShotsEi"]], "cudaq::qpu::supportsconditionalfeedback (c++ function)": [[2, "_CPPv4N5cudaq3QPU27supportsConditionalFeedbackEv"]], "cudaq::qpu::~qpu (c++ function)": [[2, "_CPPv4N5cudaq3QPUD0Ev"]], "cudaq::querabaseqpu (c++ class)": [[2, "_CPPv4N5cudaq12QuEraBaseQPUE"]], "cudaq::quakevalue (c++ class)": [[2, "_CPPv4N5cudaq10QuakeValueE"]], "cudaq::quakevalue::quakevalue (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE"], [2, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd"]], "cudaq::quakevalue::canvalidatenumelements (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue22canValidateNumElementsEv"]], "cudaq::quakevalue::constantsize (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue12constantSizeEv"]], "cudaq::quakevalue::dump (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue4dumpERNSt7ostreamE"], [2, "_CPPv4N5cudaq10QuakeValue4dumpEv"]], "cudaq::quakevalue::getrequiredelements (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue19getRequiredElementsEv"]], "cudaq::quakevalue::getvalue (c++ function)": [[2, "_CPPv4NK5cudaq10QuakeValue8getValueEv"]], "cudaq::quakevalue::inverse (c++ function)": [[2, "_CPPv4NK5cudaq10QuakeValue7inverseEv"]], "cudaq::quakevalue::isstdvec (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue8isStdVecEv"]], "cudaq::quakevalue::operator* (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuemlEKd"]], "cudaq::quakevalue::operator+ (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValueplEKd"], [2, "_CPPv4N5cudaq10QuakeValueplEKi"]], "cudaq::quakevalue::operator- (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuemiEKd"], [2, "_CPPv4N5cudaq10QuakeValuemiEKi"], [2, "_CPPv4NK5cudaq10QuakeValuemiEv"]], "cudaq::quakevalue::operator/ (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuedvEKd"]], "cudaq::quakevalue::operator[] (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE"], [2, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue"]], "cudaq::quakevalue::size (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue4sizeEv"]], "cudaq::quakevalue::slice (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE"]], "cudaq::quantumtask (c++ type)": [[2, "_CPPv4N5cudaq11QuantumTaskE"]], "cudaq::qubitconnectivity (c++ type)": [[2, "_CPPv4N5cudaq17QubitConnectivityE"]], "cudaq::qubitedge (c++ type)": [[2, "_CPPv4N5cudaq9QubitEdgeE"]], "cudaq::remotecapabilities (c++ struct)": [[2, "_CPPv4N5cudaq18RemoteCapabilitiesE"]], "cudaq::remotecapabilities::remotecapabilities (c++ function)": [[2, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb"]], "cudaq::remotecapabilities::isremotesimulator (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities17isRemoteSimulatorE"]], "cudaq::remotecapabilities::serializedcodeexec (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities18serializedCodeExecE"]], "cudaq::remotecapabilities::stateoverlap (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities12stateOverlapE"]], "cudaq::remotecapabilities::vqe (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities3vqeE"]], "cudaq::remotesimulationstate (c++ class)": [[2, "_CPPv4N5cudaq21RemoteSimulationStateE"]], "cudaq::resources (c++ class)": [[2, "_CPPv4N5cudaq9ResourcesE"]], "cudaq::serializedcodeexecutioncontext (c++ class)": [[2, "_CPPv4N5cudaq30SerializedCodeExecutionContextE"]], "cudaq::simulationstate (c++ class)": [[2, "_CPPv4N5cudaq15SimulationStateE"]], "cudaq::simulationstate::tensor (c++ struct)": [[2, "_CPPv4N5cudaq15SimulationState6TensorE"]], "cudaq::simulationstate::precision (c++ enum)": [[2, "_CPPv4N5cudaq15SimulationState9precisionE"]], "cudaq::simulationstate::precision::fp32 (c++ enumerator)": [[2, "_CPPv4N5cudaq15SimulationState9precision4fp32E"]], "cudaq::simulationstate::precision::fp64 (c++ enumerator)": [[2, "_CPPv4N5cudaq15SimulationState9precision4fp64E"]], "cudaq::tensorstatedata (c++ type)": [[2, "_CPPv4N5cudaq15TensorStateDataE"]], "cudaq::trace (c++ class)": [[2, "_CPPv4N5cudaq5TraceE"]], "cudaq::amplitude_damping_channel (c++ class)": [[2, "_CPPv4N5cudaq25amplitude_damping_channelE"]], "cudaq::async_result (c++ class)": [[2, "_CPPv4I0EN5cudaq12async_resultE"]], "cudaq::async_result::get (c++ function)": [[2, "_CPPv4N5cudaq12async_result3getEv"]], "cudaq::async_sample_result (c++ type)": [[2, "_CPPv4N5cudaq19async_sample_resultE"]], "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::get_state (c++ function)": [[2, "_CPPv4I0DpEN5cudaq9get_stateEDaRR13QuantumKernelDpRR4Args"]], "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_channelERKNSt6vectorI8kraus_opEE"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelERRNSt6vectorI8kraus_opEE"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelEv"]], "cudaq::kraus_channel::noise_type (c++ member)": [[2, "_CPPv4N5cudaq13kraus_channel10noise_typeE"]], "cudaq::kraus_channel::operator= (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channelaSERK13kraus_channel"]], "cudaq::kraus_channel::operator[] (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channelixEKNSt6size_tE"]], "cudaq::kraus_channel::parameters (c++ member)": [[2, "_CPPv4N5cudaq13kraus_channel10parametersE"]], "cudaq::kraus_channel::push_back (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op"]], "cudaq::kraus_channel::size (c++ function)": [[2, "_CPPv4NK5cudaq13kraus_channel4sizeEv"]], "cudaq::kraus_op (c++ struct)": [[2, "_CPPv4N5cudaq8kraus_opE"]], "cudaq::kraus_op::adjoint (c++ function)": [[2, "_CPPv4NK5cudaq8kraus_op7adjointEv"]], "cudaq::kraus_op::data (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op4dataE"]], "cudaq::kraus_op::kraus_op (c++ function)": [[2, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE"], [2, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE"], [2, "_CPPv4N5cudaq8kraus_op8kraus_opERK8kraus_op"]], "cudaq::kraus_op::ncols (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op5nColsE"]], "cudaq::kraus_op::nrows (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op5nRowsE"]], "cudaq::kraus_op::operator= (c++ function)": [[2, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op"]], "cudaq::mpi (c++ type)": [[2, "_CPPv4N5cudaq3mpiE"]], "cudaq::mpi::all_gather (c++ function)": [[2, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE"], [2, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE"]], "cudaq::mpi::all_reduce (c++ function)": [[2, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction"], [2, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func"]], "cudaq::mpi::broadcast (c++ function)": [[2, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi"], [2, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi"]], "cudaq::mpi::finalize (c++ function)": [[2, "_CPPv4N5cudaq3mpi8finalizeEv"]], "cudaq::mpi::initialize (c++ function)": [[2, "_CPPv4N5cudaq3mpi10initializeEiPPc"], [2, "_CPPv4N5cudaq3mpi10initializeEv"]], "cudaq::mpi::is_initialized (c++ function)": [[2, "_CPPv4N5cudaq3mpi14is_initializedEv"]], "cudaq::mpi::num_ranks (c++ function)": [[2, "_CPPv4N5cudaq3mpi9num_ranksEv"]], "cudaq::mpi::rank (c++ function)": [[2, "_CPPv4N5cudaq3mpi4rankEv"]], "cudaq::noise_model (c++ class)": [[2, "_CPPv4N5cudaq11noise_modelE"]], "cudaq::noise_model::predicatefuncty (c++ type)": [[2, "_CPPv4N5cudaq11noise_model15PredicateFuncTyE"]], "cudaq::noise_model::add_all_qubit_channel (c++ function)": [[2, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli"], [2, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli"]], "cudaq::noise_model::add_channel (c++ function)": [[2, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRK15PredicateFuncTy"], [2, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel"], [2, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERK15PredicateFuncTy"], [2, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel"]], "cudaq::noise_model::empty (c++ function)": [[2, "_CPPv4NK5cudaq11noise_model5emptyEv"]], "cudaq::noise_model::get_channels (c++ function)": [[2, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE"], [2, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE"]], "cudaq::noise_model::noise_model (c++ function)": [[2, "_CPPv4N5cudaq11noise_model11noise_modelEv"]], "cudaq::noise_model_type (c++ enum)": [[2, "_CPPv4N5cudaq16noise_model_typeE"]], "cudaq::noise_model_type::amplitude_damping_channel (c++ enumerator)": [[2, "_CPPv4N5cudaq16noise_model_type25amplitude_damping_channelE"]], "cudaq::noise_model_type::bit_flip_channel (c++ enumerator)": [[2, "_CPPv4N5cudaq16noise_model_type16bit_flip_channelE"]], "cudaq::noise_model_type::depolarization_channel (c++ enumerator)": [[2, "_CPPv4N5cudaq16noise_model_type22depolarization_channelE"]], "cudaq::noise_model_type::phase_flip_channel (c++ enumerator)": [[2, "_CPPv4N5cudaq16noise_model_type18phase_flip_channelE"]], "cudaq::noise_model_type::unknown (c++ enumerator)": [[2, "_CPPv4N5cudaq16noise_model_type7unknownE"]], "cudaq::num_available_gpus (c++ function)": [[2, "_CPPv4N5cudaq18num_available_gpusEv"]], "cudaq::observe (c++ function)": [[2, "_CPPv4I00Dp0EN5cudaq7observeENSt6vectorI14observe_resultEERR13QuantumKernelRK15SpinOpContainerDpRR4Args"], [2, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultNSt6size_tERR13QuantumKernel7spin_opDpRR4Args"], [2, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRK15observe_optionsRR13QuantumKernel7spin_opDpRR4Args"], [2, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRR13QuantumKernel7spin_opDpRR4Args"]], "cudaq::observe_options (c++ struct)": [[2, "_CPPv4N5cudaq15observe_optionsE"]], "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::orca (c++ type)": [[2, "_CPPv4N5cudaq4orcaE"]], "cudaq::orca::sample (c++ function)": [[2, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE"], [2, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE"]], "cudaq::orca::sample_async (c++ function)": [[2, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE"], [2, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE"]], "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 (c++ function)": [[2, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRK14sample_optionsRR13QuantumKernelDpRR4Args"], [2, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRR13QuantumKernelDpRR4Args"], [2, "_CPPv4I0Dp0EN5cudaq6sampleEDaNSt6size_tERR13QuantumKernelDpRR4Args"]], "cudaq::sample_options (c++ struct)": [[2, "_CPPv4N5cudaq14sample_optionsE"]], "cudaq::sample_result (c++ class)": [[2, "_CPPv4N5cudaq13sample_resultE"]], "cudaq::sample_result::append (c++ function)": [[2, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult"]], "cudaq::sample_result::begin (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5beginEv"], [2, "_CPPv4NK5cudaq13sample_result5beginEv"]], "cudaq::sample_result::cbegin (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result6cbeginEv"]], "cudaq::sample_result::cend (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result4cendEv"]], "cudaq::sample_result::clear (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5clearEv"]], "cudaq::sample_result::count (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE"]], "cudaq::sample_result::deserialize (c++ function)": [[2, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE"]], "cudaq::sample_result::dump (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE"], [2, "_CPPv4NK5cudaq13sample_result4dumpEv"]], "cudaq::sample_result::end (c++ function)": [[2, "_CPPv4N5cudaq13sample_result3endEv"], [2, "_CPPv4NK5cudaq13sample_result3endEv"]], "cudaq::sample_result::exp_val_z (c++ function)": [[2, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE"]], "cudaq::sample_result::expectation (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE"]], "cudaq::sample_result::get_marginal (c++ function)": [[2, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE"], [2, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE"]], "cudaq::sample_result::has_even_parity (c++ function)": [[2, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE"]], "cudaq::sample_result::has_expectation (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE"]], "cudaq::sample_result::most_probable (c++ function)": [[2, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE"]], "cudaq::sample_result::operator+= (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultpLERK13sample_result"]], "cudaq::sample_result::operator= (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultaSER13sample_result"]], "cudaq::sample_result::operator== (c++ function)": [[2, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result"]], "cudaq::sample_result::probability (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE"]], "cudaq::sample_result::register_names (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result14register_namesEv"]], "cudaq::sample_result::reorder (c++ function)": [[2, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE"]], "cudaq::sample_result::sample_result (c++ function)": [[2, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERK13sample_result"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult"], [2, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE"], [2, "_CPPv4N5cudaq13sample_result13sample_resultEv"]], "cudaq::sample_result::serialize (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result9serializeEv"]], "cudaq::sample_result::size (c++ function)": [[2, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE"]], "cudaq::sample_result::to_map (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE"]], "cudaq::sample_result::~sample_result (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultD0Ev"]], "cudaq::set_noise (c++ function)": [[2, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE"]], "cudaq::set_random_seed (c++ function)": [[2, "_CPPv4N5cudaq15set_random_seedENSt6size_tE"]], "cudaq::simulation_precision (c++ enum)": [[2, "_CPPv4N5cudaq20simulation_precisionE"]], "cudaq::simulation_precision::fp32 (c++ enumerator)": [[2, "_CPPv4N5cudaq20simulation_precision4fp32E"]], "cudaq::simulation_precision::fp64 (c++ enumerator)": [[2, "_CPPv4N5cudaq20simulation_precision4fp64E"]], "cudaq::spin_op (c++ class)": [[2, "_CPPv4N5cudaq7spin_opE"]], "cudaq::spin_op::begin (c++ function)": [[2, "_CPPv4N5cudaq7spin_op5beginEv"], [2, "_CPPv4NK5cudaq7spin_op5beginEv"]], "cudaq::spin_op::csr_spmatrix (c++ type)": [[2, "_CPPv4N5cudaq7spin_op12csr_spmatrixE"]], "cudaq::spin_op::distribute_terms (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE"]], "cudaq::spin_op::dump (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op4dumpEv"]], "cudaq::spin_op::end (c++ function)": [[2, "_CPPv4N5cudaq7spin_op3endEv"], [2, "_CPPv4NK5cudaq7spin_op3endEv"]], "cudaq::spin_op::for_each_pauli (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op14for_each_pauliERRNSt8functionIFv5pauliNSt6size_tEEEE"]], "cudaq::spin_op::for_each_term (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op13for_each_termERRNSt8functionIFvR7spin_opEEE"]], "cudaq::spin_op::from_word (c++ function)": [[2, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE"]], "cudaq::spin_op::getdatarepresentation (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op21getDataRepresentationEv"]], "cudaq::spin_op::getdatatuple (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op12getDataTupleEv"]], "cudaq::spin_op::get_coefficient (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op15get_coefficientEv"]], "cudaq::spin_op::get_raw_data (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op12get_raw_dataEv"]], "cudaq::spin_op::is_identity (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op11is_identityEv"]], "cudaq::spin_op::iterator (c++ struct)": [[2, "_CPPv4I0EN5cudaq7spin_op8iteratorE"]], "cudaq::spin_op::num_qubits (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op10num_qubitsEv"]], "cudaq::spin_op::num_terms (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9num_termsEv"]], "cudaq::spin_op::operator*= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_opmLEKd"], [2, "_CPPv4N5cudaq7spin_opmLERK7spin_op"]], "cudaq::spin_op::operator+= (c++ function)": [[2, "_CPPv4N5cudaq7spin_oppLERK7spin_op"]], "cudaq::spin_op::operator-= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opmIERK7spin_op"]], "cudaq::spin_op::operator= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opaSERK7spin_op"]], "cudaq::spin_op::operator== (c++ function)": [[2, "_CPPv4NK5cudaq7spin_opeqERK7spin_op"]], "cudaq::spin_op::random (c++ function)": [[2, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj"]], "cudaq::spin_op::spin_op (c++ function)": [[2, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opEv"]], "cudaq::spin_op::spin_op_term (c++ type)": [[2, "_CPPv4N5cudaq7spin_op12spin_op_termE"]], "cudaq::spin_op::to_matrix (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9to_matrixEv"]], "cudaq::spin_op::to_sparse_matrix (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op16to_sparse_matrixEv"]], "cudaq::spin_op::to_string (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9to_stringEb"]], "cudaq::spin_op::~spin_op (c++ function)": [[2, "_CPPv4N5cudaq7spin_opD0Ev"]], "cudaq::state (c++ class)": [[2, "_CPPv4N5cudaq5stateE"]], "cudaq::state::amplitude (c++ function)": [[2, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE"]], "cudaq::state::amplitudes (c++ function)": [[2, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE"]], "cudaq::state::dump (c++ function)": [[2, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE"], [2, "_CPPv4NK5cudaq5state4dumpEv"]], "cudaq::state::from_data (c++ function)": [[2, "_CPPv4N5cudaq5state9from_dataERK10state_data"]], "cudaq::state::get_num_qubits (c++ function)": [[2, "_CPPv4NK5cudaq5state14get_num_qubitsEv"]], "cudaq::state::get_num_tensors (c++ function)": [[2, "_CPPv4NK5cudaq5state15get_num_tensorsEv"]], "cudaq::state::get_precision (c++ function)": [[2, "_CPPv4NK5cudaq5state13get_precisionEv"]], "cudaq::state::get_tensor (c++ function)": [[2, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE"]], "cudaq::state::get_tensors (c++ function)": [[2, "_CPPv4NK5cudaq5state11get_tensorsEv"]], "cudaq::state::is_on_gpu (c++ function)": [[2, "_CPPv4NK5cudaq5state9is_on_gpuEv"]], "cudaq::state::operator() (c++ function)": [[2, "_CPPv4NK5cudaq5stateclENSt6size_tENSt6size_tE"], [2, "_CPPv4NK5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE"]], "cudaq::state::operator= (c++ function)": [[2, "_CPPv4N5cudaq5stateaSERR5state"]], "cudaq::state::operator[] (c++ function)": [[2, "_CPPv4NK5cudaq5stateixENSt6size_tE"]], "cudaq::state::overlap (c++ function)": [[2, "_CPPv4N5cudaq5state7overlapERK5state"]], "cudaq::state::state (c++ function)": [[2, "_CPPv4N5cudaq5state5stateEP15SimulationState"], [2, "_CPPv4N5cudaq5state5stateERK5state"]], "cudaq::state::to_host (c++ function)": [[2, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE"]], "cudaq::state_data (c++ type)": [[2, "_CPPv4N5cudaq10state_dataE"]], "cudaq::tensor (c++ type)": [[2, "_CPPv4N5cudaq6tensorE"]], "cudaq::unset_noise (c++ function)": [[2, "_CPPv4N5cudaq11unset_noiseEv"]], "nvqir::mpssimulationstate (c++ class)": [[2, "_CPPv4N5nvqir18MPSSimulationStateE"]], "nvqir::tensornetsimulationstate (c++ class)": [[2, "_CPPv4N5nvqir24TensorNetSimulationStateE"]], "amplitudedampingchannel (class in cudaq)": [[3, "cudaq.AmplitudeDampingChannel"]], "asyncevolveresult (class in cudaq)": [[3, "cudaq.AsyncEvolveResult"]], "asyncobserveresult (class in cudaq)": [[3, "cudaq.AsyncObserveResult"]], "asyncsampleresult (class in cudaq)": [[3, "cudaq.AsyncSampleResult"]], "asyncstateresult (class in cudaq)": [[3, "cudaq.AsyncStateResult"]], "baseintegrator (class in cudaq.operator.integrator)": [[3, "cudaq.operator.integrator.BaseIntegrator"]], "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"]], "cudensitymatstate (class in cudaq.operator.cudm_state)": [[3, "cudaq.operator.cudm_state.CuDensityMatState"]], "depolarizationchannel (class in cudaq)": [[3, "cudaq.DepolarizationChannel"]], "elementaryoperator (class in cudaq.operator.expressions)": [[3, "cudaq.operator.expressions.ElementaryOperator"]], "evolveresult (class in cudaq)": [[3, "cudaq.EvolveResult"]], "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"]], "operatorsum (class in cudaq.operator.expressions)": [[3, "cudaq.operator.expressions.OperatorSum"]], "optimizationresult (class in cudaq)": [[3, "cudaq.OptimizationResult"]], "parametershift (class in cudaq.gradients)": [[3, "cudaq.gradients.ParameterShift"]], "phaseflipchannel (class in cudaq)": [[3, "cudaq.PhaseFlipChannel"]], "productoperator (class in cudaq.operator.expressions)": [[3, "cudaq.operator.expressions.ProductOperator"]], "pykernel (class in cudaq)": [[3, "cudaq.PyKernel"]], "pykerneldecorator (class in cudaq)": [[3, "cudaq.PyKernelDecorator"]], "quakevalue (class in cudaq)": [[3, "cudaq.QuakeValue"]], "rydberghamiltonian (class in cudaq.operator.expressions)": [[3, "cudaq.operator.expressions.RydbergHamiltonian"]], "sampleresult (class in cudaq)": [[3, "cudaq.SampleResult"]], "scalaroperator (class in cudaq.operator.expressions)": [[3, "cudaq.operator.expressions.ScalarOperator"]], "schedule (class in cudaq)": [[3, "cudaq.Schedule"]], "simulationprecision (class in cudaq)": [[3, "cudaq.SimulationPrecision"]], "spinoperator (class in cudaq)": [[3, "cudaq.SpinOperator"]], "spinoperator (class in cudaq.operator.definitions)": [[3, "cudaq.operator.definitions.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__"]], "__call__() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.__call__"]], "__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__"]], "__init__() (cudaq.operator.expressions.rydberghamiltonian method)": [[3, "cudaq.operator.expressions.RydbergHamiltonian.__init__"]], "__iter__() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.__iter__"]], "__len__() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.__len__"]], "__mul__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__mul__"]], "__neg__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__neg__"]], "__radd__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__radd__"]], "__rmul__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__rmul__"]], "__rsub__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__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__"]], "add_all_qubit_channel() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.add_all_qubit_channel"]], "add_channel() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.add_channel"]], "all_gather() (in module cudaq.mpi)": [[3, "cudaq.mpi.all_gather"]], "amplitude() (cudaq.state method)": [[3, "cudaq.State.amplitude"]], "amplitudes() (cudaq.state method)": [[3, "cudaq.State.amplitudes"]], "append() (cudaq.krauschannel method)": [[3, "cudaq.KrausChannel.append"]], "argument_count (cudaq.pykernel attribute)": [[3, "cudaq.PyKernel.argument_count"]], "arguments (cudaq.pykernel attribute)": [[3, "cudaq.PyKernel.arguments"]], "broadcast() (in module cudaq.mpi)": [[3, "cudaq.mpi.broadcast"]], "clear() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.clear"]], "col_count (cudaq.krausoperator property)": [[3, "cudaq.KrausOperator.col_count"]], "compile() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.compile"]], "compute() (cudaq.gradients.centraldifference method)": [[3, "cudaq.gradients.CentralDifference.compute"]], "compute() (cudaq.gradients.forwarddifference method)": [[3, "cudaq.gradients.ForwardDifference.compute"]], "compute() (cudaq.gradients.parametershift method)": [[3, "cudaq.gradients.ParameterShift.compute"]], "count() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.count"]], "counts() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.counts"]], "cudaq": [[3, "module-cudaq"]], "define() (cudaq.operator.expressions.elementaryoperator class method)": [[3, "cudaq.operator.expressions.ElementaryOperator.define"]], "description (cudaq.target property)": [[3, "cudaq.Target.description"]], "deserialize() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.deserialize"]], "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.state method)": [[3, "cudaq.State.dump"]], "evolve() (in module cudaq)": [[3, "cudaq.evolve"]], "evolve_async() (in module cudaq)": [[3, "cudaq.evolve_async"]], "expectation() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.expectation"]], "expectation() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.expectation"]], "expectation_values() (cudaq.evolveresult method)": [[3, "cudaq.EvolveResult.expectation_values"]], "expectation_z() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.expectation_z"]], "expectation_z() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.expectation_z"]], "extract_c_function_pointer() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.extract_c_function_pointer"]], "final_expectation_values() (cudaq.evolveresult method)": [[3, "cudaq.EvolveResult.final_expectation_values"]], "final_state() (cudaq.evolveresult method)": [[3, "cudaq.EvolveResult.final_state"]], "finalize() (in module cudaq.mpi)": [[3, "cudaq.mpi.finalize"]], "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.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"]], "get() (cudaq.asyncevolveresult method)": [[3, "cudaq.AsyncEvolveResult.get"]], "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_marginal_counts() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.get_marginal_counts"]], "get_precision() (cudaq.target method)": [[3, "cudaq.Target.get_precision"]], "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"]], "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"]], "intermediate_states() (cudaq.evolveresult method)": [[3, "cudaq.EvolveResult.intermediate_states"]], "is_emulated() (cudaq.target method)": [[3, "cudaq.Target.is_emulated"]], "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"]], "merge_kernel() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.merge_kernel"]], "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_columns() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.num_columns"]], "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"]], "num_rows() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.num_rows"]], "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"]], "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() (in module cudaq.orca)": [[3, "cudaq.orca.sample"]], "sample_async() (in module cudaq)": [[3, "cudaq.sample_async"]], "serialize() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.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"]], "synthesize_callable_arguments() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.synthesize_callable_arguments"]], "to_cupy_array() (in module cudaq.operator.cudm_state)": [[3, "cudaq.operator.cudm_state.to_cupy_array"]], "to_json() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.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_numpy() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.to_numpy"]], "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", "applications/python/afqmc", "applications/python/bernstein_vazirani", "applications/python/cost_minimization", "applications/python/deutschs_algorithm", "applications/python/digitized_counterdiabatic_qaoa", "applications/python/divisive_clustering_coresets", "applications/python/hadamard_test", "applications/python/hybrid_qnns", "applications/python/krylov", "applications/python/logical_aim_sqale", "applications/python/qaoa", "applications/python/quantum_fourier_transform", "applications/python/quantum_teleportation", "applications/python/quantum_volume", "applications/python/readout_error_mitigation", "applications/python/shors", "applications/python/trotter", "applications/python/unitary_compilation_diffusion_models", "applications/python/vqe", "applications/python/vqe_advanced", "examples/python/executing_kernels", "examples/python/measuring_kernels", "examples/python/noisy_simulations", "examples/python/operators", "examples/python/optimizers_gradients", "examples/python/performance_optimizations", "examples/python/visualization", "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/applications", "using/backends/backends", "using/backends/dynamics", "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/building_kernels", "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/quantum_operations", "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", "versions"], "filenames": ["api/api.rst", "api/default_ops.rst", "api/languages/cpp_api.rst", "api/languages/python_api.rst", "applications/python/afqmc.ipynb", "applications/python/bernstein_vazirani.ipynb", "applications/python/cost_minimization.ipynb", "applications/python/deutschs_algorithm.ipynb", "applications/python/digitized_counterdiabatic_qaoa.ipynb", "applications/python/divisive_clustering_coresets.ipynb", "applications/python/hadamard_test.ipynb", "applications/python/hybrid_qnns.ipynb", "applications/python/krylov.ipynb", "applications/python/logical_aim_sqale.ipynb", "applications/python/qaoa.ipynb", "applications/python/quantum_fourier_transform.ipynb", "applications/python/quantum_teleportation.ipynb", "applications/python/quantum_volume.ipynb", "applications/python/readout_error_mitigation.ipynb", "applications/python/shors.ipynb", "applications/python/trotter.ipynb", "applications/python/unitary_compilation_diffusion_models.ipynb", "applications/python/vqe.ipynb", "applications/python/vqe_advanced.ipynb", "examples/python/executing_kernels.ipynb", "examples/python/measuring_kernels.ipynb", "examples/python/noisy_simulations.ipynb", "examples/python/operators.ipynb", "examples/python/optimizers_gradients.ipynb", "examples/python/performance_optimizations.ipynb", "examples/python/visualization.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/applications.rst", "using/backends/backends.rst", "using/backends/dynamics.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/building_kernels.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/quantum_operations.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", "versions.rst"], "titles": ["Code documentation", "Quantum Operations", "CUDA-Q C++ API", "CUDA-Q Python API", "Quantum Enhanced Auxiliary Field Quantum Monte Carlo", "Bernstein-Vazirani Algorithm", "Cost Minimization", "Deutsch\u2019s Algorithm", "Molecular docking via DC-QAOA", "Divisive Clustering With Coresets Using CUDA-Q", "Using the Hadamard Test to Determine Quantum Krylov Subspace Decomposition Matrix Elements", "Hybrid Quantum Neural Networks", "Multi-reference Quantum Krylov Algorithm - \\(H_2\\) Molecule", "Anderson Impurity Model ground state solver on Infleqtion\u2019s Sqale", "Max-Cut with QAOA", "Quantum Fourier Transform", "Quantum Teleporation", "Quantum Volume", "Readout Error Mitigation", "Factoring Integers With Shor\u2019s Algorithm", "Computing Magnetization With The Suzuki-Trotter Approximation", "Compiling Unitaries Using Diffusion Models", "Variational Quantum Eigensolver", "VQE with gradients, active spaces, and gate fusion", "Executing Quantum Circuits", "Measurements", "Noisy Simulation", "Operators", "Optimizers and Gradients", "Optimizing Performance", "Visualization", "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 Applications", "CUDA-Q Backends", "CUDA-Q Dynamics", "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", "Building Kernels", "CUDA-Q by Example", "Computing Expectation Values", "Using Quantum Hardware Providers", "Introduction", "Multi-control Synthesis", "Multi-GPU Workflows", "Quantum Computing 101", "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 Versions"], "terms": {"c": [0, 1, 3, 4, 9, 12, 14, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 51, 53, 54, 55, 57, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 75, 76, 77, 80, 81], "python": [0, 1, 2, 9, 23, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 45, 46, 49, 51, 53, 54, 55, 57, 59, 60, 61, 62, 63, 64, 65, 66, 72, 79, 80, 81], "quantum": [0, 3, 8, 14, 18, 20, 21, 23, 25, 26, 27, 28, 30, 31, 32, 33, 35, 36, 39, 45, 47, 48, 50, 51, 52, 55, 57, 58, 59, 61, 62, 63, 65, 67, 69, 72, 73, 75, 76, 77, 79, 80, 81], "oper": [0, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 43, 45, 46, 47, 48, 52, 53, 55, 57, 59, 61, 62, 63, 64, 65, 66, 68, 69, 71, 72, 73, 75, 80, 81], "cuda": [1, 6, 7, 10, 11, 12, 14, 15, 17, 20, 24, 26, 29, 30, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 53, 54, 60, 61, 63, 64, 65, 66, 67, 68, 78], "q": [1, 6, 7, 10, 11, 12, 14, 15, 17, 18, 19, 20, 24, 25, 26, 27, 29, 30, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 53, 54, 60, 61, 63, 64, 65, 66, 67, 68, 78], "provid": [1, 2, 3, 4, 8, 9, 10, 12, 13, 15, 18, 19, 20, 21, 22, 26, 27, 28, 31, 33, 34, 36, 39, 41, 42, 44, 45, 46, 48, 51, 52, 53, 54, 55, 58, 62, 63, 65, 66, 69, 71, 72, 73, 75, 76, 79], "default": [1, 2, 3, 20, 23, 24, 25, 30, 34, 38, 41, 46, 51, 52, 53, 54, 59, 64, 65, 69, 72, 73, 75, 77, 79, 80], "set": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 14, 17, 18, 21, 23, 24, 29, 30, 31, 34, 36, 38, 41, 48, 51, 53, 54, 55, 57, 59, 64, 73, 75, 79, 80], "These": [1, 2, 8, 12, 13, 14, 17, 19, 21, 23, 26, 28, 33, 38, 41, 45, 46, 48, 50, 53, 54, 55, 69, 73, 75], "can": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 48, 50, 51, 52, 53, 54, 55, 57, 58, 59, 61, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81], "us": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 25, 26, 27, 28, 30, 31, 32, 34, 35, 36, 37, 38, 41, 42, 44, 45, 48, 51, 52, 53, 54, 55, 57, 58, 59, 61, 62, 63, 65, 67, 68, 69, 71, 72, 73, 76, 79, 80, 81], "kernel": [1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 22, 23, 24, 25, 26, 27, 28, 31, 32, 33, 34, 35, 37, 39, 41, 42, 43, 44, 45, 46, 47, 52, 53, 55, 56, 57, 59, 62, 63, 64, 65, 66, 67, 68, 69, 77, 79, 80, 81], "librari": [1, 2, 8, 11, 13, 19, 22, 30, 31, 32, 33, 37, 38, 40, 45, 46, 51, 55, 63, 69, 71, 72, 75, 77, 78, 81], "sinc": [1, 2, 4, 5, 7, 13, 14, 15, 16, 18, 19, 21, 24, 46, 50, 54, 55, 58, 63, 64, 67, 69, 75, 76, 79], "intrins": [1, 38, 45, 46, 48], "nativ": [1, 33, 39, 41, 42, 76], "support": [1, 2, 3, 4, 7, 18, 24, 30, 31, 32, 33, 38, 39, 41, 43, 46, 51, 52, 58, 59, 64, 65, 68, 71, 79, 80, 81], "specif": [1, 2, 3, 9, 12, 21, 25, 31, 34, 38, 40, 41, 42, 43, 46, 48, 51, 52, 53, 54, 55, 58, 59, 61, 65, 68, 69, 72, 73, 75, 77, 79], "target": [1, 2, 3, 7, 8, 9, 10, 11, 12, 14, 23, 24, 26, 29, 30, 32, 34, 41, 44, 48, 51, 52, 53, 54, 55, 59, 61, 63, 64, 66, 68, 69, 71, 72, 73, 75, 80, 81], "depend": [1, 3, 7, 9, 12, 14, 16, 19, 20, 21, 25, 29, 31, 34, 39, 48, 53, 54, 55, 79, 80], "backend": [1, 2, 5, 6, 8, 9, 10, 13, 17, 23, 28, 29, 31, 32, 34, 51, 54, 59, 64, 67, 69, 72, 73, 75, 79, 80, 81], "architectur": [1, 2, 11, 31, 33, 39, 48, 52, 54, 64, 67, 68, 72, 73, 75, 80], "nvq": [1, 34, 37, 52, 53, 54, 55, 59, 63, 64, 65, 66, 69, 72, 75, 76, 77, 79, 80], "compil": [1, 2, 3, 9, 13, 31, 33, 34, 37, 38, 39, 43, 45, 46, 52, 53, 54, 55, 59, 63, 64, 65, 66, 69, 72, 73, 75, 76, 77, 80], "automat": [1, 3, 13, 23, 39, 52, 54, 55, 64, 73, 75, 79], "decompos": [1, 4, 17, 21], "appropri": [1, 2, 7, 8, 9, 15, 16, 33, 41, 54, 61, 73, 75], "The": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 59, 61, 63, 64, 65, 67, 68, 69, 71, 72, 73, 75, 77, 79, 80, 81], "section": [1, 7, 8, 10, 13, 15, 19, 21, 23, 27, 29, 36, 54, 55, 61, 73, 75, 79, 80], "list": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 27, 28, 30, 32, 34, 38, 50, 51, 52, 53, 55, 61, 64, 67, 68, 73, 75, 79, 80, 81], "implement": [1, 2, 3, 4, 7, 10, 12, 14, 15, 16, 17, 19, 20, 21, 26, 33, 34, 39, 40, 41, 43, 45, 46, 48, 52, 55, 64, 65, 69, 71, 72, 73, 75, 79], "transform": [1, 4, 7, 11, 12, 21, 23, 31, 33, 37, 69, 71], "state": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 26, 30, 31, 32, 34, 38, 39, 41, 46, 48, 51, 52, 53, 57, 59, 61, 63, 64, 65, 67, 72, 73, 79, 80, 81], "ar": [1, 2, 3, 4, 5, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 41, 43, 45, 46, 47, 48, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 67, 68, 69, 72, 73, 75, 77, 79, 80, 81], "templat": [1, 2, 22, 34, 36, 37, 38, 41, 45, 46, 65, 69, 71, 72, 77, 79], "argument": [1, 2, 3, 7, 9, 14, 16, 18, 24, 25, 30, 34, 36, 38, 45, 46, 51, 52, 57, 59, 63, 66, 67, 69, 72, 75, 79], "allow": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 16, 20, 21, 23, 24, 28, 32, 34, 36, 38, 39, 51, 55, 57, 58, 59, 66, 67, 68, 69, 71, 75, 76, 81], "invok": [1, 2, 3, 34, 36, 38, 43, 52, 55, 65, 69, 79], "version": [1, 3, 4, 5, 7, 11, 13, 14, 15, 19, 21, 24, 31, 32, 34, 43, 50, 51, 52, 53, 54, 55, 59, 69, 72, 73, 75, 76, 79, 80], "see": [1, 2, 3, 5, 6, 7, 8, 9, 15, 16, 17, 19, 21, 23, 29, 30, 32, 34, 36, 38, 46, 48, 50, 51, 52, 53, 54, 55, 57, 59, 65, 67, 68, 69, 71, 73, 75, 76, 77, 79, 80, 81], "addition": [1, 19, 32, 52, 75, 81], "overload": [1, 2, 3, 34, 41, 42, 46, 48], "broadcast": [1, 2, 3, 12, 14, 41], "singl": [1, 2, 3, 4, 5, 9, 12, 13, 15, 16, 17, 20, 22, 23, 29, 30, 34, 37, 38, 39, 41, 46, 51, 52, 53, 54, 59, 61, 63, 64, 65, 67, 68, 69, 79], "across": [1, 2, 3, 7, 10, 21, 23, 32, 41, 53, 54, 55, 64, 73, 75, 81], "vector": [1, 2, 3, 4, 6, 9, 10, 11, 12, 16, 17, 21, 30, 34, 36, 37, 38, 41, 44, 46, 48, 52, 53, 54, 61, 64, 65, 66, 67, 72, 73], "For": [1, 2, 3, 4, 5, 7, 9, 10, 13, 14, 15, 17, 18, 19, 21, 27, 30, 32, 34, 36, 41, 48, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 64, 66, 67, 68, 72, 73, 75, 77, 79, 80, 81], "exampl": [1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 41, 47, 48, 51, 52, 53, 54, 55, 57, 59, 61, 63, 64, 65, 67, 68, 71, 72, 73, 75, 76, 77, 79, 80, 81], "cudaq": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 35, 36, 37, 38, 40, 43, 44, 45, 51, 52, 53, 54, 55, 57, 59, 61, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 75, 76, 79, 80], "qvector": [1, 2, 3, 5, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 34, 37, 38, 41, 45, 53, 54, 57, 59, 61, 63, 64, 66, 67, 68, 69, 79, 80], "flip": [1, 2, 3, 6, 13, 17, 18, 26, 68], "each": [1, 2, 3, 5, 7, 8, 9, 12, 14, 15, 16, 17, 18, 20, 21, 23, 24, 28, 30, 32, 34, 36, 39, 44, 48, 51, 52, 53, 54, 55, 59, 64, 67, 68, 69, 73, 75, 79, 80, 81], "thi": [1, 2, 3, 4, 5, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 33, 34, 36, 37, 38, 39, 40, 41, 43, 46, 48, 51, 52, 53, 54, 55, 57, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 71, 73, 75, 76, 77, 79, 80], "pauli": [1, 2, 3, 8, 9, 10, 12, 14, 16, 20, 24, 34, 42, 51, 59, 68], "matrix": [1, 2, 3, 4, 13, 14, 16, 17, 20, 21, 24, 26, 30, 31, 32, 50, 51, 53, 61, 68, 72, 81], "It": [1, 2, 4, 7, 9, 15, 16, 17, 18, 20, 23, 31, 32, 34, 41, 46, 48, 51, 54, 59, 61, 64, 68, 69, 72, 75, 77, 80, 81], "i": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 46, 48, 50, 51, 52, 53, 54, 55, 56, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 75, 76, 77, 79, 80, 81], "also": [1, 2, 3, 7, 9, 13, 15, 18, 19, 21, 22, 24, 26, 28, 30, 32, 34, 38, 42, 51, 52, 53, 54, 55, 57, 58, 59, 61, 64, 67, 68, 69, 71, 72, 73, 75, 77, 80, 81], "known": [1, 2, 19, 21, 23, 38, 65, 69], "NOT": [1, 34, 41, 68], "gate": [1, 2, 3, 5, 6, 7, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 26, 30, 31, 32, 41, 45, 46, 48, 52, 55, 57, 61, 65, 66, 72, 81], "appli": [1, 2, 3, 5, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 23, 26, 27, 34, 37, 38, 41, 45, 48, 53, 54, 57, 61, 64, 65, 66, 68, 69, 72], "0": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 34, 36, 37, 38, 41, 42, 43, 44, 46, 48, 50, 51, 52, 53, 54, 55, 57, 59, 61, 63, 64, 65, 66, 67, 68, 69, 72, 73, 75, 77, 79, 80, 81], "1": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 51, 52, 53, 54, 55, 57, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 72, 73, 75, 79, 80, 81], "rotat": [1, 3, 9, 10, 13, 14, 15, 18, 19, 26, 30, 41, 42, 57, 63, 72], "\u03c0": 1, "about": [1, 2, 3, 7, 9, 18, 19, 20, 21, 22, 30, 32, 34, 48, 51, 52, 53, 54, 55, 58, 59, 64, 67, 73, 75, 77, 78, 79, 80, 81], "axi": [1, 11, 21, 22, 30], "enabl": [1, 2, 3, 5, 9, 13, 15, 24, 33, 34, 36, 38, 39, 41, 43, 44, 45, 46, 50, 51, 52, 54, 55, 58, 59, 63, 64, 67, 69, 72, 73, 75, 79, 80], "one": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 19, 20, 21, 23, 24, 30, 32, 34, 36, 37, 39, 41, 44, 48, 51, 52, 53, 54, 55, 60, 61, 63, 64, 66, 67, 68, 69, 71, 72, 73, 75, 79, 80, 81], "superposit": [1, 5, 7, 14, 30, 34, 37, 46, 54, 57, 59, 68], "comput": [1, 2, 3, 4, 7, 8, 9, 10, 11, 13, 14, 15, 16, 18, 19, 21, 22, 23, 24, 26, 28, 30, 31, 32, 33, 34, 36, 37, 38, 44, 46, 48, 53, 54, 55, 58, 59, 62, 67, 72, 73, 77, 79, 80, 81], "basi": [1, 2, 3, 4, 10, 12, 13, 15, 18, 21, 23, 24, 25, 26, 46, 53, 54, 68], "sqrt": [1, 3, 5, 7, 10, 12, 13, 15, 16, 18, 26, 30, 37, 51, 64, 68, 80], "2": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 48, 51, 52, 53, 54, 55, 59, 61, 63, 64, 66, 67, 68, 69, 73, 75, 77, 79, 80, 81], "an": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32, 34, 36, 38, 39, 41, 42, 44, 45, 46, 48, 49, 51, 52, 53, 54, 55, 57, 59, 61, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 75, 77, 80, 81], "arbitrari": [1, 2, 3, 21, 32, 51, 52, 66, 79, 81], "\u03bb": 1, "exp": [1, 2, 12, 19, 37, 42, 51], "i\u03bb": 1, "math": [1, 4, 7, 19, 53], "pi": [1, 8, 9, 11, 14, 15, 17, 19, 20, 22, 23, 28, 30, 37, 38, 43, 45, 51, 52, 53, 64], "std": [1, 2, 3, 34, 36, 37, 38, 41, 42, 44, 45, 46, 53, 54, 59, 64, 65, 67, 71, 72, 77, 79], "number": [1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 14, 15, 17, 18, 19, 21, 22, 23, 24, 27, 28, 30, 34, 37, 42, 44, 46, 48, 51, 52, 53, 54, 55, 57, 59, 63, 64, 65, 66, 67, 68, 69, 72, 75, 80], "\u03b8": 1, "co": [1, 15, 20, 30, 51], "isin": 1, "sin": [1, 15, 30], "its": [1, 2, 3, 4, 6, 7, 8, 9, 12, 14, 15, 16, 17, 18, 26, 32, 33, 34, 44, 46, 48, 49, 53, 54, 55, 59, 61, 64, 65, 68, 69, 72, 73, 75, 79, 80, 81], "4": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 32, 34, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 52, 53, 54, 55, 61, 64, 67, 69, 73, 75, 79, 81], "i\u03c0": 1, "two": [1, 2, 3, 4, 7, 8, 9, 10, 12, 13, 14, 16, 17, 18, 19, 20, 21, 23, 26, 28, 30, 39, 48, 51, 52, 54, 55, 59, 61, 63, 64, 66, 68, 75, 79], "qubit_1": [1, 7, 14, 61], "qubit_2": [1, 16], "univers": [1, 2, 9, 16, 21, 53, 68], "three": [1, 10, 18, 19, 21, 23, 39, 52, 53, 63], "paramet": [1, 2, 3, 6, 8, 9, 11, 12, 13, 14, 17, 19, 21, 22, 24, 34, 38, 41, 46, 51, 52, 53, 55, 57, 61, 63, 64, 65, 67, 72, 73], "euler": [1, 51], "angl": [1, 2, 3, 6, 10, 13, 15, 18, 19, 28, 30, 37, 38, 41, 54, 57, 63, 64], "theta": [1, 8, 9, 10, 11, 14, 15, 22, 23, 26, 28, 30, 34, 36, 37, 53, 54, 61, 63], "phi": [1, 3, 4, 10, 34, 36, 52, 64, 69], "\u03c6": 1, "lambda": [1, 2, 8, 9, 12, 13, 14, 18, 19, 20, 23, 28, 34, 37, 38, 43, 51, 64, 66, 67, 69], "i\u03c6": 1, "np": [1, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 28, 30, 37, 38, 43, 45, 51, 52, 54, 55, 61, 64, 67, 73], "m_pi": [1, 37, 45, 64], "m_pi_2": [1, 37, 38, 53], "adj": [1, 41, 61], "method": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 18, 19, 20, 21, 22, 23, 27, 28, 34, 36, 41, 46, 51, 52, 54, 55, 59, 61, 64, 65], "ani": [1, 2, 3, 9, 12, 14, 19, 20, 21, 23, 24, 26, 28, 30, 34, 38, 40, 41, 43, 45, 46, 51, 52, 53, 55, 57, 59, 60, 61, 64, 65, 66, 72, 73, 75, 79, 80], "alloc": [1, 2, 3, 6, 14, 21, 34, 36, 37, 38, 39, 46, 54, 55, 57, 59, 65, 66, 72], "now": [1, 4, 5, 7, 9, 13, 14, 15, 16, 19, 21, 22, 23, 32, 48, 52, 59, 64, 65, 66, 67, 75, 80, 81], "again": [1, 5, 23, 24, 34, 48, 75, 77], "initi": [1, 2, 3, 4, 5, 6, 8, 9, 12, 13, 14, 15, 16, 19, 20, 22, 23, 28, 34, 51, 52, 54, 61, 64, 67, 68, 73, 75], "ctrl": [1, 2, 5, 7, 14, 17, 19, 24, 28, 30, 34, 36, 37, 41, 53, 54, 57, 61, 63, 64, 65, 66, 68, 69, 75, 80], "condit": [1, 2, 15, 16, 21, 26, 34, 35, 36, 38, 39, 55, 58, 68, 69], "more": [1, 2, 3, 4, 5, 8, 9, 10, 12, 13, 14, 15, 18, 19, 21, 23, 27, 30, 32, 36, 39, 41, 42, 48, 52, 53, 54, 55, 58, 59, 61, 64, 67, 68, 73, 75, 77, 79, 80, 81], "wikipedia": [1, 51], "entri": [1, 3, 12, 34, 38, 54, 61, 64, 69, 75, 79], "ctrl_1": 1, "ctrl_2": 1, "00": [1, 4, 9, 13, 16, 24, 26, 28, 59, 67, 68, 79, 80], "11": [1, 3, 4, 9, 11, 13, 16, 17, 18, 20, 21, 23, 24, 26, 28, 30, 34, 59, 67, 68, 69, 73, 75, 79, 80], "onli": [1, 2, 3, 5, 9, 16, 18, 19, 21, 23, 24, 25, 30, 34, 38, 39, 43, 46, 48, 51, 52, 53, 54, 58, 64, 68, 69, 71, 73, 75, 79, 80], "both": [1, 3, 4, 5, 7, 11, 13, 19, 39, 48, 52, 54, 55, 68, 73, 75, 77], "000": [1, 15, 16, 18, 19, 53, 59], "111": [1, 9, 15, 16, 18, 19], "follow": [1, 2, 3, 4, 5, 7, 8, 9, 10, 13, 14, 15, 16, 17, 18, 19, 21, 23, 24, 25, 27, 28, 30, 32, 34, 36, 38, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 57, 59, 60, 61, 63, 64, 65, 69, 71, 72, 73, 75, 76, 77, 79, 80, 81], "common": [1, 3, 9, 10, 18, 19, 21, 22, 23, 34, 38, 41, 42, 69, 73], "convent": [1, 8, 11, 14, 24], "all": [1, 2, 3, 9, 13, 16, 17, 18, 19, 20, 21, 23, 24, 28, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 43, 44, 46, 48, 52, 53, 54, 55, 59, 61, 63, 64, 67, 68, 69, 73, 75, 76, 77, 79, 80, 81], "howev": [1, 4, 9, 13, 15, 16, 18, 21, 23, 24, 48, 51, 52, 54, 79], "behavior": [1, 2, 3, 9, 23, 55], "chang": [1, 2, 5, 9, 13, 15, 19, 29, 32, 34, 38, 51, 59, 75, 80, 81], "instead": [1, 2, 4, 9, 26, 40, 43, 52, 54, 55, 59, 73, 75, 79], "when": [1, 2, 3, 9, 12, 13, 14, 18, 19, 21, 34, 39, 46, 48, 53, 54, 55, 59, 63, 64, 65, 69, 72, 73, 75, 79, 80], "negat": [1, 2, 3, 41, 45, 46], "polar": [1, 41, 45, 55], "syntax": [1, 9, 32, 33, 38, 39, 41, 43, 52, 61, 64, 77, 81], "preced": [1, 41, 52], "01": [1, 4, 7, 13, 16, 21, 26, 28, 68], "10": [1, 4, 7, 9, 10, 11, 12, 13, 14, 16, 17, 18, 20, 21, 23, 26, 28, 30, 34, 37, 38, 55, 59, 61, 64, 65, 67, 68, 69, 73, 75, 77], "notat": [1, 16, 68], "context": [1, 2, 11, 39, 54, 55, 72], "valid": [1, 2, 3, 31, 38, 52, 55, 61, 64, 73, 75, 79], "either": [1, 7, 11, 14, 19, 39, 52, 54, 55, 64, 68, 73, 75, 80], "similarli": [1, 7, 23, 54, 60, 68], "condition": 1, "respect": [1, 2, 3, 4, 8, 13, 14, 19, 23, 28, 34, 51, 52, 54, 59, 63, 67, 68, 73, 75, 80], "e": [1, 2, 3, 4, 7, 8, 9, 10, 12, 14, 15, 16, 18, 19, 20, 21, 22, 27, 30, 33, 34, 35, 37, 38, 39, 40, 41, 42, 48, 51, 52, 53, 54, 55, 64, 69, 72, 73, 75, 79, 80], "project": [1, 55, 72, 73, 75, 76, 79], "onto": [1, 68], "eigenvector": [1, 2, 10, 12], "non": [1, 2, 3, 8, 10, 12, 18, 19, 34, 38, 39, 46, 54, 55, 59, 63, 65], "linear": [1, 5, 9, 11, 12, 15, 22, 26, 53, 59, 64, 68], "avail": [1, 2, 3, 8, 9, 10, 21, 23, 28, 31, 32, 33, 34, 38, 39, 41, 44, 45, 46, 47, 50, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 69, 73, 75, 80, 81], "first": [1, 2, 3, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 26, 28, 30, 31, 34, 46, 52, 53, 54, 55, 56, 61, 63, 64, 65, 66, 69, 75, 80], "api": [1, 13, 24, 27, 30, 31, 32, 34, 36, 40, 41, 44, 46, 51, 52, 53, 54, 55, 59, 61, 64, 65, 72, 73, 75, 77, 79, 81], "regist": [1, 2, 3, 5, 10, 13, 15, 19, 22, 25, 34, 37, 39, 46, 52, 54, 61, 64, 65, 66, 69, 72], "outsid": [1, 9, 75, 79], "Then": [1, 18, 21, 25, 52, 64, 71, 72], "within": [1, 2, 3, 13, 22, 34, 38, 40, 42, 46, 52, 54, 55, 58, 59, 61, 64, 65, 68, 71, 73, 75, 76, 77, 79, 80], "like": [1, 2, 3, 4, 7, 8, 9, 10, 12, 13, 14, 15, 16, 19, 21, 22, 23, 24, 28, 29, 32, 34, 38, 46, 52, 54, 59, 61, 64, 65, 67, 68, 69, 73, 75, 76, 79, 80, 81], "built": [1, 2, 4, 6, 8, 9, 12, 15, 23, 24, 26, 32, 52, 55, 58, 59, 73, 79, 80, 81], "abov": [1, 2, 5, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 19, 21, 23, 24, 34, 36, 41, 51, 52, 53, 54, 55, 59, 61, 63, 64, 66, 68, 69, 72, 73, 75, 77, 79, 80], "level": [1, 2, 3, 13, 23, 29, 32, 33, 34, 39, 41, 51, 52, 53, 54, 55, 69, 72, 76, 81], "register_oper": [1, 13, 61], "accept": [1, 2, 3, 23, 24, 57, 73, 75, 80], "identifi": [1, 2, 3, 4, 13, 14, 19, 21, 73, 75], "string": [1, 2, 3, 5, 19, 27, 30, 34, 36, 37, 44, 51, 55, 59, 65, 69, 75, 79], "numpi": [1, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 28, 30, 37, 51, 61, 64, 67, 73], "arrai": [1, 2, 3, 4, 7, 10, 12, 13, 15, 16, 17, 18, 21, 24, 26, 28, 46, 48, 51, 52, 54, 55, 61, 64, 65, 67, 69], "complex": [1, 2, 3, 4, 8, 12, 16, 20, 26, 42, 48, 51, 54, 59, 61, 67, 68, 79], "A": [1, 2, 3, 4, 7, 8, 9, 10, 12, 14, 16, 17, 18, 19, 20, 22, 28, 29, 30, 34, 37, 38, 41, 48, 51, 52, 59, 61, 64, 66, 67, 68, 71, 72, 73, 75], "1d": [1, 2], "interpret": [1, 8, 58, 64, 73], "row": [1, 2, 3, 30, 61], "major": [1, 73], "import": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 37, 42, 51, 52, 53, 54, 55, 57, 59, 61, 63, 64, 65, 67, 68, 69, 73, 79, 80], "custom_h": 1, "custom_x": [1, 61], "def": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 34, 37, 38, 43, 45, 51, 53, 54, 57, 59, 61, 63, 64, 65, 66, 67, 68, 75, 80], "bell": [1, 13, 16, 34, 79], "sampl": [1, 2, 3, 5, 7, 8, 9, 13, 14, 17, 18, 19, 21, 26, 36, 52, 53, 54, 55, 56, 58, 61, 64, 65, 66, 67, 68, 72, 75, 79, 80], "dump": [1, 2, 3, 26, 34, 37, 53, 54, 59, 64, 65, 67, 79, 80], "macro": [1, 72], "cudaq_register_oper": 1, "uniqu": [1, 2, 3, 9, 14, 18, 21, 34, 39, 41, 46, 54, 77], "name": [1, 2, 3, 9, 13, 14, 16, 19, 34, 36, 41, 44, 50, 51, 52, 53, 54, 55, 63, 67, 68, 69, 72, 73, 75, 76, 79, 80], "represent": [1, 2, 3, 15, 16, 21, 24, 30, 34, 38, 48, 51, 55, 69, 71, 72], "includ": [1, 2, 3, 4, 12, 13, 14, 17, 23, 32, 34, 37, 46, 51, 53, 57, 58, 59, 61, 63, 64, 65, 66, 69, 71, 72, 73, 75, 77, 79, 80, 81], "m_sqrt1_2": 1, "__qpu__": [1, 2, 34, 37, 38, 45, 53, 54, 57, 59, 63, 64, 65, 66, 69, 79, 80], "void": [1, 2, 3, 34, 36, 37, 38, 41, 42, 44, 45, 46, 57, 59, 64, 66, 69, 71, 72, 77, 79, 80], "bell_pair": [1, 2, 3], "r": [1, 4, 13, 18, 19, 41, 46, 52, 53, 54, 55, 63, 64, 69, 75], "int": [1, 2, 3, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 23, 24, 26, 34, 37, 38, 45, 46, 51, 53, 54, 57, 59, 61, 63, 64, 65, 66, 67, 69, 72, 73, 77, 79, 80], "main": [1, 4, 5, 9, 19, 21, 32, 34, 37, 48, 53, 59, 63, 64, 65, 66, 69, 73, 75, 77, 79, 80, 81], "auto": [1, 2, 34, 36, 37, 38, 42, 45, 46, 53, 54, 55, 57, 59, 63, 64, 65, 66, 69, 71, 79, 80], "count": [1, 2, 3, 5, 8, 9, 10, 12, 13, 14, 18, 19, 24, 34, 36, 37, 46, 52, 53, 54, 55, 59, 64, 65, 66, 67, 69, 72], "bit": [1, 2, 3, 4, 5, 7, 13, 16, 17, 18, 19, 24, 26, 34, 37, 39, 46, 48, 54, 55, 64, 65, 66, 68, 72], "printf": [1, 34, 37, 46, 54, 63, 65, 66, 73], "n": [1, 2, 4, 5, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 20, 21, 23, 34, 36, 37, 38, 41, 42, 45, 53, 54, 59, 61, 63, 64, 65, 66, 67, 68, 69, 73, 77, 80], "data": [1, 2, 8, 11, 12, 13, 14, 15, 22, 31, 34, 38, 40, 42, 48, 54, 55, 63, 65, 66, 69, 72, 74, 75, 77, 79], "multi": [1, 4, 15, 16, 24, 30, 31, 32, 33, 36, 39, 41, 45, 50, 51, 52, 53, 59, 61, 62, 63, 68, 72, 73, 79, 80, 81], "msb": 1, "order": [1, 2, 3, 4, 9, 12, 13, 14, 16, 30, 34, 42, 51, 52, 55, 59, 63], "big": [1, 8, 17, 24], "endian": [1, 17, 24], "show": [1, 8, 9, 11, 13, 14, 15, 16, 18, 21, 22, 23, 30, 51, 54, 61, 63, 64, 73, 75], "differ": [1, 2, 3, 7, 9, 10, 11, 12, 13, 15, 16, 18, 19, 23, 24, 28, 30, 48, 52, 53, 54, 58, 59, 64, 67, 73, 75, 77, 80], "test": [1, 9, 11, 12, 17, 18, 19, 23, 31, 36, 67, 73, 75], "cnot": [1, 5, 9, 41, 57, 61, 68, 79], "my_cnot": 1, "print": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 28, 30, 34, 37, 46, 51, 53, 54, 59, 61, 63, 64, 65, 66, 67, 68, 69, 73, 79, 80], "500": [1, 23, 68, 80], "exact": [1, 9, 10, 13, 17, 21, 55], "random": [1, 2, 3, 4, 5, 8, 9, 13, 14, 16, 17, 18, 19, 21, 22, 23, 28, 30, 54, 55, 67], "construct": [1, 2, 8, 9, 10, 12, 17, 18, 20, 23, 28, 30, 31, 34, 35, 36, 38, 46, 48, 51, 54, 57, 58, 59, 61, 62, 65, 69], "second": [1, 2, 3, 4, 7, 8, 9, 12, 14, 18, 20, 46, 51, 53, 55, 59, 61, 64], "1j": [1, 12, 13], "xy": [1, 30], "kron": [1, 18], "my_xi": 1, "custom_xy_test": 1, "undo": 1, "prior": [1, 55, 64, 68, 73, 75, 80], "1000": [1, 3, 9, 11, 13, 17, 18, 21, 24, 26, 34, 52, 59, 65, 67, 68, 80], "mycnot": 1, "myxi": 1, "hardwar": [1, 9, 15, 19, 21, 24, 31, 32, 50, 55, 59, 62, 79, 81], "synthes": [1, 3, 21, 41, 45, 69], "current": [1, 2, 3, 9, 30, 32, 34, 44, 52, 54, 55, 72, 75, 79, 81], "orca": [1, 2, 32, 50, 81], "which": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 26, 28, 30, 32, 34, 36, 39, 42, 46, 48, 51, 52, 54, 55, 61, 63, 64, 65, 67, 68, 69, 72, 73, 75, 76, 79, 81], "doe": [1, 2, 3, 7, 9, 15, 16, 21, 30, 32, 34, 38, 46, 51, 53, 54, 73, 75, 77, 79, 80, 81], "increment": [1, 2, 67], "qumod": 1, "up": [1, 2, 3, 7, 9, 14, 15, 17, 21, 30, 36, 42, 51, 52, 55, 58, 63, 64, 67, 69, 72, 75], "maximum": [1, 3, 8, 9, 21, 55], "valu": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 23, 24, 28, 30, 31, 34, 36, 38, 42, 46, 48, 51, 53, 54, 55, 59, 62, 64, 67, 68, 69, 73, 79, 80], "repres": [1, 2, 3, 4, 7, 8, 9, 14, 15, 16, 21, 26, 30, 34, 48, 51, 52, 55, 64, 68, 69], "If": [1, 2, 3, 5, 7, 9, 11, 15, 16, 17, 18, 19, 20, 24, 25, 30, 34, 48, 51, 52, 53, 55, 59, 64, 67, 68, 73, 75, 79, 80], "where": [1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 23, 24, 29, 30, 33, 39, 41, 42, 46, 48, 51, 52, 55, 59, 61, 64, 67, 68, 72, 73, 75, 77, 80], "alreadi": [1, 2, 3, 13, 19, 30, 73, 75, 80], "ha": [1, 2, 3, 4, 5, 7, 9, 13, 14, 16, 17, 18, 19, 21, 24, 26, 28, 34, 41, 48, 52, 53, 55, 58, 59, 64, 67, 68, 73, 75, 79], "effect": [1, 13, 21, 48, 55, 59, 67, 68, 80], "u": [1, 2, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 19, 21, 22, 24, 30, 37, 38, 42, 43, 51, 52, 57, 58, 59, 64, 66, 67, 68, 69], "rangl": [1, 4, 15, 18, 19, 21, 34, 80], "3": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 51, 52, 53, 54, 55, 59, 61, 64, 66, 67, 69, 72, 73, 75, 76, 80, 81], "cdot": [1, 5, 9, 12, 19], "d": [1, 2, 3, 9, 12, 16, 37, 38, 39, 46, 52, 64, 73, 75], "reduc": [1, 2, 10, 13, 18, 19, 55], "minimum": [1, 14, 22, 53], "vacuum": [1, 64], "phase": [1, 2, 3, 5, 12, 15, 21, 41, 52, 64], "shifter": [1, 64], "add": [1, 2, 3, 9, 12, 14, 22, 26, 30, 32, 43, 51, 55, 64, 65, 69, 71, 72, 73, 75, 81], "a_1": [1, 18, 19], "creation": [1, 2, 4, 9, 33, 47, 51, 72], "dagger": [1, 4, 10, 12, 21, 26, 43, 51, 68], "shift": [1, 11, 53, 75], "p": [1, 4, 8, 9, 10, 18, 26, 73, 75], "left": [1, 2, 4, 5, 7, 10, 12, 13, 14, 15, 16, 24, 64, 72, 75], "right": [1, 4, 10, 13, 14, 15], "17": [1, 9, 13, 16, 17, 18, 21, 30, 61, 69, 77], "beam": [1, 52, 64], "splitter": [1, 52, 64], "act": [1, 2, 3, 6, 7, 9, 14, 27, 48, 51, 68], "togeth": [1, 18, 31, 55, 69, 80], "parameter": [1, 2, 3, 8, 9, 10, 13, 14, 20, 22, 23, 34, 36, 38, 41, 51, 53, 58, 61, 63, 65, 67], "relat": [1, 2, 9, 14, 19, 21, 69], "reflect": [1, 37, 55], "a_2": [1, 19], "b": [1, 9, 23, 28, 34, 61, 64], "_": [1, 4, 7, 11, 13, 18, 19, 21, 30, 51], "rang": [1, 2, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 28, 30, 32, 37, 38, 45, 46, 51, 53, 54, 57, 61, 67, 75, 80, 81], "34": [1, 9, 18], "return": [1, 2, 3, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 28, 30, 34, 36, 37, 38, 41, 46, 48, 51, 53, 54, 55, 59, 63, 64, 65, 67, 69, 71, 72, 73, 77, 79], "result": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 28, 29, 34, 35, 36, 37, 39, 48, 51, 52, 53, 54, 55, 59, 61, 63, 64, 65, 66, 67, 68, 69, 72, 75, 79, 80], "input": [1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 15, 16, 21, 23, 27, 28, 34, 36, 37, 38, 45, 46, 54, 59, 61, 63, 64, 67], "class": [2, 3, 4, 9, 11, 21, 34, 36, 38, 42, 44, 46, 54, 55, 71, 72], "spin_op": [2, 8, 27, 34, 37, 41, 53, 54, 59, 63], "gener": [2, 3, 4, 5, 8, 9, 10, 12, 13, 14, 15, 18, 19, 22, 24, 27, 30, 34, 36, 37, 38, 39, 41, 42, 45, 47, 52, 53, 55, 58, 63, 64, 65, 66, 68, 69, 71, 75, 79], "sum": [2, 3, 4, 11, 12, 13, 14, 17, 18, 21, 27, 42, 46, 64, 68], "tensor": [2, 3, 11, 18, 27, 32, 42, 53, 54, 72, 81], "product": [2, 3, 5, 18, 27, 31, 32, 42, 53, 80, 81], "expos": [2, 3, 9, 13, 34, 36, 42, 44, 48, 54, 72], "typic": [2, 21, 34, 46, 53, 57, 58, 63, 69, 76, 77], "algebra": [2, 42, 63, 68], "programm": [2, 3, 34, 35, 36, 38, 39, 41, 43, 44, 46, 52, 54, 65], "defin": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 42, 43, 44, 45, 46, 51, 53, 54, 55, 57, 58, 59, 61, 63, 64, 65, 66, 68, 69, 72, 73, 75, 77, 79, 81], "primit": [2, 14, 33, 36, 39, 42, 46, 47, 54, 58, 79], "them": [2, 3, 8, 9, 10, 13, 16, 18, 21, 30, 32, 48, 51, 57, 68, 69, 73, 75, 77, 79, 80, 81], "compos": [2, 3, 11, 14, 21, 38, 39, 52, 64, 69], "larger": [2, 3, 9, 10, 14, 21, 53, 55], "thereof": [2, 39, 42], "public": [2, 9, 34, 36, 42, 44, 46, 54, 71, 72, 75], "type": [2, 4, 5, 6, 7, 9, 13, 14, 15, 18, 20, 27, 33, 34, 36, 38, 39, 41, 42, 47, 51, 52, 54, 55, 57, 61, 63, 65, 68, 69, 72, 75, 79], "spin_op_term": 2, "bool": [2, 3, 13, 34, 38, 41, 42, 44, 54, 72, 79], "we": [2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 21, 22, 24, 26, 30, 32, 34, 37, 41, 43, 48, 51, 52, 54, 55, 57, 58, 59, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 75, 76, 77, 79, 80, 81], "term": [2, 3, 4, 5, 8, 12, 13, 14, 16, 19, 20, 23, 24, 34, 41, 51, 52, 54, 59, 63, 75], "binari": [2, 3, 5, 9, 11, 14, 15, 19, 24, 32, 52, 73, 77, 80, 81], "symplect": 2, "form": [2, 3, 9, 21, 23, 24, 30, 32, 34, 41, 46, 48, 51, 55, 69, 81], "size": [2, 3, 5, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 34, 36, 37, 38, 39, 46, 53, 54, 55, 64, 65, 67, 75, 79], "nqubit": [2, 36, 37, 72], "element": [2, 3, 4, 15, 18, 19, 21, 28, 31, 34, 46, 54, 68], "x": [2, 3, 5, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 34, 36, 37, 38, 41, 42, 43, 45, 51, 52, 53, 54, 55, 57, 59, 61, 63, 64, 65, 66, 68, 69, 73, 75, 77, 80], "next": [2, 4, 5, 8, 9, 10, 12, 13, 17, 19, 20, 21, 23, 28, 30, 48, 64, 65, 69, 73], "z": [2, 3, 6, 8, 9, 11, 12, 13, 14, 16, 20, 21, 22, 24, 25, 26, 27, 28, 30, 34, 37, 41, 42, 51, 53, 54, 59, 63, 65, 67, 73], "y": [2, 3, 5, 7, 8, 9, 11, 12, 13, 15, 18, 19, 20, 24, 25, 27, 28, 30, 34, 37, 41, 42, 51, 53, 54, 59, 63, 65, 73, 75, 77, 80], "site": [2, 3, 8, 13, 64, 80], "csr_spmatrix": 2, "tupl": [2, 3, 9, 13, 28, 34, 38, 64], "doubl": [2, 3, 22, 23, 34, 36, 37, 38, 41, 42, 45, 53, 54, 55, 59, 63, 64, 72, 73, 75], "size_t": [2, 34, 36, 38, 42, 44, 46, 54, 64, 65, 72, 77, 79], "typedef": 2, "zero": [2, 3, 5, 6, 10, 11, 12, 18, 19, 21, 39, 51, 54, 59, 68], "spars": 2, "function": [2, 3, 5, 6, 7, 8, 11, 12, 13, 14, 16, 17, 18, 19, 20, 22, 23, 24, 26, 27, 28, 30, 32, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 51, 52, 53, 54, 55, 57, 58, 59, 63, 65, 67, 69, 72, 77, 79, 81], "pair": [2, 3, 8, 12, 14, 16, 17, 38, 44, 48, 75], "const": [2, 34, 36, 37, 38, 41, 42, 44, 46, 53, 64, 71, 72, 77, 79], "termdata": 2, "constructor": [2, 3], "take": [2, 3, 4, 5, 7, 9, 12, 13, 14, 15, 17, 18, 20, 23, 28, 29, 32, 34, 36, 37, 38, 41, 42, 43, 44, 45, 46, 48, 52, 55, 58, 59, 61, 63, 64, 65, 66, 67, 69, 73, 75, 80, 81], "coeffici": [2, 3, 8, 12, 20, 27, 51, 68], "constant": [2, 7, 20, 46, 48, 69], "id": [2, 3, 34, 44, 46, 52, 54, 55, 73, 75], "coeff": 2, "qubit": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 34, 36, 37, 38, 39, 42, 44, 45, 48, 51, 52, 53, 54, 55, 57, 58, 59, 61, 63, 64, 65, 66, 67, 68, 69, 72, 75, 80], "unordered_map": [2, 34], "_term": 2, "full": [2, 3, 4, 13, 19, 29, 32, 53, 54, 55, 67, 68, 69, 71, 73, 75, 76, 81], "composit": [2, 51], "spin": [2, 3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 20, 23, 24, 26, 28, 34, 37, 42, 48, 51, 53, 54, 59, 63, 64, 67, 69], "op": [2, 3, 12, 13, 20, 48, 63, 69], "map": [2, 3, 5, 8, 9, 13, 18, 21, 23, 26, 34, 46, 51, 69, 75], "individu": [2, 3, 39, 46, 54, 61], "bsf": 2, "from": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 20, 21, 22, 23, 24, 26, 27, 28, 30, 32, 34, 35, 37, 38, 39, 42, 46, 48, 51, 53, 54, 55, 58, 59, 61, 63, 64, 67, 69, 72, 75, 76, 77, 80, 81], "creat": [2, 3, 5, 8, 9, 13, 14, 15, 16, 18, 19, 21, 22, 26, 30, 31, 34, 36, 42, 45, 51, 52, 53, 54, 58, 59, 64, 65, 67, 69, 70, 72, 73, 75, 76, 77, 79, 80], "ident": [2, 12, 13, 14, 18, 19, 21, 48, 51, 63], "numqubit": [2, 37], "given": [2, 3, 4, 7, 8, 9, 10, 14, 18, 19, 20, 21, 23, 24, 34, 46, 51, 52, 54, 55, 59, 63, 72], "o": [2, 9, 10, 13, 15, 23, 37, 52, 53, 54, 55, 63, 64, 65, 66, 69, 73, 75, 77, 79, 80], "copi": [2, 16, 21, 30, 46, 48, 73, 75], "data_rep": 2, "serial": [2, 3, 12], "encod": [2, 3, 5, 9, 14, 19, 21, 34, 42, 54, 65, 68, 72], "via": [2, 3, 4, 5, 7, 11, 13, 16, 21, 24, 26, 31, 33, 34, 36, 39, 41, 43, 45, 46, 48, 51, 52, 54, 55, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73], "real": [2, 8, 10, 12, 13, 15, 17, 20, 21, 30, 58], "imaginari": [2, 4, 12], "part": [2, 3, 4, 12, 17, 19, 23, 34, 46, 69, 71, 73, 75], "append": [2, 3, 6, 8, 10, 11, 12, 13, 17, 18, 19, 20, 21, 22, 23, 28, 30, 38, 52, 54, 55, 61, 64, 67], "larg": [2, 4, 5, 12, 18, 23, 29, 41, 54, 55, 58, 68], "end": [2, 3, 4, 7, 10, 13, 15, 16, 17, 18, 20, 21, 24, 26, 30, 34, 46, 52, 54, 55, 59, 61, 64, 68, 73, 75], "total": [2, 3, 4, 8, 9, 11, 12, 13, 15, 21, 23, 53, 54, 55, 59, 64, 67, 75], "destructor": 2, "iter": [2, 3, 4, 9, 12, 19, 21, 23, 24, 27, 28, 34, 46], "begin": [2, 3, 4, 7, 9, 10, 12, 13, 15, 16, 18, 19, 21, 22, 24, 26, 30, 34, 46, 57, 64, 65, 68], "start": [2, 3, 4, 6, 13, 15, 16, 19, 21, 24, 31, 32, 41, 46, 52, 54, 59, 61, 64, 69, 71, 77, 81], "equal": [2, 10, 21, 24, 30, 48, 54, 55, 59, 68], "v": [2, 3, 4, 8, 10, 12, 13, 14, 19, 34, 37, 38, 43, 48, 53, 67, 69, 73], "noexcept": [2, 41], "subtract": 2, "multipli": [2, 12, 13, 19], "true": [2, 3, 4, 5, 9, 11, 12, 13, 16, 17, 18, 19, 21, 23, 28, 34, 38, 51, 52, 67, 73, 75, 80], "here": [2, 3, 4, 5, 7, 8, 9, 10, 12, 13, 15, 18, 19, 21, 22, 23, 26, 27, 31, 32, 34, 36, 37, 38, 41, 43, 51, 52, 53, 54, 61, 63, 64, 65, 66, 69, 71, 73, 75, 79, 80, 81], "consid": [2, 4, 5, 7, 9, 13, 17, 18, 19, 20, 21, 37, 39, 48, 53, 54, 69, 75], "num_qubit": [2, 3, 13, 20, 42, 53], "num_term": [2, 42], "get_coeffici": [2, 8, 12, 20, 42], "get": [2, 3, 10, 12, 13, 15, 17, 18, 19, 21, 23, 26, 28, 30, 32, 34, 36, 37, 46, 52, 53, 54, 59, 63, 64, 67, 72, 73, 77, 80, 81], "throw": [2, 30], "except": [2, 3, 9, 12, 13, 21, 30, 79], "get_raw_data": 2, "is_ident": [2, 42], "standard": [2, 3, 10, 21, 23, 28, 33, 34, 35, 36, 38, 41, 47, 54, 57, 58, 69, 71, 73, 75, 77, 79], "out": [2, 3, 7, 8, 9, 11, 12, 14, 15, 16, 19, 21, 23, 26, 28, 32, 34, 39, 46, 48, 54, 55, 59, 60, 61, 63, 64, 72, 75, 76, 79, 81], "to_str": [2, 8, 12, 20, 59], "printcoeffici": 2, "getdatarepresent": 2, "getdatatupl": 2, "fulli": [2, 3, 9, 11, 13, 21, 32, 33, 52, 54, 65, 69, 73, 75, 79, 81], "distribute_term": 2, "numchunk": 2, "distribut": [2, 10, 17, 18, 21, 23, 24, 26, 32, 39, 53, 55, 59, 63, 65, 73, 79, 80, 81], "chunk": [2, 39], "for_each_term": [2, 8, 12, 20, 42], "give": [2, 14, 15, 18, 24, 32, 34, 49, 54, 55, 73, 75, 81], "functor": 2, "reduct": 2, "captur": [2, 14, 19, 23, 30, 32, 38, 51, 61, 81], "variabl": [2, 9, 12, 14, 16, 19, 23, 29, 32, 38, 39, 51, 52, 53, 54, 60, 64, 67, 73, 75, 80, 81], "for_each_pauli": [2, 42], "thrown": [2, 79], "than": [2, 3, 12, 13, 14, 15, 16, 17, 19, 20, 23, 24, 25, 30, 41, 48, 53, 55, 59, 61, 68, 73, 75, 79], "user": [2, 3, 4, 5, 8, 9, 13, 18, 21, 29, 32, 34, 36, 37, 39, 40, 43, 46, 51, 52, 53, 54, 55, 64, 67, 69, 72, 73, 75, 81], "should": [2, 3, 13, 15, 19, 20, 23, 33, 34, 39, 41, 42, 44, 46, 52, 54, 55, 59, 72, 73, 75, 79, 80], "pass": [2, 3, 8, 9, 11, 12, 13, 17, 20, 23, 30, 31, 34, 38, 39, 42, 46, 52, 54, 55, 61, 64, 66, 69, 70, 75, 79], "index": [2, 3, 5, 9, 11, 12, 17, 42, 44, 46, 48, 51, 54, 55, 72], "complex_matrix": 2, "to_matrix": [2, 10, 12, 51], "dens": 2, "to_sparse_matrix": 2, "col": 2, "static": [2, 3, 34, 41, 46, 51, 69, 73, 79], "nterm": 2, "unsign": 2, "seed": [2, 3, 4, 8, 9, 13, 14, 18, 21, 22, 23, 30, 55, 67], "random_devic": 2, "specifi": [2, 3, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 23, 24, 25, 27, 28, 30, 34, 37, 38, 39, 41, 42, 43, 44, 46, 51, 52, 53, 54, 55, 59, 61, 64, 65, 67, 69, 72, 73, 75], "overrid": [2, 34, 55, 71, 73], "repeat": [2, 17, 18, 19, 23, 34], "from_word": 2, "pauliword": 2, "word": [2, 3, 8, 12, 19, 20], "g": [2, 3, 9, 14, 19, 20, 21, 27, 33, 34, 35, 38, 39, 40, 41, 42, 48, 51, 52, 53, 54, 55, 64, 69, 72, 73, 75, 76, 79, 80], "xyx": 2, "3rd": 2, "typenam": [2, 34, 36, 37, 38, 41, 45, 46, 77, 79], "qualifiedspinop": 2, "struct": [2, 34, 36, 37, 38, 41, 45, 53, 54, 63, 64, 65, 66, 69, 71, 79], "constexpr": [2, 36, 46, 53], "dyn": [2, 46], "qudit": [2, 35, 39, 41], "system": [2, 3, 4, 9, 12, 13, 16, 20, 22, 23, 24, 29, 32, 34, 39, 44, 46, 48, 51, 52, 54, 55, 58, 59, 63, 64, 67, 68, 71, 73, 76, 77, 79, 80, 81], "inlin": [2, 34, 69], "new": [2, 3, 4, 7, 8, 9, 12, 15, 21, 31, 32, 34, 36, 48, 58, 69, 70, 73, 75, 79, 80, 81], "enable_if_t": 2, "qreg": [2, 3, 12, 14, 53], "contain": [2, 3, 4, 9, 10, 13, 14, 18, 21, 31, 32, 34, 39, 41, 44, 48, 53, 55, 58, 59, 63, 64, 69, 72, 73, 79, 80, 81], "dynam": [2, 13, 31, 32, 36, 38, 39, 46, 52, 57, 58, 69, 79, 81], "time": [2, 3, 4, 9, 10, 12, 13, 14, 15, 17, 18, 19, 20, 23, 24, 25, 26, 30, 31, 32, 33, 34, 37, 39, 46, 47, 52, 53, 54, 55, 59, 64, 65, 67, 68, 69, 73, 75, 80, 81], "By": [2, 9, 10, 23, 29, 34, 41, 51, 52, 53, 54, 55, 59, 64, 77], "value_typ": 2, "indic": [2, 3, 4, 8, 21, 38, 41, 42, 46, 51, 72], "underli": [2, 3, 9, 23, 34, 44, 46, 52, 54, 72], "interfac": [2, 3, 46, 55, 72, 73, 75, 77], "idx": [2, 3, 11, 13, 19, 21, 46, 51, 54], "qspan": 2, "front": [2, 37, 45, 46, 66], "back": [2, 21, 37, 46, 48, 54, 64, 65, 75], "last": [2, 18, 19, 21, 37, 46, 54, 61, 63], "slice": [2, 3, 46], "clear": [2, 3, 16, 34, 46, 72], "destroi": [2, 46], "postcondit": [2, 46], "own": [2, 3, 9, 18, 26, 39, 44, 46, 55, 69, 72, 73, 75, 79], "semant": [2, 3, 33, 38, 39, 40, 43, 45, 46, 48, 69], "held": 2, "explicit": [2, 10, 34, 45, 51, 55, 64, 79], "determin": [2, 4, 5, 7, 8, 9, 17, 20, 23, 31, 55, 59], "check": [2, 9, 19, 21, 32, 52, 53, 64, 68, 73, 75, 80, 81], "norm": [2, 18], "pre": [2, 3, 13, 21, 32, 34, 52, 55, 64, 66, 73, 79, 81], "exist": [2, 3, 8, 16, 21, 30, 32, 33, 34, 39, 40, 59, 71, 73, 75, 79, 80, 81], "could": [2, 9, 10, 12, 19, 23, 30, 53, 57, 68, 73], "from_data": [2, 3, 51], "retriev": [2, 3, 13, 24, 34, 51, 54, 64], "get_stat": [2, 3, 10, 15, 16, 17, 20, 21, 24, 30, 54, 61], "delet": [2, 46, 52, 75, 79], "cannot": [2, 3, 15, 30, 37, 38, 46, 48, 68, 75], "move": [2, 11, 46, 71, 73, 75, 80], "assign": [2, 9, 14, 44, 54, 55, 73], "qview": [2, 5, 10, 12, 15, 19, 37, 38, 45], "observe_result": [2, 3, 12, 34, 63], "encapsul": [2, 11, 34, 46, 54, 79], "observ": [2, 3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 18, 20, 22, 23, 26, 28, 37, 51, 52, 54, 55, 56, 58, 63, 65, 66, 67, 68, 72, 80], "call": [2, 3, 4, 5, 6, 7, 9, 11, 12, 13, 14, 15, 19, 21, 22, 23, 24, 26, 28, 30, 36, 37, 38, 41, 45, 51, 54, 55, 58, 59, 61, 64, 65, 66, 67, 68, 69, 72, 73, 75, 77], "measur": [2, 3, 5, 7, 9, 10, 11, 12, 13, 15, 16, 18, 23, 24, 26, 31, 34, 35, 37, 38, 39, 41, 48, 51, 52, 54, 55, 57, 58, 59, 62, 64, 65, 69, 72, 80], "execut": [2, 4, 9, 13, 15, 21, 30, 31, 32, 33, 34, 36, 38, 39, 44, 45, 51, 52, 54, 55, 58, 59, 60, 62, 63, 64, 65, 67, 69, 72, 75, 76, 77, 79, 80, 81], "ansatz": [2, 4, 6, 9, 13, 14, 22, 23, 34, 37, 53, 54, 63], "circuit": [2, 3, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 28, 33, 34, 38, 39, 42, 43, 47, 48, 52, 53, 54, 55, 58, 59, 61, 63, 64, 69, 71], "global": [2, 3, 9, 14, 21, 34, 38, 53, 59, 64, 73], "expect": [2, 3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 18, 20, 21, 22, 23, 24, 26, 28, 31, 34, 51, 53, 54, 55, 59, 62, 67, 73, 75, 79, 80], "h": [2, 3, 4, 5, 7, 8, 9, 10, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 28, 30, 34, 36, 37, 41, 42, 43, 45, 46, 48, 51, 52, 53, 54, 57, 59, 61, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 75, 77, 79, 80], "precomput": 2, "psi": [2, 6, 7, 10, 12, 16, 24, 30, 34, 37, 59, 68], "sample_result": [2, 3, 19, 24, 34, 64, 79], "wa": [2, 3, 4, 7, 9, 12, 21, 34, 54, 65, 69, 73, 76, 80], "shot": [2, 3, 8, 9, 10, 17, 18, 19, 24, 34, 37, 52, 55, 59, 64, 65, 68, 72], "base": [2, 3, 8, 9, 11, 13, 15, 18, 19, 21, 23, 27, 32, 33, 34, 36, 40, 41, 46, 51, 52, 53, 54, 55, 59, 67, 69, 72, 73, 75, 77, 81], "raw_data": [2, 9, 34], "raw": [2, 3, 9], "convers": [2, 34], "simpli": [2, 30, 68, 75, 80], "ignor": [2, 9, 19, 55], "fine": [2, 34, 65, 66, 68], "grain": [2, 34, 65, 66], "explicitli": [2, 9, 10, 48, 52, 55, 69, 77, 79], "request": [2, 3, 34, 52, 53, 54, 55, 64, 75], "oppos": [2, 79], "observe_data": 2, "spinoptyp": [2, 34], "sub": [2, 3, 33, 34, 37, 38, 46, 47, 51, 75], "id_coeffici": [2, 34], "observe_opt": [2, 34], "option": [2, 3, 4, 7, 9, 10, 12, 13, 17, 18, 22, 23, 24, 28, 29, 34, 36, 41, 44, 51, 52, 53, 54, 59, 63, 64, 66, 67, 72, 73, 75], "async_observ": 2, "param": [2, 4, 13, 14, 17, 37, 38, 41, 53, 67], "run": [2, 3, 5, 7, 8, 9, 11, 12, 17, 18, 23, 24, 31, 33, 34, 37, 51, 52, 53, 54, 55, 56, 58, 63, 64, 65, 66, 67, 69, 72, 73, 75, 76, 79, 80], "applic": [2, 4, 5, 7, 9, 10, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 27, 31, 34, 41, 45, 52, 55, 58, 59, 61, 62, 75, 76, 79, 80], "num_trajectori": 2, "trajectori": 2, "presenc": 2, "simul": [2, 4, 6, 8, 10, 12, 17, 18, 19, 23, 24, 28, 29, 30, 31, 32, 33, 34, 50, 51, 52, 56, 58, 59, 62, 64, 65, 67, 69, 70, 73, 80, 81], "noisi": [2, 17, 18, 21, 31, 62, 64], "quantumkernel": [2, 34, 45], "arg": [2, 3, 9, 11, 15, 18, 34, 36, 41, 45, 51, 54, 59, 69, 75], "is_invocable_r_v": 2, "member": [2, 3, 14, 38], "conveni": [2, 15, 27, 42, 48, 73, 75], "what": [2, 3, 4, 8, 9, 10, 14, 16, 18, 19, 23, 30, 31, 32, 56, 67, 72, 79, 81], "": [2, 3, 4, 5, 9, 10, 12, 14, 15, 16, 17, 18, 20, 21, 23, 24, 26, 28, 30, 31, 34, 41, 44, 48, 51, 52, 53, 54, 57, 58, 59, 63, 64, 65, 66, 67, 69, 71, 73, 75, 76, 77, 80], "spinopcontain": 2, "termlist": 2, "everi": [2, 3, 14, 17, 18, 20, 32, 53, 54, 58, 59, 64, 65, 73, 80, 81], "concept": [2, 33, 34, 38, 40], "executioncontext": 2, "abstract": [2, 3, 27, 33, 34, 36, 41, 42, 44, 46, 54, 58], "how": [2, 6, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 27, 28, 30, 32, 34, 36, 41, 51, 53, 54, 55, 58, 59, 61, 62, 64, 65, 66, 67, 69, 72, 73, 75, 76, 79, 80, 81], "shots_": 2, "basic": [2, 6, 31, 53, 61, 75, 80], "invoc": [2, 3, 36, 38, 44, 46, 54, 55, 72], "expectationvalu": 2, "nullopt": 2, "optimization_result": [2, 34], "optresult": 2, "optim": [2, 4, 6, 8, 9, 11, 12, 13, 14, 18, 19, 23, 31, 32, 33, 43, 46, 48, 51, 52, 53, 55, 62, 69, 71, 73, 75, 81], "hasconditionalsonmeasureresult": 2, "fals": [2, 3, 4, 8, 9, 12, 13, 16, 17, 19, 20, 21, 73, 75], "being": [2, 3, 5, 6, 16, 26, 33, 34, 48, 55, 64, 79], "statement": [2, 7, 25, 34, 35, 58], "noise_model": [2, 3, 13, 17, 18, 26], "noisemodel": [2, 3, 13, 17, 18, 26], "nullptr": 2, "canhandleobserv": 2, "flag": [2, 13, 38, 51, 52, 54, 55, 64, 69, 71, 75, 79], "handl": [2, 3, 9, 20, 52, 53, 54, 55, 64, 72, 75, 79], "task": [2, 5, 9, 13, 21, 24, 30, 34, 42, 54, 55, 59, 69, 72], "under": [2, 3, 13, 18, 21, 32, 51, 52, 71, 72, 73, 75, 79, 81], "asyncexec": 2, "occur": [2, 3, 9, 12, 18, 25, 34, 39, 64, 68, 75], "asynchron": [2, 3, 10, 12, 13, 24, 34, 44, 54, 59, 64, 67], "detail": [2, 3, 4, 8, 10, 13, 14, 17, 32, 33, 39, 51, 52, 53, 55, 72, 73, 75, 80, 81], "futur": [2, 3, 34, 50, 52, 54, 55, 64, 73, 75], "futureresult": 2, "store": [2, 3, 4, 12, 13, 16, 20, 39, 46, 54, 59, 64, 67, 68, 69], "async_result": [2, 64], "asyncresult": [2, 67], "async_sample_result": [2, 34, 54], "so": [2, 5, 8, 9, 10, 12, 13, 14, 16, 17, 18, 19, 21, 23, 28, 30, 34, 51, 52, 54, 55, 65, 68, 69, 71, 72, 73, 75, 79, 80], "boundari": [2, 11], "unique_ptr": 2, "simulationst": 2, "pointer": [2, 3, 79], "amplitudemap": 2, "amplitud": [2, 3, 5, 15, 17, 21, 51, 52, 54, 61, 64, 67, 68], "overlapcomputest": 2, "overlap": [2, 3, 12, 54], "overlapresult": 2, "trace": [2, 3, 16, 21, 26, 53], "kerneltrac": 2, "tracer": 2, "persist": [2, 34, 39, 53, 75], "resourc": [2, 4, 19, 23, 28, 44, 53, 54, 55, 59, 73, 75], "kernelnam": [2, 3], "batchiter": 2, "batch": [2, 28, 39], "observe_n": 2, "sample_n": 2, "totaliter": 2, "registernam": [2, 34], "mid": [2, 3, 55], "mode": [2, 3, 9, 24, 37, 39, 51, 52, 64, 69, 73], "keep": [2, 5, 18, 34, 55], "track": [2, 34, 68], "reorderidx": 2, "inform": [2, 3, 5, 7, 9, 12, 13, 16, 19, 21, 23, 27, 32, 34, 39, 41, 44, 46, 52, 53, 54, 55, 59, 64, 67, 68, 69, 73, 75, 77, 78, 80, 81], "reorder": 2, "after": [2, 3, 4, 7, 9, 13, 16, 30, 34, 52, 59, 61, 64, 69, 73, 75], "empti": [2, 3, 12, 36, 42, 55, 64, 75], "mean": [2, 3, 5, 13, 15, 16, 17, 21, 23, 41, 48, 55, 64, 67, 75, 80], "char": [2, 37, 54, 59, 73, 79, 80], "invocationresultbuff": 2, "buffer": [2, 54, 79], "note": [2, 3, 9, 10, 14, 16, 18, 19, 20, 21, 24, 30, 37, 39, 48, 52, 53, 54, 59, 61, 64, 68, 69, 73, 75, 79], "need": [2, 3, 4, 5, 9, 13, 14, 15, 18, 19, 23, 24, 26, 30, 48, 51, 52, 53, 54, 55, 59, 63, 64, 67, 72, 73, 75, 76, 79], "abl": [2, 9, 13, 24, 34, 52, 53, 54, 59, 75, 79, 80], "numbertrajectori": 2, "calcul": [2, 3, 5, 6, 7, 9, 11, 16, 19, 21, 24, 28, 53, 54, 59, 64, 67], "job": [2, 13, 14, 34, 52, 53, 54, 64, 75], "qpu": [2, 3, 10, 12, 13, 23, 24, 28, 31, 32, 33, 34, 39, 44, 52, 54, 55, 58, 59, 63, 64, 67, 72, 79, 80, 81], "extra": [2, 11, 12, 41, 48, 52], "configur": [2, 8, 9, 13, 22, 44, 52, 53, 54, 55, 64, 67, 69, 72, 73, 75, 76, 79, 80], "later": [2, 7, 9, 12, 13, 16, 17, 34, 38, 54, 64, 73, 75], "server": [2, 52, 54, 64, 75], "file": [2, 4, 9, 13, 34, 41, 52, 53, 54, 59, 60, 64, 67, 69, 71, 72, 73, 75, 76, 77, 79, 80], "read": [2, 3, 13, 14, 19, 61, 64], "wrap": [2, 34, 36, 48, 51], "t": [2, 3, 4, 7, 10, 15, 20, 21, 30, 32, 34, 37, 38, 41, 42, 51, 53, 55, 61, 64, 65, 68, 73, 75, 81], "case": [2, 3, 7, 8, 9, 12, 14, 15, 16, 17, 18, 23, 25, 26, 28, 34, 48, 51, 57, 61, 63, 73, 77, 79], "must": [2, 3, 13, 17, 18, 19, 23, 24, 33, 34, 38, 40, 43, 46, 48, 51, 52, 55, 64, 68, 71, 72, 73, 75, 79, 80], "some": [2, 4, 8, 9, 11, 13, 15, 16, 17, 19, 20, 23, 25, 29, 32, 34, 48, 53, 54, 55, 68, 69, 71, 72, 73, 75, 76, 79, 80, 81], "point": [2, 3, 9, 15, 30, 34, 38, 41, 54, 55, 69, 72, 73, 75], "same": [2, 3, 7, 9, 12, 13, 14, 15, 16, 17, 18, 21, 23, 28, 30, 34, 48, 52, 54, 59, 64, 66, 67, 69, 72, 73, 75, 79], "runtim": [2, 9, 33, 34, 36, 39, 52, 53, 54, 55, 63, 69, 72, 75, 77], "_job": 2, "qpunamein": 2, "config": [2, 4, 55, 72, 73, 75, 80], "info": [2, 21, 53, 55, 60, 69], "requir": [2, 3, 4, 7, 8, 9, 10, 11, 13, 15, 16, 19, 21, 23, 28, 30, 34, 38, 40, 41, 43, 45, 46, 48, 51, 52, 53, 54, 55, 64, 67, 68, 73, 76, 80], "date": 2, "even": [2, 7, 9, 14, 17, 19, 24, 32, 55, 73, 75, 79, 81], "face": [2, 21, 40], "itself": [2, 45, 48, 54, 73, 75], "collect": [2, 3, 4, 8, 12, 13, 16, 59], "pertin": [2, 34, 40, 45, 46], "remot": [2, 3, 34, 39, 50, 53, 55, 60, 67], "rest": [2, 3, 5, 13, 16, 17, 33, 52, 54, 55, 64, 73, 75, 79], "wait": [2, 3, 9, 13, 24, 53, 54, 59, 64], "until": [2, 3, 9, 13, 17, 21, 24, 59, 64], "readi": [2, 19, 22, 64, 75], "executionresult": 2, "correspond": [2, 3, 4, 6, 8, 9, 10, 12, 13, 14, 20, 21, 23, 27, 28, 34, 52, 64, 65, 73, 75, 77], "well": [2, 3, 5, 10, 12, 13, 18, 19, 20, 27, 32, 34, 37, 39, 51, 55, 72, 75, 76, 79, 81], "integ": [2, 3, 12, 14, 17, 24, 31, 38, 44, 54, 55, 59, 61, 67], "1st": [2, 16, 26], "bitstr": [2, 3, 5, 9, 14, 17, 34], "m": [2, 4, 8, 9, 10, 12, 18, 30, 37, 42, 54, 55, 64, 67, 69, 73, 75, 79, 80], "tripl": [2, 69], "long": [2, 24, 34, 37, 59, 73, 75, 79, 80], "length": [2, 5, 18, 64], "deseri": [2, 3], "discuss": [2, 9, 16, 28, 71], "brief": [2, 72], "countsdictionari": [2, 34], "assum": [2, 3, 8, 9, 13, 14, 16, 17, 18, 19, 39, 41, 46, 51, 54, 55, 59, 64, 72, 73, 75, 77], "expval": [2, 34], "other": [2, 3, 4, 8, 9, 12, 13, 14, 15, 16, 18, 19, 20, 22, 23, 24, 26, 30, 31, 33, 36, 38, 41, 46, 48, 51, 52, 53, 54, 55, 57, 58, 59, 64, 73, 75, 79, 80], "appendresult": 2, "globalregisternam": [2, 34], "classic": [2, 4, 7, 8, 9, 11, 12, 13, 14, 15, 16, 22, 23, 33, 35, 38, 39, 41, 42, 46, 48, 54, 58, 59, 64, 68, 69, 72, 73, 76, 79], "sequentialdata": 2, "sequenti": [2, 3, 34, 53, 59], "collat": [2, 3], "holist": 2, "nullari": 2, "precomputedexp": 2, "__global__": [2, 3, 34, 53, 64, 77], "has_expect": 2, "string_view": [2, 34, 72], "anoth": [2, 5, 9, 16, 17, 19, 37, 38, 48, 55, 61, 64, 66, 73], "register_nam": [2, 3, 34], "tandem": [2, 67], "to_map": [2, 34], "regnam": 2, "merg": [2, 3, 69], "necessari": [2, 12, 19, 52, 54, 55, 64, 69, 73, 75, 79], "document": [2, 3, 23, 30, 31, 32, 33, 41, 50, 52, 53, 55, 71, 72, 73, 75, 79, 81], "exp_val_z": 2, "deprec": [2, 3, 23, 50, 54, 55], "probabl": [2, 3, 17, 18, 19, 26, 34, 59, 68, 79], "most_prob": [2, 3, 5, 8, 19, 37, 59, 68], "most": [2, 3, 8, 9, 13, 14, 16, 19, 23, 24, 32, 34, 48, 53, 59, 61, 64, 69, 73, 75, 76, 79, 81], "ostream": [2, 79], "output": [2, 3, 4, 7, 11, 16, 19, 21, 30, 38, 51, 52, 56, 59, 69, 75, 79, 80], "stream": [2, 9, 39], "extract": [2, 3, 4, 7, 9, 10, 12, 16, 19, 27, 34, 36, 37, 46, 48, 59, 69, 73, 75], "unord": 2, "get_margin": [2, 34], "marginalindic": [2, 34], "margin": [2, 18], "those": [2, 19, 32, 34, 38, 48, 51, 54, 55, 69, 81], "subset": [2, 3, 9, 11, 21, 34, 38, 46, 48], "rvalu": 2, "refer": [2, 13, 14, 16, 19, 23, 31, 34, 38, 39, 46, 48, 52, 53, 54, 55, 64, 73, 75], "newbitstr": 2, "oldbitstr": 2, "process": [2, 3, 9, 10, 15, 17, 21, 23, 24, 25, 33, 34, 39, 44, 52, 53, 54, 55, 58, 64, 67, 68, 69, 73, 79], "const_iter": 2, "cbegin": 2, "cend": 2, "has_even_par": 2, "pariti": [2, 51], "sample_opt": [2, 34], "async_sampl": 2, "express": [2, 3, 13, 16, 21, 28, 32, 34, 35, 36, 37, 39, 42, 51, 54, 58, 65, 66, 69, 79, 81], "final": [2, 3, 4, 6, 9, 12, 13, 16, 20, 23, 28, 51, 54, 63, 65, 67, 69, 72, 73], "variad": [2, 34], "concret": [2, 3, 14, 34, 59, 63], "evalu": [2, 3, 9, 12, 23, 28, 34, 53, 54, 55, 63], "dictionari": [2, 3, 13, 18, 34, 59, 65], "extens": [2, 30, 33, 34, 40, 46, 50, 72, 75, 77, 80], "describ": [2, 3, 5, 10, 12, 13, 16, 18, 19, 26, 44, 46, 51, 52, 66, 68, 72, 73, 75, 79], "effici": [2, 9, 13, 19, 21, 23, 29, 55], "manner": [2, 34, 54, 72], "client": [2, 34, 53, 73], "remain": [2, 3, 4, 45, 64, 73], "gpu": [2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 15, 17, 20, 21, 23, 24, 28, 31, 32, 33, 39, 51, 54, 56, 58, 62, 72, 73, 77, 79, 80, 81], "devic": [2, 3, 9, 11, 13, 17, 18, 21, 23, 24, 26, 28, 34, 37, 38, 41, 45, 52, 53, 54, 55, 59, 64, 69, 72, 75], "cpu": [2, 4, 5, 9, 11, 13, 14, 15, 16, 17, 18, 20, 21, 24, 26, 30, 31, 50, 53, 54, 58, 59, 67, 69, 73, 75, 79, 80], "memori": [2, 9, 11, 20, 21, 35, 38, 39, 46, 48, 53, 54, 55, 58, 67, 69, 75], "primari": [2, 3, 5, 8, 34, 46, 72], "goal": [2, 5, 9, 14, 19, 20, 23], "minim": [2, 8, 9, 13, 14, 18, 21, 22, 23, 28, 30, 31, 73, 75, 80], "transfer": [2, 54, 55], "subclass": [2, 34, 72], "cusvstat": 2, "scalartyp": [2, 79], "remotesimulationst": 2, "nvqir": [2, 31, 69, 70, 72], "mpssimulationst": 2, "tensornetsimulationst": 2, "made": [2, 14, 19, 20, 59, 75], "extent": [2, 3, 55], "enum": [2, 4], "precis": [2, 3, 15, 22, 23, 53, 55, 61, 68], "enumer": [2, 3, 5, 13, 18, 21, 37], "fp32": [2, 3, 23, 53, 54, 55], "fp64": [2, 3, 12, 13, 22, 29, 50, 53, 54, 55], "simulation_precis": 2, "possibl": [2, 7, 8, 9, 13, 16, 17, 18, 21, 30, 33, 48, 68, 75, 77, 79], "float": [2, 3, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 18, 19, 20, 22, 23, 27, 28, 34, 37, 38, 41, 45, 53, 54, 55, 61, 63, 72], "tensorstatedata": 2, "dimens": [2, 3, 6, 8, 9, 12, 14, 16, 21, 28, 34, 51, 55], "state_data": 2, "variant": [2, 13, 41], "custatevec": [2, 53, 54, 55, 72], "attempt": [2, 19, 79], "care": [2, 34, 79], "taken": [2, 9], "ensur": [2, 3, 12, 13, 69, 71, 73, 75, 79], "comparison": [2, 7], "compat": [2, 3, 40, 55, 73], "registeredtyp": 2, "declar": [2, 13, 34, 38, 39, 41, 69, 72, 77, 79], "themselv": [2, 52, 57], "plugin": [2, 32, 71, 73, 75, 81], "myinterfac": 2, "column": [2, 3, 30], "upon": [2, 6, 16, 24, 48, 59, 64, 68, 75], "destruct": 2, "rawdata": 2, "intern": [2, 3, 54], "modifi": [2, 37, 38, 41, 45, 48, 55, 75], "correct": [2, 5, 15, 16, 18, 21, 37, 58, 64, 73, 75], "j": [2, 3, 8, 9, 10, 12, 14, 15, 18, 19, 20, 21, 24, 37, 38, 42, 67, 73], "minimal_eigenvalu": [2, 3], "eigenvalu": [2, 3, 10, 12, 14, 55], "thei": [2, 3, 4, 6, 9, 12, 13, 14, 16, 17, 19, 38, 46, 48, 58, 68, 73, 75], "set_zero": 2, "seen": [2, 7, 13, 19, 21], "manag": [2, 4, 52, 53, 54, 73, 75], "instruct": [2, 13, 19, 21, 32, 39, 41, 43, 48, 52, 53, 55, 64, 65, 69, 73, 75, 79, 80, 81], "control": [2, 3, 10, 12, 14, 15, 19, 31, 32, 33, 36, 37, 38, 39, 41, 43, 45, 46, 47, 48, 51, 52, 54, 55, 57, 58, 61, 62, 64, 65, 68, 69, 72, 75, 81], "flow": [2, 11, 33, 34, 38, 47, 55, 58, 69], "path": [2, 3, 30, 52, 69, 72, 73, 75], "thu": [2, 13, 16, 51, 53, 54, 55, 68, 69], "might": [2, 4, 9, 12, 17, 21, 36, 41, 48, 50, 53, 54, 66], "produc": [2, 3, 4, 5, 8, 9, 10, 12, 14, 17, 19, 24, 28, 34, 37, 42, 43, 48, 57, 59, 65, 69, 72, 79], "elementtyp": 2, "is_integral_v": 2, "is_signed_v": 2, "exclus": [2, 7], "stop": [2, 13, 59, 75], "step": [2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 19, 20, 21, 23, 28, 37, 51, 64, 69, 73, 77, 80], "reach": [2, 17, 21, 67], "is_invocable_v": 2, "draw": [2, 3, 5, 6, 7, 9, 15, 18, 19, 21, 24, 26, 30, 59], "utf": [2, 3], "8": [2, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 28, 32, 34, 37, 38, 39, 50, 51, 52, 53, 54, 55, 64, 67, 69, 73, 75, 80, 81], "usag": [2, 3, 54, 67], "iostream": [2, 53, 57, 59, 64, 79], "mz": [2, 3, 5, 7, 10, 13, 16, 18, 19, 24, 25, 34, 36, 37, 48, 52, 53, 54, 57, 59, 61, 64, 65, 66, 67, 68, 69, 79, 80], "cout": [2, 53, 59, 64, 79], "q0": [2, 3, 5, 6, 7, 9, 15, 17, 19, 21, 24, 26, 30, 48], "q1": [2, 3, 5, 7, 9, 15, 17, 19, 21, 24, 26, 30, 48], "ry": [2, 3, 6, 8, 9, 10, 11, 16, 28, 34, 37, 38, 41, 43, 53, 54, 61, 63], "59": [2, 3, 14, 34, 37, 54, 63], "callabl": [2, 3, 33, 34, 36, 37, 38, 57, 63, 65], "trivial": [2, 9, 17, 19, 34, 54, 63, 76], "signatur": [2, 3, 34, 36, 38, 66, 69], "without": [2, 3, 12, 21, 23, 34, 38, 45, 52, 55, 64, 73, 75, 79, 80], "regard": 2, "depth": [2, 9, 49], "etc": [2, 3, 38, 39, 51, 54, 55, 58, 64, 72, 73, 75, 80], "kraus_op": 2, "krau": [2, 3, 26], "initializer_list": 2, "initlist": 2, "adjoint": [2, 15, 19, 36, 37, 41, 45, 48, 61, 69], "flatten": [2, 21, 79], "nrow": [2, 11, 30], "ncol": [2, 30], "kraus_channel": [2, 13], "channel": [2, 3, 13, 16, 18, 26, 75], "action": [2, 4, 34, 37, 38, 75], "matric": [2, 3, 4, 12, 55], "amplitude_damping_channel": 2, "bit_flip_channel": 2, "depolarization_channel": [2, 26], "phase_flip_channel": 2, "inputlist": 2, "inop": 2, "lvalu": 2, "make": [2, 3, 7, 8, 13, 15, 16, 23, 30, 34, 54, 55, 69, 72, 73, 75, 77, 80], "get_op": 2, "push_back": [2, 38], "noise_model_typ": 2, "noise_typ": 2, "unknown": [2, 16, 69, 75], "autom": [2, 72], "damp": 2, "error": [2, 9, 10, 13, 17, 26, 30, 31, 41, 48, 52, 53, 55, 58, 64, 73, 75, 79], "depolar": [2, 3, 13, 26], "densiti": [2, 3, 13, 16, 17, 18, 26, 30, 50, 53, 55], "predicatefuncti": 2, "callback": [2, 3, 22, 23], "operand": [2, 3, 41, 54], "add_channel": [2, 3, 17, 18, 26], "quantumop": 2, "pred": [2, 69], "add_all_qubit_channel": [2, 3, 13], "numcontrol": 2, "get_channel": [2, 3], "targetqubit": 2, "controlqubit": 2, "relev": [2, 4, 6, 9, 11, 18, 44, 55], "downstream": [2, 31, 72, 76, 78], "object": [2, 3, 4, 8, 9, 13, 14, 18, 20, 24, 28, 30, 34, 48, 54, 59, 69], "logic": [2, 7, 44, 46, 54], "kernel_build": [2, 36], "kernel_builder_bas": 2, "kernelbuildertyp": 2, "mlir": [2, 3, 13, 31, 54, 69, 70, 71, 73], "getargu": [2, 36, 71], "quakevalu": [2, 3, 36], "isargstdvec": 2, "otherwis": [2, 3, 7, 16, 17, 19, 55, 59], "getnumparam": [2, 36], "qalloc": [2, 3, 13, 36, 52, 53, 54, 67], "qvec": [2, 48, 52], "veq": [2, 3, 48, 69], "blockargu": 2, "simplic": [2, 4, 13, 17], "impli": [2, 3, 55], "goe": [2, 39], "scope": [2, 38, 39, 46, 69, 71], "befor": [2, 10, 13, 14, 20, 30, 52, 60, 64, 73, 75], "mai": [2, 3, 7, 9, 12, 13, 14, 18, 34, 36, 38, 39, 41, 45, 46, 51, 52, 53, 54, 55, 58, 59, 60, 64, 66, 73, 75, 77, 79, 80], "garbag": 2, "constantv": 2, "val": [2, 13, 18], "swap": [2, 4, 8, 19, 21, 30, 37, 64], "mod": [2, 5, 19, 41], "is_same_v": 2, "perform": [2, 3, 4, 5, 7, 9, 11, 12, 15, 16, 17, 18, 20, 21, 22, 23, 25, 31, 32, 34, 37, 51, 52, 54, 55, 59, 61, 62, 64, 66, 67, 68, 71, 72, 73, 75, 79, 80, 81], "fredkin": 2, "between": [2, 3, 5, 8, 9, 10, 14, 16, 17, 18, 19, 21, 22, 24, 30, 38, 48, 51, 53, 57, 58, 59, 64, 67, 75, 77], "meant": [2, 33], "thin": [2, 3], "wrapper": [2, 3, 54], "around": [2, 3, 4, 5, 7, 18, 20, 34, 80], "instanc": [2, 3, 9, 16, 21, 34, 36, 41, 46, 53, 54, 55, 58, 75], "quak": [2, 3, 14, 31, 47, 69, 71], "dialect": [2, 3, 69, 71], "arithmet": [2, 38, 39], "getvalu": 2, "actual": [2, 18, 21, 34, 59, 72], "implicitlocopbuild": 2, "arith": [2, 48, 69], "constantfloatop": 2, "canvalidatenumel": 2, "stdvectyp": 2, "do": [2, 3, 4, 9, 13, 15, 16, 18, 19, 21, 32, 41, 43, 46, 48, 53, 54, 55, 57, 58, 61, 65, 68, 69, 73, 75, 76, 77, 80, 81], "loop": [2, 4, 5, 8, 9, 12, 14, 17, 20, 28, 35, 46, 57, 64, 67, 69], "know": [2, 4, 5, 16, 19, 30, 32, 48, 81], "bound": [2, 3, 8, 16, 18], "startidx": [2, 3], "subscript": [2, 3, 52, 53], "stdvec": [2, 48, 69], "constants": 2, "isstdvec": 2, "getrequiredel": 2, "veqtyp": 2, "divid": [2, 14, 19], "invers": [2, 15, 21, 37, 51], "friend": [2, 16], "write": [2, 3, 13, 60, 64, 68, 71, 75, 77], "wai": [2, 3, 7, 12, 19, 23, 24, 28, 34, 45, 48, 51, 52, 59, 61, 73], "code": [2, 3, 5, 7, 8, 9, 10, 13, 14, 15, 16, 19, 22, 23, 27, 28, 30, 33, 34, 36, 37, 38, 39, 42, 43, 45, 46, 48, 51, 52, 53, 54, 55, 59, 63, 64, 65, 67, 68, 69, 71, 72, 73, 76, 77, 79, 80], "mlircontext": 2, "ctx": [2, 11, 71], "f": [2, 5, 7, 9, 13, 16, 18, 19, 20, 21, 28, 37, 38, 51, 73, 80], "high": [2, 13, 18, 52, 67, 69, 79], "serv": [2, 3, 9, 38, 46, 53, 71, 73], "work": [2, 4, 8, 9, 10, 12, 15, 18, 19, 21, 23, 31, 34, 53, 54, 67, 70, 73, 75, 76, 79, 80], "subtyp": 2, "possibli": [2, 4, 38], "deleg": [2, 53, 72, 75], "third": [2, 31, 78], "parti": [2, 16, 31, 78], "immut": 2, "mutabl": [2, 34], "gradient": [2, 6, 11, 31, 53, 62], "df": [2, 18], "dx_i": 2, "scalar": [2, 3, 34], "queri": [2, 3, 5, 7, 34, 44, 54, 63], "whether": [2, 3, 19, 21, 73, 75], "strategi": [2, 34, 39, 45, 72], "thing": [2, 66], "max": [2, 9, 13, 21, 31, 53, 55], "cobyla": [2, 3, 6, 9, 22, 23, 28, 34], "opt": [2, 38, 69, 71, 73, 75], "assert": [2, 5, 13, 19, 21, 23, 37, 38], "requiresgradi": [2, 34], "algo": 2, "opt_val": [2, 53], "opt_param": [2, 13, 34, 53], "dx": [2, 34], "virtual": [2, 4, 32, 34, 53, 54, 59, 63, 67, 72, 73, 81], "achiev": [2, 4, 13, 14, 15, 19, 34, 52, 53, 66], "dim": [2, 3, 21, 53, 55], "optimizable_funct": [2, 34], "opt_funct": [2, 34, 53], "variat": [2, 4, 6, 9, 11, 12, 14, 23, 24, 28, 31, 34], "custom": [2, 3, 13, 23, 26, 32, 34, 38, 51, 54, 55, 61, 65, 71, 73, 75, 78, 79, 81], "ptrtoown": 2, "jdx": 2, "tensoridx": 2, "get_tensor": 2, "just": [2, 7, 9, 13, 14, 19, 24, 33, 47, 54, 59, 60, 65, 68, 69, 75], "rank": [2, 3, 54, 65, 67], "get_num_tensor": 2, "get_num_qubit": [2, 44], "get_precis": [2, 3], "is_on_gpu": [2, 3], "to_host": 2, "hostptr": 2, "numel": 2, "pure": [2, 26, 37, 38, 45], "basisst": 2, "host": [2, 35, 37, 38, 39, 42, 46, 53, 54, 55, 63, 79, 80], "leverag": [2, 3, 9, 12, 21, 34, 36, 38, 41, 45, 46, 55, 65, 69, 72, 76], "separ": [2, 9, 21, 55, 73, 75], "mapper": 2, "inherit": [2, 35, 39, 54], "updat": [2, 9, 23, 32, 34, 52, 64, 73, 80, 81], "protect": [2, 46, 72], "getexpectedvalu": 2, "central_differ": [2, 34], "forward_differ": 2, "parameter_shift": 2, "prescrib": 2, "kernelt": 2, "argsmapp": [2, 34], "setarg": 2, "save": [2, 3, 10, 11, 16, 17, 20, 28, 51, 53, 54, 59, 67, 69, 75, 77], "nvqc": [2, 50, 53], "setkernel": 2, "been": [2, 3, 16, 19, 21, 30, 52, 53, 58, 59, 64, 73, 75], "have": [2, 5, 7, 8, 9, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 29, 30, 32, 34, 48, 51, 53, 54, 55, 59, 64, 67, 68, 71, 73, 75, 76, 77, 79, 80, 81], "funcatx": [2, 3], "func": [2, 34, 48, 69, 71], "clone": [2, 11, 16, 46, 71, 73], "deriv": [2, 7, 9, 10, 19, 34, 68], "exp_h": [2, 34], "forward": [2, 11, 23, 28], "approxim": [2, 8, 9, 12, 13, 14, 17, 23, 31, 55, 59], "registri": [2, 75], "unit": [2, 3, 13, 24, 30, 33, 38, 39, 41, 44, 46, 52, 58, 68], "certain": [2, 3, 8, 13, 21, 25, 29, 46, 53, 54, 55, 72, 75], "connect": [2, 9, 11, 14, 32, 39, 44, 46, 48, 64, 73, 81], "queue": [2, 13, 34, 53, 64], "enqueu": 2, "quantum_platform": [2, 3, 44, 54, 63, 69], "baseremoterestqpu": 2, "baseremotesimulatorqpu": 2, "orcaremoterestqpu": 2, "_qpuid": 2, "setid": 2, "thread": [2, 3, 39, 54, 55, 63, 64, 67, 72], "getexecutionthreadid": 2, "getnumqubit": 2, "getconnect": 2, "issimul": 2, "supportsconditionalfeedback": 2, "feedback": [2, 39, 58, 75], "remotecap": 2, "getremotecap": 2, "capabl": [2, 19, 20, 21, 53, 55, 67, 73, 75], "setshot": 2, "_nshot": 2, "noth": [2, 16], "wish": [2, 9, 53, 54, 63, 75], "isemul": 2, "local": [2, 3, 4, 7, 13, 31, 52, 53, 54, 59, 64, 69, 73, 74, 76], "emul": [2, 3, 13, 24, 52, 55, 64], "quantumtask": 2, "setexecutioncontext": 2, "resetexecutioncontext": 2, "reset": [2, 3, 34, 37, 39, 55, 72], "kernelthunkresulttyp": 2, "launchkernel": 2, "kernelthunktyp": 2, "kernelfunc": 2, "uint64_t": 2, "rawarg": 2, "launch": [2, 34, 54, 55, 75, 80], "pack": [2, 79], "launchserializedcodeexecut": 2, "serializedcodeexecutioncontext": 2, "serializecodeexecutionobject": 2, "onrandomseedset": 2, "notifi": 2, "let": [2, 5, 7, 10, 13, 14, 15, 16, 18, 19, 21, 22, 26, 30, 41, 48, 51, 57, 58, 59, 63, 65, 66, 67, 68, 69, 75, 76, 77, 80], "fermioniqbaseqpu": 2, "querabaseqpu": 2, "basenvcfsimulatorqpu": 2, "submit": [2, 3, 13, 52, 53, 55, 64, 75], "nvcf": 2, "servic": [2, 52, 53, 54, 64, 75], "interact": [2, 3, 4, 8, 13, 44, 51, 75], "enough": [2, 5, 9], "moreov": [2, 16, 34, 39, 52, 54, 58, 72], "synchron": [2, 13, 38, 54, 64], "realiz": [2, 4, 20, 21, 68], "intend": [2, 33, 34, 36, 73, 77], "popul": [2, 3, 12], "platformqpu": 2, "qubitconnect": [2, 44], "fetch": [2, 9], "supports_task_distribut": 2, "multipl": [2, 3, 9, 10, 12, 18, 19, 23, 24, 28, 30, 32, 41, 51, 52, 54, 55, 58, 59, 64, 66, 68, 75, 81], "parallel": [2, 10, 12, 33, 39, 55, 59, 75, 80], "qpu_id": [2, 3, 10, 12, 23, 24, 28, 34, 44, 53, 54, 59, 67], "get_shot": 2, "getter": 2, "onc": [2, 4, 9, 12, 15, 18, 21, 24, 36, 51, 52, 53, 55, 58, 59, 64, 73, 75, 77, 80], "set_shot": 2, "clear_shot": 2, "remov": [2, 9, 21, 48, 50, 53, 54, 55, 75], "numshot": 2, "setter": 2, "set_exec_ctx": 2, "get_exec_ctx": 2, "reset_exec_ctx": 2, "num_qpu": [2, 3, 10, 23, 28, 44, 53, 54, 63], "is_simul": [2, 44], "supports_conditional_feedback": 2, "get_current_qpu": [2, 44], "set_current_qpu": [2, 44], "device_id": [2, 44], "is_remot": [2, 3, 44], "qpuid": [2, 44, 54], "is_emul": [2, 3, 44], "set_nois": [2, 3], "get_remote_cap": 2, "reset_nois": 2, "turn": [2, 11, 15, 53, 60, 72], "off": [2, 3, 9, 11, 12, 15, 19, 53, 54, 73], "enqueueasynctask": 2, "kernelexecutiontask": 2, "launchvq": 2, "kernelarg": 2, "n_param": 2, "vqe": [2, 3, 9, 14, 22, 28, 29, 31, 53, 61], "settargetbackend": 2, "resetlogstream": 2, "log": [2, 3, 32, 53, 73, 75, 81], "getlogstream": 2, "setlogstream": 2, "logstream": 2, "list_platform": 2, "structur": [2, 3, 4, 8, 9, 11, 14, 21, 23, 34, 36, 40, 42, 44, 46, 54, 55, 69, 71, 72, 77], "boolean": [2, 19, 36], "field": [2, 13, 14, 31, 51, 52, 54], "initvalu": 2, "stateoverlap": 2, "serializedcodeexec": 2, "command": [2, 8, 9, 10, 12, 23, 24, 28, 29, 51, 52, 53, 54, 55, 59, 63, 64, 67, 72, 73, 75, 76, 77, 79, 80], "entir": [2, 5, 13, 17, 25, 30, 48, 65, 72], "forth": [2, 54], "commun": [2, 16, 34, 52, 54, 55, 73], "isremotesimul": 2, "ir": [2, 31, 36, 60, 70, 71, 72], "synthesi": [2, 21, 31, 33, 36, 42, 46, 47, 62, 69], "ultim": [2, 69, 72], "ad": [2, 4, 18, 23, 32, 34, 52, 53, 61, 65, 69, 73, 75, 77, 80, 81], "promis": [2, 5, 12], "qubitedg": [2, 44], "thunk": 2, "num_available_gpu": [2, 3, 13, 59, 67], "set_random_se": [2, 3, 8, 11, 14, 16, 18, 19, 55], "caller": [2, 38], "unset_nois": [2, 3], "dealloc": [2, 39, 46, 72], "mpi": [2, 32, 54, 55, 65, 67, 80, 81], "against": [2, 3, 13, 32, 52, 73, 75, 77, 81], "argc": [2, 37, 59, 73, 80], "argv": [2, 37, 59, 73, 80], "program": [2, 10, 23, 24, 31, 33, 36, 38, 41, 46, 47, 52, 53, 54, 55, 56, 58, 64, 65, 67, 69, 73, 75, 77, 80], "is_initi": [2, 3, 65], "num_rank": [2, 3, 67], "all_gath": [2, 3], "gather": [2, 3, 16, 24, 37, 59, 68], "fit": [2, 73], "come": [2, 4, 16, 39, 53, 64, 79], "all_reduc": 2, "binaryfunct": 2, "localvalu": 2, "rootrank": [2, 3], "input_st": [2, 3, 15, 21, 52, 64], "loop_length": [2, 3, 52, 64], "bs_angl": [2, 3, 52, 64], "n_sampl": [2, 3, 64], "10000": [2, 3, 14, 19, 52, 59, 64, 67], "ps_angl": [2, 3, 64], "sample_async": [2, 3, 10, 13, 24, 34, 54, 59, 64], "make_kernel": [3, 13, 36, 52, 53, 54, 67], "els": [3, 9, 11, 12, 13, 17, 19, 21, 30, 36, 54, 55, 59, 64, 73, 77, 80], "int_valu": 3, "float_valu": 3, "pykernel": 3, "argtypelist": 3, "programmat": 3, "str": [3, 5, 8, 9, 12, 13, 17, 18, 19, 20, 52, 54, 59, 64, 68, 79], "argument_count": 3, "alia": [3, 46], "pykerneldecor": 3, "verbos": [3, 4, 56, 69, 73, 76], "modul": [3, 4, 11, 51, 55, 59, 69, 73], "none": [3, 11, 13, 16, 19, 21, 37, 38, 51, 55], "funcsrc": 3, "locat": [3, 52, 54, 73, 75, 79], "overrideglobalscopedvar": 3, "decor": [3, 9, 38, 57], "lower": [3, 13, 23, 51, 69, 72], "ast": 3, "jit": [3, 9], "executionengin": 3, "__call__": 3, "__str__": 3, "extract_c_function_point": 3, "from_json": 3, "jstr": 3, "overridedict": 3, "convert": [3, 4, 9, 10, 12, 17, 19, 23, 27, 34, 51, 63, 69], "json": [3, 52, 54, 64, 75], "merge_kernel": 3, "othermod": 3, "moduleop": 3, "synthesize_callable_argu": 3, "funcnam": 3, "block": [3, 4, 8, 14, 19, 43, 61], "awai": [3, 13, 16, 48], "funcop": [3, 71], "to_json": 3, "self": [3, 9, 11, 14, 73, 75], "reconstruct": 3, "elsewher": [3, 21], "type_to_str": 3, "clean": [3, 4, 21], "kwarg": [3, 9], "languag": [3, 21, 31, 32, 35, 38, 39, 40, 41, 46, 47, 54, 58, 65, 68, 69, 72, 76, 81], "attribut": [3, 38, 65, 69], "coprocessor": [3, 34, 38], "shots_count": [3, 7, 8, 9, 10, 13, 17, 18, 19, 24, 26, 52, 59, 64, 65, 67], "over": [3, 5, 12, 13, 16, 17, 23, 24, 26, 28, 34, 46, 52, 59, 64, 72, 75], "ndarrai": [3, 11, 16, 26, 30, 51], "leav": [3, 16, 26, 52, 64, 75], "doesn": 3, "firstfloat": 3, "secondfloat": 3, "kei": [3, 8, 10, 13, 14, 15, 18, 19, 20, 21, 23, 29, 43, 51, 52, 53, 72, 75, 80], "nois": [3, 9, 13, 17, 21, 26, 34, 44, 52, 55, 64], "model": [3, 9, 17, 20, 23, 26, 31, 32, 33, 34, 36, 38, 41, 46, 47, 48, 51, 52, 54, 64, 69, 72, 75, 80, 81], "sampleresult": [3, 9, 59, 65, 72], "_mlir_lib": [3, 13], "_quakedialect": [3, 13], "cudaq_runtim": [3, 13], "asyncsampleresult": [3, 13, 64], "platform": [3, 13, 23, 24, 31, 32, 33, 41, 47, 50, 51, 52, 53, 55, 59, 63, 67, 69, 72, 73, 75, 80, 81], "Will": [3, 43, 59], "whose": [3, 4, 11, 14, 19, 22, 34, 39, 51, 53, 54, 63, 68], "identif": 3, "spin_oper": [3, 14, 59], "spinoper": [3, 8, 9, 11, 12, 13, 14, 20, 23, 59, 67], "nest": [3, 12, 54], "hermitian": [3, 12], "observeresult": [3, 59], "observe_async": [3, 12, 23, 24, 28, 34, 53, 67], "asyncobserveresult": 3, "arg0": [3, 69], "prepar": [3, 5, 9, 10, 11, 12, 13, 15, 18, 20, 22, 24, 28, 61, 63, 65, 67], "select": [3, 8, 9, 11, 12, 13, 17, 19, 20, 21, 22, 23, 29, 55, 59, 63, 75, 79], "get_state_async": [3, 54], "asyncstateresult": 3, "parameter_count": [3, 8, 9, 14, 22, 23, 67], "argument_mapp": [3, 14], "gradient_strategi": [3, 28], "arg1": 3, "format": [3, 11, 19, 21, 30, 34, 37, 46, 73], "ascii": [3, 30], "latex": [3, 30], "cx": [3, 9, 13, 16, 18, 21, 36, 52, 53, 67, 80], "translat": [3, 16, 19, 21, 24, 34, 68, 69], "qir": [3, 69, 72], "adapt": [3, 14, 21, 32, 81], "openqasm2": 3, "openqasm": 3, "moduleid": [3, 69], "llvmdialectmodul": [3, 69], "source_filenam": [3, 69], "opaqu": [3, 46, 69], "__nvqpp__mlirgen__function_variable_qreg": 3, "_z13variable_qregv": 3, "local_unnamed_addr": [3, 69], "tail": [3, 69], "__quantum__rt__qubit_allocate_arrai": [3, 69], "i64": [3, 69], "__quantum__qis__mz": [3, 69], "9": [3, 4, 8, 9, 10, 11, 12, 13, 17, 18, 20, 21, 23, 24, 28, 32, 34, 38, 39, 64, 69, 73, 75, 81], "7": [3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 23, 24, 28, 32, 34, 38, 39, 41, 46, 54, 64, 67, 69, 73, 75, 81], "__quantum__rt__qubit_release_arrai": [3, 69], "ret": [3, 69], "evolv": [3, 4, 16, 39, 51, 52, 68], "hamiltonian": [3, 6, 8, 9, 10, 11, 12, 13, 14, 20, 22, 23, 24, 26, 28, 37, 51, 52, 53, 54, 55, 59, 63], "operatorsum": 3, "productoper": 3, "elementaryoper": [3, 51], "scalaroper": [3, 51, 64], "schedul": [3, 14, 21, 51, 52, 59, 64], "initial_st": [3, 51], "union": [3, 18], "sequenc": [3, 7, 13, 14, 19, 21, 48, 51, 58], "collapse_oper": [3, 51], "store_intermediate_result": [3, 51], "integr": [3, 4, 13, 23, 31, 33, 39, 46, 52, 54, 75, 76], "baseintegr": 3, "evolveresult": 3, "evolut": [3, 4, 16, 20, 30, 32, 37, 39, 48, 51, 64, 72, 81], "degre": [3, 8, 23, 29, 51], "freedom": [3, 8, 51], "keyword": [3, 13], "access": [3, 4, 5, 7, 10, 12, 13, 15, 20, 23, 24, 28, 32, 34, 39, 52, 53, 55, 65, 66, 67, 68, 72, 81], "properti": [3, 4, 7, 9, 13, 19, 48], "influenc": [3, 13, 29, 39], "dure": [3, 4, 6, 20, 21, 26, 34, 52, 55, 73, 75, 79], "evolve_async": [3, 52, 64], "asyncevolveresult": 3, "has_target": 3, "get_target": [3, 10, 23, 53, 54, 63, 80], "rais": [3, 12, 13, 51], "set_target": [3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 24, 26, 28, 30, 51, 52, 53, 54, 55, 59, 63, 64, 67, 72], "reset_target": [3, 13], "initialize_cudaq": 3, "environ": [3, 4, 9, 13, 23, 26, 29, 32, 52, 53, 54, 60, 64, 71, 73, 75, 80, 81], "detect": [3, 13, 59, 67, 73, 75, 79], "simulationprecis": 3, "underyl": 3, "noindex": 3, "infrastructur": [3, 32, 54, 71, 73, 81], "descript": [3, 21, 51, 53, 55, 72, 73, 75], "featur": [3, 4, 9, 15, 29, 32, 38, 73, 75, 79, 80, 81], "activ": [3, 4, 8, 11, 31, 54, 55, 73, 75, 80], "consist": [3, 4, 9, 17, 19, 21, 23, 28, 51, 59, 61], "physic": [3, 4, 13, 14, 16, 21, 23, 32, 33, 39, 46, 48, 52, 54, 55, 64, 68, 81], "0101": [3, 13, 17], "1010": [3, 13, 17], "consol": [3, 53, 60, 73], "cupi": [3, 51, 75], "gettensor": 3, "compris": [3, 51], "tensori": 3, "mlirvalu": 3, "As": [3, 13, 14, 21, 33, 39, 40, 46, 51, 52, 54, 55, 57, 68, 71], "hold": [3, 12], "__add__": 3, "runtimeerror": [3, 9], "new_valu": 3, "5": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 20, 21, 22, 23, 24, 26, 28, 30, 32, 34, 36, 37, 38, 39, 41, 42, 45, 46, 51, 53, 54, 55, 61, 63, 64, 67, 69, 73, 75, 77, 81], "__radd__": 3, "__sub__": 3, "__rsub__": 3, "__neg__": 3, "__mul__": 3, "__rmul__": 3, "__getitem__": 3, "you": [3, 4, 5, 7, 8, 9, 10, 12, 13, 15, 17, 18, 19, 20, 23, 29, 30, 31, 32, 34, 51, 52, 53, 55, 59, 61, 64, 65, 67, 69, 71, 72, 73, 75, 76, 77, 79, 80, 81], "complexmatrix": 3, "lowest": [3, 4, 21, 23], "num_column": 3, "num_row": 3, "to_numpi": 3, "get_valu": 3, "complexflo": [3, 51], "od": [3, 19], "master": 3, "equat": [3, 4, 5, 13, 14, 15, 19, 21, 51], "solver": [3, 12, 31, 51, 52], "expectation_valu": [3, 6, 51, 63], "intermedi": [3, 16, 51, 69], "were": [3, 5, 9, 13, 19, 23, 30, 51, 75], "final_expectation_valu": 3, "trigger": 3, "final_st": 3, "intermediate_st": 3, "elementari": 3, "operator_id": 3, "further": [3, 7, 8, 41, 48, 57, 59, 69, 72, 80], "simplifi": [3, 55], "classmethod": 3, "op_id": 3, "expected_dimens": 3, "dtype": [3, 10, 12, 13, 18, 21, 26, 51, 61], "definit": [3, 13, 15, 21, 34, 36, 38, 51, 61, 72], "instanti": [3, 30, 34, 39, 45, 46, 51, 53, 54, 79], "To": [3, 9, 13, 14, 15, 18, 19, 21, 26, 34, 38, 41, 46, 51, 52, 53, 54, 55, 58, 59, 63, 64, 65, 69, 71, 72, 73, 75, 76, 77, 79, 80], "addit": [3, 7, 8, 9, 13, 15, 19, 27, 34, 53, 57, 58, 67, 73, 79, 80], "canon": 3, "sort": [3, 8, 12, 19, 76], "neg": [3, 13, 18, 30, 41, 55], "short": [3, 10, 13, 48], "atomic_oper": 3, "rydberghamiltonian": [3, 52, 64], "atom_sit": [3, 52, 64], "delta_glob": [3, 52, 64], "atom_fil": 3, "delta_loc": 3, "quera": [3, 32, 50, 81], "aquila": [3, 52, 64], "machin": [3, 9, 13, 14, 21, 33, 47, 52, 54, 64, 75], "ref": [3, 21, 48, 69], "http": [3, 4, 5, 9, 11, 14, 15, 19, 21, 23, 24, 51, 52, 54, 61, 64, 73, 75], "doc": [3, 9, 24, 32, 54, 64, 81], "aw": [3, 52, 64, 73], "amazon": 3, "com": [3, 4, 5, 9, 11, 13, 14, 15, 21, 24, 52, 55, 64, 73, 75], "braket": [3, 4, 12, 50], "latest": [3, 4, 5, 14, 15, 23, 32, 54, 64, 73, 75, 81], "developerguid": [3, 64], "analog": [3, 52, 68], "html": [3, 64], "ah": [3, 64], "schema": 3, "__init__": [3, 4, 7, 9, 11], "consum": [3, 48, 79], "suppli": [3, 24, 52, 64], "coordin": [3, 30], "tweezer": 3, "trap": [3, 68], "atom": [3, 4, 13, 22, 51, 52, 64, 68], "drive": [3, 4, 8, 39, 51], "omega": [3, 20, 51, 52, 64], "detun": [3, 64], "mark": [3, 9, 79], "occupi": [3, 23, 54], "fill": [3, 38, 64, 72], "factor": [3, 15, 18, 31], "magnitud": [3, 11, 21], "h_k": 3, "dimensionless": 3, "parameter_info": 3, "cudm_stat": 3, "cudensitymatst": 3, "to_cupy_arrai": 3, "termin": [3, 28, 64, 67, 75], "At": [3, 4, 20, 73, 75], "directli": [3, 33, 34, 39, 46, 48, 55, 69, 75, 79, 80], "through": [3, 5, 7, 9, 11, 12, 16, 19, 20, 23, 26, 27, 34, 52, 57, 60, 61, 65, 72, 73, 75, 80], "c_if": [3, 36], "__iter__": 3, "__len__": 3, "equival": [3, 14, 51, 54, 55, 59, 61], "metadata": [3, 22, 69], "experi": [3, 9, 18, 29, 52, 64, 73, 75], "adher": [3, 11, 16, 38, 40, 46, 68, 72], "implicit": [3, 34, 46, 48, 51], "expectation_z": 3, "get_marginal_count": [3, 18], "marginal_indic": 3, "get_register_count": 3, "get_sequential_data": 3, "item": [3, 4, 11, 13, 18, 19, 79], "frequent": 3, "proport": 3, "kick": [3, 54], "pattern": [3, 9, 21, 33, 34, 38, 47, 69, 71], "sub_term": 3, "favor": 3, "get_spin": 3, "accessor": [3, 54], "optimizationresult": 3, "gradientdesc": 3, "initial_paramet": [3, 6, 8, 9, 14], "lower_bound": 3, "max_iter": [3, 9], "requires_gradi": 3, "upper_bound": 3, "upper": [3, 13], "neldermead": [3, 8, 14], "lbfg": [3, 34, 53], "centraldiffer": [3, 28], "parameter_vector": [3, 9, 14, 23, 28, 53], "loss": 3, "forwarddiffer": 3, "parametershift": 3, "krauschannel": [3, 13, 26], "num_control": 3, "bitflipchannel": [3, 13, 17, 18, 26], "decoher": [3, 26, 51], "Its": [3, 46, 55, 68, 69], "vice": 3, "versa": 3, "180": 3, "therebi": [3, 34, 54, 69], "k_0": [3, 26], "k_1": [3, 26], "therefor": [3, 4, 8, 12, 14, 15, 16, 19, 21, 23, 46, 69, 71], "phaseflipchannel": [3, 26], "untouch": 3, "depolarizationchannel": [3, 13, 26], "mixtur": 3, "k_2": 3, "k_3": 3, "2x2": [3, 55], "decai": [3, 26], "And": [3, 13, 14, 48], "behav": 3, "free": [3, 6, 9, 14, 21, 34, 36, 37, 38, 39, 41, 43, 45, 52, 53, 57, 65, 69, 72, 75], "75": [3, 9, 15], "uniform": [3, 8, 9, 14, 17, 18, 34, 37, 59, 67], "amplitudedampingchannel": [3, 26], "dissip": 3, "energi": [3, 4, 9, 10, 13, 22, 23, 28, 34, 53, 63], "due": [3, 9, 13, 22, 26, 30, 34, 52, 55, 59, 79], "ii": [3, 12, 14], "ground": [3, 4, 8, 9, 10, 22, 23, 31, 51, 52, 53, 64, 68], "krausoper": 3, "ki": [3, 12], "dag": [3, 30, 43], "col_count": 3, "row_count": 3, "scatter": [3, 9], "concaten": 3, "arg2": 3, "bin": [3, 17, 21, 52, 54, 64, 73, 75], "interferomet": [3, 52, 64], "tbi": [3, 4, 52, 64], "boson": [3, 51, 52, 64], "done": [4, 9, 12, 13, 19, 23, 30, 46, 60, 73, 75], "collabor": 4, "team": [4, 9], "basf": 4, "In": [4, 5, 7, 8, 9, 12, 13, 14, 16, 17, 18, 19, 21, 24, 25, 26, 28, 30, 34, 38, 48, 51, 52, 54, 55, 57, 59, 61, 63, 64, 65, 71, 72, 73, 79], "tutori": [4, 8, 9, 10, 12, 13, 14, 17, 18, 20, 21, 23, 75], "hybrid": [4, 6, 13, 23, 31, 52, 76, 80], "workflow": [4, 6, 8, 11, 31, 34, 51, 52, 62, 69, 73, 76], "strongli": [4, 8, 13, 73], "algorithm": [4, 6, 8, 9, 10, 13, 14, 15, 20, 22, 23, 28, 31, 33, 36, 38, 47, 48, 53, 54, 55, 59, 61, 63, 66, 75], "eigensolv": [4, 23, 31], "preserv": [4, 16, 26], "propos": [4, 21], "anselmetti": 4, "et": [4, 14, 21], "al": [4, 14, 21], "2021": 4, "psi_t": 4, "estim": [4, 10, 12, 13, 18, 19, 20, 22, 23, 28, 59], "packag": [4, 6, 7, 9, 11, 12, 13, 18, 51, 73, 75, 79, 80], "instal": [4, 9, 11, 12, 13, 18, 19, 21, 22, 30, 31, 32, 51, 52, 55, 69, 71, 72, 76, 77, 79, 81], "pip": [4, 9, 11, 12, 13, 18, 19, 21, 22, 23, 30, 51, 54, 55, 73, 75, 80], "pyscf": [4, 12, 23], "6": [4, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 28, 32, 34, 37, 38, 39, 41, 42, 46, 52, 53, 54, 55, 63, 64, 69, 73, 75, 81], "openfermion": [4, 12, 23], "ipi": 4, "warn": [4, 7, 9, 23, 52], "39": [4, 6, 8, 13, 16, 17, 18, 19, 23, 73, 75], "root": [4, 73, 75], "broken": 4, "permiss": [4, 73, 75], "conflict": [4, 73, 75, 80], "behaviour": 4, "render": [4, 30], "your": [4, 5, 8, 9, 23, 24, 30, 31, 34, 51, 52, 53, 54, 55, 56, 63, 64, 67, 72, 73, 75, 79], "unus": 4, "recommend": [4, 13, 21, 34, 64, 73, 75, 80], "pypa": 4, "io": [4, 23, 61, 75], "venv": 4, "want": [4, 9, 10, 13, 14, 16, 18, 19, 21, 30, 48, 51, 53, 54, 69, 72, 73, 75, 77, 80], "suppress": 4, "matplotlib": [4, 6, 8, 9, 11, 13, 18, 19, 22, 23, 30, 51], "pyplot": [4, 6, 8, 9, 11, 13, 18, 19, 22, 23, 30, 51], "plt": [4, 6, 8, 9, 11, 13, 18, 19, 21, 22, 23, 30, 51], "gto": 4, "scf": 4, "ao2mo": 4, "mcscf": 4, "afqmc_src": 4, "vqe_cudaq_qnp": 4, "get_cudaq_hamiltonian": 4, "utils_ipi": 4, "get_coeff_wf": 4, "gen_ipie_input_from_pyscf_chk": 4, "hamgener": 4, "qmc": 4, "trial_wavefunct": 4, "particle_hol": 4, "particlehol": 4, "analysi": [4, 8, 9, 48, 69], "extract_observ": 4, "nvidia": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 21, 22, 23, 24, 28, 29, 31, 32, 33, 39, 50, 51, 55, 59, 61, 63, 67, 72, 73, 75, 77, 80, 81], "recent": [4, 9, 19, 21], "tricki": 4, "manual": [4, 24, 52, 54, 73, 75], "sever": [4, 9, 65], "streamlin": [4, 31, 80], "update_opt": 4, "use_gpu": 4, "usr": [4, 7, 69, 73, 75, 79], "lib": [4, 7, 69, 71, 72, 73, 75, 76, 79, 80], "python3": [4, 7, 9, 51, 54, 55, 59, 60, 67, 73, 75, 80], "dist": [4, 7, 9, 18, 79], "qutip": [4, 7, 30], "py": [4, 7, 9, 29, 54, 55, 59, 60, 67, 75, 80], "66": [4, 7, 8, 9], "userwarn": [4, 7], "cython": [4, 7], "gt": [4, 7, 16, 21, 24, 28, 73, 75], "molecul": [4, 22, 23, 31], "build": [4, 6, 9, 10, 12, 13, 14, 17, 18, 22, 23, 28, 30, 31, 32, 36, 41, 42, 51, 56, 58, 59, 62, 63, 68, 71, 72, 75, 76, 77, 79, 81], "preliminari": [4, 19], "hartre": [4, 12, 22, 23], "fock": [4, 12, 22, 23, 51], "choos": [4, 17, 19, 26, 59, 64, 75], "chelat": 4, "agent": [4, 73], "substanc": 4, "industri": [4, 13], "scale": [4, 5, 18, 19, 21, 41, 51, 55, 67, 68], "Their": [4, 52, 73], "among": [4, 14, 54], "water": [4, 23], "soften": 4, "redox": 4, "oxid": 4, "bleach": 4, "soil": 4, "remedi": 4, "ligand": [4, 8], "catalyst": 4, "particular": [4, 5, 14, 17, 30, 32, 51, 52, 75, 79, 81], "focu": [4, 19, 21, 29], "fe": 4, "iii": 4, "nta": 4, "below": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 27, 28, 29, 30, 32, 34, 51, 52, 53, 54, 55, 59, 61, 64, 67, 69, 73, 75, 79, 80, 81], "fenta": 4, "geo_fenta": 4, "xyz": [4, 27], "cc": [4, 48, 69, 73], "pvtz": 4, "num_active_orbit": 4, "num_active_electron": 4, "o3": 4, "smaller": [4, 8, 9, 10, 12, 55], "less": [4, 9, 19, 73], "geo_o3": 4, "12": [4, 9, 11, 13, 16, 17, 18, 21, 23, 28, 34, 53, 69, 73, 75, 80], "help": [4, 8, 12, 13, 17, 18, 24, 25, 30, 60, 61, 75], "restric": 4, "open": [4, 13, 52, 54, 64, 69, 73, 75], "shell": [4, 30, 73, 75, 80], "hf": 4, "hartee_fock": 4, "rohf": 4, "chkfile": 4, "chk": 4, "224": [4, 18], "34048064812222": 4, "600": [4, 75], "orbit": [4, 23], "would": [4, 5, 7, 9, 12, 13, 14, 15, 16, 17, 19, 23, 24, 29, 32, 48, 51, 67, 68, 73, 75, 77, 79, 81], "1200": 4, "143": 4, "electron": [4, 13, 22, 23], "imposs": 4, "statevector": [4, 6, 15, 16, 24, 67, 68, 80], "space": [4, 5, 10, 12, 30, 31, 39, 46, 51, 54, 64], "fewer": [4, 8, 9, 19, 20, 23, 55], "contribut": [4, 23, 28, 32, 75, 81], "whole": 4, "post": [4, 13, 21, 34, 52, 75], "casci": 4, "obtain": [4, 9, 12, 13, 17, 18, 22, 23, 30, 32, 52, 53, 73, 81], "bodi": [4, 38], "t_": 4, "pq": 4, "v_": [4, 12], "prq": 4, "sum_": [4, 5, 8, 12, 14, 15, 20, 26, 42, 68], "hat": [4, 12, 80], "pqr": 4, "a_": 4, "tag": [4, 7, 15, 19, 73, 75], "jordan_wign": [4, 23], "generate_hamiltonian": 4, "fix_spin_": 4, "ss": 4, "h1": [4, 51, 52, 64], "shown": [4, 7, 10, 12, 13, 16, 52, 54, 55], "energy_cor": 4, "get_h1eff": 4, "h2": [4, 12], "get_h2eff": 4, "h2_no_symmetri": 4, "restor": 4, "v_pqr": 4, "asarrai": 4, "transpos": [4, 12], "mol_ham": 4, "jw_hamiltonian": 4, "constant_term": 4, "guess": [4, 5, 12, 19], "n_vqe_lay": 4, "maxit": [4, 18, 22, 23, 28], "100": [4, 5, 9, 11, 16, 17, 18, 19, 20, 26, 37, 51, 52], "return_final_state_vec": 4, "n_qubit": [4, 13, 16, 18, 37], "best": [4, 8, 9, 15, 21, 23, 73, 75], "optimized_energi": 4, "energy_optim": 4, "final_state_vector": 4, "state_vec": 4, "vqe_energi": 4, "callback_energi": 4, "num": [4, 10], "16": [4, 8, 9, 13, 17, 18, 19, 21, 23, 24, 28, 30, 53, 61, 69], "18": [4, 9, 13, 17, 18, 21, 30, 61, 69], "n_layer": 4, "3881035525103": 4, "numer": [4, 19, 31], "combin": [4, 5, 10, 12, 18, 19, 23, 27, 29, 31, 58, 59, 68, 78, 79], "walk": [4, 9, 23, 72, 73, 75], "accur": [4, 18, 55], "wide": [4, 14, 21, 48, 69, 79], "solid": 4, "summar": [4, 15, 75], "while": [4, 17, 19, 21, 23, 24, 32, 38, 58, 59, 61, 64, 69, 73, 75, 79, 81], "introduct": [4, 31, 47, 62, 77, 80], "found": [4, 8, 9, 10, 12, 13, 19, 24, 30, 32, 34, 37, 41, 51, 52, 59, 61, 72, 73, 75, 77, 78, 80, 81], "quantiz": [4, 15], "_1": [4, 18], "_2": 4, "h_": [4, 12, 13, 16], "frac": [4, 5, 7, 8, 10, 12, 14, 15, 18, 19, 20, 30, 51], "_r": 4, "fermion": 4, "annihil": [4, 51], "h_1": [4, 51], "h_2": [4, 22, 31], "omit": [4, 73], "propag": 4, "chosen": [4, 23, 55, 67, 73], "slater": [4, 12], "ket": [4, 5, 6, 7, 10, 12, 15, 16, 24, 30, 59, 68], "psi_": [4, 7, 12, 16], "toward": [4, 10, 13], "psi_0": [4, 7, 16], "sim": [4, 13, 52, 64], "lim_": 4, "infti": 4, "delta": [4, 52, 64], "tau": 4, "reli": [4, 21, 41, 69, 75, 77, 79], "squar": [4, 17, 18, 46, 68], "gamma": 4, "becom": [4, 5, 9, 18, 23, 55, 63, 75, 76], "v_0": [4, 14], "n_": 4, "nbsphinx": [4, 19], "l": [4, 9, 19, 23, 28, 34, 69, 77, 79], "choleski": 4, "decomposit": [4, 17, 31, 55], "pr": [4, 31], "ensembl": [4, 59], "walker": 4, "mathcal": [4, 12], "text": [4, 6, 7, 15, 18, 21, 24, 30], "loc": [4, 13], "bra": [4, 6, 10, 24, 59], "mathrm": 4, "mix": [4, 26, 64], "wavefunct": [4, 23, 68], "checkpoint": 4, "ipie_hamiltonian": 4, "chol_cut": 4, "1e": [4, 12, 13, 23, 28, 55, 64], "h1e": 4, "cholesky_vector": 4, "e0": 4, "num_basi": 4, "shape": [4, 11, 16, 21, 23, 28, 67], "num_chol": 4, "nelec": 4, "afqmc_hamiltonian": 4, "reshap": [4, 11, 16], "n_active_elec": 4, "num_dets_for_prop": 4, "len": [4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 27, 28, 37, 46, 51, 54, 59, 64, 67, 80], "compute_trial_energi": 4, "half_rot": 4, "timestep": 4, "num_walk": 4, "num_block": 4, "afqmc_msd": 4, "num_steps_per_block": 4, "25": [4, 9, 11, 13, 15, 18, 19, 20, 25, 37, 53, 54, 55, 59, 61, 67, 75], "005": 4, "stabilize_freq": 4, "96264512": 4, "pop_control_freq": 4, "estimator_filenam": 4, "h5": 4, "finalis": 4, "qmc_data": 4, "filenam": [4, 67], "weight": [4, 8, 9, 21], "weightfactor": 4, "hybridenergi": 4, "edenom": 4, "etot": 4, "e1bodi": 4, "e2bodi": 4, "0000000000000000e": 4, "02": [4, 13, 73, 75], "2437583763935545e": 4, "04": [4, 73, 75], "2437583763935547e": 4, "7639365190228011e": 4, "5201781426292453e": 4, "2276634193515412e": 4, "4127560668989827e": 4, "03": [4, 9, 53], "1711742028818304e": 4, "2473358126540003e": 4, "9999999999999986e": 4, "2473358126540006e": 4, "7646854013277283e": 4, "5173495886737268e": 4, "0031922288872407e": 4, "8320523739865604e": 4, "1743088014788954e": 4, "2489226882493567e": 4, "0000000000000001e": 4, "2489226882493563e": 4, "7650504938463922e": 4, "5161278055970348e": 4, "9900990681040355e": 4, "0008400623205630e": 4, "1736864885170948e": 4, "2495677577437204e": 4, "9999999999999972e": 4, "2495677577437212e": 4, "7659644834889821e": 4, "5163967257452603e": 4, "0009188692360159e": 4, "0005173726372723e": 4, "1748969527283802e": 4, "2495531836556856e": 4, "2495531836556853e": 4, "7675907314082951e": 4, "5180375477526098e": 4, "9997269300807844e": 4, "0010618465796188e": 4, "1752703012577417e": 4, "2502732667629320e": 4, "2502732667629317e": 4, "7663343013337044e": 4, "5160610345707727e": 4, "0012131352337956e": 4, "0019003056579172e": 4, "1770170647504112e": 4, "2513369839216481e": 4, "2513369839216480e": 4, "7660812717909516e": 4, "5147442878693036e": 4, "9936984461419740e": 4, "9929966800671224e": 4, "1765353928750643e": 4, "2516138533920657e": 4, "2516138533920659e": 4, "7660292355465600e": 4, "5144153821544941e": 4, "9902337463172714e": 4, "9910800755312891e": 4, "1761532255317621e": 4, "2518524275281430e": 4, "2518524275281433e": 4, "7674246483479845e": 4, "5155722208198404e": 4, "0012943675389775e": 4, "0013880643723378e": 4, "1780913595074867e": 4, "2512465963277762e": 4, "7677999264623367e": 4, "5165533301345607e": 4, "9628730363609819e": 4, "9223106824565718e": 4, "1749814144939067e": 4, "2517668156221851e": 4, "2517668156221850e": 4, "7688306341863290e": 4, "5170638185641434e": 4, "plot": [4, 6, 8, 9, 11, 13, 18, 20, 21, 22, 23, 51], "vqe_i": 4, "vqe_x": 4, "label": [4, 8, 9, 11, 13, 18, 21, 69, 73, 80], "afqmc_i": 4, "afqmc_x": 4, "xlabel": [4, 6, 8, 9, 11, 21, 22, 23, 51], "ylabel": [4, 6, 8, 9, 11, 21, 22, 23, 51], "legend": [4, 9, 11, 13, 51], "lt": [4, 9, 24, 28], "0x7fea847f35e0": 4, "__version__": [4, 5, 11, 14, 15, 21, 24], "github": [4, 5, 9, 11, 14, 15, 21, 23, 24, 32, 52, 55, 61, 73, 75, 80, 81], "176f1e7df8a58c2dc3d6b1b47bf7f63b4b8d3b63": [4, 5], "bv": 5, "demonstr": [5, 6, 7, 8, 10, 12, 13, 15, 17, 19, 20, 21, 22, 27, 28, 33, 34, 36, 51, 54, 59, 66, 69], "exponenti": [5, 10, 12, 15, 18, 20, 42, 67], "speedup": [5, 20, 23, 53, 67], "suppos": [5, 7, 76], "oracl": [5, 37], "longrightarrow": [5, 7], "dot": [5, 10, 12, 14, 18], "secret": [5, 37, 75], "x_1s_1": 5, "x_2s_2": 5, "x_ns_n": 5, "our": [5, 6, 7, 9, 13, 14, 16, 19, 21, 26, 30, 32, 48, 51, 52, 57, 59, 64, 65, 66, 67, 69, 73, 75, 76, 77, 80, 81], "find": [5, 7, 8, 9, 12, 14, 18, 21, 22, 23, 31, 52, 53, 54, 68, 69, 73, 75], "101": [5, 9, 15, 16, 18, 19, 37], "henc": [5, 15, 16, 24, 48, 51, 52, 54, 59, 67, 68, 73, 75, 79], "dont": [5, 24], "x_3s_3": 5, "strateg": 5, "st": 5, "001": [5, 11, 15, 16, 18, 19, 75], "nd": 5, "010": [5, 15, 16, 18, 19], "rd": 5, "rememb": [5, 7, 9, 24], "perspect": 5, "inner": [5, 16, 46, 54], "mechan": [5, 7, 16, 34, 36, 42, 46, 48, 51, 54, 60, 68, 71], "hidden": [5, 39], "why": [5, 15], "did": [5, 19, 73, 75], "011": [5, 16, 18, 19, 37], "s_3": 5, "isol": [5, 59], "s_2": 5, "difficult": [5, 8, 34], "speak": 5, "advantag": [5, 7, 20, 21, 23, 29, 75], "entangl": [5, 16, 26, 30, 39, 53, 57, 64], "problem": [5, 9, 10, 12, 14, 15, 22, 23, 48, 51, 58], "answer": [5, 7, 15], "black": [5, 7, 9, 13], "box": [5, 7, 26, 79], "setup": [5, 8, 32, 51, 55, 64, 75, 81], "auxiliari": [5, 31], "kickback": 5, "hadamard": [5, 12, 15, 16, 19, 25, 31, 36, 41, 46, 48, 65, 68, 71], "sum_x": 5, "u_f": [5, 7], "oplu": 5, "neq": [5, 7, 8, 19], "chanc": [5, 17, 19, 79], "cell": [5, 8, 12, 13, 16, 17, 23, 27, 30], "small": [5, 9, 10, 18, 19, 23, 55, 79], "increas": [5, 8, 10, 12, 20, 29, 32, 51, 55, 59, 67, 75, 80, 81], "30": [5, 9, 11, 13, 16, 18, 21, 54, 67], "qpp": [5, 9, 11, 13, 14, 15, 16, 21, 24, 50, 53, 55, 59, 67, 69, 72, 75, 80], "qubit_count": [5, 7, 11, 14, 15, 19, 22, 23, 24, 26, 54, 57, 59, 67, 80], "secret_str": 5, "whatev": 5, "prefer": [5, 73, 75], "insid": [5, 9, 13, 54, 75], "auxiliary_qubit": 5, "verifi": [5, 15, 19, 25, 51, 68], "procedur": [5, 6, 8, 9, 12, 17, 21, 22, 23, 28], "bernstein_vazirani": [5, 75], "auxillari": [5, 9, 12, 17], "place": [5, 14, 16, 23, 24, 29, 54, 57, 59], "success": [5, 28, 64, 71], "join": [5, 13, 18, 19], "q2": [5, 9, 15, 19, 21, 30], "q3": [5, 9, 19, 30], "q4": [5, 9, 19], "q5": [5, 19], "11010": [5, 14, 19], "involv": [6, 8, 19, 55, 67, 69, 79], "bloch": [6, 30], "rx": [6, 8, 9, 10, 11, 13, 14, 16, 18, 30, 41, 45, 61, 67], "intial": 6, "cost_valu": [6, 8], "initial_cost_valu": 6, "suit": [6, 21, 75], "alogrithm": 6, "decreas": [6, 51], "x_valu": [6, 8], "y_valu": [6, 8], "epoch": [6, 8, 11, 22, 23], "balanc": 7, "regardless": [7, 12, 16, 79], "ouput": 7, "question": [7, 12], "solv": [7, 8, 12, 14, 15, 51, 58], "treat": [7, 54], "snippet": [7, 51, 53, 54, 63, 69, 75], "don": [7, 15, 32, 34, 53, 81], "elif": [7, 13], "That": [7, 13, 24, 34, 80], "twice": [7, 23], "claim": [7, 17], "evalul": 7, "go": [7, 9, 21, 30, 46, 54, 65, 73, 75], "symbol": [7, 73, 79], "OR": [7, 64], "rule": [7, 19, 23, 51], "modulo": [7, 19], "oplus5": 7, "8_": 7, "oplus4": 7, "9_": 7, "quick": [7, 16, 31, 52, 77], "yield": [7, 16, 24, 55, 68, 80], "align": [7, 15, 16, 69, 79], "remark": [7, 21], "becaus": [7, 18, 19, 21, 48, 55, 64, 73, 75, 80], "overlin": 7, "bar": [7, 14, 15, 18, 30], "top": [7, 9, 13, 18, 19, 54, 61, 72, 76], "denot": [7, 15, 17, 38, 40], "prove": [7, 68], "shall": [7, 16, 68], "tfrac": [7, 16, 68], "summari": 7, "unchang": [7, 26, 69], "simultan": [7, 53], "exploit": [7, 55], "abil": [7, 17, 20, 21, 39, 69], "aim": [7, 9, 14, 19], "diagram": [7, 8, 14, 15, 16, 19, 52, 64], "psi_1": 7, "h_1h_0": 7, "psi_2": 7, "drop": [7, 13], "figur": [7, 8, 9, 10, 11, 15, 16, 17, 19, 20, 21, 23, 29, 69], "pm": 7, "practic": [7, 9, 10, 12, 17, 18, 21, 23], "fx": 7, "qubit_0": [7, 14, 16, 61], "drug": 8, "often": [8, 19, 23, 34, 48, 61, 73, 75], "bind": [8, 33, 36, 38, 41, 73], "protein": [8, 21], "inhibit": 8, "therapeut": 8, "purpos": [8, 12, 19, 39, 48, 51, 75], "candid": 8, "extrem": [8, 34], "studi": [8, 16, 21], "guid": [8, 32, 52, 73, 75, 77, 80, 81], "search": [8, 19, 21, 73, 75], "predict": [8, 13, 68], "usual": [8, 9, 73, 75, 79], "One": [8, 15, 19, 21, 23, 24, 34, 48, 52, 54, 55, 60, 63], "challeng": [8, 9, 19], "aris": [8, 21, 26], "mani": [8, 9, 15, 16, 17, 19, 21, 23, 24, 27, 28, 32, 41, 44, 54, 55, 59, 61, 67, 80, 81], "geometr": 8, "present": [8, 9, 14, 18, 21, 24, 28, 59, 73, 76], "orient": 8, "assess": [8, 13], "good": [8, 12, 23], "solut": [8, 14, 19], "formul": [8, 48], "mathemat": [8, 16, 51, 68], "paper": [8, 9, 10, 12, 13, 17, 19], "digit": [8, 11], "counteradiabat": 8, "understand": [8, 9, 12, 13, 16, 18, 33, 75], "pleas": [8, 9, 12, 23, 30, 32, 53, 54, 55, 64, 67, 71, 73, 75, 80, 81], "maxcut": 8, "There": [8, 9, 16, 24, 27, 34, 36, 52, 53, 54, 61, 67, 75], "experiment": [8, 13, 32, 75, 81], "pharmacor": 8, "chemic": [8, 13, 22], "group": [8, 9, 46, 55], "govern": [8, 20], "distanc": [8, 9, 16, 18, 22], "graph": [8, 9, 14], "lag": 8, "node": [8, 9, 12, 14, 33, 54, 67, 73], "edg": [8, 9, 14], "feesibli": 8, "coexist": 8, "cliqu": 8, "mutual": 8, "comment": [8, 14], "discret": [8, 21, 46], "natur": [8, 9, 16, 30, 52, 55, 68], "qubit_num": [8, 10, 23], "non_edg": 8, "6686": 8, "1453": 8, "penalti": [8, 9], "num_lay": 8, "expens": [8, 23, 55], "6886": 8, "1091": 8, "0770": 8, "w_i": 8, "sigma": [8, 12, 20, 51], "z_i": 8, "notin": 8, "z_j": [8, 20], "concern": [8, 68, 73], "vertic": [8, 14], "penal": 8, "ham_cliqu": 8, "spin_ham": [8, 23], "wt": 8, "zip": [8, 12, 73], "strip": [8, 12, 20, 73], "term_coeffici": 8, "ham": [8, 10, 12, 20], "term_word": 8, "coef": [8, 12], "0j": [8, 10, 14, 59, 61], "iiziiz": 8, "ziizii": 8, "1657": 8, "iziiii": 8, "iziizi": 8, "42735": 8, "iiizii": 8, "2791499999999996": 8, "iiiiii": 8, "iiziii": 8, "iiiiiz": 8, "ziiiii": 8, "iiiizi": 8, "approach": [8, 9, 15, 18, 19, 34, 38, 55, 69], "inclus": [8, 23], "better": [8, 9, 13, 14, 18, 21, 53, 55, 73], "layer": [8, 9, 11, 13, 14, 17, 38, 52], "hopefulli": 8, "offset": 8, "dc_qaoa": 8, "pauli_word": [8, 12, 20, 27, 54], "exp_pauli": [8, 12, 20, 27], "k": [8, 10, 12, 13, 15, 19, 38], "nelder": 8, "mead": 8, "line": [8, 9, 10, 14, 19, 23, 29, 30, 52, 54, 55, 64, 69, 72, 73, 75], "13": [8, 9, 11, 13, 14, 17, 18, 19, 21, 22, 23, 28, 30, 67, 69, 75], "21810696323572243": [8, 14], "20613464375211488": [8, 14], "2546877639814583": [8, 14], "3657985647468064": [8, 14], "37118004688049144": 8, "03656087558321203": 8, "08564174998504231": 8, "21639801853794682": 8, "11122286088634259": 8, "1743727097033635": 8, "36518146001762486": 8, "15829741539542244": 8, "3467434780387345": 8, "28043500852894776": 8, "09986021299050934": 8, "14125225086023052": 8, "19141728018199775": 8, "11970943368650361": 8, "3853063093646483": 8, "1112643868789806": 8, "3527177454825464": 8, "22156160012057186": 8, "1418496891385843": 8, "32811766468303116": 8, "367642000671186": 8, "34158180583996006": 8, "10196745745501312": 8, "29359239180502594": 8, "3858537615546677": 8, "19366130907065582": 8, "24570488114056754": 8, "3332307385378807": 8, "12287973244618389": 8, "007274514934614895": 8, "015799547372526146": 8, "3578070967202224": 8, "39268963055535144": 8, "19872246354138554": 8, "16668715544467982": 8, "13777293592446055": 8, "17514665212709513": 8, "15350249947988204": 8, "32872977428061945": 8, "20068831419712105": 8, "032919322131134854": 8, "19399909325771983": 8, "09477141125241506": 8, "08210460401106645": 8, "21392577760158515": 8, "3393568044538389": 8, "14615087942938465": 8, "03790339186006314": 8, "2843250892879255": 8, "3151384847055956": 8, "19983741137121905": 8, "27348611567665115": 8, "33457528180906904": 8, "14145414847455462": 8, "20604220093940323": 8, "05410235084309195": 8, "04447870918600966": 8, "3355714098595045": 8, "266806440171265": 8, "07436189654442632": 8, "2789176729721685": 8, "2427508182662484": 8, "cost": [8, 9, 11, 12, 14, 22, 23, 28, 31, 34, 53, 64], "optimal_expect": [8, 14], "optimal_paramet": [8, 9, 14, 53], "0057493966746804": 8, "0508763934174787": 8, "013930789730781493": 8, "5793211220774144": 8, "878009560684498": 8, "5277129177248182": 8, "4404810513078178": 8, "5755552245467919": 8, "14125558672355468": 8, "3724262117066903": 8, "1318978057007808": 8, "1228708513911436": 8, "932342804955409": 8, "8478237950658537": 8, "46345886313018125": 8, "5809397306340341": 8, "2408342488137229": 8, "11216088888484882": 8, "009704173265255175": 8, "4757346661223584": 8, "7281211610985926": 8, "06051951319169091": 8, "7794512146826196": 8, "09249435261907034": 8, "09998378319110682": 8, "255349350720572": 8, "2607038244228248": 8, "2060124032311757": 8, "13991934581192997": 8, "9874814082082164": 8, "1591291464755939": 8, "30815482837046393": 8, "9701804681517978": 8, "002609462845755913": 8, "43533533568363353": 8, "642630110681613": 8, "6137063363954748": 8, "7204687246344496": 8, "08390768435524378": 8, "5480630700433249": 8, "38905723227347905": 8, "6837811162838194": 8, "17239016898719284": 8, "1649341118754853": 8, "46771209183422724": 8, "008565327035838663": 8, "982230359328883": 8, "4232972687799105": 8, "22765896988428905": 8, "04207923928239914": 8, "36758378917672285": 8, "01825447063622079": 8, "059755059728027485": 8, "6849697218162497": 8, "2711684382411018": 8, "2904257415666667": 8, "16359529445017368": 8, "09168623367396612": 8, "5786087806926155": 8, "3476755367718726": 8, "1209273564533628": 8, "605136043801364": 8, "19128215816141694": 8, "16756583092588012": 8, "0715488214105267": 8, "5269641128095075": 8, "3029128369198704": 8, "reveal": 8, "bitst": 8, "ideal": [8, 13, 17, 26, 52, 53, 64], "partit": [8, 9, 14, 53, 54, 75], "200000": 8, "mvwcp": 8, "110001": 8, "011100": 8, "111000": 8, "199979": 8, "011000": 8, "converg": [8, 10, 19, 23], "explor": [9, 13, 17, 19, 23, 67, 68, 75], "research": [9, 13, 53], "arxiv": [9, 19], "org": [9, 11, 19, 51, 73, 75], "pdf": [9, 19, 30], "2402": 9, "01529": 9, "edinburgh": 9, "jointli": [9, 21], "develop": [9, 11, 12, 21, 31, 38, 39, 52, 53, 55, 62, 68, 71, 72, 73, 76, 80], "author": 9, "barrier": 9, "mit": 9, "licens": [9, 73, 75], "boniface316": 9, "bigdata_vqa": 9, "unsupervis": 9, "learn": [9, 11, 14, 19, 21, 30, 32, 52, 53, 58, 59, 79, 80, 81], "techniqu": [9, 19, 23, 28, 29, 55, 59], "similar": [9, 24, 34, 54, 59, 73], "characterist": 9, "enhanc": [9, 13, 16, 31], "reliabl": [9, 79], "todai": 9, "limit": [9, 16, 54, 55, 59, 67, 79], "far": [9, 13, 16], "too": [9, 30, 68], "extend": [9, 15, 17, 31, 32, 33, 78, 81], "harrow": 9, "emphas": 9, "util": [9, 11, 21, 26, 34, 46, 53, 54, 55, 67, 69, 72], "bipartit": 9, "branch": [9, 32, 36, 73, 75, 81], "directori": [9, 13, 71, 73, 75, 79], "tree": 9, "uncom": [9, 12, 14, 73, 75], "skip": [9, 30, 73], "mkdir": [9, 72, 73, 76], "divisive_clustering_src": 9, "wget": [9, 73, 75], "githubusercont": 9, "sphinx": 9, "divisive_clust": 9, "main_divisive_clust": 9, "mpi4pi": [9, 55, 80], "networkx": 9, "panda": [9, 18], "scikit": [9, 11], "tqdm": [9, 21], "nx": 9, "pd": [9, 18], "divisiveclust": 9, "dendrogram": 9, "voironi_tessal": 9, "filterwarn": 9, "toggl": 9, "circuit_depth": 9, "max_shot": 9, "x_1": 9, "x_2": [9, 13], "x_n": 9, "much": [9, 10, 13, 23, 72], "w": [9, 13, 43, 55, 64], "reason": [9, 17, 48], "conclus": 9, "variou": [9, 13, 24, 32, 52, 54, 57, 65, 69, 72, 81], "1703": 9, "06476": 9, "essenti": 9, "boil": 9, "down": [9, 16, 54, 64], "toler": [9, 13], "constraint": [9, 18, 21, 38, 39, 40, 55, 59, 64, 68], "priori": 9, "load": [9, 11, 34, 39, 52, 53, 64, 69, 71], "frame": 9, "imag": [9, 11, 12, 14, 16, 19, 21, 30, 32, 51, 64, 73, 80, 81], "star": 9, "create_dataset": 9, "number_of_sampling_for_centroid": 9, "coreset_s": 9, "number_of_coresets_to_evalu": 9, "coreset_method": 9, "bfl2": 9, "coreset_vector": 9, "coreset_weight": 9, "get_best_coreset": 9, "coreset_df": 9, "datafram": [9, 18], "chr": 9, "65": [9, 14, 18, 19, 26], "028364": 9, "669787": 9, "234": [9, 18], "230716": 9, "167441": 9, "354792": 9, "319288": 9, "022889": 9, "921443": 9, "125": [9, 28, 34, 37, 42, 53, 54, 63], "158339": 9, "706134": 9, "636852": 9, "650774": 9, "998497": 9, "455847": 9, "116": 9, "758239": 9, "507918": 9, "630311": 9, "120": [9, 19, 75], "727176": 9, "102508": 9, "297727": 9, "53": [9, 18], "294127": 9, "722463": 9, "400433": 9, "77": [9, 18], "415840": 9, "425868": 9, "341136": 9, "42": [9, 11, 13, 18, 19, 22, 23], "847985": 9, "985373": 9, "063209": 9, "240": 9, "116237": 9, "7eba00": 9, "color": [9, 13, 14], "marker": 9, "titl": [9, 21, 22, 23, 52, 75, 80], "cast": 9, "routin": [9, 14, 34], "e_": 9, "ij": [9, 21], "w_iw_jd_": 9, "d_": [9, 12], "euclidean": 9, "coreset_to_graph": 9, "vqa": 9, "src": [9, 52, 55, 73], "motiv": [9, 47, 73], "cut": [9, 31, 73, 75], "get_k2_hamiltonian": 9, "k2": [9, 13], "r_z": 9, "r_y": 9, "cascad": 9, "benefit": [9, 13, 17, 32, 59, 80, 81], "get_vqe_circuit": 9, "number_of_qubit": 9, "theta_posit": 9, "rz": [9, 13, 14, 16, 30, 37, 41], "visual": [9, 13, 14, 31, 48, 62], "rand": 9, "8904": 9, "7335": 9, "4343": 9, "2236": 9, "7937": 9, "9981": 9, "3945": 9, "696": 9, "3352": 9, "6658": 9, "05277": 9, "791": 9, "003569": 9, "4119": 9, "3205": 9, "3504": 9, "3913": 9, "7392": 9, "3171": 9, "0008056": 9, "proper": 9, "get_optim": 9, "initial_param": [9, 28], "divisiveclusteringvqa": 9, "run_divisive_clust": 9, "get_counts_from_simul": 9, "acceler": [9, 11, 12, 13, 23, 31, 32, 53, 55, 59, 67, 72, 73, 75, 80, 81], "associ": [9, 13, 14, 17, 24, 39, 54, 68], "super": [9, 11, 23], "coreset_vectors_df_for_iter": 9, "coreset_vectors_for_iteration_np": 9, "coreset_weights_for_iteration_np": 9, "_get_iteration_coreset_vectors_and_weight": 9, "metric": [9, 13, 17], "coreset_to_graph_metr": 9, "_get_best_bitstr": 9, "create_hamiltonian": 9, "optimizer_funct": 9, "create_circuit": 9, "objective_funct": [9, 23, 28], "get_result": [9, 23, 28, 51], "mostli": 9, "previous": [9, 28, 52, 75], "threshold_for_max_cut": 9, "percent": [9, 17], "advanc": [9, 19, 23, 29], "normal": [9, 11, 16, 22, 23, 28, 68], "get_divisive_sequ": 9, "analyz": [9, 13, 21, 71], "postprocess": 9, "sourc": [9, 10, 13, 14, 18, 26, 32, 48, 51, 55, 69, 72, 75, 76, 77, 80, 81], "normalize_vector": 9, "sort_by_descend": 9, "hierarchial_clustering_sequ": 9, "129": [9, 19], "12075": 9, "19it": 9, "35025": 9, "50it": 9, "44254": 9, "09it": 9, "15827": 9, "56it": 9, "13617": 9, "87it": 9, "nice": 9, "earli": [9, 53, 75], "split": [9, 13, 67], "least": [9, 14, 19, 20, 21, 24, 54, 73], "dendo": 9, "plot_dendrogram": 9, "plot_titl": 9, "notic": [9, 14, 16, 19, 21, 23, 48, 67, 69, 76], "complic": [9, 42], "occasion": 9, "especi": 9, "puzzl": 9, "glanc": [9, 16], "seem": [9, 68, 75, 80], "strai": 9, "belong": 9, "wrong": 9, "explan": 9, "stochast": [9, 34], "few": [9, 14, 19, 21, 23, 61], "pai": [9, 15], "exclud": [9, 53, 59, 73], "proxim": 9, "impact": [9, 23, 26], "look": [9, 16, 29, 30, 32, 48, 51, 52, 54, 58, 59, 63, 64, 65, 66, 67, 69, 73, 75, 81], "unusu": 9, "origin": [9, 12, 16, 26, 48, 69], "14": [9, 10, 11, 13, 16, 17, 18, 19, 21, 23, 30, 53, 61, 64, 69], "plot_hierarchial_split": 9, "hierarch": 9, "flat": [9, 54], "perpendicular": 9, "intersect": 9, "threshold": [9, 12, 13, 19, 55], "height": 9, "get_clusters_using_k": 9, "desir": [9, 19, 21, 44, 51, 54, 59, 72, 73, 75, 77], "15": [9, 11, 13, 17, 18, 21, 23, 30, 61, 67, 69, 73, 75], "threshold_height": 9, "get_clusters_using_height": 9, "red": [9, 18, 24], "blue": [9, 24], "green": [9, 14], "purpl": 9, "orang": 9, "yellow": 9, "color_threshold": 9, "plot_clust": 9, "show_annot": 9, "get_voronoi_tessal": 9, "region": [9, 52], "accord": 9, "centroid": 9, "tesslation_by_clust": 9, "complet": [9, 10, 12, 13, 16, 20, 26, 34, 51, 52, 73, 75, 79, 80], "plot_voironi": 9, "overlai": 9, "vt": 9, "voironi": 9, "tessal": 9, "design": [9, 14, 23, 29, 31, 33, 51, 54, 61, 80], "flexibl": [9, 57, 73], "tool": [9, 13, 18, 24, 27, 28, 30, 32, 48, 69, 71, 73, 77, 79, 81], "get_qaoa_circuit": 9, "3527": 9, "19": [9, 13, 17, 18, 19, 21, 30, 53, 61, 69], "20": [9, 12, 13, 17, 18, 19, 21, 30, 40, 46, 61, 69, 77, 80], "484": 9, "12163": 9, "89it": 9, "52703": 9, "30it": 9, "48": 9, "31987": 9, "07it": 9, "36393": 9, "37957": 9, "42473": 9, "96it": 9, "quickli": [9, 10, 34, 75], "encount": [9, 53, 55, 64, 73, 75, 80], "port": [9, 54, 75], "hpc": [9, 32, 75, 81], "becam": 9, "massiv": [9, 20], "compar": [9, 13, 23, 27, 58, 59, 75, 80], "100000": [9, 10, 67], "try": [9, 10, 13, 15, 17, 19, 21, 23, 30, 67, 75], "slightli": [9, 23], "751": 9, "3460": 9, "26it": 9, "42771": 9, "74it": 9, "4064": 9, "6862": 9, "37it": 9, "56871": 9, "92it": 9, "44979": 9, "13it": 9, "128": [9, 11, 21, 69], "19366": 9, "94it": 9, "53773": 9, "54648": 9, "91it": 9, "51941": 9, "85it": 9, "56111": 9, "461": 9, "866833317": 9, "spent": 9, "452308367999706": 9, "oner": 9, "feel": 9, "interrupt": 9, "patienc": 9, "worn": 9, "still": [9, 16, 17, 20, 24, 38, 48, 59, 64, 68, 75, 79], "easili": [9, 10, 13, 14, 20, 59, 73, 75, 79], "27": [9, 13, 18, 19, 59], "7352": 9, "2063": 9, "82it": 9, "16492": 9, "4739": 9, "44it": 9, "256": [9, 11, 52], "15185": 9, "58it": 9, "64": [9, 11, 54, 55, 69, 73, 75], "23728": 9, "05it": 9, "15437": 9, "97it": 9, "50840": 9, "32": [9, 11, 18, 52, 55, 69, 75], "33562": 9, "54120": 9, "54560": 9, "55924": 9, "42717": 9, "29it": 9, "55007": 9, "27it": 9, "53601": 9, "33it": 9, "47127": 9, "01it": 9, "67": 9, "61674502899999": 9, "21": [9, 13, 17, 18, 21, 30, 61, 69], "439895901": 9, "push": [9, 79], "a100": 9, "yourself": [9, 73], "28": [9, 11, 13, 18, 32, 54, 73, 75, 80, 81], "nlopt": [9, 69], "failur": [9, 79], "pool": [9, 53, 67], "finish": [9, 13, 24, 59, 69], "fail": [9, 17, 55, 71, 75, 79], "immedi": [9, 54, 72], "issu": [9, 34, 55, 73, 75, 79, 80], "mgpu": [9, 12, 15, 23, 29, 32, 50, 53, 54, 55, 67, 81], "gpu_count": 9, "smi": [9, 73, 75], "wc": 9, "mpirun": [9, 54, 55, 67], "Not": [9, 38, 52, 53, 75], "subroutin": [10, 23, 58, 61], "molecular": [10, 13, 22, 23, 31], "semidefinit": 10, "briefli": 10, "introduc": [10, 14, 17, 19, 34], "ancilla": [10, 12, 34, 36], "insight": 10, "re": [10, 13, 18, 19, 34, 48, 51, 65, 67, 73, 75], "x_1x_2": 10, "fact": [10, 15, 19, 48, 79], "u_": [10, 21], "qquad": 10, "repeatedli": [10, 17, 19, 59], "pmatrix": [10, 26], "functool": [10, 18], "psi_stat": 10, "phi_stat": 10, "sv": [10, 17, 77], "707107": 10, "ham_matrix": 10, "exp_val": [10, 11, 22, 23, 28, 51, 54, 63], "conj": [10, 12, 16, 21], "7071067690849304": 10, "fourth": [10, 51], "u_psi": 10, "u_phi": 10, "ham_cir": 10, "mean_val": 10, "qc": [10, 52], "85281": 10, "14719": 10, "70562": 10, "0015844563982640861": 10, "hilbert": [10, 46, 51], "orthogon": [10, 12], "easi": [10, 14, 19, 51, 77], "mqpu": [10, 12, 23, 24, 28, 50, 55, 59, 63, 67], "sake": 10, "qpu_count": [10, 23, 28, 54], "four": [10, 13, 17, 28, 54, 63, 68], "i_result": 10, "49865": 10, "50135": 10, "0027": 10, "0022360598270171573": 10, "49796": 10, "50204": 10, "00408": 10, "002236049366181346": 10, "49695": 10, "50305": 10, "0061": 10, "002236026375068058": 10, "49972": 10, "50028": 10, "00056": 10, "002236067626884303": 10, "my_mat": 10, "linalg": [10, 12, 18, 51], "eigh": 10, "00782313": 10, "00456313": 10, "76575845": 10, "64312829": 10, "highlight": [11, 29, 32, 81], "pytorch": 11, "maximis": 11, "classif": 11, "mnist": 11, "dataset": 11, "classifi": [11, 21], "hand": [11, 16, 53, 54, 55, 75, 79], "written": [11, 18, 30, 34, 68, 73, 77], "torch": [11, 21, 51], "cu118": 11, "torchvis": 11, "url": [11, 52, 54, 64, 73, 75], "download": [11, 21, 73, 75, 80], "whl": [11, 73], "autograd": 11, "nn": 11, "sklearn": 11, "model_select": 11, "train_test_split": 11, "manual_se": [11, 21], "22": [11, 13, 18, 19, 21, 30, 59, 61, 69, 73, 75], "44": [11, 18], "prepare_data": 11, "target_digit": 11, "sample_count": [11, 67], "test_siz": 11, "percentag": 11, "remaind": [11, 14], "train": [11, 13, 21], "totensor": 11, "1307": 11, "3081": 11, "filter": 11, "datapoint": 11, "subset_indic": 11, "randperm": 11, "unsqueez": 11, "relabel": 11, "min": [11, 12, 19], "x_train": 11, "x_test": 11, "y_train": 11, "y_test": 11, "shuffl": 11, "random_st": 11, "classification_threshold": 11, "accuraci": [11, 13, 19, 21, 55], "parmet": 11, "visualis": 11, "sample_to_plot": 11, "grid_img": 11, "make_grid": 11, "pad": 11, "imshow": 11, "permut": [11, 17], "quantumfunct": 11, "finit": [11, 23, 28], "theta_v": 11, "excetut": 11, "live": 11, "tolist": [11, 17], "staticmethod": 11, "quantum_circuit": 11, "backward": [11, 23, 28, 40], "save_for_backward": 11, "grad_output": 11, "saved_tensor": 11, "thetas_plu": 11, "exp_vals_plu": 11, "thetas_minu": 11, "exp_vals_minu": 11, "mul": 11, "quantumlay": 11, "hybrid_qnn": 11, "fc1": 11, "fc2": 11, "dropout": 11, "fc3": 11, "fc4": 11, "fc5": 11, "feed": [11, 14], "view": [11, 39, 49, 52, 75], "relu": 11, "fed": 11, "sigmoid": 11, "accuracy_scor": 11, "y_hat": 11, "hybrid_model": 11, "adadelta": 11, "lr": [11, 69], "weight_decai": 11, "loss_funct": 11, "bceloss": 11, "training_cost": 11, "testing_cost": 11, "training_accuraci": 11, "testing_accuraci": 11, "zero_grad": 11, "y_hat_train": 11, "train_cost": 11, "eval": [11, 12], "no_grad": 11, "y_hat_test": 11, "test_cost": 11, "figsiz": [11, 13, 18, 21], "subplot": [11, 13, 18], "tight_layout": [11, 13], "proto": [11, 21], "018ba9130a0e5800b93e86d0096a22daf7a132f8": [11, 21], "multirefer": 12, "mrsqk": 12, "low": [12, 13, 18, 41, 52, 67], "altern": [12, 14, 20, 52, 64, 66, 73, 75, 80], "background": [12, 54], "trotter": [12, 31, 42], "diagon": [12, 55], "heurist": 12, "cisd": 12, "veri": [12, 21, 32, 54, 65, 71, 79, 81], "unitari": [12, 15, 22, 23, 31, 37, 41, 48, 61, 66, 68], "lcu": 12, "avoid": [12, 21, 73, 79, 80], "dimension": [12, 13, 16, 21, 30, 46, 51, 61, 64], "phi_0": 12, "phi_d": 12, "phi_i": 12, "mu": 12, "phi_": 12, "famili": 12, "alpha": [12, 14, 16, 51, 68], "equiv": [12, 19, 68], "psi_i": 12, "_n": 12, "c_": 12, "c_i": 12, "boldsymbol": 12, "hc": 12, "sc": [12, 52], "s_": 12, "beta": [12, 16, 68, 69], "_m": 12, "phi_j": 12, "sigma_": [12, 51], "scipi": [12, 13, 18, 22, 23, 28, 51], "openfermionpyscf": [12, 22, 23], "multi_gpu": 12, "geometri": [12, 22, 23], "7474": [12, 22], "chemistri": [12, 13, 22, 23], "create_molecular_hamiltonian": [12, 22], "sto": [12, 22, 23], "3g": [12, 22, 23], "electron_count": [12, 22, 23], "n_electron": [12, 22], "qubits_num": 12, "n_orbit": [12, 22], "spin_ham_matrix": 12, "eig": 12, "argmin": [12, 21], "min_indic": 12, "vec": [12, 61], "termcoeffici": [12, 20], "termword": [12, 20], "pauli_str": 12, "potenti": [12, 16, 19, 23, 24, 34, 59], "improv": [12, 19, 23, 29, 32, 55, 67, 75, 81], "higher": [12, 33], "receiv": [12, 34], "compon": [12, 14, 19, 21, 51, 73, 75, 79, 80], "um": 12, "u_m": 12, "dt": [12, 20], "un": 12, "u_n": 12, "apply_pauli": 12, "qfd_kernel": 12, "dt_alpha": 12, "dt_beta": 12, "word_list": 12, "my_list": 12, "x_0": [12, 13], "y_0": 12, "m_qfd": 12, "wf_overlap": 12, "accomplish": [12, 25], "along": [12, 22, 27, 34, 52, 53, 55, 59, 61, 79], "observe_op": 12, "identity_word": 12, "pauli_list": 12, "dt_m": 12, "dt_n": 12, "temp": [12, 69], "collect_overlap_r": 12, "collect_overlap_img": 12, "sent": [12, 52, 54, 64], "count_id": 12, "tot_dim": 12, "real_val": 12, "img_val": 12, "ham_matrx": 12, "tot_": 12, "accumul": [12, 64], "ham_matrix_r": 12, "ham_matrix_imag": 12, "enter": [12, 64, 75], "eigenvaulu": 12, "sum_k": 12, "s_k": 12, "kj": 12, "hx": 12, "sce": 12, "s_diag": 12, "s_prime": 12, "sii": 12, "valueerror": [12, 13, 51], "x_prime": 12, "h_prime": 12, "conjug": [12, 17, 51], "e_prim": 12, "c_prime": 12, "eigen_valu": 12, "eigen_vect": 12, "qfd": 12, "perhap": 13, "highli": [13, 73, 75], "tout": 13, "fault": [13, 80], "correl": [13, 18], "materi": [13, 64, 68], "particularli": [13, 19, 21, 23, 55, 58, 61], "interest": [13, 15, 16, 17, 19, 21, 22, 23, 63, 65], "theori": [13, 68], "dmft": 13, "account": [13, 19, 52, 53, 64, 75], "strong": 13, "bath": 13, "encompass": 13, "tough": 13, "notebook": [13, 16, 21, 30, 32, 52, 81], "showcas": [13, 30], "siam": 13, "realist": 13, "neutral": [13, 52], "appar": 13, "demo": [13, 52], "cudaq_solv": 13, "importerror": [13, 30], "quiet": 13, "restart": [13, 30], "newli": [13, 55, 75], "abc": 13, "restrict": [13, 14, 16, 21, 23, 54], "z_0": 13, "z_2": 13, "coulomb": 13, "strength": [13, 51], "grid": 13, "ev": 13, "trainabl": 13, "absenc": 13, "paramterized_ansatz": 13, "variational_angl": 13, "run_logical_vq": 13, "cudaq_hamiltonian": 13, "easier": [13, 15, 34, 69, 72], "reproduct": 13, "init_angl": 13, "get_qubit_count": 13, "variational_kernel": 13, "slsqp": [13, 18], "tol": [13, 23, 28], "bare": 13, "unencod": 13, "earlier": [13, 14, 21, 55, 59], "gateset": [13, 21], "outlin": [13, 19, 79], "readout": [13, 31], "meas_id": 13, "aim_physical_circuit": 13, "ignore_meas_id": 13, "prep": [13, 38], "zz": 13, "z_basi": 13, "for_loop": 13, "q_idx": 13, "getattr": 13, "x_basi": 13, "unsupport": 13, "aim_logical_circuit": 13, "teleport": 13, "With": [13, 31, 32, 54, 59, 69, 76, 81], "noisili": [13, 52], "generate_circuit_set": 13, "u_val": 13, "v_val": 13, "circuit_dict": 13, "qubit_hamiltonian": [13, 23], "tmp_physical_dict": 13, "tmp_logical_dict": 13, "nfinish": 13, "sim_circuit_dict": 13, "circuit_lay": 13, "5846845738799267": 13, "5707961678256028": 13, "588033710930825": 13, "712388365176642": 13, "588651490745171": 13, "5707962742876598": 13, "64012940802256": 13, "5707963354922125": 13, "1293956916868737": 13, "5707963294715355": 13, "6598458659836037": 13, "570796331040382": 13, "695151467539617": 13, "5707960973500679": 13, "4149519241823376": 13, "5707928509325972": 13, "7301462729177735": 13, "570796033796985": 13, "helper": [13, 64], "plai": [13, 15], "role": [13, 15], "_num_qubit": 13, "isdecim": 13, "process_count": 13, "data_qubit": 13, "flag_qubit": 13, "dict": [13, 18, 19], "new_data": 13, "continu": [13, 15, 16, 19, 21, 59, 64, 69], "new_kei": 13, "issuperset": 13, "setdefault": 13, "physical_to_log": 13, "0000": [13, 17, 54], "1111": [13, 54], "0011": [13, 17], "1100": 13, "0110": 13, "1001": 13, "physical_kei": 13, "logical_kei": 13, "ev_x": 13, "ev_xx": 13, "ev_zz": 13, "aim_logical_energi": 13, "data_ord": 13, "counts_list": 13, "counts_data": 13, "_aim_energi": 13, "aim_physical_energi": 13, "evx": 13, "evxx": 13, "evzz": 13, "h_param": 13, "key_a": 13, "key_b": 13, "startswith": 13, "uncertainti": 13, "string_kei": 13, "uncertainty_xx": 13, "uncertainty_zz": 13, "_get_energy_diff": 13, "bf_energi": 13, "physical_energi": 13, "logical_energi": 13, "physical_energy_diff": 13, "logical_energy_diff": 13, "physical_sim_energi": 13, "logical_sim_energi": 13, "true_energi": 13, "brute": 13, "forc": [13, 22, 54, 79], "got": 13, "72": 13, "submit_aim_circuit": 13, "folder_path": 13, "future_aim_result": 13, "run_async": 13, "makedir": 13, "exist_ok": 13, "aim_result": 13, "tmp_physical_result": 13, "physical_": 13, "_job_u": 13, "_v": 13, "_result": 13, "txt": [13, 64, 71, 72, 75, 76], "close": [13, 16, 21, 59, 64], "tmp_logical_result": 13, "logical_": 13, "ncomplet": 13, "nall": 13, "async": 13, "_get_async_result": 13, "physical_count": 13, "logical_count": 13, "nobtain": 13, "domin": 13, "Such": [13, 48, 59], "get_device_nois": 13, "depolar_prob_1q": 13, "depolar_prob_2q": 13, "readout_error_prob": 13, "custom_g": 13, "depolar_nois": 13, "noisy_op": 13, "custom_depolar_channel": 13, "p_0": 13, "p_1": 13, "k0": 13, "complex128": [13, 21, 26, 51], "k1": 13, "k3": 13, "cz": 13, "bit_flip": [13, 18, 26], "cudaq_noise_model": 13, "rate": [13, 17, 53], "fidel": 13, "99": [13, 18], "98": 13, "002": 13, "aim_sim_data": 13, "sim_physical_energi": 13, "sim_physical_uncertainti": 13, "sim_logical_energi": 13, "sim_logical_uncertainti": 13, "251736027394713": 13, "265564437074638": 13, "252231964940428": 13, "293350575766127": 13, "608495283014149": 13, "305692796870582": 13, "39007993367173": 13, "260398644698076": 13, "429650912487233": 13, "deviat": [13, 73], "sim_physical_energy_diff": 13, "sim_logical_energy_diff": 13, "929": 13, "46016175277361": 13, "97": 13, "176531948420889": 13, "268": 13, "26321740664324": 13, "8495": 13, "46681284816878": 13, "1965000000000003": 13, "4531715120183297": 13, "336": 13, "341784541550897": 13, "802": 13, "339249509416753": 13, "8580000000000005": 13, "1227150992242025": 13, "3635": 13, "448422736181264": 13, "subject": 13, "overcom": 13, "preview": 13, "offer": [13, 31, 53, 55, 80], "fig": [13, 18], "ax": [13, 16, 18, 19], "dpi": 13, "200": [13, 19, 34], "layer_label": 13, "plot_label": 13, "errorbar": 13, "yerr": 13, "ecolor": 13, "255": 13, "26": [13, 18, 19, 53, 61], "94": [13, 18], "capsiz": 13, "elinewidth": 13, "fmt": 13, "markers": 13, "markeredgewidth": 13, "177": 13, "152": [13, 18], "set_xlabel": [13, 18], "fontsiz": [13, 18, 21], "set_ylabel": [13, 18], "set_titl": [13, 18], "xtick": 13, "ytick": 13, "axhlin": 13, "linestyl": 13, "linewidth": [13, 21], "ylim": 13, "bottom": [13, 61], "ve": [13, 32, 65, 77, 81], "seamlessli": 13, "cross": [13, 52], "superstaq": [13, 52, 64], "hood": [13, 79], "inde": [13, 21, 73], "gain": 13, "registr": [13, 52, 71, 72], "reproduc": [13, 21], "23": [13, 16, 18, 19, 21, 30, 61], "device_circuit_dict": 13, "7301462945564499": 13, "570796044872433": 13, "24": [13, 18, 29, 30, 61, 72, 73, 75, 76, 80], "superstaq_api_kei": [13, 52], "api_kei": [13, 53], "cq_sqale_qpu": [13, 52, 64], "dry": [13, 52, 64], "simpl": [13, 26, 28, 36, 39, 51, 53, 54, 57, 59, 63, 64, 65, 69, 71, 75, 76, 80], "meantim": [13, 64, 75], "hardware_aim_future_result": 13, "aim_device_data": 13, "physical_uncertainti": 13, "29": [13, 18, 19, 54], "logical_uncertainti": 13, "626499999999997": 13, "69666562801761": 13, "1415": 13, "2032104443266585": 13, "9955": 13, "76919450035401": 13, "331": 13, "85730052910377": 13, "476": [13, 18], "5425689231532203": 13, "043500000000002": 13, "795918428433312": 13, "4715": 13, "96524696701215": 13, "973": 13, "207315773582224": 13, "182": 13, "241375689575516": 13, "yet": [13, 18, 23, 24, 32, 52, 54, 75, 81], "afford": 13, "closer": [13, 58, 65, 69], "outperform": 13, "power": [13, 17, 21, 30, 32, 53, 55, 67, 81], "31": [13, 18, 53, 67], "farhi": 14, "dive": [14, 30, 32, 75, 81], "ll": [14, 15, 19, 65, 69, 72, 76], "maxim": [14, 16, 53, 55, 57, 64, 67], "although": [14, 68], "rel": [14, 55], "hard": 14, "statist": [14, 24, 34, 37, 59, 68], "furthermor": [14, 32, 81], "wider": [14, 54], "portfolio": 14, "shop": 14, "vertex": 14, "subseteq": 14, "mathbb": [14, 26, 68], "interchang": [14, 55], "undirect": 14, "v_1": 14, "exactli": [14, 21], "bigcup": 14, "bigcap": 14, "emptyset": 14, "illustr": [14, 21, 34, 52, 54, 62, 64, 65], "disjoint": 14, "grai": 14, "depict": [14, 16, 19, 30], "distinct": [14, 21, 30, 48], "substack": 14, "sometim": [14, 16, 52], "01100": [14, 19, 54], "01011": [14, 19], "v1": [14, 52], "v2": 14, "v0": 14, "v3": [14, 73, 75], "v4": [14, 75], "10100": [14, 19], "01010": [14, 19], "10101": [14, 19], "edges_src": 14, "edges_tgt": 14, "algortihm": 14, "hamilitonian": 14, "distinguish": [14, 48], "mixer": 14, "posit": [14, 18, 19, 21, 23, 26, 41, 51, 55], "deeper": [14, 30], "layer_count": 14, "qaoaproblem": 14, "subcircuit": [14, 58], "kernel_qaoa": 14, "plaehold": 14, "qubitu": 14, "qubitv": 14, "mention": [14, 21], "z_v": 14, "vale": 14, "arbirtrari": 14, "formula": 14, "z_uz_v": 14, "refram": 14, "promot": [14, 31, 80], "replac": [14, 19, 52, 53, 69, 71, 73, 75], "lead": [14, 16, 26], "reformul": 14, "hamiltonian_max_cut": 14, "inititi": 14, "iiziz": 14, "izzii": 14, "iiiii": 14, "zziii": 14, "iiizz": 14, "iizzi": 14, "ziizi": 14, "495973826282007": 14, "51349181993727": 14, "21299416361632417": 14, "3250526425808945": 14, "886630847343767": 14, "outcom": [14, 16, 17, 19], "max_cut": 14, "11111": [14, 19], "11110": [14, 19], "01101": [14, 19], "148": 14, "01110": [14, 19], "47": [14, 18, 19, 30], "01000": [14, 19], "00110": [14, 19], "54": [14, 18], "165": 14, "00101": [14, 19], "154": 14, "00100": [14, 19], "01001": [14, 19], "41": [14, 19], "00000": [14, 19], "00011": [14, 19], "10011": [14, 19, 54], "00010": [14, 19], "01111": [14, 19], "11011": [14, 19], "00111": [14, 19], "11100": [14, 19], "10001": [14, 19], "10010": [14, 19], "144": [14, 18], "10110": [14, 19], "40": [14, 16, 18, 21, 22, 28, 67], "10111": [14, 19], "11000": [14, 19], "11101": [14, 19], "11001": [14, 19], "a726804916fd397408cbf595ce6fe5f33dcd8b4c": [14, 15], "aid": [15, 33], "area": [15, 54], "signal": [15, 39, 51], "compress": 15, "qft": 15, "ingredi": 15, "shor": [15, 31], "faster": [15, 16, 19, 21, 23, 55], "prime": [15, 19], "vital": 15, "idea": [15, 19], "frequenc": [15, 64], "domain": 15, "analogi": 15, "ixi": 15, "5i": 15, "35": [15, 16, 18, 19], "0i": 15, "25i": 15, "35i": 15, "r_k": 15, "bmatrix": [15, 18, 68], "ciruit": 15, "quantum_fourier_transform": [15, 19], "cr1": [15, 19, 37], "zeroth": 15, "decim": 15, "round": [15, 21, 28, 37], "r1": [15, 19, 30, 37, 41, 48], "571": [15, 19], "7854": [15, 19], "25j": 15, "35j": 15, "seri": [15, 52, 64], "fast": [15, 21, 39, 55, 58], "n2": 15, "life": [15, 53], "li": [15, 19, 69], "invert": [15, 21], "revers": [15, 19, 45], "quantum_fourier_transform2": 15, "attent": 15, "inverse_qft": [15, 19], "verification_exampl": 15, "phenomena": [16, 68], "implic": 16, "initialis": 16, "unless": [16, 73, 75], "0th": [16, 26], "arbitari": 16, "2nd": 16, "beta_": 16, "replic": 16, "stage": 16, "psi0": 16, "psi4": 16, "71": 16, "62": [16, 23], "psi1": 16, "psi2": 16, "psi3": 16, "m1": 16, "m2": 16, "psi_4": 16, "multipartit": 16, "partial": 16, "subsystem": 16, "partial_trac": 16, "state_vector": 16, "trace_system": 16, "particl": [16, 48], "log2": [16, 19], "rho": 16, "tensordot": 16, "prod": 16, "state_of_q0": 16, "state_of_q2": 16, "allclos": [16, 21], "happen": [16, 19, 48, 75], "portion": 16, "lab": [16, 75], "infinit": [16, 21, 39, 46, 59], "apart": 16, "obei": [16, 68], "theorem": [16, 46], "longer": [16, 26, 73], "violat": 16, "travel": 16, "speed": 16, "light": [16, 51], "experimentalist": 16, "cx_": 16, "alic": 16, "bob": 16, "safekeep": 16, "moon": 16, "posess": 16, "she": 16, "send": 16, "who": 16, "mile": 16, "entail": 16, "collaps": [16, 24, 59, 68, 72], "seper": [16, 22], "poss": 16, "expand": [16, 69], "bracket": 16, "110": [16, 18, 19], "whilst": 16, "maintain": 16, "break": [16, 19], "ask": [16, 75], "her": 16, "unmeasur": 16, "determinist": [16, 59], "tell": [16, 18, 68], "summaris": 16, "psi_3": 16, "nearli": 16, "pend": 16, "minor": 16, "fulfil": 16, "protocol": [16, 73], "m1m2": 16, "recov": 16, "ambit": 16, "instantli": 16, "appear": [16, 21, 34, 75], "he": 16, "rather": [16, 20, 24, 25, 53, 55, 59, 68, 79], "transmit": 16, "courtesei": 16, "textbook": 16, "nielsen": 16, "chuang": 16, "qv": 17, "greatest": [17, 19], "score": 17, "though": [17, 73], "imperfect": [17, 18], "usabl": 17, "special": [17, 18, 38, 43, 69, 77], "median": 17, "greater": [17, 19, 48, 53, 55, 68], "heavi": 17, "averag": [17, 20, 80], "su4": 17, "kak": 17, "conclud": 17, "su4_per_circuit": 17, "n_params_in_su4": 17, "su4_gat": 17, "u3": 17, "reg": [17, 61], "param_index": 17, "randomli": [17, 19], "generate_random_param": 17, "params_list": 17, "generate_random_permut": 17, "circuit_permut": 17, "astyp": 17, "int64": 17, "make_bitstr": 17, "zfill": 17, "percent_heavy_sampl": 17, "error_r": 17, "noiseless": [17, 26], "circuit_param": 17, "layer_permut": 17, "print_output": 17, "bf": 17, "clean_result": 17, "noisy_result": [17, 26], "prob": [17, 18], "cutoff": [17, 55], "circuit_prob": 17, "outcome_prob": 17, "havi": 17, "prob_heavy_in_noisi": 17, "heavy_bitstr": 17, "04363711": 17, "0100": 17, "0010": 17, "1101": 17, "0111": 17, "8153219893574715": 17, "488": 17, "detemin": 17, "_heavy_sampl": 17, "n_circuit": 17, "calc_qv": 17, "circuit_s": 17, "prob_of_error": 17, "number_of_circuit": 17, "counter": 17, "circuit_result": 17, "7280300000000003": 17, "affect": [17, 18, 55, 72], "relationship": 17, "caus": [18, 80], "properli": [18, 59, 73, 75, 79], "character": [18, 26], "independ": [18, 23, 34, 39, 51, 54, 55, 73], "pseudoinvers": 18, "p_": 18, "adjust": [18, 55, 73, 79], "quasi": 18, "impract": 18, "seaborn": 18, "sn": 18, "itertool": 18, "set_styl": 18, "dark": 18, "bitflip": [18, 23, 26], "principl": 18, "get_nois": 18, "isinst": 18, "state_label": 18, "ghz": [18, 24, 53, 54, 57, 59, 64, 65, 67, 69, 76], "ghz_kernel": 18, "plot_cmat": 18, "mat": 18, "im2": 18, "matshow": 18, "cmap": 18, "cm": 18, "vmin": 18, "vmax": 18, "set_ytick": 18, "arang": 18, "set_xtick": 18, "set_yticklabel": 18, "set_xticklabel": 18, "xaxi": 18, "set_label_posit": 18, "colorbar": 18, "closest": 18, "min_": 18, "rm": [18, 73, 75], "find_closest_distribut": 18, "empirical_dist": 18, "empir": 18, "l1": 18, "ord": 18, "con": 18, "ineq": 18, "fun": [18, 23, 28], "eq": [18, 69], "bnd": 18, "initial_valu": 18, "get_counts_from_distribut": 18, "drawn": [18, 19], "choic": [18, 19, 23, 55], "return_count": 18, "1024": 18, "noise_1": 18, "ghz_result": 18, "noisy_dict_1": 18, "noisy_res_1": 18, "352": 18, "43": 18, "367": 18, "61": [18, 19], "noise_2": 18, "noisy_dict_2": 18, "noisy_res_2": 18, "149816047538945": 18, "3802857225639665": 18, "292797576724562": 18, "212": 18, "122": 18, "189": 18, "87": 18, "78": 18, "131": [18, 19], "otim": 18, "single_qubit_label": 18, "single_qubit_st": 18, "924": 18, "104": 18, "920": 18, "true_stat": 18, "observed_st": 18, "90234375": 18, "1015625": 18, "09765625": 18, "8984375": 18, "joint": [18, 64], "a_pinv": 18, "pinv": 18, "positive_dist": 18, "ncorrect": [18, 37], "501": [18, 34], "mitigated_sg": 18, "kind": [18, 59], "bar_label": 18, "assumpt": 18, "a_n": 18, "local_label": 18, "local_st": 18, "388": 18, "235": 18, "174": 18, "79": [18, 19, 53], "58": 18, "38": [18, 19, 73, 75], "370": 18, "60": [18, 75], "107": 18, "162": 18, "marginalized_count": 18, "total_shot": 18, "marginal_ct": 18, "85546875": 18, "15722656": 18, "14453125": 18, "84277344": 18, "6328125": 18, "38476562": 18, "3671875": 18, "61523438": 18, "70800781": 18, "32226562": 18, "29199219": 18, "67773438": 18, "pinv_confusion_matric": 18, "a_joint": 18, "559": 18, "510": [18, 67], "521": 18, "446": 18, "mitigated_k_loc": 18, "248": 18, "159": [18, 19], "83": 18, "68": 18, "161": [18, 19], "93": 18, "46": 18, "363": 18, "253": 18, "76": 18, "378": 18, "150": [18, 68], "36": [18, 67], "74": [18, 23], "106": 18, "145": 18, "251": 18, "386": 18, "229": 18, "247": 18, "70": [18, 23], "163": 18, "371": 18, "95": 18, "157": [18, 19], "233": 18, "85": [18, 67], "396": 18, "393": 18, "160": [18, 19], "a_ful": 18, "09734490298929": 18, "714": 18, "211": 18, "49": 18, "63": 18, "422": 18, "683": 18, "302": 18, "mitigated_ful": 18, "famou": 19, "signific": [19, 20, 23, 24, 29, 32, 81], "modern": 19, "asymmetr": 19, "encrypt": [19, 75], "scheme": [19, 55], "rsa": [19, 75], "proce": [19, 20, 75, 80], "explain": [19, 21, 54, 68], "contfrac": 19, "156": 19, "gcd": 19, "ceil": 19, "fraction": [19, 55], "satisfi": [19, 26, 46, 64, 73], "share": [19, 32, 55, 72, 75, 79, 81], "divisor": 19, "smallest": 19, "shors_algorithm": 19, "investig": 19, "terminologi": 19, "literatur": 19, "period": 19, "recast": 19, "a1": 19, "a2": 19, "divisor1": 19, "divisor2": 19, "find_order_quantum": 19, "find_order_class": 19, "test_ord": 19, "retri": [19, 30], "establish": 19, "rewritten": [19, 30], "rewrit": [19, 71], "peter": 19, "50": [19, 23, 59, 68, 79], "possible_factor": 19, "test_factor": 19, "No": [19, 64, 67, 75], "straightforward": 19, "notabl": 19, "ineffici": 19, "158": 19, "naiv": [19, 48], "interv": [19, 22], "my_integ": 19, "123": 19, "edit": [19, 75], "initial_value_to_start": 19, "central": 19, "lceil": 19, "rceil": 19, "phase_kernel": 19, "ai": 19, "carri": 19, "exponent": 19, "provabl": 19, "hefti": 19, "5l": 19, "algoirthm": 19, "72l": 19, "exponentiaion": 19, "beckman": 19, "chari": 19, "devabhaktuni": 19, "preskil": 19, "1996": 19, "beyond": [19, 53, 55, 67, 71], "difficulti": 19, "report": 19, "modular_mult_5_21": 19, "physlab": 19, "wp": 19, "content": [19, 34, 52, 64, 72, 75], "upload": 19, "2023": 19, "05": [19, 20, 53], "shor_s_algorithm_23100113_fin": 19, "modif": [19, 23, 55, 59, 65], "modular_exp_5_21": 19, "expon": 19, "control_s": 19, "ctrl_qubit": [19, 45], "198": 19, "5y": 19, "demonstrate_mod_exponenti": 19, "init": 19, "integer_result": 19, "previou": [19, 20, 23, 25, 40, 46, 51, 75], "199": 19, "modular_exp_4_21": 19, "ab": [19, 21], "2103": 19, "13855": 19, "control_register_s": 19, "work_register_s": 19, "control_regist": 19, "work_regist": 19, "201": 19, "values_for_a": 19, "15000": 19, "q6": 19, "q7": 19, "2843": 19, "913": 19, "1850": 19, "1935": 19, "1830": 19, "2846": 19, "1861": 19, "922": 19, "top_result": 19, "202": 19, "results_dictionari": 19, "pop": [19, 75, 79], "sorted_result": 19, "top_kei": 19, "max_valu": 19, "top_results_dictionari": 19, "203": 19, "750": 19, "lectur": 19, "scott": 19, "aaronson": 19, "204": 19, "get_order_from_phas": 19, "phase_nbit": 19, "eigenphas": 19, "from_float": 19, "limit_denomin": 19, "denomin": 19, "coefficients_continued_fract": 19, "continued_fract": 19, "convergents_continued_fract": 19, "algoithm": 19, "205": 19, "zero_result": 19, "elem": 19, "most_probable_bitpattern": 19, "reverse_result": 19, "nonzero": 19, "bitpattern": 19, "206": 19, "452": 19, "92": 19, "2485": 19, "96": 19, "1747": 19, "1654": 19, "1736": 19, "475": [19, 67], "420": 19, "00001": 19, "1710": 19, "113": 19, "467": 19, "2536": 19, "81": 19, "8125": 19, "8421052631578947": 19, "regev": 19, "heisenberg": 20, "chain": [20, 22, 48], "recurs": [20, 38], "fo": 20, "iht": 20, "approx": [20, 68], "prod_": [20, 42], "predefin": [20, 36, 61], "jx": 20, "jy": 20, "n_step": [20, 51], "n_spin": 20, "j_x": 20, "x_j": 20, "x_": 20, "y_j": 20, "y_": 20, "z_": 20, "jz": 20, "heisenbergmodelham": 20, "tdop": 20, "getinitst": 20, "numspin": 20, "qid": 20, "average_magnet": 20, "start_tim": [20, 23], "magnetization_exp_v": 20, "steptim": 20, "03444695472717285": 20, "09042024163828166": 20, "0026793479919433594": 20, "08898564687193886": 20, "002758026123046875": 20, "08698024360923415": 20, "002524852752685547": 20, "08507694741170907": 20, "0026259422302246094": 20, "08394118068746997": 20, "002542734146118164": 20, "08394076573115139": 20, "0027430057525634766": 20, "08502222139504187": 20, "0025305747985839844": 20, "08677832064885871": 20, "003045797348022461": 20, "08863390649349775": 20, "0025949478149414062": 20, "09005513983609514": 20, "boost": [20, 29], "resimul": 20, "24x": 20, "florian": 21, "f\u00fcrrutter": 21, "gorka": 21, "mu\u00f1oz": 21, "gil": 21, "han": 21, "briegel": 21, "nat": 21, "mach": 21, "intel": [21, 80], "515": 21, "524": 21, "2024": [21, 53], "viabl": 21, "commonli": [21, 26, 51, 73, 75], "dm": [21, 53], "deliv": [21, 53], "fold": 21, "prompt": [21, 75], "thoroughli": 21, "overview": 21, "neural": [21, 31], "network": [21, 31, 32, 52, 53, 54, 64, 72, 75, 81], "crucial": 21, "emploi": [21, 26], "de": 21, "genqc": 21, "diffusion_pipelin": 21, "diffusionpipelin": 21, "infer": [21, 68], "export_cudaq": 21, "genqc_to_cudaq": 21, "infer_compil": 21, "infer_comp": 21, "fix": [21, 22, 32, 55, 81], "infer_torch_devic": 21, "memoryclean": 21, "purge_mem": 21, "tf32": 21, "matmul": 21, "from_pretrain": 21, "floki00": 21, "qc_unitary_3qubit": 21, "hug": 21, "set_timestep": 21, "vocab": 21, "gate_pool": 21, "decod": 21, "num_of_qubit": 21, "max_gat": 21, "nonetheless": 21, "stai": 21, "tune": [21, 55], "bigger": 21, "70710678": [21, 24, 61], "ccx": 21, "scenario": [21, 32, 66, 75, 81], "miss": [21, 48, 55, 73], "u_r": 21, "u_i": 21, "u_tensor": 21, "stack": [21, 38], "out_tensor": 21, "generate_comp_tensor": 21, "system_s": 21, "guidanc": [21, 75], "cfg": [21, 69], "kernel_list": 21, "valid_tensor": 21, "invalid_tensor": 21, "out_tensors_i": 21, "catch": [21, 79], "invalid": [21, 55], "rapidli": 21, "successfulli": [21, 28], "transit": 21, "langl": [21, 34], "th": [21, 42], "got_unitari": 21, "basis_state_j": 21, "set_printopt": 21, "7071": 21, "infidel": 21, "ones": [21, 34, 51], "want_unitari": 21, "histogram": 21, "hist": 21, "almost": [21, 73], "min_index": 21, "4e": [21, 64], "09": 21, "valuabl": 21, "deal": [21, 46], "fewest": 21, "toffoli": [21, 45, 55], "token": [21, 52, 75], "duplic": 21, "pick": [21, 72, 73], "idx_uniqu": 21, "return_index": 21, "unique_tensor": 21, "unique_infidel": 21, "unique_kernel": 21, "idx_correct": 21, "argwher": 21, "correct_tensor": 21, "num_ccx": 21, "correct_kernel": 21, "correct_kernels_ccx1": 21, "preprocess": [22, 23], "uccsd": [22, 23], "hydrogen": 22, "bond": [22, 55], "interatom": 22, "electrostat": 22, "proton": 22, "shield": 22, "neutron": 22, "minimis": 22, "stabl": [22, 75], "hydrogen_count": 22, "angstrom": 22, "bond_dist": 22, "coupl": [22, 23, 39, 55, 64, 75], "cluster": [22, 23, 31, 54, 55], "uccsd_num_paramet": [22, 23], "builtin": [22, 69], "1371744305855906": 22, "popular": [22, 75], "xk": [22, 23], "x0": [22, 23, 34], "aspect": [23, 33, 34, 55, 79], "topic": [23, 61], "tradit": 23, "variation": 23, "elabor": 23, "get_fermion_oper": 23, "timeit": [23, 59, 67], "charg": 23, "1173": 23, "4691": 23, "7570": 23, "sto3g": 23, "run_pyscf": 23, "moleculardata": 23, "get_molecular_hamiltonian": 23, "jordan": 23, "wigner": 23, "molecular_hamiltonian": 23, "fermion_hamiltonian": 23, "spatial": 23, "theoret": 23, "excit": [23, 32, 68, 81], "hate": 23, "electron_num": 23, "molecuul": 23, "140": 23, "default_tim": 23, "end_tim": 23, "get_term_count": 23, "elaps": 23, "21455023422772": 23, "1086": 23, "9171073289999185": 23, "perfect": 23, "greatli": [23, 32, 81], "minut": [23, 75], "drastic": 23, "side": [23, 30, 48, 75], "ith": [23, 28], "prohibit": 23, "observe_asynch": 23, "epsilon": [23, 26, 28], "batched_gradient_funct": [23, 28], "tile": [23, 28], "xplu": [23, 28], "ey": [23, 28], "xminu": [23, 28], "g_plu": [23, 28], "g_minu": [23, 28], "bfg": [23, 28, 34], "gradient_vector": [23, 28], "init_param": 23, "result_vq": [23, 28], "jac": [23, 28], "73": 23, "19471262288755": 23, "57": [23, 73, 75], "27010986900132": 23, "thank": [23, 32, 55, 81], "unnecessari": 23, "highest": 23, "unoccupi": 23, "shallow": 23, "nele_ca": 23, "norb_ca": 23, "ncore": 23, "constrcut": 23, "occupied_indic": 23, "active_indic": 23, "96341992791962": 23, "754178541001238": 23, "consecut": [23, 29], "cudaq_mgpu_fus": [23, 29, 32, 55, 81], "506": 24, "494": 24, "subtl": [24, 59], "rebuilt": [24, 59], "feasibl": [24, 68], "signinific": 24, "textcolor": 24, "intens": [24, 59], "respons": [24, 59], "event": [24, 59, 73], "hamiltonian_1": 24, "hamiltonian_2": 24, "result_1": [24, 59], "result_2": [24, 59], "220446049250313e": 24, "obver": 24, "0eb6b444eb5b3a687e6fd64529ee9223aaa2870": 24, "mx": 25, "my": [25, 53, 72, 75], "qubits_a": 25, "qubit_b": 25, "savig": 25, "b0": 25, "coher": [26, 38, 52], "incoher": 26, "systemat": 26, "miscalibr": 26, "formal": 26, "k_i": 26, "ideal_count": 26, "error_prob": 26, "phase_flip": 26, "amplitude_damp": 26, "kraus_0": 26, "kraus_1": 26, "bitflip_channel": 26, "uniformli": 26, "noisy_count": 26, "844": 26, "88": 26, "8666666666666666": 26, "cover": [27, 61], "sophist": 27, "2xyx": 27, "3zzy": 27, "referenc": 27, "xyxz": 27, "432xzy": 27, "324ixx": 27, "ixx": 27, "432": 27, "324": 27, "907": [28, 34, 37, 42, 53, 54, 63], "1433": [28, 34, 37, 42, 53, 54, 63], "21829": [28, 34, 37, 42, 53, 54, 63], "adam": [28, 51], "nminim": 28, "748382901613712": 28, "58409164053813": 28, "accomplis": 28, "fucntion": 28, "messag": [28, 39, 53, 73, 75], "statu": 28, "7488646919931474": 28, "944e": 28, "288e": 28, "nfev": 28, "33": [28, 54, 75], "maxcv": 28, "plu": [28, 51], "minu": [28, 30, 51], "situat": 29, "c2h2vqe": 29, "cue": 30, "sens": [30, 69], "2d": 30, "plane": 30, "3d": 30, "varphi": 30, "direct": [30, 69, 79], "spheric": 30, "sphere": 30, "sure": [30, 54, 73, 75, 77, 80], "jupyt": [30, 52, 75], "menu": 30, "vscode": [30, 75], "click": [30, 75], "button": 30, "toolbar": 30, "misunderstand": 30, "qualifi": 30, "bash": [30, 53, 73, 75, 80], "pipe": [30, 69], "sy": [30, 59, 80], "nnew": 30, "subsequ": [30, 34, 39, 42, 44, 73, 75], "add_to_bloch_spher": 30, "rng": 30, "default_rng": [30, 67], "blochspherelist": 30, "anglelist": 30, "sph": 30, "displai": [30, 33], "accordingli": [30, 55, 79], "absolut": [30, 46, 69], "had": 30, "toolbox": 30, "blochspher": 30, "unfortun": 30, "handi": 30, "kernel_to_draw": 30, "14159": 30, "tdg": [30, 41], "142": 30, "documentclass": 30, "usepackag": 30, "quantikz": 30, "lstick": 30, "q_0": 30, "amp": 30, "r_1": 30, "qw": 30, "q_1": 30, "targx": 30, "q_2": 30, "q_3": 30, "editor": 30, "export": [30, 52, 53, 54, 72, 73, 80], "welcom": [31, 53, 65, 75], "page": [31, 59, 63, 65, 73, 75, 80], "scalabl": [31, 53, 80], "unifi": [31, 50, 80], "brows": 31, "amd64": [31, 32, 81], "2478": 31, "releas": [31, 50, 54, 55, 69, 75, 80, 81], "toolchain": [31, 47, 52, 59, 69, 75, 76, 77, 78, 80], "heterogen": [31, 33, 58, 73], "troubleshoot": [31, 56], "bernstein": [31, 75], "vazirani": [31, 75], "diffus": 31, "magnet": 31, "suzuki": 31, "deutsch": 31, "divis": 31, "coreset": 31, "qaoa": 31, "dock": 31, "dc": 31, "krylov": 31, "mont": 31, "carlo": 31, "fourier": [31, 37], "telepor": 31, "volum": 31, "mitig": 31, "fusion": [31, 32, 55, 81], "subspac": 31, "anderson": [31, 52], "impur": [31, 52], "infleqt": [31, 50], "sqale": [31, 52], "cloud": [31, 32, 50, 52, 55, 64, 81], "processor": [31, 32, 34, 39, 50, 59, 75, 79, 80, 81], "center": [31, 74, 75], "cmake": [31, 71, 72, 78], "repositori": [32, 71, 72, 73, 75, 81], "docker": [32, 51, 73, 80, 81], "nightli": [32, 75, 81], "toolset": [32, 73, 79, 81], "manipul": [32, 68, 81], "anyon": [32, 50, 81], "technologi": [32, 81], "ferimioniq": [32, 81], "oqc": [32, 50, 81], "hope": [32, 81], "enjoi": [32, 81], "wheel": [32, 54, 55, 73, 81], "eas": [32, 81], "think": [32, 54, 68, 81], "great": [32, 81], "extern": [32, 55, 69, 71, 73, 79, 81], "contributor": [32, 81], "bug": [32, 81], "frontend": [32, 81], "blog": [32, 81], "workload": [32, 54, 75, 81], "gnu": [32, 69, 73, 75, 79, 81], "older": [32, 73, 75, 81], "glibc": [32, 73, 75, 81], "iqm": [32, 50, 81], "publish": [32, 75, 81], "arm": [32, 73, 75, 80, 81], "aarch64": [32, 51, 80, 81], "pypi": [32, 73, 80, 81], "quantinuum": [32, 50, 81], "ionq": [32, 50, 81], "linux": [32, 69, 73, 75, 81], "coprocess": 33, "annot": [33, 38, 57, 65], "core": [33, 34, 55, 67, 69], "namespac": [33, 34, 36, 37, 38, 41, 42, 44, 46, 47, 53, 54, 59, 63, 64, 71, 72, 77, 79], "philosophi": 34, "stand": 34, "alon": 34, "adaptor": 34, "returntyp": 34, "hasvoidreturntyp": 34, "is_void_v": 34, "bel": 34, "lu": [34, 37, 46, 65, 66], "sequential_data": 34, "reg1": 34, "499": 34, "alwai": [34, 55, 75], "middl": 34, "implicitli": [34, 39, 48], "discern": 34, "silent": 34, "discard": 34, "ancillari": 34, "varieti": [34, 59], "enforc": 34, "sample_async_result": 34, "\ud835\udeb9": 34, "retain": [34, 40], "measurecount": 34, "spinop": 34, "x0x1exp": 34, "x0x1data": 34, "qarrai": [34, 37, 38, 45, 65, 69], "lf": [34, 37, 54, 63], "analyt": 34, "async_observe_result": 34, "broader": [34, 54], "dictat": 34, "safe": 34, "providesgradi": 34, "_providesgradi": 34, "someth": [34, 46, 73, 75, 79], "max_ev": 34, "opt_energi": 34, "grad_vec": 34, "\ud835\udeb9_i": 34, "address": [34, 54, 73], "overal": [34, 69, 72], "deuteron_n3_ansatz": 34, "x1": 34, "vctrl": 34, "h3": 34, "625": 34, "913119": 34, "make_tupl": 34, "min_val": 34, "permit": 35, "facilit": [36, 75], "privat": [36, 46], "thenfunctor": 36, "otherkernelbuild": 36, "kerneltocal": 36, "kerneltocontrol": 36, "kerneltoadjoint": 36, "argsarrai": 36, "decltyp": 36, "tuple_s": 36, "integral_const": 36, "sizeof": [36, 77], "tuple_el": 36, "conditional_t": [36, 46], "factori": 36, "xprep": 36, "qubitin": 36, "hadamardtest": 36, "num_it": 37, "c_str": [37, 79], "phase_estim": 37, "cpp": [37, 52, 53, 54, 55, 59, 63, 64, 65, 66, 69, 71, 72, 73, 75, 76, 77, 79, 80], "qpe": 37, "stdio": [37, 73], "cmath": 37, "iqft": 37, "denom": 37, "1ul": 37, "eigenst": 37, "stateprep": [37, 38], "ncountingqubit": 37, "state_prep": 37, "counting_qubit": 37, "state_regist": 37, "put": [37, 46, 68], "r1pigat": 37, "mostprob": 37, "to_integ": 37, "piestim": 37, "tgate": 37, "xgate": 37, "eigen": [37, 72], "nc": 37, "nq": 37, "countingqubit": 37, "stateregist": 37, "deuteron_n2_ansatz": 37, "param_spac": 37, "linspac": [37, 51, 64], "energy_at_param": 37, "energyatparam": 37, "reflect_about_uniform": 37, "ctrlqubit": 37, "lastqubit": 37, "compute_act": [37, 43], "run_grov": 37, "callablekernel": 37, "n_iter": 37, "target_st": 37, "target_bit_set": 37, "strtol": 37, "null": [37, 51, 75], "0b1011": 37, "compute_oracl": 37, "iterative_qp": 37, "iqp": 37, "cr0": 37, "cr2": 37, "m_pi_4": 37, "differenti": [38, 51], "former": 38, "latter": [38, 51, 69], "my_first_entry_point_kernel": 38, "my_second_entry_point_kernel": 38, "my_first_pure_device_kernel": 38, "parent": 38, "boolexprfromqubitmeasur": 38, "another_qubit": 38, "uncomput": [38, 39], "is_arithmetic_v": 38, "span": [38, 46], "mycustomsimplestruct": 38, "recursivevec": 38, "var": [38, 80], "kernelthatreturn": 38, "dataclass": 38, "mysimplestruct": 38, "recursivelist": 38, "1415926": 38, "kernellambda": 38, "mystateprep": 38, "mygenericalgorithm": 38, "placehold": 38, "mygenericalgorithm2": 38, "callkernel": 38, "anothervers": 38, "constrain": [38, 66], "is_convertible_v": 38, "takes_qubit": [38, 66], "mygenericalgorithmonqarrai": 38, "mygenericalgorithmonqubit": 38, "presum": 39, "graphic": 39, "fpga": 39, "concurr": [39, 53], "inter": [39, 55], "fabric": 39, "novel": 39, "placement": 39, "copyabl": [39, 46], "flavor": 39, "tightli": 39, "modal": 39, "sfina": 40, "foundat": 41, "inst_nam": 41, "header": [41, 73, 75, 77, 79], "qubitarg": 41, "qr": [41, 55], "scalarangl": 41, "rotation_nam": 41, "measure_op": 41, "convei": 41, "offici": [41, 73, 75], "p_i": 42, "sigma_j": 42, "intent": 43, "u_cod": 43, "v_code": 43, "computef": 43, "actionf": 43, "computel": 43, "segment": [43, 80], "effort": 44, "get_platform": [44, 54, 63], "quantumregist": 45, "x_gate": 45, "ctrl_bit": 45, "rx_and_h_gat": 45, "kerneltestcontrol": 45, "kerneltestadjoint": 45, "aggreg": [45, 64], "qubit0": [45, 55], "qubit1": [45, 55], "kernel_arg": 45, "fundament": [46, 68, 75, 80], "movabl": 46, "never": 46, "n_level": 46, "adl": 46, "familiar": 46, "stride": 46, "first_5": 46, "qb": 46, "knowledg": 46, "ahead": 46, "storag": [46, 68], "fivecompiletimequbit": 46, "conceptu": 48, "sai": [48, 51], "embodi": 48, "behind": 48, "dataflow": 48, "contrast": 48, "truli": 48, "ssa": 48, "clarifi": 48, "toi": 48, "foo": 48, "boilerpl": [48, 72], "c0": 48, "c1": 48, "extract_ref": [48, 69], "bunch": 48, "decid": 48, "i1": [48, 69], "imagin": 48, "adjac": [48, 52], "Of": 48, "cours": 48, "correctli": [48, 73, 77, 79], "quit": [48, 59], "prone": 48, "analys": 48, "q0_1": 48, "q0_0": 48, "wire": 48, "q0_z": 48, "elimin": [48, 54], "r0": 48, "qref": 48, "unwrap": 48, "misc": 48, "q0_m": 48, "q0_l": 48, "q1_x": 48, "q0_p": 48, "q0_y": 48, "straightforwardli": 48, "cancel": [48, 75, 80], "mmeori": 48, "comprehens": [50, 52, 55], "fermioniq": 50, "stim": 50, "tensornet": [50, 53, 54, 55], "mp": [50, 53, 55], "cuquantum": [51, 55, 67, 72, 73], "superconduct": [51, 68], "transmon": 51, "omega_z": 51, "sigma_z": 51, "omega_x": 51, "omega_d": 51, "sigma_x": 51, "cp": [51, 75], "rho0": 51, "t_final": 51, "evolution_result": [51, 52], "photon": [51, 52, 64, 68], "aka": [51, 55], "ladder": 51, "harmon": 51, "oscil": 51, "displac": 51, "squeez": 51, "momentum": 51, "sigma_i": 51, "jayn": 51, "cum": 51, "omega_c": 51, "omega_a": 51, "caviti": 51, "consider": 51, "h_0": 51, "drift": 51, "h0": 51, "displacement_matrix": 51, "numerictyp": 51, "en": 51, "wiki": 51, "displacement_oper": 51, "term1": 51, "term2": 51, "expm": 51, "system_dimens": 51, "system_oper": 51, "linearli": [51, 68], "time_depend": 51, "vari": 51, "parameter_valu": 51, "time_step": 51, "compute_valu": 51, "param_nam": 51, "step_idx": 51, "match": [51, 52, 73, 75, 79], "undefin": [51, 79], "rungekuttaintegr": 51, "4th": 51, "rung": 51, "kutta": 51, "scipyzvodeintegr": 51, "ordinari": 51, "cudatorchdiffeqdopri5integr": 51, "dormand": 51, "princ": 51, "shampin": 51, "torchdiffeq": 51, "cudatorchdiffeqadaptiveheunintegr": 51, "cudatorchdiffeqbosh3integr": 51, "bogacki": 51, "cudatorchdiffeqdopri8integr": 51, "cudatorchdiffeqeulerintegr": 51, "cudatorchdiffeqexplicitadamsintegr": 51, "bashforth": 51, "cudatorchdiffeqimplicitadamsintegr": 51, "moulton": 51, "cudatorchdiffeqmidpointintegr": 51, "midpoint": 51, "cudatorchdiffeqrk4integr": 51, "secur": [52, 54, 75], "demand": [52, 54], "simplest": 52, "cli": [52, 75], "aws_default_region": 52, "aws_access_key_id": 52, "key_id": 52, "aws_secret_access_kei": 52, "access_kei": 52, "aws_session_token": 52, "sv1": [52, 64], "arn": [52, 64], "eu": [52, 64], "north": [52, 64], "garnet": [52, 64], "device_arn": 52, "softwar": [52, 73, 75], "authent": [52, 54, 55, 75], "emit": [52, 69], "diagnost": 52, "ionq_api_kei": 52, "ionq_generated_api_kei": 52, "aria": [52, 64], "login": [52, 75], "usernam": 52, "password": [52, 75], "refresh": 52, "echo": [52, 53, 73, 75, 79], "home": [52, 53, 75], "anyon_config": 52, "apt": [52, 75], "curl": [52, 73], "jq": 52, "5000": 52, "id_token": 52, "cat": [52, 75], "refresh_token": 52, "cudaq_anyon_credenti": 52, "telegraph": 52, "8q": 52, "berkelei": 52, "25q": 52, "inject": [52, 64, 69, 75], "cortex": 52, "cach": 52, "iqm_tokens_fil": 52, "mandatori": 52, "coco": [52, 64], "adoni": [52, 64], "iqm_server_url": 52, "fi": [52, 73, 75], "apollo": 52, "oxford": 52, "ring": 52, "topologi": 52, "luci": 52, "kagom": 52, "lattic": 52, "toshiko": 52, "contact": [52, 55, 64], "oqc_qcaas_support": [52, 64], "oxfordquantumcircuit": [52, 64], "email": [52, 53], "oqc_url": [52, 64], "oqc_email": [52, 64], "oqc_password": [52, 64], "qcaa": 52, "assembli": 52, "qat": 52, "pt": [52, 64, 75], "interf": [52, 64], "detector": [52, 64], "delai": [52, 64], "orca_access_url": [52, 64], "orca_auth_token": 52, "abcdef123456": 52, "orca_url": [52, 64], "getenv": [52, 64], "localhost": [52, 54, 64, 75], "your_alia": 52, "your_password": 52, "qapi": 52, "quantinuum_config": 52, "cudaq_quantinuum_credenti": 52, "checker": [52, 64], "mere": [52, 73], "2e": [52, 64], "1sc": 52, "navig": [52, 75], "tab": [52, 75], "tabl": [52, 53, 54, 72, 75], "east": 52, "whitepap": 52, "world": [53, 58, 65], "visit": [53, 59], "link": [53, 69, 73, 75, 76, 77, 79], "approv": 53, "nvqc_api_kei": 53, "session": [53, 54, 75], "bashrc": [53, 75], "438": 53, "3600": 53, "h100": 53, "80gb": 53, "hbm3": 53, "driver": [53, 73, 75], "gb": [53, 55, 67], "clock": 53, "mhz": 53, "2619": 53, "1980": 53, "1111111111111111111111111": [53, 67], "486": 53, "0000000000000000000000000": [53, 67], "514": 53, "nvqc_intro": 53, "545": 53, "487": 53, "513": 53, "nvqc_sampl": 53, "grow": [53, 72], "ngpu": 53, "unabl": [53, 75], "deploy": 53, "ye": [53, 75], "cutensornet": [53, 55], "contract": [53, 55], "wherebi": [53, 54, 55], "worker": 53, "nqpu": 53, "opt_gradi": 53, "submiss": [53, 60, 64], "energy_futur": 53, "plus_futur": 53, "minus_futur": 53, "optimal_valu": 53, "grad": 53, "paramshift": 53, "74886": 53, "nvqc_vqe": 53, "incom": [53, 66], "attain": 53, "On": [53, 54, 55, 65, 75, 80], "busi": 53, "substanti": 53, "nvqc_log_level": 53, "disabl": [53, 55, 73], "credenti": [53, 55, 64], "lieu": 53, "nvqc_config": 53, "elucid": 54, "unlik": [54, 59], "opportun": 54, "count_futur": 54, "kerneltobesampl": 54, "runtimeparam": 54, "singleton": [54, 63], "zu": [54, 63], "countfutur": 54, "emplace_back": 54, "gpuemulatedqpu": 54, "37": 54, "cudaq_mqpu_ngpu": 54, "bellow": 54, "state_futur": 54, "kerneltorun": 54, "async_state_result": 54, "statefutur": 54, "suffici": [54, 73, 75, 80], "mpiexec": [54, 55, 73], "script": [54, 59, 73, 75], "srun": 54, "controls_count": 54, "auto_launch": 54, "isdigit": 54, "nrcontrol": 54, "tidx": 54, "daemon": 54, "qpud": 54, "shut": 54, "cudaq_loc": 54, "grep": [54, 73], "qpud_pi": 54, "cuda_visible_devic": [54, 55], "tcp": [54, 75], "ip": 54, "ld_library_path": [54, 73, 80], "launcher": 54, "app": 54, "firewal": 54, "port1": 54, "port2": 54, "port3": 54, "port4": 54, "per": [54, 55, 67], "resolv": 54, "contigu": 54, "byte": [54, 67, 79], "memcpi": 54, "ixiz": 54, "charact": 54, "incur": 54, "overhead": 54, "defer": 54, "rtti": 54, "standalon": [54, 72], "accommod": 55, "switch": [55, 67], "cudaq_fusion_max_qubit": 55, "cudaq_fusion_diagonal_gate_max_qubit": 55, "cudaq_fusion_num_host_thread": 55, "cudaq_max_cpu_memory_gb": 55, "migrat": [55, 73], "unlimit": 55, "0gb": 55, "cudaq_max_gpu_memory_gb": 55, "exce": 55, "cudaq_mgpu_lib_mpi": 55, "libmpi": [55, 75], "cudaq_mgpu_comm_plugin_typ": 55, "openmpi": [55, 73, 75, 80], "mpich": [55, 73], "commplugin": 55, "cudaq_mgpu_nqubits_thresh": 55, "cudaq_mgpu_p2p_device_bit": 55, "gpudirect": 55, "p2p": 55, "cudaq_gpu_fabr": 55, "mnnvl": 55, "nvl": 55, "nvlink": 55, "cudaq_global_index_bit": 55, "comma": 55, "slower": 55, "cudaq_host_device_migration_level": 55, "insert": [55, 71], "interconnect": 55, "infiniband": 55, "fuse": 55, "4x4": 55, "bandwidth": 55, "significantli": 55, "suitabl": [55, 73, 75, 79], "despit": [55, 64], "poor": 55, "visibl": [55, 75], "cutensornet_comm_lib": 55, "libcutensornet_distributed_interface_mpi": 55, "dedic": 55, "dgx": 55, "omp_plac": 55, "omp_num_thread": 55, "number_of_cores_per_nod": 55, "number_of_gpus_per_nod": 55, "wave": 55, "sparsiti": 55, "svd": 55, "singular": [55, 73], "truncat": 55, "tractabl": 55, "footprint": 55, "cudaq_mps_max_bond": 55, "cudaq_mps_abs_cutoff": 55, "largest": 55, "trim": 55, "cudaq_mps_relative_cutoff": 55, "cudaq_mps_svd_algo": 55, "gesvd": 55, "gesvdj": 55, "jacobi": 55, "gesvdp": 55, "gesvdr": 55, "medium": 55, "ava": 55, "onlin": [55, 73, 75], "fermioniq_access_token_id": 55, "fermioniq_access_token_secret": 55, "remote_config": 55, "remote_config_id": 55, "organ": 55, "project_id": 55, "bond_dim": 55, "overridden": [55, 72], "cudaq_default_simul": 55, "debug": [56, 69, 73, 75], "amongst": 57, "roughli": [59, 67, 68], "505": 59, "495": 59, "result_0": 59, "5005": 59, "4995": 59, "most_probable_result": 59, "kernel2": 59, "num_gpu": [59, 67], "confirm": [59, 64, 73, 75, 80], "025": 59, "million": 59, "35x": 59, "code_to_tim": 59, "1000000": 59, "57462": 59, "stmt": 59, "773286": 59, "atoi": [59, 80], "chrono": [59, 64], "high_resolution_clock": 59, "durat": 59, "took": 59, "8337": 59, "18988": 59, "cudaq_log_level": 60, "prepend": 60, "cudaq_dump_jit_ir": 60, "output_filenam": 60, "agnost": 61, "707": 61, "707j": 61, "kernel_initi": 61, "state_to_pass": 61, "default_op": 61, "Or": 61, "x_kernel": [61, 66], "control_vector": [61, 66], "blow": 61, "kernel_a": 61, "kernel_b": 61, "024": 61, "543": 61, "d2": 63, "observe_mqpu": 63, "async_count": 64, "fstream": 64, "proceed": [64, 73], "redefin": 64, "same_fil": 64, "retrieved_async_result": 64, "cq_sqale_simul": 64, "ofstream": 64, "savem": 64, "readin": 64, "ifstream": 64, "flight": 64, "mimic": 64, "dashboard": 64, "qb1": 64, "qb2": 64, "qb3": 64, "qb4": 64, "qb5": 64, "adonis_ghz": 64, "transpar": 64, "worri": 64, "schemat": 64, "optic": 64, "reconfigur": 64, "indistinguish": 64, "interfer": [64, 73, 75], "exit": [64, 67, 75], "half": 64, "n_beam_splitt": 64, "sleep": 64, "this_thread": 64, "sleep_for": 64, "sleep_until": 64, "chrono_liter": 64, "sum_loop_length": 64, "static_cast": [64, 77], "n_loop": 64, "n_mode": 64, "endl": [64, 79], "200m": 64, "endpoint": 64, "syntax_check": 64, "hello": [64, 65, 75], "arrang": 64, "7e": 64, "time_max": 64, "time_ramp": 64, "omega_max": 64, "6300000": 64, "rad": 64, "sec": 64, "delta_start": 64, "delta_end": 64, "piec": [64, 73], "wise": 64, "waveform": 64, "rabi": 64, "12121222": 64, "21202221": 64, "21212121": 64, "21212122": 64, "21221212": 64, "21221221": 64, "22121221": 64, "22221221": 64, "post_sequ": 64, "01010111": 64, "10101010": 64, "10101011": 64, "10101110": 64, "10110101": 64, "10110110": 64, "11010110": 64, "11110110": 64, "pre_sequ": 64, "11101111": 64, "11111111": 64, "rydberg": 64, "gotten": 65, "static_kernel": 65, "multi_controlled_oper": 66, "ccnot": 66, "applyx": 66, "ccnot_test": 66, "apply_x": 66, "counts2": 66, "seamless": [67, 75], "multithread": 67, "ghz_state": 67, "sample_ghz_st": 67, "cpu_result": 67, "525": [67, 75], "2500x": 67, "gpu_result": 67, "490": 67, "8700": 67, "freeli": [67, 73, 75], "term_count": 67, "qubits_list": 67, "990": 67, "dev": [67, 73, 75], "xi": 67, "2500": 67, "4x": 67, "transmiss": 68, "counterpart": 68, "transistor": 68, "alter": 68, "ion": 68, "ourselv": 68, "law": 68, "physicist": 68, "logarithm": 68, "dirac": 68, "correspondingli": [68, 79], "art": [68, 79], "offload": 68, "lvert": 68, "rvert": 68, "502": 68, "498": 68, "modulu": 68, "conserv": 68, "uphold": 68, "probabilist": 68, "devis": 68, "postul": 68, "alpha_": 68, "llvm": [69, 71, 72, 73, 77], "qke": [69, 71], "pipelin": 69, "canonic": 69, "lift": 69, "indirect": 69, "loader": 69, "cse": 69, "lpsxpu": 69, "p3de4l": 69, "fixup": 69, "linkag": 69, "pl": [69, 73], "llc": [69, 73], "reloc": 69, "pic": 69, "filetyp": 69, "obj": 69, "o2": 69, "clang": [69, 73, 79], "gcc": [69, 73, 75, 79], "x86_64": [69, 73, 75, 80], "lib64": [69, 75, 77], "stub": 69, "wl": [69, 73, 79], "rpath": [69, 79], "llib": 69, "lcudaq": 69, "builder": 69, "ensmallen": 69, "em": 69, "lnvqir": 69, "orchestr": 69, "qtx": 69, "mangled_name_map": 69, "__nvqpp__mlirgen__ghz": 69, "_zn3ghzclei": 69, "i32": 69, "entrypoint": 69, "alloca": 69, "memref": 69, "extsi": 69, "c0_i32": 69, "c0_i32_0": 69, "alloca_1": 69, "c1_i32": 69, "subi": 69, "cmpi": 69, "slt": 69, "addi": 69, "unoptim": 69, "mangl": 69, "introspect": 69, "overwrit": 69, "libcudaq": 69, "libnvqir": [69, 72], "robust": 69, "depart": 69, "recal": 69, "datalayout": 69, "p270": 69, "p271": 69, "p272": 69, "f80": 69, "n8": 69, "s128": 69, "invokewithcontrolqubit": 69, "__quantum__qis__x__ctl": 69, "__quantum__rt__array_get_size_1d": 69, "__quantum__qis__h": 69, "i8": 69, "__quantum__rt__array_get_element_ptr_1d": 69, "sext": 69, "bitcast": 69, "icmp": 69, "sgt": 69, "br": 69, "ph": 69, "prehead": 69, "_crit_edg": 69, "trip": 69, "zext": 69, "indvar": 69, "iv": 69, "nuw": 69, "nsw": 69, "nonnul": 69, "exitcond": 69, "ph3": 69, "_crit_edge4": 69, "exitcond5": 69, "mycustomplugin": 71, "cmakelist": [71, 72, 76], "add_llvm_pass_plugin": 71, "operationpass": 71, "quakedialect": 71, "quakeop": 71, "frozenrewritepatternset": 71, "dialectconvers": 71, "replaceh": 71, "oprewritepattern": 71, "hop": 71, "logicalresult": 71, "matchandrewrit": 71, "patternrewrit": 71, "replaceopwithnewop": 71, "sop": 71, "isadj": 71, "getparamet": 71, "getcontrol": 71, "gettarget": 71, "custompassplugin": 71, "passwrapp": 71, "mlir_define_explicit_internal_inline_type_id": 71, "stringref": 71, "runonoper": 71, "getoper": 71, "getcontext": 71, "rewritepatternset": 71, "conversiontarget": 71, "addlegaldialect": 71, "addillegalop": 71, "applypartialconvers": 71, "emitoperror": 71, "signalpassfailur": 71, "cudaq_register_mlir_pass": 71, "add_subdirectori": 71, "circuitsimulatorbas": 72, "lot": 72, "qppcircuitsimul": 72, "custateveccircuitsimul": 72, "openmp": [72, 73, 80], "addqubittost": 72, "addqubitstost": 72, "resetqubit": 72, "qubitidx": 72, "resetqubitstateimpl": 72, "applyg": 72, "gateapplicationtask": 72, "measurequbit": 72, "floattyp": 72, "mysimul": 72, "nvqir_register_simul": 72, "mysimulatorclassnam": 72, "dylib": 72, "nvqir_simulation_backend": 72, "cuda_quantum_path": [72, 73, 75, 76], "find_packag": [72, 76], "nvqir_add_backend": 72, "folder": [72, 73, 75, 76], "cmake_minimum_requir": [72, 76], "fatal_error": [72, 76], "democreatenvqirbackend": 72, "cxx": [72, 73, 76, 80], "measuredbit": 72, "cuda_quantum": [72, 73], "cd": [72, 73, 75, 76], "ninja": [72, 76], "dnvqir_dir": 72, "rootless": 73, "admin": [73, 75], "meet": 73, "carefulli": 73, "requisit": 73, "almalinux": 73, "manylinux_2_28": 73, "cento": [73, 75], "debian": [73, 75], "fedora": [73, 75], "opensus": [73, 75], "sled": [73, 75], "sle": [73, 75], "rhel": [73, 75], "rocki": [73, 75], "ubuntu": [73, 75], "newer": [73, 75, 80], "x86": [73, 75], "arm64": [73, 75, 80], "v8": [73, 75], "volta": [73, 75], "ture": [73, 75], "amper": [73, 75], "ada": [73, 75], "hopper": [73, 75], "470": [73, 75], "git": 73, "unzip": 73, "web": [73, 75], "cudaq_install_prefix": 73, "cuquantum_install_prefix": 73, "cutensor_install_prefix": 73, "cutensor": 73, "llvm_install_prefix": 73, "blas_install_prefix": 73, "bla": 73, "zlib_install_prefix": 73, "zlib": 73, "openssl_install_prefix": 73, "openssl": 73, "curl_install_prefix": 73, "aws_install_prefix": 73, "toolkit": [73, 75, 77, 80], "cuda_vers": [73, 75, 80], "cuda_download_url": [73, 75], "repo": [73, 75], "subfold": [73, 75], "rhel8": [73, 75], "cuda_arch_fold": [73, 75], "dnf": [73, 75], "nobest": [73, 75], "setopt": [73, 75], "install_weak_dep": [73, 75], "tr": [73, 75], "gcc_version": 73, "assembl": 73, "enable_script": 73, "gcc_toolchain": 73, "rh": 73, "cudacxx": 73, "nvcc": [73, 75, 77], "cudahostcxx": 73, "commit": 73, "checkout": 73, "archiv": [73, 75, 79], "subsect": 73, "devel": [73, 75], "suffix": [73, 80], "conda": [73, 80], "auditwheel": 73, "patchelf": 73, "pyproject": 73, "toml": 73, "llvm_project": 73, "flang": 73, "lld": 73, "install_prerequisit": [73, 75], "sh": [73, 75, 80], "fc": 73, "histori": 73, "setuptools_scm_pretend_vers": 73, "cudaq_wheel": 73, "manylinux_platform": 73, "linux_": 73, "sed": [73, 75], "manylinux_2_28_": 73, "pwd": [73, 79], "_skbuild": 73, "repair": 73, "plat": 73, "libcubla": [73, 75], "libcublaslt": 73, "libcusolv": [73, 75], "libcutensor": 73, "libcutensornet": 73, "libcustatevec": 73, "libcudart": 73, "libnvtoolsext": 73, "libnvidia": 73, "ml": 73, "libcuda": 73, "wheelhous": 73, "cudaq_enable_static_link": 73, "cudaq_require_openmp": 73, "cudaq_werror": 73, "cudaq_python_support": 73, "build_cudaq": 73, "primarili": 73, "linker": [73, 79], "makeself": 73, "cuda_quantum_asset": 73, "mv": 73, "ld": 73, "build_config": 73, "xml": 73, "gzip": [73, 75], "sha256": 73, "install_cuda_quantum": [73, 75, 80], "unam": [73, 75, 80], "migrate_asset": 73, "libc6": [73, 75], "sudo": [73, 75, 80], "set_env": [73, 75], "asset": [73, 75, 80], "profil": [73, 75, 80], "version_suffix": [73, 75], "cudart": [73, 75], "nvrtc": [73, 75], "f1": [73, 75], "libnvjitlink": [73, 75], "awar": 73, "autoconf": 73, "libtool": 73, "flex": 73, "openmpi_vers": 73, "openmpi_download_url": 73, "ompi": 73, "tar": [73, 75], "gz": [73, 75], "tmp": 73, "xf": 73, "rf": [73, 75], "autogen": 73, "ldflag": 73, "prefix": [73, 75], "getpwuid": 73, "mem": 73, "memcheck": 73, "verb": 73, "nproc": 73, "mpic": 73, "mpi_cuda_check": 73, "__has_includ": 73, "ext": 73, "endif": 73, "mpi_init": 73, "exit_cod": 73, "mpix_query_cuda_support": 73, "mpi_fin": 73, "mca": 73, "plm_rsh_agent": 73, "ssh": 73, "rsh": 73, "slurm": 73, "mpi_path": [73, 75, 80], "distributed_interfac": [73, 75, 80], "activate_custom_mpi": [73, 75, 80], "bundl": 75, "deploi": 75, "unsur": 75, "engin": 75, "desktop": 75, "administr": 75, "ngc": 75, "whenev": 75, "pull": 75, "nvcr": 75, "cu12": [75, 80], "prototyp": 75, "tri": 75, "readm": 75, "appreci": 75, "insuffici": 75, "hover": 75, "id_rsa": 75, "pub": 75, "itd": 75, "2222": 75, "exec": 75, "openssh": 75, "usepam": 75, "sshd_config": 75, "authorized_kei": 75, "sbin": 75, "sshd": 75, "stricthostkeycheck": 75, "userknownhostsfil": 75, "globalknownhostsfil": 75, "relocat": 75, "wsl": 75, "prerequisit": 75, "sylab": 75, "ce": 75, "xzf": 75, "mconfig": 75, "suid": 75, "builddir": 75, "bootstrap": 75, "runscript": 75, "mount": 75, "devpt": 75, "fakeroot": 75, "sif": 75, "writabl": 75, "nv": 75, "conf": 75, "ldd": [75, 79], "privileg": 75, "revis": 75, "upvot": 75, "posix": 75, "browser": 75, "palett": 75, "attach": 75, "window": 75, "reload": 75, "microsoft": 75, "sandbox": 75, "portmap": 75, "sshd_output": 75, "listen": 75, "1025": 75, "65535": 75, "ui": 75, "aren": 75, "icon": 75, "sidebar": 75, "workspac": 75, "remotecommand": 75, "requesttti": 75, "hostnam": 75, "enableremotecommand": 75, "uselocalserv": 75, "remoteserverlistenonsocket": 75, "connecttimeout": 75, "serverinstallpath": 75, "sign": 75, "upgrad": 75, "ac": 75, "ace_nam": 75, "instance_nam": 75, "commandlin": 75, "job_id": 75, "8888": 75, "portal": 75, "404": 75, "patient": 75, "happi": 75, "cuda12x": 75, "ship": 75, "vendor": 75, "prebuilt": 75, "guarante": 75, "libcudaq_distributed_interface_mpi": 75, "cudaq_mpi_comm_lib": 75, "cu11": [75, 80], "uninstal": [75, 80], "supersed": 75, "dsize": 75, "fairli": 75, "succe": 75, "hang": [75, 80], "imper": 76, "mycudaqapp": 76, "add_execut": 76, "ghz_ex": 76, "dcudaq_dir": 76, "cu": 77, "my_proj": 77, "conform": 77, "my_proj_quantum": 77, "libc": 77, "cudadatatyp": [77, 79], "cudasetfirstnel": 77, "__restrict__": 77, "sv2": 77, "int64_t": 77, "blockidx": 77, "blockdim": 77, "threadidx": 77, "setfirstnel": 77, "uint32_t": [77, 79], "n_block": [77, 79], "int32_t": [77, 79], "threads_per_block": [77, 79], "newdevicestatevector": 77, "devicestatevector": [77, 79], "previousstatedimens": 77, "reinterpret_cast": [77, 79], "cufloatcomplex": [77, 79], "cudoublecomplex": [77, 79], "cucomplex": 77, "cuda_runtim": 77, "device_launch_paramet": 77, "my_kernel": 77, "cudamalloc": 77, "xcompil": 77, "fpic": [77, 79], "cuda_hom": 77, "lcudart": 77, "my_execut": 77, "quantum_kernel": 79, "sstream": 79, "bell_distribut": 79, "stringbuf": 79, "ptr": 79, "strcpy": 79, "libstdc": 79, "libquantum_kernel": 79, "bell_dist": 79, "lquantum_kernel": 79, "abi": 79, "incompat": 79, "watch": 79, "surround": 79, "wherea": 79, "third_party_librari": 79, "libexternal_librari": 79, "my_cod": 79, "bstatic": 79, "lexternal_librari": 79, "bdynam": 79, "crut": 79, "libexternal_library_complet": 79, "naddlib": 79, "nsave": 79, "nend": 79, "lexternal_library_complet": 79, "shim": 79, "pragma": 79, "is_integr": 79, "initializedevicestatevector": 79, "statedimens": 79, "cudainitializedevicestatevector": 79, "cumbersom": 79, "necessarili": 79, "recogn": 79, "env": 80, "forg": 80, "conda_prefix": 80, "ompi_mca_opal_cuda_support": 80, "ompi_mca_btl": 80, "openib": 80, "bash_profil": 80, "bash_login": 80, "_cu11": 80, "_cu12": 80, "amd": 80}, "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, "_CPPv4N5cudaq16ExecutionContext11asyncResultE", "cudaq::ExecutionContext::asyncResult"], [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, "_CPPv4N5cudaq16ExecutionContext18numberTrajectoriesE", "cudaq::ExecutionContext::numberTrajectories"], [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, 1, 1, "_CPPv4N5cudaq16FermioniqBaseQPUE", "cudaq::FermioniqBaseQPU"], [2, 0, 1, "_CPPv4N5cudaq19KernelExecutionTaskE", "cudaq::KernelExecutionTask"], [2, 1, 1, "_CPPv4N5cudaq21KernelThunkResultTypeE", "cudaq::KernelThunkResultType"], [2, 0, 1, "_CPPv4N5cudaq15KernelThunkTypeE", "cudaq::KernelThunkType"], [2, 1, 1, "_CPPv4N5cudaq17OrcaRemoteRESTQPUE", "cudaq::OrcaRemoteRESTQPU"], [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, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringE15KernelThunkTypePvNSt8uint64_tENSt8uint64_tERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel"], [2, 3, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringE15KernelThunkTypePvNSt8uint64_tENSt8uint64_tERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel::args"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringE15KernelThunkTypePvNSt8uint64_tENSt8uint64_tERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel::kernelFunc"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringE15KernelThunkTypePvNSt8uint64_tENSt8uint64_tERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel::name"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel::name"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringE15KernelThunkTypePvNSt8uint64_tENSt8uint64_tERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel::rawArgs"], [2, 4, 1, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringERKNSt6vectorIPvEE", "cudaq::QPU::launchKernel::rawArgs"], [2, 3, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution"], [2, 4, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution::name"], [2, 4, 1, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE", "cudaq::QPU::launchSerializedCodeExecution::serializeCodeExecutionObject"], [2, 3, 1, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE", "cudaq::QPU::onRandomSeedSet"], [2, 4, 1, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE", "cudaq::QPU::onRandomSeedSet::seed"], [2, 3, 1, "_CPPv4N5cudaq3QPU21resetExecutionContextEv", "cudaq::QPU::resetExecutionContext"], [2, 3, 1, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext", "cudaq::QPU::setExecutionContext"], [2, 4, 1, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext", "cudaq::QPU::setExecutionContext::context"], [2, 3, 1, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE", "cudaq::QPU::setId"], [2, 4, 1, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE", "cudaq::QPU::setId::_qpuId"], [2, 3, 1, "_CPPv4N5cudaq3QPU8setShotsEi", "cudaq::QPU::setShots"], [2, 4, 1, "_CPPv4N5cudaq3QPU8setShotsEi", "cudaq::QPU::setShots::_nShots"], [2, 3, 1, "_CPPv4N5cudaq3QPU27supportsConditionalFeedbackEv", "cudaq::QPU::supportsConditionalFeedback"], [2, 3, 1, "_CPPv4N5cudaq3QPUD0Ev", "cudaq::QPU::~QPU"], [2, 1, 1, "_CPPv4N5cudaq12QuEraBaseQPUE", "cudaq::QuEraBaseQPU"], [2, 1, 1, "_CPPv4N5cudaq10QuakeValueE", "cudaq::QuakeValue"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue::builder"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue::builder"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE", "cudaq::QuakeValue::QuakeValue::v"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd", "cudaq::QuakeValue::QuakeValue::v"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue22canValidateNumElementsEv", "cudaq::QuakeValue::canValidateNumElements"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue12constantSizeEv", "cudaq::QuakeValue::constantSize"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4dumpERNSt7ostreamE", "cudaq::QuakeValue::dump"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4dumpEv", "cudaq::QuakeValue::dump"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue19getRequiredElementsEv", "cudaq::QuakeValue::getRequiredElements"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValue8getValueEv", "cudaq::QuakeValue::getValue"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValue7inverseEv", "cudaq::QuakeValue::inverse"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue8isStdVecEv", "cudaq::QuakeValue::isStdVec"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue", "cudaq::QuakeValue::operator*"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemlEKd", "cudaq::QuakeValue::operator*"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue", "cudaq::QuakeValue::operator*::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue", "cudaq::QuakeValue::operator+"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplEKd", "cudaq::QuakeValue::operator+"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueplEKi", "cudaq::QuakeValue::operator+"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue", "cudaq::QuakeValue::operator+::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiEKd", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuemiEKi", "cudaq::QuakeValue::operator-"], [2, 3, 1, "_CPPv4NK5cudaq10QuakeValuemiEv", "cudaq::QuakeValue::operator-"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue", "cudaq::QuakeValue::operator-::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue", "cudaq::QuakeValue::operator/"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValuedvEKd", "cudaq::QuakeValue::operator/"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue", "cudaq::QuakeValue::operator/::other"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE", "cudaq::QuakeValue::operator[]"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue", "cudaq::QuakeValue::operator[]"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE", "cudaq::QuakeValue::operator[]::idx"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue", "cudaq::QuakeValue::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue4sizeEv", "cudaq::QuakeValue::size"], [2, 3, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice::count"], [2, 4, 1, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE", "cudaq::QuakeValue::slice::startIdx"], [2, 0, 1, "_CPPv4N5cudaq11QuantumTaskE", "cudaq::QuantumTask"], [2, 0, 1, "_CPPv4N5cudaq17QubitConnectivityE", "cudaq::QubitConnectivity"], [2, 0, 1, "_CPPv4N5cudaq9QubitEdgeE", "cudaq::QubitEdge"], [2, 1, 1, "_CPPv4N5cudaq18RemoteCapabilitiesE", "cudaq::RemoteCapabilities"], [2, 3, 1, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb", "cudaq::RemoteCapabilities::RemoteCapabilities"], [2, 4, 1, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb", "cudaq::RemoteCapabilities::RemoteCapabilities::initValue"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities17isRemoteSimulatorE", "cudaq::RemoteCapabilities::isRemoteSimulator"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities18serializedCodeExecE", "cudaq::RemoteCapabilities::serializedCodeExec"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities12stateOverlapE", "cudaq::RemoteCapabilities::stateOverlap"], [2, 5, 1, "_CPPv4N5cudaq18RemoteCapabilities3vqeE", "cudaq::RemoteCapabilities::vqe"], [2, 1, 1, "_CPPv4N5cudaq21RemoteSimulationStateE", "cudaq::RemoteSimulationState"], [2, 1, 1, "_CPPv4N5cudaq9ResourcesE", "cudaq::Resources"], [2, 1, 1, "_CPPv4N5cudaq30SerializedCodeExecutionContextE", "cudaq::SerializedCodeExecutionContext"], [2, 1, 1, "_CPPv4N5cudaq15SimulationStateE", "cudaq::SimulationState"], [2, 1, 1, "_CPPv4N5cudaq15SimulationState6TensorE", "cudaq::SimulationState::Tensor"], [2, 6, 1, "_CPPv4N5cudaq15SimulationState9precisionE", "cudaq::SimulationState::precision"], [2, 7, 1, "_CPPv4N5cudaq15SimulationState9precision4fp32E", "cudaq::SimulationState::precision::fp32"], [2, 7, 1, "_CPPv4N5cudaq15SimulationState9precision4fp64E", "cudaq::SimulationState::precision::fp64"], [2, 0, 1, "_CPPv4N5cudaq15TensorStateDataE", "cudaq::TensorStateData"], [2, 1, 1, "_CPPv4N5cudaq5TraceE", "cudaq::Trace"], [2, 1, 1, "_CPPv4N5cudaq25amplitude_damping_channelE", "cudaq::amplitude_damping_channel"], [2, 1, 1, "_CPPv4I0EN5cudaq12async_resultE", "cudaq::async_result"], [2, 2, 1, "_CPPv4I0EN5cudaq12async_resultE", "cudaq::async_result::T"], [2, 3, 1, "_CPPv4N5cudaq12async_result3getEv", "cudaq::async_result::get"], [2, 0, 1, "_CPPv4N5cudaq19async_sample_resultE", "cudaq::async_sample_result"], [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, 3, 1, "_CPPv4I0DpEN5cudaq9get_stateEDaRR13QuantumKernelDpRR4Args", "cudaq::get_state"], [2, 2, 1, "_CPPv4I0DpEN5cudaq9get_stateEDaRR13QuantumKernelDpRR4Args", "cudaq::get_state::Args"], [2, 2, 1, "_CPPv4I0DpEN5cudaq9get_stateEDaRR13QuantumKernelDpRR4Args", "cudaq::get_state::QuantumKernel"], [2, 4, 1, "_CPPv4I0DpEN5cudaq9get_stateEDaRR13QuantumKernelDpRR4Args", "cudaq::get_state::args"], [2, 4, 1, "_CPPv4I0DpEN5cudaq9get_stateEDaRR13QuantumKernelDpRR4Args", "cudaq::get_state::kernel"], [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_channelERKNSt6vectorI8kraus_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, "_CPPv4N5cudaq13kraus_channel13kraus_channelERKNSt6vectorI8kraus_opEE", "cudaq::kraus_channel::kraus_channel::inOps"], [2, 4, 1, "_CPPv4IDpEN5cudaq13kraus_channel13kraus_channelEDpRRNSt16initializer_listI1TEE", "cudaq::kraus_channel::kraus_channel::inputLists"], [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, 5, 1, "_CPPv4N5cudaq13kraus_channel10noise_typeE", "cudaq::kraus_channel::noise_type"], [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, 5, 1, "_CPPv4N5cudaq13kraus_channel10parametersE", "cudaq::kraus_channel::parameters"], [2, 3, 1, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op", "cudaq::kraus_channel::push_back"], [2, 4, 1, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op", "cudaq::kraus_channel::push_back::op"], [2, 3, 1, "_CPPv4NK5cudaq13kraus_channel4sizeEv", "cudaq::kraus_channel::size"], [2, 1, 1, "_CPPv4N5cudaq8kraus_opE", "cudaq::kraus_op"], [2, 3, 1, "_CPPv4NK5cudaq8kraus_op7adjointEv", "cudaq::kraus_op::adjoint"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op4dataE", "cudaq::kraus_op::data"], [2, 3, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op"], [2, 3, 1, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE", "cudaq::kraus_op::kraus_op"], [2, 3, 1, "_CPPv4N5cudaq8kraus_op8kraus_opERK8kraus_op", "cudaq::kraus_op::kraus_op"], [2, 2, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op::T"], [2, 4, 1, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE", "cudaq::kraus_op::kraus_op::d"], [2, 4, 1, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE", "cudaq::kraus_op::kraus_op::initList"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op5nColsE", "cudaq::kraus_op::nCols"], [2, 5, 1, "_CPPv4N5cudaq8kraus_op5nRowsE", "cudaq::kraus_op::nRows"], [2, 3, 1, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op", "cudaq::kraus_op::operator="], [2, 4, 1, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op", "cudaq::kraus_op::operator=::other"], [2, 0, 1, "_CPPv4N5cudaq3mpiE", "cudaq::mpi"], [2, 3, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather"], [2, 3, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather::global"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather::global"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE", "cudaq::mpi::all_gather::local"], [2, 4, 1, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE", "cudaq::mpi::all_gather::local"], [2, 3, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce"], [2, 3, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::BinaryFunction"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce::Func"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::T"], [2, 2, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func", "cudaq::mpi::all_reduce::T"], [2, 4, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::function"], [2, 4, 1, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction", "cudaq::mpi::all_reduce::localValue"], [2, 3, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast"], [2, 3, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast::data"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast::data"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi", "cudaq::mpi::broadcast::rootRank"], [2, 4, 1, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi", "cudaq::mpi::broadcast::rootRank"], [2, 3, 1, "_CPPv4N5cudaq3mpi8finalizeEv", "cudaq::mpi::finalize"], [2, 3, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize"], [2, 3, 1, "_CPPv4N5cudaq3mpi10initializeEv", "cudaq::mpi::initialize"], [2, 4, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize::argc"], [2, 4, 1, "_CPPv4N5cudaq3mpi10initializeEiPPc", "cudaq::mpi::initialize::argv"], [2, 3, 1, "_CPPv4N5cudaq3mpi14is_initializedEv", "cudaq::mpi::is_initialized"], [2, 3, 1, "_CPPv4N5cudaq3mpi9num_ranksEv", "cudaq::mpi::num_ranks"], [2, 3, 1, "_CPPv4N5cudaq3mpi4rankEv", "cudaq::mpi::rank"], [2, 1, 1, "_CPPv4N5cudaq11noise_modelE", "cudaq::noise_model"], [2, 0, 1, "_CPPv4N5cudaq11noise_model15PredicateFuncTyE", "cudaq::noise_model::PredicateFuncTy"], [2, 3, 1, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel"], [2, 3, 1, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel"], [2, 2, 1, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::QuantumOp"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::channel"], [2, 4, 1, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::channel"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::numControls"], [2, 4, 1, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::numControls"], [2, 4, 1, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli", "cudaq::noise_model::add_all_qubit_channel::quantumOp"], [2, 3, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRK15PredicateFuncTy", "cudaq::noise_model::add_channel"], [2, 3, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERK15PredicateFuncTy", "cudaq::noise_model::add_channel"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel"], [2, 2, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRK15PredicateFuncTy", "cudaq::noise_model::add_channel::QuantumOp"], [2, 2, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::QuantumOp"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::channel"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::channel"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRK15PredicateFuncTy", "cudaq::noise_model::add_channel::pred"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERK15PredicateFuncTy", "cudaq::noise_model::add_channel::pred"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERK15PredicateFuncTy", "cudaq::noise_model::add_channel::quantumOp"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::quantumOp"], [2, 4, 1, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::qubits"], [2, 4, 1, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel", "cudaq::noise_model::add_channel::qubits"], [2, 3, 1, "_CPPv4NK5cudaq11noise_model5emptyEv", "cudaq::noise_model::empty"], [2, 3, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels"], [2, 3, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels"], [2, 2, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::QuantumOp"], [2, 4, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::controlQubits"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::controlQubits"], [2, 4, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::params"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::params"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::quantumOp"], [2, 4, 1, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::targetQubits"], [2, 4, 1, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE", "cudaq::noise_model::get_channels::targetQubits"], [2, 3, 1, "_CPPv4N5cudaq11noise_model11noise_modelEv", "cudaq::noise_model::noise_model"], [2, 6, 1, "_CPPv4N5cudaq16noise_model_typeE", "cudaq::noise_model_type"], [2, 7, 1, "_CPPv4N5cudaq16noise_model_type25amplitude_damping_channelE", "cudaq::noise_model_type::amplitude_damping_channel"], [2, 7, 1, "_CPPv4N5cudaq16noise_model_type16bit_flip_channelE", "cudaq::noise_model_type::bit_flip_channel"], [2, 7, 1, "_CPPv4N5cudaq16noise_model_type22depolarization_channelE", "cudaq::noise_model_type::depolarization_channel"], [2, 7, 1, "_CPPv4N5cudaq16noise_model_type18phase_flip_channelE", "cudaq::noise_model_type::phase_flip_channel"], [2, 7, 1, "_CPPv4N5cudaq16noise_model_type7unknownE", "cudaq::noise_model_type::unknown"], [2, 3, 1, "_CPPv4N5cudaq18num_available_gpusEv", "cudaq::num_available_gpus"], [2, 3, 1, "_CPPv4I00Dp0EN5cudaq7observeENSt6vectorI14observe_resultEERR13QuantumKernelRK15SpinOpContainerDpRR4Args", "cudaq::observe"], [2, 3, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultNSt6size_tERR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe"], [2, 3, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRK15observe_optionsRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe"], [2, 3, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe"], [2, 2, 1, "_CPPv4I00Dp0EN5cudaq7observeENSt6vectorI14observe_resultEERR13QuantumKernelRK15SpinOpContainerDpRR4Args", "cudaq::observe::Args"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultNSt6size_tERR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::Args"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRK15observe_optionsRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::Args"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::Args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultNSt6size_tERR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::H"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRK15observe_optionsRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::H"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::H"], [2, 2, 1, "_CPPv4I00Dp0EN5cudaq7observeENSt6vectorI14observe_resultEERR13QuantumKernelRK15SpinOpContainerDpRR4Args", "cudaq::observe::QuantumKernel"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultNSt6size_tERR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::QuantumKernel"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRK15observe_optionsRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::QuantumKernel"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::QuantumKernel"], [2, 2, 1, "_CPPv4I00Dp0EN5cudaq7observeENSt6vectorI14observe_resultEERR13QuantumKernelRK15SpinOpContainerDpRR4Args", "cudaq::observe::SpinOpContainer"], [2, 4, 1, "_CPPv4I00Dp0EN5cudaq7observeENSt6vectorI14observe_resultEERR13QuantumKernelRK15SpinOpContainerDpRR4Args", "cudaq::observe::args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultNSt6size_tERR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRK15observe_optionsRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::args"], [2, 4, 1, "_CPPv4I00Dp0EN5cudaq7observeENSt6vectorI14observe_resultEERR13QuantumKernelRK15SpinOpContainerDpRR4Args", "cudaq::observe::kernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultNSt6size_tERR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::kernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRK15observe_optionsRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::kernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::kernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRK15observe_optionsRR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::options"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultNSt6size_tERR13QuantumKernel7spin_opDpRR4Args", "cudaq::observe::shots"], [2, 4, 1, "_CPPv4I00Dp0EN5cudaq7observeENSt6vectorI14observe_resultEERR13QuantumKernelRK15SpinOpContainerDpRR4Args", "cudaq::observe::termList"], [2, 1, 1, "_CPPv4N5cudaq15observe_optionsE", "cudaq::observe_options"], [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, 0, 1, "_CPPv4N5cudaq4orcaE", "cudaq::orca"], [2, 3, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample"], [2, 3, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::bs_angles"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::bs_angles"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::input_state"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::input_state"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::loop_lengths"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::loop_lengths"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::n_samples"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::n_samples"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::ps_angles"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::qpu_id"], [2, 4, 1, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample::qpu_id"], [2, 3, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async"], [2, 3, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::bs_angles"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::bs_angles"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::input_state"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::input_state"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::loop_lengths"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::loop_lengths"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::n_samples"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::n_samples"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::ps_angles"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::qpu_id"], [2, 4, 1, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE", "cudaq::orca::sample_async::qpu_id"], [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, 3, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRK14sample_optionsRR13QuantumKernelDpRR4Args", "cudaq::sample"], [2, 3, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRR13QuantumKernelDpRR4Args", "cudaq::sample"], [2, 3, 1, "_CPPv4I0Dp0EN5cudaq6sampleEDaNSt6size_tERR13QuantumKernelDpRR4Args", "cudaq::sample"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRK14sample_optionsRR13QuantumKernelDpRR4Args", "cudaq::sample::Args"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRR13QuantumKernelDpRR4Args", "cudaq::sample::Args"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq6sampleEDaNSt6size_tERR13QuantumKernelDpRR4Args", "cudaq::sample::Args"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRK14sample_optionsRR13QuantumKernelDpRR4Args", "cudaq::sample::QuantumKernel"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRR13QuantumKernelDpRR4Args", "cudaq::sample::QuantumKernel"], [2, 2, 1, "_CPPv4I0Dp0EN5cudaq6sampleEDaNSt6size_tERR13QuantumKernelDpRR4Args", "cudaq::sample::QuantumKernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRK14sample_optionsRR13QuantumKernelDpRR4Args", "cudaq::sample::args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRR13QuantumKernelDpRR4Args", "cudaq::sample::args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq6sampleEDaNSt6size_tERR13QuantumKernelDpRR4Args", "cudaq::sample::args"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRK14sample_optionsRR13QuantumKernelDpRR4Args", "cudaq::sample::kernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRR13QuantumKernelDpRR4Args", "cudaq::sample::kernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq6sampleEDaNSt6size_tERR13QuantumKernelDpRR4Args", "cudaq::sample::kernel"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRK14sample_optionsRR13QuantumKernelDpRR4Args", "cudaq::sample::options"], [2, 4, 1, "_CPPv4I0Dp0EN5cudaq6sampleEDaNSt6size_tERR13QuantumKernelDpRR4Args", "cudaq::sample::shots"], [2, 1, 1, "_CPPv4N5cudaq14sample_optionsE", "cudaq::sample_options"], [2, 1, 1, "_CPPv4N5cudaq13sample_resultE", "cudaq::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult", "cudaq::sample_result::append"], [2, 4, 1, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult", "cudaq::sample_result::append::result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5beginEv", "cudaq::sample_result::begin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result5beginEv", "cudaq::sample_result::begin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result6cbeginEv", "cudaq::sample_result::cbegin"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4cendEv", "cudaq::sample_result::cend"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5clearEv", "cudaq::sample_result::clear"], [2, 3, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count"], [2, 4, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count::bitString"], [2, 4, 1, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::count::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::sample_result::deserialize"], [2, 4, 1, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE", "cudaq::sample_result::deserialize::data"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE", "cudaq::sample_result::dump"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result4dumpEv", "cudaq::sample_result::dump"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE", "cudaq::sample_result::dump::os"], [2, 3, 1, "_CPPv4N5cudaq13sample_result3endEv", "cudaq::sample_result::end"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result3endEv", "cudaq::sample_result::end"], [2, 3, 1, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE", "cudaq::sample_result::exp_val_z"], [2, 4, 1, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE", "cudaq::sample_result::exp_val_z::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE", "cudaq::sample_result::expectation"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE", "cudaq::sample_result::expectation::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal"], [2, 3, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::marginalIndices"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::marginalIndices"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::registerName"], [2, 4, 1, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::get_marginal::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE", "cudaq::sample_result::has_even_parity"], [2, 4, 1, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE", "cudaq::sample_result::has_even_parity::bitString"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE", "cudaq::sample_result::has_expectation"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE", "cudaq::sample_result::has_expectation::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE", "cudaq::sample_result::most_probable"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE", "cudaq::sample_result::most_probable::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultpLERK13sample_result", "cudaq::sample_result::operator+="], [2, 4, 1, "_CPPv4N5cudaq13sample_resultpLERK13sample_result", "cudaq::sample_result::operator+=::other"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultaSER13sample_result", "cudaq::sample_result::operator="], [2, 4, 1, "_CPPv4N5cudaq13sample_resultaSER13sample_result", "cudaq::sample_result::operator=::counts"], [2, 3, 1, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result", "cudaq::sample_result::operator=="], [2, 4, 1, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result", "cudaq::sample_result::operator==::counts"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability::bitString"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE", "cudaq::sample_result::probability::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result14register_namesEv", "cudaq::sample_result::register_names"], [2, 3, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder"], [2, 4, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder::index"], [2, 4, 1, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE", "cudaq::sample_result::reorder::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERK13sample_result", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result"], [2, 3, 1, "_CPPv4N5cudaq13sample_result13sample_resultEv", "cudaq::sample_result::sample_result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::preComputedExp"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult", "cudaq::sample_result::sample_result::result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult", "cudaq::sample_result::sample_result::result"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::results"], [2, 4, 1, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE", "cudaq::sample_result::sample_result::results"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result9serializeEv", "cudaq::sample_result::serialize"], [2, 3, 1, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE", "cudaq::sample_result::size"], [2, 4, 1, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE", "cudaq::sample_result::size::registerName"], [2, 3, 1, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE", "cudaq::sample_result::to_map"], [2, 4, 1, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE", "cudaq::sample_result::to_map::registerName"], [2, 3, 1, "_CPPv4N5cudaq13sample_resultD0Ev", "cudaq::sample_result::~sample_result"], [2, 3, 1, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE", "cudaq::set_noise"], [2, 4, 1, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE", "cudaq::set_noise::model"], [2, 3, 1, "_CPPv4N5cudaq15set_random_seedENSt6size_tE", "cudaq::set_random_seed"], [2, 4, 1, "_CPPv4N5cudaq15set_random_seedENSt6size_tE", "cudaq::set_random_seed::seed"], [2, 6, 1, "_CPPv4N5cudaq20simulation_precisionE", "cudaq::simulation_precision"], [2, 7, 1, "_CPPv4N5cudaq20simulation_precision4fp32E", "cudaq::simulation_precision::fp32"], [2, 7, 1, "_CPPv4N5cudaq20simulation_precision4fp64E", "cudaq::simulation_precision::fp64"], [2, 1, 1, "_CPPv4N5cudaq7spin_opE", "cudaq::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op5beginEv", "cudaq::spin_op::begin"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op5beginEv", "cudaq::spin_op::begin"], [2, 0, 1, "_CPPv4N5cudaq7spin_op12csr_spmatrixE", "cudaq::spin_op::csr_spmatrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE", "cudaq::spin_op::distribute_terms"], [2, 4, 1, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE", "cudaq::spin_op::distribute_terms::numChunks"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op4dumpEv", "cudaq::spin_op::dump"], [2, 3, 1, "_CPPv4N5cudaq7spin_op3endEv", "cudaq::spin_op::end"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op3endEv", "cudaq::spin_op::end"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op14for_each_pauliERRNSt8functionIFv5pauliNSt6size_tEEEE", "cudaq::spin_op::for_each_pauli"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op13for_each_termERRNSt8functionIFvR7spin_opEEE", "cudaq::spin_op::for_each_term"], [2, 3, 1, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE", "cudaq::spin_op::from_word"], [2, 4, 1, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE", "cudaq::spin_op::from_word::pauliWord"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op21getDataRepresentationEv", "cudaq::spin_op::getDataRepresentation"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op12getDataTupleEv", "cudaq::spin_op::getDataTuple"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op15get_coefficientEv", "cudaq::spin_op::get_coefficient"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op12get_raw_dataEv", "cudaq::spin_op::get_raw_data"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op11is_identityEv", "cudaq::spin_op::is_identity"], [2, 1, 1, "_CPPv4I0EN5cudaq7spin_op8iteratorE", "cudaq::spin_op::iterator"], [2, 2, 1, "_CPPv4I0EN5cudaq7spin_op8iteratorE", "cudaq::spin_op::iterator::QualifiedSpinOp"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op10num_qubitsEv", "cudaq::spin_op::num_qubits"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9num_termsEv", "cudaq::spin_op::num_terms"], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE", "cudaq::spin_op::operator*="], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLEKd", "cudaq::spin_op::operator*="], [2, 3, 1, "_CPPv4N5cudaq7spin_opmLERK7spin_op", "cudaq::spin_op::operator*="], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE", "cudaq::spin_op::operator*=::v"], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLEKd", "cudaq::spin_op::operator*=::v"], [2, 4, 1, "_CPPv4N5cudaq7spin_opmLERK7spin_op", "cudaq::spin_op::operator*=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_oppLERK7spin_op", "cudaq::spin_op::operator+="], [2, 4, 1, "_CPPv4N5cudaq7spin_oppLERK7spin_op", "cudaq::spin_op::operator+=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_opmIERK7spin_op", "cudaq::spin_op::operator-="], [2, 4, 1, "_CPPv4N5cudaq7spin_opmIERK7spin_op", "cudaq::spin_op::operator-=::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_opaSERK7spin_op", "cudaq::spin_op::operator="], [2, 3, 1, "_CPPv4NK5cudaq7spin_opeqERK7spin_op", "cudaq::spin_op::operator=="], [2, 4, 1, "_CPPv4NK5cudaq7spin_opeqERK7spin_op", "cudaq::spin_op::operator==::v"], [2, 3, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::nQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::nTerms"], [2, 4, 1, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj", "cudaq::spin_op::random::seed"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op"], [2, 3, 1, "_CPPv4N5cudaq7spin_op7spin_opEv", "cudaq::spin_op::spin_op"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::_terms"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op::bsf"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op::coeff"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op::coeff"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE", "cudaq::spin_op::spin_op::coeffs"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op::data_rep"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE", "cudaq::spin_op::spin_op::id"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE", "cudaq::spin_op::spin_op::nQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE", "cudaq::spin_op::spin_op::numQubits"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op", "cudaq::spin_op::spin_op::o"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE", "cudaq::spin_op::spin_op::term"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::termData"], [2, 4, 1, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE", "cudaq::spin_op::spin_op::termData"], [2, 0, 1, "_CPPv4N5cudaq7spin_op12spin_op_termE", "cudaq::spin_op::spin_op_term"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9to_matrixEv", "cudaq::spin_op::to_matrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op16to_sparse_matrixEv", "cudaq::spin_op::to_sparse_matrix"], [2, 3, 1, "_CPPv4NK5cudaq7spin_op9to_stringEb", "cudaq::spin_op::to_string"], [2, 4, 1, "_CPPv4NK5cudaq7spin_op9to_stringEb", "cudaq::spin_op::to_string::printCoefficients"], [2, 3, 1, "_CPPv4N5cudaq7spin_opD0Ev", "cudaq::spin_op::~spin_op"], [2, 1, 1, "_CPPv4N5cudaq5stateE", "cudaq::state"], [2, 3, 1, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE", "cudaq::state::amplitude"], [2, 4, 1, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE", "cudaq::state::amplitude::basisState"], [2, 3, 1, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE", "cudaq::state::amplitudes"], [2, 4, 1, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE", "cudaq::state::amplitudes::basisStates"], [2, 3, 1, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE", "cudaq::state::dump"], [2, 3, 1, "_CPPv4NK5cudaq5state4dumpEv", "cudaq::state::dump"], [2, 4, 1, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE", "cudaq::state::dump::os"], [2, 3, 1, "_CPPv4N5cudaq5state9from_dataERK10state_data", "cudaq::state::from_data"], [2, 4, 1, "_CPPv4N5cudaq5state9from_dataERK10state_data", "cudaq::state::from_data::data"], [2, 3, 1, "_CPPv4NK5cudaq5state14get_num_qubitsEv", "cudaq::state::get_num_qubits"], [2, 3, 1, "_CPPv4NK5cudaq5state15get_num_tensorsEv", "cudaq::state::get_num_tensors"], [2, 3, 1, "_CPPv4NK5cudaq5state13get_precisionEv", "cudaq::state::get_precision"], [2, 3, 1, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE", "cudaq::state::get_tensor"], [2, 4, 1, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE", "cudaq::state::get_tensor::tensorIdx"], [2, 3, 1, "_CPPv4NK5cudaq5state11get_tensorsEv", "cudaq::state::get_tensors"], [2, 3, 1, "_CPPv4NK5cudaq5state9is_on_gpuEv", "cudaq::state::is_on_gpu"], [2, 3, 1, "_CPPv4NK5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()"], [2, 3, 1, "_CPPv4NK5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE", "cudaq::state::operator()"], [2, 4, 1, "_CPPv4NK5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()::idx"], [2, 4, 1, "_CPPv4NK5cudaq5stateclENSt6size_tENSt6size_tE", "cudaq::state::operator()::jdx"], [2, 4, 1, "_CPPv4NK5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE", "cudaq::state::operator()::tensorIdx"], [2, 3, 1, "_CPPv4N5cudaq5stateaSERR5state", "cudaq::state::operator="], [2, 4, 1, "_CPPv4N5cudaq5stateaSERR5state", "cudaq::state::operator=::other"], [2, 3, 1, "_CPPv4NK5cudaq5stateixENSt6size_tE", "cudaq::state::operator[]"], [2, 4, 1, "_CPPv4NK5cudaq5stateixENSt6size_tE", "cudaq::state::operator[]::idx"], [2, 3, 1, "_CPPv4N5cudaq5state7overlapERK5state", "cudaq::state::overlap"], [2, 4, 1, "_CPPv4N5cudaq5state7overlapERK5state", "cudaq::state::overlap::other"], [2, 3, 1, "_CPPv4N5cudaq5state5stateEP15SimulationState", "cudaq::state::state"], [2, 3, 1, "_CPPv4N5cudaq5state5stateERK5state", "cudaq::state::state"], [2, 4, 1, "_CPPv4N5cudaq5state5stateERK5state", "cudaq::state::state::other"], [2, 4, 1, "_CPPv4N5cudaq5state5stateEP15SimulationState", "cudaq::state::state::ptrToOwn"], [2, 3, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host"], [2, 2, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::ScalarType"], [2, 4, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::hostPtr"], [2, 4, 1, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE", "cudaq::state::to_host::numElements"], [2, 0, 1, "_CPPv4N5cudaq10state_dataE", "cudaq::state_data"], [2, 0, 1, "_CPPv4N5cudaq6tensorE", "cudaq::tensor"], [2, 3, 1, "_CPPv4N5cudaq11unset_noiseEv", "cudaq::unset_noise"], [2, 1, 1, "_CPPv4N5nvqir18MPSSimulationStateE", "nvqir::MPSSimulationState"], [2, 1, 1, "_CPPv4N5nvqir24TensorNetSimulationStateE", "nvqir::TensorNetSimulationState"], [3, 8, 0, "-", "cudaq"]], "cudaq": [[3, 9, 1, "", "AmplitudeDampingChannel"], [3, 9, 1, "", "AsyncEvolveResult"], [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, 9, 1, "", "EvolveResult"], [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, "", "Schedule"], [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, "", "evolve"], [3, 13, 1, "", "evolve_async"], [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.AsyncEvolveResult": [[3, 10, 1, "", "get"]], "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"], [3, 10, 1, "", "num_columns"], [3, 10, 1, "", "num_rows"], [3, 10, 1, "", "to_numpy"]], "cudaq.DepolarizationChannel": [[3, 10, 1, "", "__init__"]], "cudaq.EvolveResult": [[3, 10, 1, "", "expectation_values"], [3, 10, 1, "", "final_expectation_values"], [3, 10, 1, "", "final_state"], [3, 10, 1, "", "intermediate_states"]], "cudaq.KrausChannel": [[3, 10, 1, "", "__getitem__"], [3, 10, 1, "", "append"]], "cudaq.KrausOperator": [[3, 12, 1, "", "col_count"], [3, 12, 1, "", "row_count"]], "cudaq.NoiseModel": [[3, 10, 1, "", "__init__"], [3, 10, 1, "", "add_all_qubit_channel"], [3, 10, 1, "", "add_channel"], [3, 10, 1, "", "get_channels"]], "cudaq.ObserveResult": [[3, 10, 1, "", "counts"], [3, 10, 1, "", "dump"], [3, 10, 1, "", "expectation"], [3, 10, 1, "", "expectation_z"], [3, 10, 1, "", "get_spin"]], "cudaq.PhaseFlipChannel": [[3, 10, 1, "", "__init__"]], "cudaq.PyKernel": [[3, 11, 1, "", "argument_count"], [3, 11, 1, "", "arguments"], [3, 11, 1, "", "name"]], "cudaq.PyKernelDecorator": [[3, 10, 1, "", "__call__"], [3, 10, 1, "", "__str__"], [3, 10, 1, "", "compile"], [3, 10, 1, "", "extract_c_function_pointer"], [3, 10, 1, "", "from_json"], [3, 10, 1, "", "merge_kernel"], [3, 10, 1, "", "synthesize_callable_arguments"], [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, "", "deserialize"], [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, "", "serialize"], [3, 10, 1, "", "values"]], "cudaq.SimulationPrecision": [[3, 12, 1, "", "name"]], "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.operator.cudm_state": [[3, 9, 1, "", "CuDensityMatState"], [3, 13, 1, "", "to_cupy_array"]], "cudaq.operator.definitions": [[3, 9, 1, "", "SpinOperator"]], "cudaq.operator.expressions": [[3, 9, 1, "", "ElementaryOperator"], [3, 9, 1, "", "OperatorSum"], [3, 9, 1, "", "ProductOperator"], [3, 9, 1, "", "RydbergHamiltonian"], [3, 9, 1, "", "ScalarOperator"]], "cudaq.operator.expressions.ElementaryOperator": [[3, 10, 1, "", "define"]], "cudaq.operator.expressions.RydbergHamiltonian": [[3, 10, 1, "", "__init__"]], "cudaq.operator.integrator": [[3, 9, 1, "", "BaseIntegrator"]], "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.orca": [[3, 10, 1, "", "sample"]], "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, 75], "document": 0, "cuda": [0, 2, 3, 4, 5, 8, 9, 13, 21, 22, 23, 28, 31, 32, 33, 34, 49, 50, 51, 52, 55, 56, 57, 58, 59, 62, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81], "q": [0, 2, 3, 4, 5, 8, 9, 13, 21, 22, 23, 28, 31, 32, 33, 34, 49, 50, 51, 52, 55, 56, 57, 58, 59, 62, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81], "api": [0, 2, 3], "quantum": [1, 2, 4, 5, 7, 9, 10, 11, 12, 13, 15, 16, 17, 19, 22, 24, 34, 37, 38, 41, 42, 43, 44, 46, 53, 54, 64, 68], "oper": [1, 2, 27, 41, 42, 51], "unitari": [1, 21], "qubit": [1, 18, 30, 41, 46], "x": 1, "y": 1, "z": 1, "h": 1, "r1": 1, "rx": 1, "ry": 1, "rz": 1, "": [1, 7, 13, 19, 37, 72], "t": 1, "swap": 1, "u3": 1, "adjoint": 1, "control": [1, 35, 66], "measur": [1, 19, 25, 68], "mz": 1, "mx": 1, "my": 1, "user": 1, "defin": 1, "custom": 1, "photon": 1, "qudit": [1, 46], "creat": [1, 71], "annihil": 1, "phase_shift": 1, "beam_splitt": 1, "c": [2, 52, 73, 79], "common": [2, 43], "nois": [2, 18], "model": [2, 13, 18, 21, 39], "kernel": [2, 3, 19, 21, 30, 36, 38, 54, 58, 61], "builder": 2, "algorithm": [2, 5, 7, 12, 19, 34, 37], "platform": [2, 44, 54], "util": 2, "namespac": [2, 40], "python": [3, 52, 73, 75], "program": [3, 37, 43, 57, 59], "construct": [3, 13, 27], "execut": [3, 24, 53], "dynam": [3, 51], "backend": [3, 50, 52, 53, 55], "configur": 3, "data": [3, 9], "type": [3, 46], "optim": [3, 22, 28, 29, 34], "gradient": [3, 23, 28, 34], "noisi": [3, 13, 26], "simul": [3, 9, 13, 20, 21, 26, 53, 54, 55, 60, 72, 75], "mpi": [3, 73, 75], "submodul": 3, "orca": [3, 52, 64], "enhanc": 4, "auxiliari": 4, "field": 4, "mont": 4, "carlo": 4, "hamiltonian": [4, 67], "prepar": [4, 37], "vqe": [4, 13, 23], "run": [4, 13, 20, 59], "afqmc": 4, "molecular": [4, 8], "trial": 4, "wave": 4, "function": [4, 9, 34], "setup": [4, 12, 20, 21], "paramet": [4, 23, 28, 37], "bernstein": 5, "vazirani": 5, "classic": [5, 10, 19], "case": [5, 19], "implement": [5, 8, 9, 23], "cost": 6, "minim": 6, "deutsch": 7, "xor": 7, "oplu": 7, "oracl": 7, "phase": [7, 19, 37], "parallel": [7, 23, 24, 28, 54, 63, 67], "dock": 8, "via": [8, 75], "dc": 8, "qaoa": [8, 9, 14], "set": [8, 13, 52], "up": [8, 13], "problem": [8, 19, 20], "divis": 9, "cluster": 9, "With": [9, 19, 20], "coreset": 9, "us": [9, 10, 21, 22, 23, 46, 64, 75, 77], "preprocess": 9, "scale": 9, "hadamard": 10, "test": 10, "determin": [10, 12, 19], "krylov": [10, 12], "subspac": [10, 12], "decomposit": 10, "matrix": [10, 12, 18, 55], "element": [10, 12], "numer": [10, 51], "result": [10, 19], "refer": [10, 12], "sampl": [10, 24, 34, 37, 59], "perform": [10, 13, 29], "multi": [10, 12, 54, 55, 66, 67], "gpu": [10, 53, 55, 59, 67, 75], "evalu": [10, 21], "qksd": 10, "diagon": 10, "hybrid": 11, "neural": 11, "network": [11, 55], "h_2": 12, "molecul": 12, "comput": [12, 20, 43, 52, 63, 64, 68, 75], "ground": [12, 13], "state": [12, 13, 24, 37, 54, 55, 68], "energi": [12, 37], "anderson": 13, "impur": 13, "solver": 13, "infleqt": [13, 52, 64], "sqale": 13, "logic": [13, 25], "variat": [13, 22], "eigensolv": [13, 22], "qx": 13, "circuit": [13, 21, 23, 24, 45, 67, 72], "4": [13, 19], "2": [13, 46], "encod": 13, "submiss": [13, 52], "decod": 13, "workflow": [13, 67], "aim": 13, "hardwar": [13, 52, 64], "max": 14, "cut": 14, "fourier": [15, 19], "transform": [15, 19], "revisit": 15, "telepor": 16, "teleport": 16, "explain": 16, "volum": 17, "readout": 18, "error": 18, "mitig": 18, "invers": [18, 19], "confus": 18, "from": [18, 19, 52, 73, 79], "singl": [18, 55], "k": 18, "local": [18, 75], "matric": 18, "full": 18, "factor": 19, "integ": 19, "shor": 19, "solv": 19, "order": 19, "find": 19, "modular": 19, "exponenti": [19, 27], "The": [19, 20, 23], "n": [19, 46], "21": 19, "5": 19, "postscript": 19, "magnet": 20, "suzuki": 20, "trotter": 20, "approxim": 20, "compil": [21, 71, 79], "diffus": 21, "pipelin": 21, "load": [21, 23], "convert": 21, "tensor": [21, 55], "gener": [21, 48], "compar": 21, "choos": 21, "you": 21, "need": 21, "integr": [22, 51, 78, 79], "third": [22, 28, 79], "parti": [22, 28, 79], "activ": 23, "space": 23, "gate": [23, 29, 68], "fusion": [23, 29], "basic": [23, 56], "instal": [23, 73, 74, 75, 80], "relev": 23, "packag": 23, "shift": [23, 28], "an": [23, 79], "larger": 23, "observ": [24, 34, 59], "get": [24, 75], "techniqu": 24, "async": 24, "midcircuit": 25, "condit": 25, "spin": 27, "pauli": 27, "word": 27, "built": [28, 75], "visual": 30, "content": [31, 56, 74], "releas": 32, "languag": 33, "specif": [33, 47], "primit": 34, "cudaq": [34, 41, 42, 46], "deprec": [34, 46], "move": 34, "librari": [34, 73, 79], "flow": 35, "just": 36, "time": [36, 51], "creation": 36, "exampl": [37, 62], "hello": 37, "world": 37, "simpl": 37, "bell": 37, "ghz": 37, "estim": 37, "deuteron": 37, "bind": 37, "sweep": 37, "grover": 37, "iter": 37, "machin": 39, "standard": 40, "intrins": 41, "spin_op": 42, "pattern": 43, "action": [43, 72], "uncomput": 43, "sub": 45, "synthesi": [45, 66], "level": 46, "contain": [46, 75], "qview": 46, "qvector": 46, "qarrai": 46, "qspan": 46, "instead": 46, "qreg": 46, "quak": 48, "dialect": 48, "introduct": [48, 65, 75], "motiv": 48, "applic": 49, "target": [50, 67], "quick": [51, 53, 80], "start": [51, 53, 75, 80], "builtin": 51, "depend": [51, 73, 75], "amazon": [52, 64], "braket": [52, 64], "credenti": 52, "ionq": [52, 64], "anyon": 52, "technologi": 52, "iqm": [52, 64], "oqc": [52, 64], "quantinuum": [52, 64], "quera": [52, 64], "nvidia": [53, 54], "cloud": [53, 75], "select": 53, "multipl": [53, 63, 67], "qpu": 53, "asynchron": 53, "faq": 53, "processor": [54, 63, 67], "mqpu": 54, "distribut": [54, 75], "mode": [54, 55], "remot": [54, 75], "support": [54, 55, 73, 75], "argument": 54, "serial": 54, "access": [54, 75], "vector": 55, "featur": 55, "environ": 55, "variabl": 55, "option": 55, "node": 55, "addit": [55, 75], "openmp": 55, "cpu": 55, "onli": 55, "product": 55, "clifford": 55, "stim": 55, "fermioniq": 55, "default": 55, "build": [57, 61, 73], "your": [57, 59, 71, 80], "first": [57, 59], "what": 58, "i": 58, "troubleshoot": 60, "debug": 60, "verbos": 60, "output": 60, "expect": 63, "valu": 63, "across": [63, 67], "provid": 64, "avail": 67, "batch": 67, "term": 67, "101": 68, "work": 69, "ir": 69, "extend": [70, 72], "own": 71, "pass": 71, "new": 72, "circuitsimul": 72, "requir": [72, 75], "subtyp": 72, "method": 72, "overrid": 72, "let": 72, "see": 72, "thi": 72, "sourc": 73, "prerequisit": 73, "toolchain": [73, 79], "host": [73, 75], "runtim": 73, "guid": 74, "docker": 75, "singular": 75, "wheel": 75, "pre": 75, "binari": [75, 79], "develop": 75, "v": 75, "connect": 75, "tunnel": 75, "ssh": 75, "dgx": 75, "jupyterlab": 75, "tool": [75, 78], "pypi": 75, "In": 75, "imag": 75, "updat": 75, "compat": 75, "system": 75, "next": 75, "step": 75, "cmake": 76, "project": 77, "other": 78, "softwar": 78, "call": 79, "interfac": 79, "between": 79, "differ": 79, "valid": 80, "version": 81}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "nbsphinx": 4, "sphinx": 57}, "alltitles": {"Sub-circuit Synthesis": [[45, "sub-circuit-synthesis"]], "Specifications": [[47, "specifications"]], "CUDA-Q Applications": [[49, "cuda-q-applications"]], "Quantum Types": [[46, "quantum-types"]], "cudaq::qudit": [[46, "cudaq-qudit-levels"]], "cudaq::qubit": [[46, "cudaq-qubit"]], "Quantum Containers": [[46, "quantum-containers"]], "cudaq::qview": [[46, "cudaq-qview-levels-2"]], "cudaq::qvector": [[46, "cudaq-qvector-levels-2"]], "cudaq::qarray": [[46, "cudaq-qarray-n-levels-2"]], "cudaq::qspan (Deprecated. Use cudaq::qview instead.)": [[46, "cudaq-qspan-n-levels-deprecated-use-cudaq-qview-levels-instead"]], "cudaq::qreg (Deprecated. Use cudaq::qvector instead.)": [[46, "cudaq-qreg-n-levels-deprecated-use-cudaq-qvector-levels-instead"]], "Namespace and Standard": [[40, "namespace-and-standard"]], "Quantum Operators": [[42, "quantum-operators"]], "cudaq::spin_op": [[42, "cudaq-spin-op"]], "Quantum Intrinsic Operations": [[41, "quantum-intrinsic-operations"]], "Operations on cudaq::qubit": [[41, "operations-on-cudaq-qubit"]], "Common Quantum Programming Patterns": [[43, "common-quantum-programming-patterns"]], "Compute-Action-Uncompute": [[43, "compute-action-uncompute"]], "Quake Dialect": [[48, "quake-dialect"]], "General Introduction": [[48, "general-introduction"]], "Motivation": [[48, "motivation"]], "Quantum Platform": [[44, "quantum-platform"]], "Introduction": [[65, "introduction"], [75, "introduction"]], "Building Kernels": [[61, "building-kernels"]], "Multi-GPU Workflows": [[67, "multi-gpu-workflows"]], "Available Targets": [[67, "available-targets"]], "Parallelization across Multiple Processors": [[67, "parallelization-across-multiple-processors"]], "Batching Hamiltonian Terms": [[67, "batching-hamiltonian-terms"]], "Circuit Batching": [[67, "circuit-batching"]], "Troubleshooting": [[60, "troubleshooting"]], "Debugging and Verbose Simulation Output": [[60, "debugging-and-verbose-simulation-output"]], "Using Quantum Hardware Providers": [[64, "using-quantum-hardware-providers"]], "Amazon Braket": [[64, "amazon-braket"], [52, "amazon-braket"]], "Infleqtion": [[64, "infleqtion"], [52, "infleqtion"]], "IonQ": [[64, "ionq"], [52, "ionq"]], "IQM": [[64, "iqm"], [52, "iqm"]], "OQC": [[64, "oqc"], [52, "oqc"]], "ORCA Computing": [[64, "orca-computing"], [52, "orca-computing"]], "Quantinuum": [[64, "quantinuum"], [52, "quantinuum"]], "QuEra Computing": [[64, "quera-computing"], [52, "quera-computing"]], "Computing Expectation Values": [[63, "computing-expectation-values"]], "Parallelizing across Multiple Processors": [[63, "parallelizing-across-multiple-processors"]], "Working with the CUDA-Q IR": [[69, "working-with-the-cuda-q-ir"]], "Quantum Computing 101": [[68, "quantum-computing-101"]], "Quantum States": [[68, "quantum-states"]], "Quantum Gates": [[68, "quantum-gates"]], "Measurements": [[68, "measurements"], [25, "Measurements"]], "Multi-control Synthesis": [[66, "multi-control-synthesis"]], "CUDA-Q by Example": [[62, "cuda-q-by-example"]], "Quick Start": [[80, "quick-start"], [51, "quick-start"], [53, "quick-start"]], "Install CUDA-Q": [[80, "install-cuda-q"]], "Validate your Installation": [[80, "validate-your-installation"]], "CUDA-Q Versions": [[81, "cuda-q-versions"]], "Integrating with Third-Party Libraries": [[79, "integrating-with-third-party-libraries"]], "Calling a CUDA-Q library from C++": [[79, "calling-a-cuda-q-library-from-c"]], "Calling an C++ library from CUDA-Q": [[79, "calling-an-c-library-from-cuda-q"]], "Interfacing between binaries compiled with a different toolchains": [[79, "interfacing-between-binaries-compiled-with-a-different-toolchains"]], "Installation Guide": [[74, "installation-guide"]], "Contents": [[74, null], [56, null], [31, null]], "Extending CUDA-Q with a new Simulator": [[72, "extending-cuda-q-with-a-new-simulator"]], "CircuitSimulator": [[72, "circuitsimulator"]], "Required Circuit Simulator Subtype Method Overrides": [[72, "id1"]], "Let\u2019s see this in action": [[72, "let-s-see-this-in-action"]], "Integration with other Software Tools": [[78, "integration-with-other-software-tools"]], "Installation from Source": [[73, "installation-from-source"]], "Prerequisites": [[73, "prerequisites"]], "Build Dependencies": [[73, "build-dependencies"]], "CUDA": [[73, "cuda"]], "Toolchain": [[73, "toolchain"]], "Building CUDA-Q": [[73, "building-cuda-q"]], "Python Support": [[73, "python-support"]], "C++ Support": [[73, "c-support"]], "Installation on the Host": [[73, "installation-on-the-host"]], "CUDA Runtime Libraries": [[73, "cuda-runtime-libraries"]], "MPI": [[73, "mpi"]], "Extending CUDA-Q": [[70, "extending-cuda-q"]], "Create your own CUDA-Q Compiler Pass": [[71, "create-your-own-cuda-q-compiler-pass"]], "Using CUDA and CUDA-Q in a Project": [[77, "using-cuda-and-cuda-q-in-a-project"]], "Local Installation": [[75, "local-installation"]], "Docker": [[75, "docker"]], "Singularity": [[75, "singularity"]], "Python wheels": [[75, "python-wheels"]], "Pre-built binaries": [[75, "pre-built-binaries"]], "Development with VS Code": [[75, "development-with-vs-code"]], "Using a Docker container": [[75, "using-a-docker-container"]], "Using a Singularity container": [[75, "using-a-singularity-container"]], "Connecting to a Remote Host": [[75, "connecting-to-a-remote-host"]], "Developing with Remote Tunnels": [[75, "developing-with-remote-tunnels"]], "Remote Access via SSH": [[75, "remote-access-via-ssh"]], "DGX Cloud": [[75, "dgx-cloud"]], "Get Started": [[75, "get-started"]], "Use JupyterLab": [[75, "use-jupyterlab"]], "Use VS Code": [[75, "use-vs-code"]], "Additional CUDA Tools": [[75, "additional-cuda-tools"]], "Installation via PyPI": [[75, "installation-via-pypi"]], "Installation In Container Images": [[75, "installation-in-container-images"]], "Installing Pre-built Binaries": [[75, "installing-pre-built-binaries"]], "Distributed Computing with MPI": [[75, "distributed-computing-with-mpi"]], "Updating CUDA-Q": [[75, "updating-cuda-q"]], "Dependencies and Compatibility": [[75, "dependencies-and-compatibility"]], "Supported Systems": [[75, "id10"]], "Requirements for GPU Simulation": [[75, "id11"]], "Next Steps": [[75, "next-steps"]], "CUDA-Q and CMake": [[76, "cuda-q-and-cmake"]], "CUDA-Q Dynamics": [[51, "cuda-q-dynamics"]], "Operator": [[51, "operator"]], "Builtin Operators": [[51, "id1"]], "Time-Dependent Dynamics": [[51, "time-dependent-dynamics"]], "Numerical Integrators": [[51, "numerical-integrators"], [51, "id2"]], "Multi-Processor Platforms": [[54, "multi-processor-platforms"]], "NVIDIA MQPU Platform": [[54, "nvidia-mqpu-platform"]], "Parallel distribution mode": [[54, "parallel-distribution-mode"]], "Remote MQPU Platform": [[54, "remote-mqpu-platform"]], "Supported Kernel Arguments": [[54, "supported-kernel-arguments"]], "Kernel argument serialization": [[54, "id4"]], "Accessing Simulated Quantum State": [[54, "accessing-simulated-quantum-state"]], "CUDA-Q Backends": [[50, "cuda-q-backends"]], "Backend Targets": [[50, null]], "What is a CUDA-Q kernel?": [[58, "what-is-a-cuda-q-kernel"]], "Running your first CUDA-Q Program": [[59, "running-your-first-cuda-q-program"]], "Sample": [[59, "sample"], [24, "Sample"]], "Observe": [[59, "observe"], [24, "Observe"]], "Running on a GPU": [[59, "running-on-a-gpu"]], "CUDA-Q Hardware Backends": [[52, "cuda-q-hardware-backends"]], "Setting Credentials": [[52, "setting-credentials"], [52, "id1"], [52, "ionq-backend"], [52, "anyon-backend"], [52, "id10"], [52, "id13"], [52, "id16"], [52, "quantinuum-backend"], [52, "quera-backend"]], "Submission from C++": [[52, "submission-from-c"], [52, "id2"], [52, "id5"], [52, "id8"], [52, "id11"], [52, "id14"], [52, "id17"], [52, "id20"], [52, "id23"]], "Submission from Python": [[52, "submission-from-python"], [52, "id3"], [52, "id6"], [52, "id9"], [52, "id12"], [52, "id15"], [52, "id18"], [52, "id21"], [52, "id24"]], "Anyon Technologies/Anyon Computing": [[52, "anyon-technologies-anyon-computing"]], "CUDA-Q Simulation Backends": [[55, "cuda-q-simulation-backends"]], "State Vector Simulators": [[55, "state-vector-simulators"]], "Features": [[55, "features"]], "Single-GPU": [[55, "single-gpu"]], "Environment variable options supported in single-GPU mode": [[55, "id4"]], "Multi-node multi-GPU": [[55, "multi-node-multi-gpu"], [55, "id2"]], "Additional environment variable options for multi-node multi-GPU mode": [[55, "id5"]], "OpenMP CPU-only": [[55, "openmp-cpu-only"]], "Tensor Network Simulators": [[55, "tensor-network-simulators"]], "Matrix product state": [[55, "matrix-product-state"]], "Clifford-Only Simulator": [[55, "clifford-only-simulator"]], "Stim (CPU)": [[55, "stim-cpu"]], "Fermioniq": [[55, "fermioniq"]], "Default Simulator": [[55, "default-simulator"]], "NVIDIA Quantum Cloud": [[53, "nvidia-quantum-cloud"]], "Simulator Backend Selection": [[53, "simulator-backend-selection"]], "Multiple GPUs": [[53, "multiple-gpus"]], "Simulator Backends": [[53, "id1"]], "Multiple QPUs Asynchronous Execution": [[53, "multiple-qpus-asynchronous-execution"]], "FAQ": [[53, "faq"]], "CUDA-Q Basics": [[56, "cuda-q-basics"]], "Building your first CUDA-Q Program": [[57, "building-your-first-cuda-q-program"]], "Language Specification": [[33, "language-specification"]], "CUDA-Q": [[33, null], [31, "cuda-q"]], "Quantum Kernels": [[38, "quantum-kernels"]], "Example Programs": [[37, "example-programs"]], "Hello World - Simple Bell State": [[37, "hello-world-simple-bell-state"]], "GHZ State Preparation and Sampling": [[37, "ghz-state-preparation-and-sampling"]], "Quantum Phase Estimation": [[37, "quantum-phase-estimation"]], "Deuteron Binding Energy Parameter Sweep": [[37, "deuteron-binding-energy-parameter-sweep"]], "Grover\u2019s Algorithm": [[37, "grover-s-algorithm"]], "Iterative Phase Estimation": [[37, "iterative-phase-estimation"]], "Control Flow": [[35, "control-flow"]], "Just-in-Time Kernel Creation": [[36, "just-in-time-kernel-creation"]], "Quantum Algorithmic Primitives": [[34, "quantum-algorithmic-primitives"]], "cudaq::sample": [[34, "cudaq-sample"]], "cudaq::observe": [[34, "cudaq-observe"]], "cudaq::optimizer (deprecated, functionality moved to CUDA-Q libraries)": [[34, "cudaq-optimizer-deprecated-functionality-moved-to-cuda-q-libraries"]], "cudaq::gradient (deprecated, functionality moved to CUDA-Q libraries)": [[34, "cudaq-gradient-deprecated-functionality-moved-to-cuda-q-libraries"]], "Visualization": [[30, "Visualization"]], "Qubit Visualization": [[30, "Qubit-Visualization"]], "Kernel Visualization": [[30, "Kernel-Visualization"]], "Machine Model": [[39, "machine-model"]], "CUDA-Q Releases": [[32, "cuda-q-releases"]], "Computing Magnetization With The Suzuki-Trotter Approximation": [[20, "Computing-Magnetization-With-The-Suzuki-Trotter-Approximation"]], "Problem Setup": [[20, "Problem-Setup"]], "Running the Simulation": [[20, "Running-the-Simulation"]], "Midcircuit Measurement and Conditional Logic": [[25, "Midcircuit-Measurement-and-Conditional-Logic"]], "Optimizing Performance": [[29, "Optimizing-Performance"]], "Gate Fusion": [[29, "Gate-Fusion"]], "VQE with gradients, active spaces, and gate fusion": [[23, "VQE-with-gradients,-active-spaces,-and-gate-fusion"]], "The Basics of VQE": [[23, "The-Basics-of-VQE"]], "Installing/Loading Relevant Packages": [[23, "Installing/Loading-Relevant-Packages"]], "Implementing VQE in CUDA-Q": [[23, "Implementing-VQE-in-CUDA-Q"]], "Parallel Parameter Shift Gradients": [[23, "Parallel-Parameter-Shift-Gradients"], [28, "Parallel-Parameter-Shift-Gradients"]], "Using an Active Space": [[23, "Using-an-Active-Space"]], "Gate Fusion for Larger Circuits": [[23, "Gate-Fusion-for-Larger-Circuits"]], "Operators": [[27, "Operators"], [2, "operators"]], "Constructing Spin Operators": [[27, "Constructing-Spin-Operators"]], "Pauli Words and Exponentiating Pauli Words": [[27, "Pauli-Words-and-Exponentiating-Pauli-Words"]], "Noisy Simulation": [[26, "Noisy-Simulation"], [3, "noisy-simulation"]], "Executing Quantum Circuits": [[24, "Executing-Quantum-Circuits"]], "Get state": [[24, "Get-state"]], "Parallelization Techniques": [[24, "Parallelization-Techniques"]], "Observe Async": [[24, "Observe-Async"]], "Sample Async": [[24, "Sample-Async"]], "Get State Async": [[24, "Get-State-Async"]], "Optimizers and Gradients": [[28, "Optimizers-and-Gradients"]], "Built in CUDA-Q Optimizers and Gradients": [[28, "Built-in-CUDA-Q-Optimizers-and-Gradients"]], "Third-Party Optimizers": [[28, "Third-Party-Optimizers"]], "Compiling Unitaries Using Diffusion Models": [[21, "Compiling-Unitaries-Using-Diffusion-Models"]], "Diffusion model pipeline": [[21, "Diffusion-model-pipeline"]], "Setup and compilation": [[21, "Setup-and-compilation"]], "Load model": [[21, "Load-model"]], "Unitary compilation": [[21, "Unitary-compilation"]], "Convert tensors to CUDA-Q": [[21, "Convert-tensors-to-CUDA-Q"]], "Evaluate generated circuits": [[21, "Evaluate-generated-circuits"]], "Simulate kernels": [[21, "Simulate-kernels"]], "Compare unitaries": [[21, "Compare-unitaries"]], "Choosing the circuit you need": [[21, "Choosing-the-circuit-you-need"]], "Variational Quantum Eigensolver": [[22, "Variational-Quantum-Eigensolver"]], "Using CUDA-Q Optimizers": [[22, "Using-CUDA-Q-Optimizers"]], "Integration with Third-Party Optimizers": [[22, "Integration-with-Third-Party-Optimizers"]], "Multi-reference Quantum Krylov Algorithm - H_2 Molecule": [[12, "Multi-reference-Quantum-Krylov-Algorithm---H_2-Molecule"]], "Setup": [[12, "Setup"]], "Computing the matrix elements": [[12, "Computing-the-matrix-elements"]], "Determining the ground state energy of the subspace": [[12, "Determining-the-ground-state-energy-of-the-subspace"]], "Using the Hadamard Test to Determine Quantum Krylov Subspace Decomposition Matrix Elements": [[10, "Using-the-Hadamard-Test-to-Determine-Quantum-Krylov-Subspace-Decomposition-Matrix-Elements"]], "Numerical result as a reference:": [[10, "Numerical-result-as-a-reference:"]], "Using Sample to perform the Hadamard test": [[10, "Using-Sample-to-perform-the-Hadamard-test"]], "Multi-GPU evaluation of QKSD matrix elements using the Hadamard Test": [[10, "Multi-GPU-evaluation-of-QKSD-matrix-elements-using-the-Hadamard-Test"]], "Classically Diagonalize the Subspace Matrix": [[10, "Classically-Diagonalize-the-Subspace-Matrix"]], "Readout Error Mitigation": [[18, "Readout-Error-Mitigation"]], "Inverse confusion matrix from single-qubit noise model": [[18, "Inverse-confusion-matrix-from-single-qubit-noise-model"]], "Inverse confusion matrix from k local confusion matrices": [[18, "Inverse-confusion-matrix-from-k-local-confusion-matrices"]], "Inverse of full confusion matrix": [[18, "Inverse-of-full-confusion-matrix"]], "Max-Cut with QAOA": [[14, "Max-Cut-with-QAOA"]], "Hybrid Quantum Neural Networks": [[11, "Hybrid-Quantum-Neural-Networks"]], "Quantum Teleporation": [[16, "Quantum-Teleporation"]], "Teleportation explained": [[16, "Teleportation-explained"]], "Anderson Impurity Model ground state solver on Infleqtion\u2019s Sqale": [[13, "Anderson-Impurity-Model-ground-state-solver-on-Infleqtion's-Sqale"]], "Performing logical Variational Quantum Eigensolver (VQE) with CUDA-QX": [[13, "Performing-logical-Variational-Quantum-Eigensolver-(VQE)-with-CUDA-QX"]], "Constructing circuits in the [[4,2,2]] encoding": [[13, "Constructing-circuits-in-the-[[4,2,2]]-encoding"]], "Setting up submission and decoding workflow": [[13, "Setting-up-submission-and-decoding-workflow"]], "Running a CUDA-Q noisy simulation": [[13, "Running-a-CUDA-Q-noisy-simulation"]], "Running logical AIM on Infleqtion\u2019s hardware": [[13, "Running-logical-AIM-on-Infleqtion's-hardware"]], "Quantum Fourier Transform": [[15, "Quantum-Fourier-Transform"]], "Quantum Fourier Transform revisited": [[15, "Quantum-Fourier-Transform-revisited"]], "Quantum Volume": [[17, "Quantum-Volume"]], "Factoring Integers With Shor\u2019s Algorithm": [[19, "Factoring-Integers-With-Shor's-Algorithm"]], "Shor\u2019s algorithm": [[19, "Shor's-algorithm"]], "Solving the order-finding problem classically": [[19, "Solving-the-order-finding-problem-classically"]], "Solving the order-finding problem with a quantum algorithm": [[19, "Solving-the-order-finding-problem-with-a-quantum-algorithm"]], "Inverse quantum Fourier transform": [[19, "Inverse-quantum-Fourier-transform"]], "Quantum kernels for modular exponentiation": [[19, "Quantum-kernels-for-modular-exponentiation"]], "The case N = 21 and a = 5:": [[19, "The-case-N-=-21-and-a-=-5:"]], "The case N = 21 and a = 4:": [[19, "The-case-N-=-21-and-a-=-4:"]], "Determining the order from the measurement results of the phase kernel": [[19, "Determining-the-order-from-the-measurement-results-of-the-phase-kernel"]], "Postscript": [[19, "Postscript"]], "Quantum Enhanced Auxiliary Field Quantum Monte Carlo": [[4, "Quantum-Enhanced-Auxiliary-Field-Quantum-Monte-Carlo"]], "Hamiltonian preparation for VQE": [[4, "Hamiltonian-preparation-for-VQE"]], "Run VQE with CUDA-Q": [[4, "Run-VQE-with-CUDA-Q"]], "Auxiliary Field Quantum Monte Carlo (AFQMC)": [[4, "Auxiliary-Field-Quantum-Monte-Carlo-(AFQMC)"]], "Preparation of the molecular Hamiltonian": [[4, "Preparation-of-the-molecular-Hamiltonian"]], "Preparation of the trial wave function": [[4, "Preparation-of-the-trial-wave-function"]], "Setup of the AFQMC parameters": [[4, "Setup-of-the-AFQMC-parameters"]], "CUDA-Q Python API": [[3, "module-cudaq"]], "Program Construction": [[3, "program-construction"]], "Kernel Execution": [[3, "kernel-execution"]], "Dynamics": [[3, "dynamics"]], "Backend Configuration": [[3, "backend-configuration"]], "Data Types": [[3, "data-types"]], "Optimizers": [[3, "optimizers"]], "Gradients": [[3, "gradients"]], "MPI Submodule": [[3, "mpi-submodule"]], "ORCA Submodule": [[3, "orca-submodule"]], "Molecular docking via DC-QAOA": [[8, "Molecular-docking-via-DC-QAOA"]], "Setting up the Molecular Docking Problem": [[8, "Setting-up-the-Molecular-Docking-Problem"]], "CUDA-Q Implementation": [[8, "CUDA-Q-Implementation"]], "Bernstein-Vazirani Algorithm": [[5, "Bernstein-Vazirani-Algorithm"]], "Classical case": [[5, "Classical-case"]], "Quantum case": [[5, "Quantum-case"]], "Implementing in CUDA-Q": [[5, "Implementing-in-CUDA-Q"]], "Cost Minimization": [[6, "Cost-Minimization"]], "CUDA-Q C++ API": [[2, "cuda-q-c-api"]], "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:"]], "Code documentation": [[0, "code-documentation"]], "CUDA-Q API": [[0, null]], "Divisive Clustering With Coresets Using CUDA-Q": [[9, "Divisive-Clustering-With-Coresets-Using-CUDA-Q"]], "Data preprocessing": [[9, "Data-preprocessing"]], "Quantum functions": [[9, "Quantum-functions"]], "Divisive Clustering Function": [[9, "Divisive-Clustering-Function"]], "QAOA Implementation": [[9, "QAOA-Implementation"]], "Scaling simulations with CUDA-Q": [[9, "Scaling-simulations-with-CUDA-Q"]], "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"], [1, "id1"]], "mx": [[1, "mx"]], "my": [[1, "my"]], "User-Defined Custom Operations": [[1, "user-defined-custom-operations"]], "Photonic Operations on Qudits": [[1, "photonic-operations-on-qudits"]], "create": [[1, "create"]], "annihilate": [[1, "annihilate"]], "phase_shift": [[1, "phase-shift"]], "beam_splitter": [[1, "beam-splitter"]]}, "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::asyncresult (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext11asyncResultE"]], "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::numbertrajectories (c++ member)": [[2, "_CPPv4N5cudaq16ExecutionContext18numberTrajectoriesE"]], "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::fermioniqbaseqpu (c++ class)": [[2, "_CPPv4N5cudaq16FermioniqBaseQPUE"]], "cudaq::kernelexecutiontask (c++ type)": [[2, "_CPPv4N5cudaq19KernelExecutionTaskE"]], "cudaq::kernelthunkresulttype (c++ struct)": [[2, "_CPPv4N5cudaq21KernelThunkResultTypeE"]], "cudaq::kernelthunktype (c++ type)": [[2, "_CPPv4N5cudaq15KernelThunkTypeE"]], "cudaq::orcaremoterestqpu (c++ class)": [[2, "_CPPv4N5cudaq17OrcaRemoteRESTQPUE"]], "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, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringE15KernelThunkTypePvNSt8uint64_tENSt8uint64_tERKNSt6vectorIPvEE"], [2, "_CPPv4N5cudaq3QPU12launchKernelERKNSt6stringERKNSt6vectorIPvEE"]], "cudaq::qpu::launchserializedcodeexecution (c++ function)": [[2, "_CPPv4N5cudaq3QPU29launchSerializedCodeExecutionERKNSt6stringERN5cudaq30SerializedCodeExecutionContextE"]], "cudaq::qpu::onrandomseedset (c++ function)": [[2, "_CPPv4N5cudaq3QPU15onRandomSeedSetENSt6size_tE"]], "cudaq::qpu::resetexecutioncontext (c++ function)": [[2, "_CPPv4N5cudaq3QPU21resetExecutionContextEv"]], "cudaq::qpu::setexecutioncontext (c++ function)": [[2, "_CPPv4N5cudaq3QPU19setExecutionContextEP16ExecutionContext"]], "cudaq::qpu::setid (c++ function)": [[2, "_CPPv4N5cudaq3QPU5setIdENSt6size_tE"]], "cudaq::qpu::setshots (c++ function)": [[2, "_CPPv4N5cudaq3QPU8setShotsEi"]], "cudaq::qpu::supportsconditionalfeedback (c++ function)": [[2, "_CPPv4N5cudaq3QPU27supportsConditionalFeedbackEv"]], "cudaq::qpu::~qpu (c++ function)": [[2, "_CPPv4N5cudaq3QPUD0Ev"]], "cudaq::querabaseqpu (c++ class)": [[2, "_CPPv4N5cudaq12QuEraBaseQPUE"]], "cudaq::quakevalue (c++ class)": [[2, "_CPPv4N5cudaq10QuakeValueE"]], "cudaq::quakevalue::quakevalue (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEN4mlir5ValueE"], [2, "_CPPv4N5cudaq10QuakeValue10QuakeValueERN4mlir20ImplicitLocOpBuilderEd"]], "cudaq::quakevalue::canvalidatenumelements (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue22canValidateNumElementsEv"]], "cudaq::quakevalue::constantsize (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue12constantSizeEv"]], "cudaq::quakevalue::dump (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue4dumpERNSt7ostreamE"], [2, "_CPPv4N5cudaq10QuakeValue4dumpEv"]], "cudaq::quakevalue::getrequiredelements (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue19getRequiredElementsEv"]], "cudaq::quakevalue::getvalue (c++ function)": [[2, "_CPPv4NK5cudaq10QuakeValue8getValueEv"]], "cudaq::quakevalue::inverse (c++ function)": [[2, "_CPPv4NK5cudaq10QuakeValue7inverseEv"]], "cudaq::quakevalue::isstdvec (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue8isStdVecEv"]], "cudaq::quakevalue::operator* (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuemlE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuemlEKd"]], "cudaq::quakevalue::operator+ (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValueplE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValueplEKd"], [2, "_CPPv4N5cudaq10QuakeValueplEKi"]], "cudaq::quakevalue::operator- (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuemiE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuemiEKd"], [2, "_CPPv4N5cudaq10QuakeValuemiEKi"], [2, "_CPPv4NK5cudaq10QuakeValuemiEv"]], "cudaq::quakevalue::operator/ (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValuedvE10QuakeValue"], [2, "_CPPv4N5cudaq10QuakeValuedvEKd"]], "cudaq::quakevalue::operator[] (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValueixEKNSt6size_tE"], [2, "_CPPv4N5cudaq10QuakeValueixERK10QuakeValue"]], "cudaq::quakevalue::size (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue4sizeEv"]], "cudaq::quakevalue::slice (c++ function)": [[2, "_CPPv4N5cudaq10QuakeValue5sliceEKNSt6size_tEKNSt6size_tE"]], "cudaq::quantumtask (c++ type)": [[2, "_CPPv4N5cudaq11QuantumTaskE"]], "cudaq::qubitconnectivity (c++ type)": [[2, "_CPPv4N5cudaq17QubitConnectivityE"]], "cudaq::qubitedge (c++ type)": [[2, "_CPPv4N5cudaq9QubitEdgeE"]], "cudaq::remotecapabilities (c++ struct)": [[2, "_CPPv4N5cudaq18RemoteCapabilitiesE"]], "cudaq::remotecapabilities::remotecapabilities (c++ function)": [[2, "_CPPv4N5cudaq18RemoteCapabilities18RemoteCapabilitiesEb"]], "cudaq::remotecapabilities::isremotesimulator (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities17isRemoteSimulatorE"]], "cudaq::remotecapabilities::serializedcodeexec (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities18serializedCodeExecE"]], "cudaq::remotecapabilities::stateoverlap (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities12stateOverlapE"]], "cudaq::remotecapabilities::vqe (c++ member)": [[2, "_CPPv4N5cudaq18RemoteCapabilities3vqeE"]], "cudaq::remotesimulationstate (c++ class)": [[2, "_CPPv4N5cudaq21RemoteSimulationStateE"]], "cudaq::resources (c++ class)": [[2, "_CPPv4N5cudaq9ResourcesE"]], "cudaq::serializedcodeexecutioncontext (c++ class)": [[2, "_CPPv4N5cudaq30SerializedCodeExecutionContextE"]], "cudaq::simulationstate (c++ class)": [[2, "_CPPv4N5cudaq15SimulationStateE"]], "cudaq::simulationstate::tensor (c++ struct)": [[2, "_CPPv4N5cudaq15SimulationState6TensorE"]], "cudaq::simulationstate::precision (c++ enum)": [[2, "_CPPv4N5cudaq15SimulationState9precisionE"]], "cudaq::simulationstate::precision::fp32 (c++ enumerator)": [[2, "_CPPv4N5cudaq15SimulationState9precision4fp32E"]], "cudaq::simulationstate::precision::fp64 (c++ enumerator)": [[2, "_CPPv4N5cudaq15SimulationState9precision4fp64E"]], "cudaq::tensorstatedata (c++ type)": [[2, "_CPPv4N5cudaq15TensorStateDataE"]], "cudaq::trace (c++ class)": [[2, "_CPPv4N5cudaq5TraceE"]], "cudaq::amplitude_damping_channel (c++ class)": [[2, "_CPPv4N5cudaq25amplitude_damping_channelE"]], "cudaq::async_result (c++ class)": [[2, "_CPPv4I0EN5cudaq12async_resultE"]], "cudaq::async_result::get (c++ function)": [[2, "_CPPv4N5cudaq12async_result3getEv"]], "cudaq::async_sample_result (c++ type)": [[2, "_CPPv4N5cudaq19async_sample_resultE"]], "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::get_state (c++ function)": [[2, "_CPPv4I0DpEN5cudaq9get_stateEDaRR13QuantumKernelDpRR4Args"]], "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_channelERKNSt6vectorI8kraus_opEE"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelERRNSt6vectorI8kraus_opEE"], [2, "_CPPv4N5cudaq13kraus_channel13kraus_channelEv"]], "cudaq::kraus_channel::noise_type (c++ member)": [[2, "_CPPv4N5cudaq13kraus_channel10noise_typeE"]], "cudaq::kraus_channel::operator= (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channelaSERK13kraus_channel"]], "cudaq::kraus_channel::operator[] (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channelixEKNSt6size_tE"]], "cudaq::kraus_channel::parameters (c++ member)": [[2, "_CPPv4N5cudaq13kraus_channel10parametersE"]], "cudaq::kraus_channel::push_back (c++ function)": [[2, "_CPPv4N5cudaq13kraus_channel9push_backE8kraus_op"]], "cudaq::kraus_channel::size (c++ function)": [[2, "_CPPv4NK5cudaq13kraus_channel4sizeEv"]], "cudaq::kraus_op (c++ struct)": [[2, "_CPPv4N5cudaq8kraus_opE"]], "cudaq::kraus_op::adjoint (c++ function)": [[2, "_CPPv4NK5cudaq8kraus_op7adjointEv"]], "cudaq::kraus_op::data (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op4dataE"]], "cudaq::kraus_op::kraus_op (c++ function)": [[2, "_CPPv4I0EN5cudaq8kraus_op8kraus_opERRNSt16initializer_listI1TEE"], [2, "_CPPv4N5cudaq8kraus_op8kraus_opENSt6vectorIN5cudaq7complexEEE"], [2, "_CPPv4N5cudaq8kraus_op8kraus_opERK8kraus_op"]], "cudaq::kraus_op::ncols (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op5nColsE"]], "cudaq::kraus_op::nrows (c++ member)": [[2, "_CPPv4N5cudaq8kraus_op5nRowsE"]], "cudaq::kraus_op::operator= (c++ function)": [[2, "_CPPv4N5cudaq8kraus_opaSERK8kraus_op"]], "cudaq::mpi (c++ type)": [[2, "_CPPv4N5cudaq3mpiE"]], "cudaq::mpi::all_gather (c++ function)": [[2, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIdEERKNSt6vectorIdEE"], [2, "_CPPv4N5cudaq3mpi10all_gatherERNSt6vectorIiEERKNSt6vectorIiEE"]], "cudaq::mpi::all_reduce (c++ function)": [[2, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK14BinaryFunction"], [2, "_CPPv4I00EN5cudaq3mpi10all_reduceE1TRK1TRK4Func"]], "cudaq::mpi::broadcast (c++ function)": [[2, "_CPPv4N5cudaq3mpi9broadcastERNSt6stringEi"], [2, "_CPPv4N5cudaq3mpi9broadcastERNSt6vectorIdEEi"]], "cudaq::mpi::finalize (c++ function)": [[2, "_CPPv4N5cudaq3mpi8finalizeEv"]], "cudaq::mpi::initialize (c++ function)": [[2, "_CPPv4N5cudaq3mpi10initializeEiPPc"], [2, "_CPPv4N5cudaq3mpi10initializeEv"]], "cudaq::mpi::is_initialized (c++ function)": [[2, "_CPPv4N5cudaq3mpi14is_initializedEv"]], "cudaq::mpi::num_ranks (c++ function)": [[2, "_CPPv4N5cudaq3mpi9num_ranksEv"]], "cudaq::mpi::rank (c++ function)": [[2, "_CPPv4N5cudaq3mpi4rankEv"]], "cudaq::noise_model (c++ class)": [[2, "_CPPv4N5cudaq11noise_modelE"]], "cudaq::noise_model::predicatefuncty (c++ type)": [[2, "_CPPv4N5cudaq11noise_model15PredicateFuncTyE"]], "cudaq::noise_model::add_all_qubit_channel (c++ function)": [[2, "_CPPv4IDpEN5cudaq11noise_model21add_all_qubit_channelEvRK13kraus_channeli"], [2, "_CPPv4N5cudaq11noise_model21add_all_qubit_channelERKNSt6stringERK13kraus_channeli"]], "cudaq::noise_model::add_channel (c++ function)": [[2, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRK15PredicateFuncTy"], [2, "_CPPv4IDpEN5cudaq11noise_model11add_channelEvRKNSt6vectorINSt6size_tEEERK13kraus_channel"], [2, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERK15PredicateFuncTy"], [2, "_CPPv4N5cudaq11noise_model11add_channelERKNSt6stringERKNSt6vectorINSt6size_tEEERK13kraus_channel"]], "cudaq::noise_model::empty (c++ function)": [[2, "_CPPv4NK5cudaq11noise_model5emptyEv"]], "cudaq::noise_model::get_channels (c++ function)": [[2, "_CPPv4I0ENK5cudaq11noise_model12get_channelsENSt6vectorI13kraus_channelEERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE"], [2, "_CPPv4NK5cudaq11noise_model12get_channelsERKNSt6stringERKNSt6vectorINSt6size_tEEERKNSt6vectorINSt6size_tEEERKNSt6vectorIdEE"]], "cudaq::noise_model::noise_model (c++ function)": [[2, "_CPPv4N5cudaq11noise_model11noise_modelEv"]], "cudaq::noise_model_type (c++ enum)": [[2, "_CPPv4N5cudaq16noise_model_typeE"]], "cudaq::noise_model_type::amplitude_damping_channel (c++ enumerator)": [[2, "_CPPv4N5cudaq16noise_model_type25amplitude_damping_channelE"]], "cudaq::noise_model_type::bit_flip_channel (c++ enumerator)": [[2, "_CPPv4N5cudaq16noise_model_type16bit_flip_channelE"]], "cudaq::noise_model_type::depolarization_channel (c++ enumerator)": [[2, "_CPPv4N5cudaq16noise_model_type22depolarization_channelE"]], "cudaq::noise_model_type::phase_flip_channel (c++ enumerator)": [[2, "_CPPv4N5cudaq16noise_model_type18phase_flip_channelE"]], "cudaq::noise_model_type::unknown (c++ enumerator)": [[2, "_CPPv4N5cudaq16noise_model_type7unknownE"]], "cudaq::num_available_gpus (c++ function)": [[2, "_CPPv4N5cudaq18num_available_gpusEv"]], "cudaq::observe (c++ function)": [[2, "_CPPv4I00Dp0EN5cudaq7observeENSt6vectorI14observe_resultEERR13QuantumKernelRK15SpinOpContainerDpRR4Args"], [2, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultNSt6size_tERR13QuantumKernel7spin_opDpRR4Args"], [2, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRK15observe_optionsRR13QuantumKernel7spin_opDpRR4Args"], [2, "_CPPv4I0Dp0EN5cudaq7observeE14observe_resultRR13QuantumKernel7spin_opDpRR4Args"]], "cudaq::observe_options (c++ struct)": [[2, "_CPPv4N5cudaq15observe_optionsE"]], "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::orca (c++ type)": [[2, "_CPPv4N5cudaq4orcaE"]], "cudaq::orca::sample (c++ function)": [[2, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE"], [2, "_CPPv4N5cudaq4orca6sampleERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE"]], "cudaq::orca::sample_async (c++ function)": [[2, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEERNSt6vectorIdEEiNSt6size_tE"], [2, "_CPPv4N5cudaq4orca12sample_asyncERNSt6vectorINSt6size_tEEERNSt6vectorINSt6size_tEEERNSt6vectorIdEEiNSt6size_tE"]], "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 (c++ function)": [[2, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRK14sample_optionsRR13QuantumKernelDpRR4Args"], [2, "_CPPv4I0Dp0EN5cudaq6sampleE13sample_resultRR13QuantumKernelDpRR4Args"], [2, "_CPPv4I0Dp0EN5cudaq6sampleEDaNSt6size_tERR13QuantumKernelDpRR4Args"]], "cudaq::sample_options (c++ struct)": [[2, "_CPPv4N5cudaq14sample_optionsE"]], "cudaq::sample_result (c++ class)": [[2, "_CPPv4N5cudaq13sample_resultE"]], "cudaq::sample_result::append (c++ function)": [[2, "_CPPv4N5cudaq13sample_result6appendER15ExecutionResult"]], "cudaq::sample_result::begin (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5beginEv"], [2, "_CPPv4NK5cudaq13sample_result5beginEv"]], "cudaq::sample_result::cbegin (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result6cbeginEv"]], "cudaq::sample_result::cend (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result4cendEv"]], "cudaq::sample_result::clear (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5clearEv"]], "cudaq::sample_result::count (c++ function)": [[2, "_CPPv4N5cudaq13sample_result5countENSt11string_viewEKNSt11string_viewE"]], "cudaq::sample_result::deserialize (c++ function)": [[2, "_CPPv4N5cudaq13sample_result11deserializeERNSt6vectorINSt6size_tEEE"]], "cudaq::sample_result::dump (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result4dumpERNSt7ostreamE"], [2, "_CPPv4NK5cudaq13sample_result4dumpEv"]], "cudaq::sample_result::end (c++ function)": [[2, "_CPPv4N5cudaq13sample_result3endEv"], [2, "_CPPv4NK5cudaq13sample_result3endEv"]], "cudaq::sample_result::exp_val_z (c++ function)": [[2, "_CPPv4N5cudaq13sample_result9exp_val_zEKNSt11string_viewE"]], "cudaq::sample_result::expectation (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result11expectationEKNSt11string_viewE"]], "cudaq::sample_result::get_marginal (c++ function)": [[2, "_CPPv4N5cudaq13sample_result12get_marginalERKNSt6vectorINSt6size_tEEEKNSt11string_viewE"], [2, "_CPPv4N5cudaq13sample_result12get_marginalERRKNSt6vectorINSt6size_tEEEKNSt11string_viewE"]], "cudaq::sample_result::has_even_parity (c++ function)": [[2, "_CPPv4N5cudaq13sample_result15has_even_parityENSt11string_viewE"]], "cudaq::sample_result::has_expectation (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result15has_expectationEKNSt11string_viewE"]], "cudaq::sample_result::most_probable (c++ function)": [[2, "_CPPv4N5cudaq13sample_result13most_probableEKNSt11string_viewE"]], "cudaq::sample_result::operator+= (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultpLERK13sample_result"]], "cudaq::sample_result::operator= (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultaSER13sample_result"]], "cudaq::sample_result::operator== (c++ function)": [[2, "_CPPv4NK5cudaq13sample_resulteqERK13sample_result"]], "cudaq::sample_result::probability (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result11probabilityENSt11string_viewEKNSt11string_viewE"]], "cudaq::sample_result::register_names (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result14register_namesEv"]], "cudaq::sample_result::reorder (c++ function)": [[2, "_CPPv4N5cudaq13sample_result7reorderERKNSt6vectorINSt6size_tEEEKNSt11string_viewE"]], "cudaq::sample_result::sample_result (c++ function)": [[2, "_CPPv4N5cudaq13sample_result13sample_resultER15ExecutionResult"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERK13sample_result"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERNSt6vectorI15ExecutionResultEE"], [2, "_CPPv4N5cudaq13sample_result13sample_resultERR15ExecutionResult"], [2, "_CPPv4N5cudaq13sample_result13sample_resultEdRNSt6vectorI15ExecutionResultEE"], [2, "_CPPv4N5cudaq13sample_result13sample_resultEv"]], "cudaq::sample_result::serialize (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result9serializeEv"]], "cudaq::sample_result::size (c++ function)": [[2, "_CPPv4N5cudaq13sample_result4sizeEKNSt11string_viewE"]], "cudaq::sample_result::to_map (c++ function)": [[2, "_CPPv4NK5cudaq13sample_result6to_mapEKNSt11string_viewE"]], "cudaq::sample_result::~sample_result (c++ function)": [[2, "_CPPv4N5cudaq13sample_resultD0Ev"]], "cudaq::set_noise (c++ function)": [[2, "_CPPv4N5cudaq9set_noiseERKN5cudaq11noise_modelE"]], "cudaq::set_random_seed (c++ function)": [[2, "_CPPv4N5cudaq15set_random_seedENSt6size_tE"]], "cudaq::simulation_precision (c++ enum)": [[2, "_CPPv4N5cudaq20simulation_precisionE"]], "cudaq::simulation_precision::fp32 (c++ enumerator)": [[2, "_CPPv4N5cudaq20simulation_precision4fp32E"]], "cudaq::simulation_precision::fp64 (c++ enumerator)": [[2, "_CPPv4N5cudaq20simulation_precision4fp64E"]], "cudaq::spin_op (c++ class)": [[2, "_CPPv4N5cudaq7spin_opE"]], "cudaq::spin_op::begin (c++ function)": [[2, "_CPPv4N5cudaq7spin_op5beginEv"], [2, "_CPPv4NK5cudaq7spin_op5beginEv"]], "cudaq::spin_op::csr_spmatrix (c++ type)": [[2, "_CPPv4N5cudaq7spin_op12csr_spmatrixE"]], "cudaq::spin_op::distribute_terms (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op16distribute_termsENSt6size_tE"]], "cudaq::spin_op::dump (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op4dumpEv"]], "cudaq::spin_op::end (c++ function)": [[2, "_CPPv4N5cudaq7spin_op3endEv"], [2, "_CPPv4NK5cudaq7spin_op3endEv"]], "cudaq::spin_op::for_each_pauli (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op14for_each_pauliERRNSt8functionIFv5pauliNSt6size_tEEEE"]], "cudaq::spin_op::for_each_term (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op13for_each_termERRNSt8functionIFvR7spin_opEEE"]], "cudaq::spin_op::from_word (c++ function)": [[2, "_CPPv4N5cudaq7spin_op9from_wordERKNSt6stringE"]], "cudaq::spin_op::getdatarepresentation (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op21getDataRepresentationEv"]], "cudaq::spin_op::getdatatuple (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op12getDataTupleEv"]], "cudaq::spin_op::get_coefficient (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op15get_coefficientEv"]], "cudaq::spin_op::get_raw_data (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op12get_raw_dataEv"]], "cudaq::spin_op::is_identity (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op11is_identityEv"]], "cudaq::spin_op::iterator (c++ struct)": [[2, "_CPPv4I0EN5cudaq7spin_op8iteratorE"]], "cudaq::spin_op::num_qubits (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op10num_qubitsEv"]], "cudaq::spin_op::num_terms (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9num_termsEv"]], "cudaq::spin_op::operator*= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opmLEKNSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_opmLEKd"], [2, "_CPPv4N5cudaq7spin_opmLERK7spin_op"]], "cudaq::spin_op::operator+= (c++ function)": [[2, "_CPPv4N5cudaq7spin_oppLERK7spin_op"]], "cudaq::spin_op::operator-= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opmIERK7spin_op"]], "cudaq::spin_op::operator= (c++ function)": [[2, "_CPPv4N5cudaq7spin_opaSERK7spin_op"]], "cudaq::spin_op::operator== (c++ function)": [[2, "_CPPv4NK5cudaq7spin_opeqERK7spin_op"]], "cudaq::spin_op::random (c++ function)": [[2, "_CPPv4N5cudaq7spin_op6randomENSt6size_tENSt6size_tEj"]], "cudaq::spin_op::spin_op (c++ function)": [[2, "_CPPv4N5cudaq7spin_op7spin_opE5pauliKNSt6size_tENSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opENSt6size_tE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERK12spin_op_termRKNSt7complexIdEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERK7spin_op"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt13unordered_mapI12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt4pairIK12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorI12spin_op_termEERKNSt6vectorINSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERKNSt6vectorIdEENSt6size_tE"], [2, "_CPPv4N5cudaq7spin_op7spin_opERNSt4pairIK12spin_op_termNSt7complexIdEEEE"], [2, "_CPPv4N5cudaq7spin_op7spin_opEv"]], "cudaq::spin_op::spin_op_term (c++ type)": [[2, "_CPPv4N5cudaq7spin_op12spin_op_termE"]], "cudaq::spin_op::to_matrix (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9to_matrixEv"]], "cudaq::spin_op::to_sparse_matrix (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op16to_sparse_matrixEv"]], "cudaq::spin_op::to_string (c++ function)": [[2, "_CPPv4NK5cudaq7spin_op9to_stringEb"]], "cudaq::spin_op::~spin_op (c++ function)": [[2, "_CPPv4N5cudaq7spin_opD0Ev"]], "cudaq::state (c++ class)": [[2, "_CPPv4N5cudaq5stateE"]], "cudaq::state::amplitude (c++ function)": [[2, "_CPPv4N5cudaq5state9amplitudeERKNSt6vectorIiEE"]], "cudaq::state::amplitudes (c++ function)": [[2, "_CPPv4N5cudaq5state10amplitudesERKNSt6vectorINSt6vectorIiEEEE"]], "cudaq::state::dump (c++ function)": [[2, "_CPPv4NK5cudaq5state4dumpERNSt7ostreamE"], [2, "_CPPv4NK5cudaq5state4dumpEv"]], "cudaq::state::from_data (c++ function)": [[2, "_CPPv4N5cudaq5state9from_dataERK10state_data"]], "cudaq::state::get_num_qubits (c++ function)": [[2, "_CPPv4NK5cudaq5state14get_num_qubitsEv"]], "cudaq::state::get_num_tensors (c++ function)": [[2, "_CPPv4NK5cudaq5state15get_num_tensorsEv"]], "cudaq::state::get_precision (c++ function)": [[2, "_CPPv4NK5cudaq5state13get_precisionEv"]], "cudaq::state::get_tensor (c++ function)": [[2, "_CPPv4NK5cudaq5state10get_tensorENSt6size_tE"]], "cudaq::state::get_tensors (c++ function)": [[2, "_CPPv4NK5cudaq5state11get_tensorsEv"]], "cudaq::state::is_on_gpu (c++ function)": [[2, "_CPPv4NK5cudaq5state9is_on_gpuEv"]], "cudaq::state::operator() (c++ function)": [[2, "_CPPv4NK5cudaq5stateclENSt6size_tENSt6size_tE"], [2, "_CPPv4NK5cudaq5stateclERKNSt16initializer_listINSt6size_tEEENSt6size_tE"]], "cudaq::state::operator= (c++ function)": [[2, "_CPPv4N5cudaq5stateaSERR5state"]], "cudaq::state::operator[] (c++ function)": [[2, "_CPPv4NK5cudaq5stateixENSt6size_tE"]], "cudaq::state::overlap (c++ function)": [[2, "_CPPv4N5cudaq5state7overlapERK5state"]], "cudaq::state::state (c++ function)": [[2, "_CPPv4N5cudaq5state5stateEP15SimulationState"], [2, "_CPPv4N5cudaq5state5stateERK5state"]], "cudaq::state::to_host (c++ function)": [[2, "_CPPv4I0ENK5cudaq5state7to_hostEvPNSt7complexI10ScalarTypeEENSt6size_tE"]], "cudaq::state_data (c++ type)": [[2, "_CPPv4N5cudaq10state_dataE"]], "cudaq::tensor (c++ type)": [[2, "_CPPv4N5cudaq6tensorE"]], "cudaq::unset_noise (c++ function)": [[2, "_CPPv4N5cudaq11unset_noiseEv"]], "nvqir::mpssimulationstate (c++ class)": [[2, "_CPPv4N5nvqir18MPSSimulationStateE"]], "nvqir::tensornetsimulationstate (c++ class)": [[2, "_CPPv4N5nvqir24TensorNetSimulationStateE"]], "amplitudedampingchannel (class in cudaq)": [[3, "cudaq.AmplitudeDampingChannel"]], "asyncevolveresult (class in cudaq)": [[3, "cudaq.AsyncEvolveResult"]], "asyncobserveresult (class in cudaq)": [[3, "cudaq.AsyncObserveResult"]], "asyncsampleresult (class in cudaq)": [[3, "cudaq.AsyncSampleResult"]], "asyncstateresult (class in cudaq)": [[3, "cudaq.AsyncStateResult"]], "baseintegrator (class in cudaq.operator.integrator)": [[3, "cudaq.operator.integrator.BaseIntegrator"]], "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"]], "cudensitymatstate (class in cudaq.operator.cudm_state)": [[3, "cudaq.operator.cudm_state.CuDensityMatState"]], "depolarizationchannel (class in cudaq)": [[3, "cudaq.DepolarizationChannel"]], "elementaryoperator (class in cudaq.operator.expressions)": [[3, "cudaq.operator.expressions.ElementaryOperator"]], "evolveresult (class in cudaq)": [[3, "cudaq.EvolveResult"]], "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"]], "operatorsum (class in cudaq.operator.expressions)": [[3, "cudaq.operator.expressions.OperatorSum"]], "optimizationresult (class in cudaq)": [[3, "cudaq.OptimizationResult"]], "parametershift (class in cudaq.gradients)": [[3, "cudaq.gradients.ParameterShift"]], "phaseflipchannel (class in cudaq)": [[3, "cudaq.PhaseFlipChannel"]], "productoperator (class in cudaq.operator.expressions)": [[3, "cudaq.operator.expressions.ProductOperator"]], "pykernel (class in cudaq)": [[3, "cudaq.PyKernel"]], "pykerneldecorator (class in cudaq)": [[3, "cudaq.PyKernelDecorator"]], "quakevalue (class in cudaq)": [[3, "cudaq.QuakeValue"]], "rydberghamiltonian (class in cudaq.operator.expressions)": [[3, "cudaq.operator.expressions.RydbergHamiltonian"]], "sampleresult (class in cudaq)": [[3, "cudaq.SampleResult"]], "scalaroperator (class in cudaq.operator.expressions)": [[3, "cudaq.operator.expressions.ScalarOperator"]], "schedule (class in cudaq)": [[3, "cudaq.Schedule"]], "simulationprecision (class in cudaq)": [[3, "cudaq.SimulationPrecision"]], "spinoperator (class in cudaq)": [[3, "cudaq.SpinOperator"]], "spinoperator (class in cudaq.operator.definitions)": [[3, "cudaq.operator.definitions.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__"]], "__call__() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.__call__"]], "__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__"]], "__init__() (cudaq.operator.expressions.rydberghamiltonian method)": [[3, "cudaq.operator.expressions.RydbergHamiltonian.__init__"]], "__iter__() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.__iter__"]], "__len__() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.__len__"]], "__mul__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__mul__"]], "__neg__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__neg__"]], "__radd__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__radd__"]], "__rmul__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__rmul__"]], "__rsub__() (cudaq.quakevalue method)": [[3, "cudaq.QuakeValue.__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__"]], "add_all_qubit_channel() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.add_all_qubit_channel"]], "add_channel() (cudaq.noisemodel method)": [[3, "cudaq.NoiseModel.add_channel"]], "all_gather() (in module cudaq.mpi)": [[3, "cudaq.mpi.all_gather"]], "amplitude() (cudaq.state method)": [[3, "cudaq.State.amplitude"]], "amplitudes() (cudaq.state method)": [[3, "cudaq.State.amplitudes"]], "append() (cudaq.krauschannel method)": [[3, "cudaq.KrausChannel.append"]], "argument_count (cudaq.pykernel attribute)": [[3, "cudaq.PyKernel.argument_count"]], "arguments (cudaq.pykernel attribute)": [[3, "cudaq.PyKernel.arguments"]], "broadcast() (in module cudaq.mpi)": [[3, "cudaq.mpi.broadcast"]], "clear() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.clear"]], "col_count (cudaq.krausoperator property)": [[3, "cudaq.KrausOperator.col_count"]], "compile() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.compile"]], "compute() (cudaq.gradients.centraldifference method)": [[3, "cudaq.gradients.CentralDifference.compute"]], "compute() (cudaq.gradients.forwarddifference method)": [[3, "cudaq.gradients.ForwardDifference.compute"]], "compute() (cudaq.gradients.parametershift method)": [[3, "cudaq.gradients.ParameterShift.compute"]], "count() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.count"]], "counts() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.counts"]], "cudaq": [[3, "module-cudaq"]], "define() (cudaq.operator.expressions.elementaryoperator class method)": [[3, "cudaq.operator.expressions.ElementaryOperator.define"]], "description (cudaq.target property)": [[3, "cudaq.Target.description"]], "deserialize() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.deserialize"]], "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.state method)": [[3, "cudaq.State.dump"]], "evolve() (in module cudaq)": [[3, "cudaq.evolve"]], "evolve_async() (in module cudaq)": [[3, "cudaq.evolve_async"]], "expectation() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.expectation"]], "expectation() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.expectation"]], "expectation_values() (cudaq.evolveresult method)": [[3, "cudaq.EvolveResult.expectation_values"]], "expectation_z() (cudaq.observeresult method)": [[3, "cudaq.ObserveResult.expectation_z"]], "expectation_z() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.expectation_z"]], "extract_c_function_pointer() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.extract_c_function_pointer"]], "final_expectation_values() (cudaq.evolveresult method)": [[3, "cudaq.EvolveResult.final_expectation_values"]], "final_state() (cudaq.evolveresult method)": [[3, "cudaq.EvolveResult.final_state"]], "finalize() (in module cudaq.mpi)": [[3, "cudaq.mpi.finalize"]], "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.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"]], "get() (cudaq.asyncevolveresult method)": [[3, "cudaq.AsyncEvolveResult.get"]], "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_marginal_counts() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.get_marginal_counts"]], "get_precision() (cudaq.target method)": [[3, "cudaq.Target.get_precision"]], "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"]], "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"]], "intermediate_states() (cudaq.evolveresult method)": [[3, "cudaq.EvolveResult.intermediate_states"]], "is_emulated() (cudaq.target method)": [[3, "cudaq.Target.is_emulated"]], "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"]], "merge_kernel() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.merge_kernel"]], "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_columns() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.num_columns"]], "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"]], "num_rows() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.num_rows"]], "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"]], "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() (in module cudaq.orca)": [[3, "cudaq.orca.sample"]], "sample_async() (in module cudaq)": [[3, "cudaq.sample_async"]], "serialize() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.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"]], "synthesize_callable_arguments() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.synthesize_callable_arguments"]], "to_cupy_array() (in module cudaq.operator.cudm_state)": [[3, "cudaq.operator.cudm_state.to_cupy_array"]], "to_json() (cudaq.pykerneldecorator method)": [[3, "cudaq.PyKernelDecorator.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_numpy() (cudaq.complexmatrix method)": [[3, "cudaq.ComplexMatrix.to_numpy"]], "translate() (in module cudaq)": [[3, "cudaq.translate"]], "type_to_str() (cudaq.pykerneldecorator static method)": [[3, "cudaq.PyKernelDecorator.type_to_str"]], "unset_noise() (in module cudaq)": [[3, "cudaq.unset_noise"]], "upper_bounds (cudaq.optimizers.cobyla property)": [[3, "cudaq.optimizers.COBYLA.upper_bounds"]], "upper_bounds (cudaq.optimizers.gradientdescent property)": [[3, "cudaq.optimizers.GradientDescent.upper_bounds"]], "upper_bounds (cudaq.optimizers.lbfgs property)": [[3, "cudaq.optimizers.LBFGS.upper_bounds"]], "upper_bounds (cudaq.optimizers.neldermead property)": [[3, "cudaq.optimizers.NelderMead.upper_bounds"]], "values() (cudaq.sampleresult method)": [[3, "cudaq.SampleResult.values"]], "vqe() (in module cudaq)": [[3, "cudaq.vqe"]]}}) \ No newline at end of file diff --git a/pr-2478/sphinx/applications/python/divisive_clustering_src/main_divisive_clustering.py b/pr-2478/sphinx/applications/python/divisive_clustering_src/main_divisive_clustering.py index 6ada0c0cde..4065d93755 100644 --- a/pr-2478/sphinx/applications/python/divisive_clustering_src/main_divisive_clustering.py +++ b/pr-2478/sphinx/applications/python/divisive_clustering_src/main_divisive_clustering.py @@ -27,7 +27,7 @@ type=str, choices=["qpp-cpu", "nvidia", "nvidia-mgpu"], help= - "Quantum simulator backend. Default is qpp-cpu. See https://nvidia.github.io/cuda-quantum/0.6.0/using/simulators.html for more options.", + "Quantum simulator backend. Default is qpp-cpu. See https://nvidia.github.io/cuda-quantum for more options.", ) argparser.add_argument( "-d", diff --git a/pr-2478/sphinx/applications/python/vqe_advanced.ipynb b/pr-2478/sphinx/applications/python/vqe_advanced.ipynb index 188df3af45..3135b93829 100644 --- a/pr-2478/sphinx/applications/python/vqe_advanced.ipynb +++ b/pr-2478/sphinx/applications/python/vqe_advanced.ipynb @@ -331,7 +331,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "[\u001b[38;2;255;000;000mwarning\u001b[0m] Target \u001b[38;2;000;000;255mnvidia-mqpu\u001b[0m: \u001b[38;2;000;000;255mThis target is deprecating. Please use the 'nvidia' target with option 'mqpu,fp32' or 'mqpu' (fp32 is the default precision option) by adding the command line option '--target-option mqpu,fp32' or passing it as cudaq.set_target('nvidia', option='mqpu,fp32') in Python. Please refer to CUDA-Q \u001b]8;;https://nvidia.github.io/cuda-quantum/latest/using/backends/platform.html#nvidia-mqpu-platform\u001b\\documentation\u001b]8;;\u001b\\ for more information.\u001b[0m\n" + "[\u001b[38;2;255;000;000mwarning\u001b[0m] Target \u001b[38;2;000;000;255mnvidia-mqpu\u001b[0m: \u001b[38;2;000;000;255mThis target is deprecating. Please use the 'nvidia' target with option 'mqpu,fp32' or 'mqpu' (fp32 is the default precision option) by adding the command line option '--target-option mqpu,fp32' or passing it as cudaq.set_target('nvidia', option='mqpu,fp32') in Python. Please refer to CUDA-Q \u001b]8;;https://nvidia.github.io/cuda-quantum/latest/using/backends/platform\u001b\\documentation\u001b]8;;\u001b\\ for more information.\u001b[0m\n" ] } ], diff --git a/pr-2478/sphinx/examples/python/building_kernels.ipynb b/pr-2478/sphinx/examples/python/building_kernels.ipynb index 366b9f626f..b847b4936e 100644 --- a/pr-2478/sphinx/examples/python/building_kernels.ipynb +++ b/pr-2478/sphinx/examples/python/building_kernels.ipynb @@ -145,7 +145,7 @@ "### Applying Gates\n", "\n", "\n", - "After a kernel is constructed, gates can be applied to start building out a quantum circuit. All the predefined gates in CUDA-Q can be found [here](https://nvidia.github.io/cuda-quantum/latest/api/default_ops.html#unitary-operations-on-qubits).\n", + "After a kernel is constructed, gates can be applied to start building out a quantum circuit. All the predefined gates in CUDA-Q can be found [here](https://nvidia.github.io/cuda-quantum/latest/api/default_ops).\n", "\n", "\n", "Gates can be applied to all qubits in a register:" diff --git a/pr-2478/sphinx/examples/python/building_kernels.py b/pr-2478/sphinx/examples/python/building_kernels.py index 2228d1045b..35583fbb9b 100644 --- a/pr-2478/sphinx/examples/python/building_kernels.py +++ b/pr-2478/sphinx/examples/python/building_kernels.py @@ -100,7 +100,9 @@ def kernel(state: cudaq.State): # ### Applying Gates # # -# After a kernel is constructed, gates can be applied to start building out a quantum circuit. All the predefined gates in CUDA-Q can be found [here](https://nvidia.github.io/cuda-quantum/latest/api/default_ops.html#unitary-operations-on-qubits). +# After a kernel is constructed, gates can be applied to start building out a quantum circuit. +# All the predefined gates in CUDA-Q can be found here: +# https://nvidia.github.io/cuda-quantum/api/default_ops. # # # Gates can be applied to all qubits in a register: diff --git a/pr-2478/sphinx/examples/python/executing_kernels.ipynb b/pr-2478/sphinx/examples/python/executing_kernels.ipynb index 66a7afee3b..0d3250c8c1 100644 --- a/pr-2478/sphinx/examples/python/executing_kernels.ipynb +++ b/pr-2478/sphinx/examples/python/executing_kernels.ipynb @@ -78,7 +78,7 @@ "source": [ "Note that there is a subtle difference between how `sample` is executed with the target device set to a simulator or with the target device set to a QPU. In simulation mode, the quantum state is built once and then sampled $s$ times where $s$ equals the `shots_count`. In hardware execution mode, the quantum state collapses upon measurement and hence needs to be rebuilt over and over again.\n", "\n", - "There are a number of helpful tools that can be found in the API [here](https://nvidia.github.io/cuda-quantum/latest/api/languages/python_api.html#cudaq.SampleResult) to process the `Sample_Result` object produced by `sample`." + "There are a number of helpful tools that can be found in the [API docs](https://nvidia.github.io/cuda-quantum/latest/api/languages/python_api) to process the `Sample_Result` object produced by `sample`." ] }, { diff --git a/pr-2478/sphinx/releases.rst b/pr-2478/sphinx/releases.rst index 6a8a353462..de3e12d78b 100644 --- a/pr-2478/sphinx/releases.rst +++ b/pr-2478/sphinx/releases.rst @@ -4,12 +4,35 @@ CUDA-Q Releases **latest** -The latest version of CUDA-Q is on the main branch of our `GitHub repository `__ and is also available as a Docker image. More information about installing the nightly builds can be found :doc:`here ` +The latest version of CUDA-Q is on the main branch of our `GitHub repository `__ +and is also available as a Docker image. More information about installing the nightly builds can be found +:doc:`here ` - `Docker image (nightly builds) `__ - `Documentation `__ - `Examples `__ +**0.9.0** + +We are very excited to share a new toolset added for modeling and manipulating the dynamics of physical systems. +The new API allows to define and execute a time evolution under arbitrary operators. For more information, take +a look at the `docs `__. +The 0.9.0 release furthermore includes a range of contribution to add new backends to CUDA-Q, including backends +from `Anyon Technologies `__, +`Ferimioniq `__, and +`QuEra Computing `__, +as well as updates to existing backends from `ORCA `__ +and `OQC `__. +We hope you enjoy the new features - also check out our new notebooks and examples to dive into CUDA-Q. + +- `Docker image `__ +- `Python wheel `__ +- `C++ installer `__ +- `Documentation `__ +- `Examples `__ + +The full change log can be found `here `__. + **0.8.0** The 0.8.0 release adds a range of changes to improve the ease of use and performance with CUDA-Q. @@ -17,7 +40,7 @@ The changes listed below highlight some of what we think will be the most useful to know about. While the listed changes do not capture all of the great contributions, we would like to extend many thanks for every contribution, in particular those from external contributors. -- `Docker image `__ +- `Docker image `__ - `Python wheel `__ - `C++ installer `__ - `Documentation `__ @@ -30,7 +53,7 @@ The full change log can be found `here `__. +`here `__. It furthermore adds a range of bug fixes and changes the Python wheel installation instructions. - `Docker image `__ @@ -46,7 +69,7 @@ The full change log can be found `here `, giving you access to our most powerful GPU-accelerated simulators even if you don't have an NVIDIA GPU. With 0.7.0, we have furthermore greatly increased expressiveness of the Python and C++ language frontends. -Check out our `documentation `__ +Check out our `documentation `__ to get started with the new Python syntax support we have added, and `follow our blog `__ to learn more about the new setup and its performance benefits. diff --git a/pr-2478/using/examples/building_kernels.html b/pr-2478/using/examples/building_kernels.html index 8d8c88b98c..c70e4edfd5 100644 --- a/pr-2478/using/examples/building_kernels.html +++ b/pr-2478/using/examples/building_kernels.html @@ -831,7 +831,9 @@

        Building Kernels# ### Applying Gates # # -# After a kernel is constructed, gates can be applied to start building out a quantum circuit. All the predefined gates in CUDA-Q can be found [here](https://nvidia.github.io/cuda-quantum/latest/api/default_ops.html#unitary-operations-on-qubits). +# After a kernel is constructed, gates can be applied to start building out a quantum circuit. +# All the predefined gates in CUDA-Q can be found here: +# https://nvidia.github.io/cuda-quantum/api/default_ops. # # # Gates can be applied to all qubits in a register: