From 8fb11ce4be94441c071fd9fdb859d933e1482855 Mon Sep 17 00:00:00 2001 From: nicomeyer96 <161021867+nicomeyer96@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:29:49 +0000 Subject: [PATCH 1/2] feat: :card_file_box: add component "Variational-LSE-Solver" from Issue #135 --- _components/variational-lse-solver.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _components/variational-lse-solver.md diff --git a/_components/variational-lse-solver.md b/_components/variational-lse-solver.md new file mode 100644 index 0000000..31970bd --- /dev/null +++ b/_components/variational-lse-solver.md @@ -0,0 +1,15 @@ +--- +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. From 960373e26e142c1bc66ea063f43b6b2e22a427ba Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:30:02 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20pre-commit=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _components/variational-lse-solver.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_components/variational-lse-solver.md b/_components/variational-lse-solver.md index 31970bd..9755d37 100644 --- a/_components/variational-lse-solver.md +++ b/_components/variational-lse-solver.md @@ -12,4 +12,7 @@ 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. +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.