From 1d8f8ce70f0238db4e00105552edb45b61eeb651 Mon Sep 17 00:00:00 2001 From: Valentin Stauber Date: Tue, 10 Oct 2023 14:07:36 +0200 Subject: [PATCH 1/2] Update README.rst fix imports in README example --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e8451dfa..3397c407 100755 --- a/README.rst +++ b/README.rst @@ -85,7 +85,7 @@ linear chain and the architecture supports any single-qubit gate as well as the from projectq import MainEngine from projectq.backends import ResourceCounter - from projectq.ops import QFT + from projectq.ops import QFT, CNOT, Swap from projectq.setups import linear compiler_engines = linear.get_engine_list(num_qubits=16, one_qubit_gates='any', two_qubit_gates=(CNOT, Swap)) From af7a00fa9c5401cc31309fe1a3137de3c54eb0e3 Mon Sep 17 00:00:00 2001 From: Valentin Stauber Date: Tue, 10 Oct 2023 14:13:09 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08fef0a6..3a099c50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fixed some typos (thanks to @eltociear) +- Fixed some typos (thanks to @eltociear, @Darkdragon84) ### Repository