Skip to content

Commit a77acd7

Browse files
Fix README
1 parent 1496371 commit a77acd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ simple-qsim is a simple quantum circuit simulator written in Rust. It simulates
99
- Basic gates (X, H, CNOT, etc.)
1010
- Observable for Pauli operators (I, X, Y, Z)
1111
- 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.
12+
- Transpiler to gate sets `{H, T, T^-1}` by Solovay-Kitaev algorithm (Thanks to [sk](https://github.com/cmdawson/sk))
13+
- Currently, only single-qubit gates are supported.
1414

1515
## Installation
1616

0 commit comments

Comments
 (0)