.gitignore
.pylintrc
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
INSTALL.md
LICENSE.txt
README.md
ecosystem.json
mypy.ini
pyproject.toml
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
docs/.nojekyll
docs/README.md
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/sol.gif
docs/technical_docs.md
docs/zenodo-integration.md
docs/_static/images/logo.png
docs/apidocs/index.rst
docs/apidocs/vqls_prototype.rst
docs/how_tos/01_how_to_solve_linear_system.ipynb
docs/how_tos/02_how_to_use_circuits.ipynb
docs/how_tos/03_how_to_use_runtime.ipynb
docs/how_tos/04_how_to_control_options.ipynb
docs/how_tos/README.md
docs/how_tos/index.rst
docs/technical_docs/hadamard_test.md
docs/technical_docs/matrix_decomposition.md
docs/technical_docs/variational_linear_solver.md
docs/technical_docs/vqls.md
docs/tutorials/README.md
docs/tutorials/index.rst
docs/tutorials/vqls.ipynb
docs/tutorials/vqls_runtime.ipynb
tests/README.md
tests/__init__.py
tests/test_decomposition.py
tests/test_hadamard.py
tests/test_hybrid_qst_vqls.py
tests/test_qst_vqls.py
tests/test_tomography.py
tests/test_vqls.py
vqls_prototype/__init__.py
vqls_prototype/__version__.py
vqls_prototype.egg-info/PKG-INFO
vqls_prototype.egg-info/SOURCES.txt
vqls_prototype.egg-info/dependency_links.txt
vqls_prototype.egg-info/requires.txt
vqls_prototype.egg-info/top_level.txt
vqls_prototype/hadamard_test/direct_hadamard_test.py
vqls_prototype/hadamard_test/hadamard_overlap_test.py
vqls_prototype/hadamard_test/hadamard_test.py
vqls_prototype/matrix_decomposition/__init__.py
vqls_prototype/matrix_decomposition/matrix_decomposition.py
vqls_prototype/matrix_decomposition/optimized_matrix_decomposition.py
vqls_prototype/solver/__init__.py
vqls_prototype/solver/base_solver.py
vqls_prototype/solver/hybrid_qst_vqls.py
vqls_prototype/solver/log.py
vqls_prototype/solver/qst_vqls.py
vqls_prototype/solver/variational_linear_solver.py
vqls_prototype/solver/vqls.py
vqls_prototype/tomography/__init__.py
vqls_prototype/tomography/htree_qst.py
vqls_prototype/tomography/nnqst.py
vqls_prototype/tomography/qst.py
vqls_prototype/tomography/shadow_qst.py
vqls_prototype/tomography/simulator_qst.py