We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1496371 commit a77acd7Copy full SHA for a77acd7
README.md
@@ -9,8 +9,8 @@ simple-qsim is a simple quantum circuit simulator written in Rust. It simulates
9
- Basic gates (X, H, CNOT, etc.)
10
- Observable for Pauli operators (I, X, Y, Z)
11
- Parametric gates for RX, RY, RZ
12
-- Transpiler by Solovay-Kitaev algorithm (Thanks to [sk](https://github.com/cmdawson/sk))
13
- - Currently, single-qubit gates are supported.
+- Transpiler to gate sets `{H, T, T^-1}` by Solovay-Kitaev algorithm (Thanks to [sk](https://github.com/cmdawson/sk))
+ - Currently, only single-qubit gates are supported.
14
15
## Installation
16
0 commit comments