Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 2.33 KB

README.md

File metadata and controls

43 lines (31 loc) · 2.33 KB

Platform Python Qiskit License Code style: Black Tests Coverage Status

Variational Quantum Linear Solver Prototype

This repository contains a prototype implementation of the variational quantum linear solver [1,2] that allows to solve linear systems, $A\times x = b$, using variational circuits.

VQLS Solving a 4x4 linear system

Table of Contents

For Users
  1. About the Project
  2. Beginner's Guide
  3. Installation
  4. Quickstart Guide
  5. Tutorials
  6. How-Tos
  7. Prototype Template File Glossary
  8. References and Acknowledgements
  9. License
For Developers/Contributors
  1. Contribution Guide
  2. Technical Docs

References and Acknowledgements


License

Apache License 2.0