From d4c09ef5a87cb5d283c3281b69f4ecb24a401b10 Mon Sep 17 00:00:00 2001 From: ttrenty <154608953+ttrenty@users.noreply.github.com> Date: Fri, 27 Jun 2025 00:05:08 -0600 Subject: [PATCH] fix: Update README implementation section --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a796c23..107fcf9 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,11 @@ pixi run main ``` -## 🔥 Current Implementation(s) +## 🔥 Current Implementation -The current implemtnation uses State Vector which is an efficient method for simulating -with high precision smaller scale qubits system of 20-30 qubits. It also allow for -easily accessible gradient computations. +The current implementation uses a State Vector approach, which is an efficient method for simulating small-scale quantum circuits (20–30 qubits) with high precision. This approach also enables relatively straightforward exact gradient computations. -Another possible implemenation would be using Tensor Network, this method is effective -for large circuits, however with less precision in the calculations and with more -expensive gradients computations. +An alternative implementation for the futur could be using the Tensor Network approach. This method is more suitable for larger circuits but offers lower precision and would involves more computationally expensive gradient calculations. ## 📄 License