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 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))