.coveragerc
.gitignore
.readthedocs.yml
CMakeLists.txt
LICENSE
MANIFEST.in
Makefile
README.rst
codecov.yml
requirements.txt
setup.py
.github/CHANGELOG.md
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/build_wheel_manylinux2014.yml
.github/workflows/changelog_reminder.yml
.github/workflows/changelog_template.txt
.github/workflows/dev_version_script.py
.github/workflows/format.yml
.github/workflows/update_dev_version.yml
PennyLane_Lightning_GPU.egg-info/PKG-INFO
PennyLane_Lightning_GPU.egg-info/SOURCES.txt
PennyLane_Lightning_GPU.egg-info/dependency_links.txt
PennyLane_Lightning_GPU.egg-info/entry_points.txt
PennyLane_Lightning_GPU.egg-info/requires.txt
PennyLane_Lightning_GPU.egg-info/top_level.txt
bin/format
doc/Makefile
doc/conf.py
doc/devices.rst
doc/directives.py
doc/index.rst
doc/installation.rst
doc/requirements.txt
doc/support.rst
doc/_ext/edit_on_github.py
doc/_static/favicon.ico
doc/_static/lightning_gpu_initial_bm.png
doc/_static/pennylane.png
doc/_static/xanadu_logo.png
doc/_static/xanadu_logo_small.png
doc/_static/xanadu_x.png
doc/_templates/autosummary/base.rst
doc/_templates/autosummary/class.rst
doc/_templates/autosummary/module.rst
doc/_templates/autosummary_core/base.rst
doc/_templates/autosummary_core/class.rst
doc/_templates/autosummary_core/module.rst
doc/code/__init__.rst
doc/xanadu_theme/LICENSE
doc/xanadu_theme/comments.html
doc/xanadu_theme/footer.html
doc/xanadu_theme/globaltoc.html
doc/xanadu_theme/header.html
doc/xanadu_theme/layout.html
doc/xanadu_theme/localtoc.html
doc/xanadu_theme/logo-text.html
doc/xanadu_theme/search.html
doc/xanadu_theme/searchbox.html
doc/xanadu_theme/sourcelink.html
doc/xanadu_theme/theme.conf
doc/xanadu_theme/static/tomorrow.css
doc/xanadu_theme/static/tomorrow_night.css
doc/xanadu_theme/static/xanadu.css_t
doc/xanadu_theme/static/css/nanoscroller.css
doc/xanadu_theme/static/js/jquery.nanoscroller.js.map
doc/xanadu_theme/static/js/nanoscroller.min.js
docker/Dockerfile
docker/README.md
docker/auditwheel
pennylane_lightning_gpu/__init__.py
pennylane_lightning_gpu/_serialize.py
pennylane_lightning_gpu/_version.py
pennylane_lightning_gpu/lightning_gpu.py
pennylane_lightning_gpu/src/CMakeLists.txt
pennylane_lightning_gpu/src/algorithms/AdjointDiffGPU.cpp
pennylane_lightning_gpu/src/algorithms/AdjointDiffGPU.hpp
pennylane_lightning_gpu/src/algorithms/CMakeLists.txt
pennylane_lightning_gpu/src/bindings/Bindings.cpp
pennylane_lightning_gpu/src/simulator/CMakeLists.txt
pennylane_lightning_gpu/src/simulator/StateVectorCudaBase.hpp
pennylane_lightning_gpu/src/simulator/StateVectorCudaManaged.cpp
pennylane_lightning_gpu/src/simulator/StateVectorCudaManaged.hpp
pennylane_lightning_gpu/src/simulator/cuGateCache.cpp
pennylane_lightning_gpu/src/simulator/cuGateCache.hpp
pennylane_lightning_gpu/src/simulator/cuGates_host.hpp
pennylane_lightning_gpu/src/tests/CMakeLists.txt
pennylane_lightning_gpu/src/tests/TestHelpers.hpp
pennylane_lightning_gpu/src/tests/Test_AdjointDiffGPU.cpp
pennylane_lightning_gpu/src/tests/Test_GateCache.cpp
pennylane_lightning_gpu/src/tests/Test_StateVectorCudaManaged_NonParam.cpp
pennylane_lightning_gpu/src/tests/Test_StateVectorCudaManaged_Param.cpp
pennylane_lightning_gpu/src/tests/runner_main.cpp
pennylane_lightning_gpu/src/util/CMakeLists.txt
pennylane_lightning_gpu/src/util/DevicePool.hpp
pennylane_lightning_gpu/src/util/TSQueue.hpp
pennylane_lightning_gpu/src/util/cuda_helpers.hpp
tests/conftest.py
tests/test_adjoint_jacobian.py
tests/test_apply.py
tests/test_comparison.py
tests/test_expval.py
tests/test_gates.py
tests/test_sample.py
tests/test_var.py
tests/utilities/README.md
tests/utilities/sv_transfers.cu