From 0a9fd3b44097d484bbe78e870d86bac96c74cb8a Mon Sep 17 00:00:00 2001 From: Ashish Panigrahi Date: Fri, 4 Jun 2021 23:25:19 +0530 Subject: [PATCH 1/2] Fixed grammar and link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d57e2fb..b7a248e 100644 --- a/README.md +++ b/README.md @@ -115,5 +115,5 @@ print('CNOT on 11: |' + OneOne.measure() + '>') Largely based on the code from [corbett/QuantumComputing](https://github.com/corbett/QuantumComputing). -If you are interested in a efficient, high performance, hardware accelerated -quantum computer simulator written in Rust, please check out [QCGPU](https://github.com/qcgpu/qcgpu-rust) +If you are interested in an efficient, high performance, hardware accelerated +quantum computer simulator written in Rust, please check out [QCGPU](https://github.com/libtangle/qcgpu-rust) From d7b919e60e17e8d3913ebf0a6259dfb91418d4b9 Mon Sep 17 00:00:00 2001 From: Ashish Panigrahi Date: Fri, 4 Jun 2021 23:27:02 +0530 Subject: [PATCH 2/2] Removed mention of rust The rust quantum simulator does not exist anymore. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7a248e..1be190b 100644 --- a/README.md +++ b/README.md @@ -116,4 +116,4 @@ print('CNOT on 11: |' + OneOne.measure() + '>') Largely based on the code from [corbett/QuantumComputing](https://github.com/corbett/QuantumComputing). If you are interested in an efficient, high performance, hardware accelerated -quantum computer simulator written in Rust, please check out [QCGPU](https://github.com/libtangle/qcgpu-rust) +quantum computer simulator, please check out [QCGPU](https://github.com/libtangle/qcgpu)