.gitignore
.pylintrc
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
INSTALL.md
LICENSE.txt
README.md
ecosystem.json
mypy.ini
pyproject.toml
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/ecosystem.yml
.github/workflows/lint.yml
.github/workflows/test_latest_versions.yml
benchmarks/benchmark_qulacs_qiskit_estimator.csv
benchmarks/benchmark_qulacs_qiskit_grad.csv
benchmarks/benchmark_qulacs_qiskit_sv_simulation.csv
benchmarks/qiskit-qulacs-benchmark.ipynb
docs/.nojekyll
docs/beginners_guide.md
docs/conf.py
docs/file-map-and-description.md
docs/index.rst
docs/project_overview.md
docs/quickstart_guide.md
docs/technical_docs.md
docs/zenodo-integration.md
docs/_static/custom.css
docs/_static/images/est_sim.png
docs/_static/images/grad_sim.png
docs/_static/images/logo.png
docs/_static/images/logo_extended.png
docs/_static/images/sv_sim.png
docs/apidocs/index.rst
docs/apidocs/modules.rst
docs/apidocs/qiskit_qulacs.rst
docs/how_tos/example_how_to.ipynb
docs/how_tos/index.rst
docs/tutorials/Variational Quantum Eigensolver (VQE).ipynb
docs/tutorials/index.rst
qiskit_qulacs/__init__.py
qiskit_qulacs/adapter.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/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