Skip to content

Commit 95ed473

Browse files
committed
updated readme
1 parent c8b1c84 commit 95ed473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ fun main(){
6060
}
6161
```
6262

63-
In this framework we've chosen to follow the big-endian pattern, so the less significant qubit is the first from the left to the right ($q_{0}q_{1}q_{3}\ldots q_{n-1}$), so applying $X(q_{0})$ changes $00$ to $10$.
63+
In this framework, we've chosen to follow the big-endian pattern, so the less significant qubit is the first from the left to the right ($q_{0}q_{1}q_{3}\ldots q_{n-1}$). This choice implies on the final bitstrings sequence, for example, applying $X(q_{0})$ changes $00$ to $10$ instead of $01$. For some people, it may seem as a problem, but in practice it's easy to remap to little-endian just flipping the sequence and its easier to think during the gates implementation. Also, in the near future, a method will be added to apply the remapping with ease.

0 commit comments

Comments
 (0)