.gitignore
.pylintrc
.travis.yml
CITATION.bib
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
README.md
ecosystem.json
mypy.ini
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/enhancement_request.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/README.md
.github/workflows/citation.yml
.github/workflows/coverage.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/test_latest_versions.yml
benchmarks/plot.py
benchmarks/cpu/exec.sh
benchmarks/cpu/execall.sh
benchmarks/cpu/qiskit/benchmarks.py
benchmarks/cpu/qiskit/.benchmarks/Linux-CPython-3.10-64bit/0001_data.json
benchmarks/cpu/qiskit_qulacs/benchmarks.py
benchmarks/cpu/qiskit_qulacs/.benchmarks/Linux-CPython-3.10-64bit/0001_data.json
benchmarks/cpu/qulacs/benchmarks.py
benchmarks/cpu/qulacs/.benchmarks/Linux-CPython-3.10-64bit/0001_data.json
benchmarks/gpu/exec.sh
benchmarks/gpu/execall.sh
benchmarks/gpu/qiskit/benchmarks.py
benchmarks/plots/fig_compare_cpu.png
benchmarks/plots/fig_compare_gpu.png
docs/.nojekyll
docs/conf.py
docs/file-map-and-description.md
docs/index.rst
docs/technical_docs.md
docs/zenodo-integration.md
docs/_static/custom.css
docs/_static/images/ghz_state.png
docs/_static/images/logo.png
docs/_static/images/logo_extended.png
docs/_static/images/uf.png
docs/apidocs/index.rst
docs/apidocs/modules.rst
docs/apidocs/qiskit_qulacs.rst
docs/intro/INSTALL.md
docs/intro/beginners_guide.md
docs/intro/project_overview.md
docs/intro/quickstart_guide.md
docs/tutorials/01_qulacs_backend.ipynb
docs/tutorials/02_get_started_primitives.ipynb
docs/tutorials/03_vqe.ipynb
docs/tutorials/index.rst
qiskit_qulacs/__init__.py
qiskit_qulacs/adapter.py
qiskit_qulacs/backend_utils.py
qiskit_qulacs/qulacs_backend.py
qiskit_qulacs/qulacs_estimator.py
qiskit_qulacs/qulacs_estimator_gradient.py
qiskit_qulacs/qulacs_job.py
qiskit_qulacs/qulacs_provider.py
qiskit_qulacs/qulacs_sampler.py
qiskit_qulacs/version.py
qiskit_qulacs.egg-info/PKG-INFO
qiskit_qulacs.egg-info/SOURCES.txt
qiskit_qulacs.egg-info/dependency_links.txt
qiskit_qulacs.egg-info/requires.txt
qiskit_qulacs.egg-info/top_level.txt
tests/README.md
tests/__init__.py
tests/test_adapter.py
tests/test_qulacs_backend.py
tests/test_qulacs_estimator.py
tests/test_qulacs_estimator_gradient.py
tests/test_qulacs_job.py
tests/test_qulacs_provider.py
tests/test_qulacs_sampler.py
tests/utils.py