.gitignore
.pylintrc
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
INSTALL.md
LICENSE.txt
README.md
ecosystem.json
mypy.ini
requirements-dev.txt
requirements.txt
setup.py
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.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_minimum_versions.yml
.github/workflows_wip/test_development_versions.yml
.github/workflows_wip/test_latest_versions.yml
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/sol.gif
docs/technical_docs.md
docs/zenodo-integration.md
docs/_static/custom.css
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_vqls.py
vqls_prototype/__init__.py
vqls_prototype/__version__.py
vqls_prototype/hadamard_test.py
vqls_prototype/matrix_decomposition.py
vqls_prototype/variational_linear_solver.py
vqls_prototype/vqls.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