From 5270c186c83222ade31a4da23526460926ee6b5c Mon Sep 17 00:00:00 2001 From: Nico Meyer <161021867+nicomeyer96@users.noreply.github.com> Date: Thu, 4 Jun 2026 11:04:08 +0200 Subject: [PATCH] Shortened component description Signed-off-by: Nico Meyer <161021867+nicomeyer96@users.noreply.github.com> --- _components/qiskit-torch-module.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/_components/qiskit-torch-module.md b/_components/qiskit-torch-module.md index 5b5b9ac..57b196f 100644 --- a/_components/qiskit-torch-module.md +++ b/_components/qiskit-torch-module.md @@ -14,7 +14,4 @@ maintainers: The qiskit-torch-module is a Qiskit-based simulation and training framework for variational quantum circuits with a native PyTorch interface, designed for fast prototyping of quantum neural networks -on single-CPU machines. It provides efficient multi‑observable evaluation, batch‑parallelized -expectation and gradient computation, and flexible automatic differentiation for hybrid -classical–quantum models. Compared to qiskit‑machine‑learning, it achieves up to two orders of -magnitude lower runtimes with minimal code changes to existing Qiskit workflows. +on single-CPU machines.