Skip to content

Commit ab3ddd2

Browse files
authored
Update comment
1 parent 6ceef03 commit ab3ddd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantum/qubit/qubit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func (q *Qubit) String() string {
233233

234234
// State returns the state of the qubit at the given index.
235235
// If no index is provided, it returns the state vector of all qubits,
236-
// ordered from the most significant bit (MSB) to the least significant bit (LSB) (big-endian).
236+
// ordered from the most significant bit to the least significant bit.
237237
func (q *Qubit) State(index ...[]int) []State {
238238
if len(index) < 1 {
239239
n := q.NumQubits()

0 commit comments

Comments
 (0)