Skip to content

Commit 8cc782b

Browse files
authored
Update README.rst (#467)
* Update README.rst fix imports in README example * Update CHANGELOG.md
1 parent 67c660c commit 8cc782b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Fixed
1515

16-
- Fixed some typos (thanks to @eltociear)
16+
- Fixed some typos (thanks to @eltociear, @Darkdragon84)
1717

1818
### Repository
1919

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ linear chain and the architecture supports any single-qubit gate as well as the
8585
8686
from projectq import MainEngine
8787
from projectq.backends import ResourceCounter
88-
from projectq.ops import QFT
88+
from projectq.ops import QFT, CNOT, Swap
8989
from projectq.setups import linear
9090
9191
compiler_engines = linear.get_engine_list(num_qubits=16, one_qubit_gates='any', two_qubit_gates=(CNOT, Swap))

0 commit comments

Comments
 (0)