diff --git a/_components/variational-lse-solver.md b/_components/variational-lse-solver.md new file mode 100644 index 0000000..9755d37 --- /dev/null +++ b/_components/variational-lse-solver.md @@ -0,0 +1,18 @@ +--- +title: Variational-LSE-Solver +languages: + - Python +frameworks: + - PennyLane +links: + docs: https://github.com/nicomeyer96/variational-lse-solver/blob/main/README.md + github: https://github.com/nicomeyer96/variational-lse-solver + releases: https://pypi.org/project/variational-lse-solver/ +maintainers: + - Fraunhofer IIS (Quantum Compilation Group) +--- + +The variational-lse-solver is a PennyLane-based library for prototyping variational quantum +algorithms that solve linear systems of equations on NISQ devices and in simulation. It unifies and +extends several VQLS methods from the literature, offering configurable cost functions, flexible +matrix-encoding modes, dynamic ansätze, and evaluation strategies with reduced circuit overhead.