From 969bbd3482e06002b513dad7dbb18b3869fbe5f2 Mon Sep 17 00:00:00 2001 From: Daniel Strano Date: Sun, 22 Dec 2024 00:14:20 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b31f8f3..f8a36ed 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Pure Python bindings for the pure C++11/OpenCL Qrack quantum computer simulator **Note, if building from source**: You must build and install [unitaryfund/qrack](https://github.com/unitaryfund/qrack) to build the `main` branch from source. CI/CD builds wheels that contain pre-compiled Qrack binaries, and that is the form published on PyPi. **You must also install OpenCL.** -**Performance can benefit greatly from following the [Qrack repository "Quick Start" and "Power user considerations"](https://github.com/unitaryfund/qrack/blob/main/README.md#quick-start).** +**Performance can benefit greatly from following the [Qrack repository "Quick Start" and "Power user considerations."](https://github.com/unitaryfund/qrack/blob/main/README.md#quick-start)** Import and instantiate [`QrackSimulator`](https://github.com/unitaryfund/pyqrack/blob/main/pyqrack/qrack_simulator.py) instances. This simulator can perform arbitrary single qubit and controlled-single-qubit gates, as well as other specific gates like `SWAP`.