Skip to content

Commit

Permalink
[docs] fixed vqe example test output
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbosse committed Nov 2, 2024
1 parent ab9b542 commit ab3f5e4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/src/vqe_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,15 +197,15 @@ samples = measure(reg |> circuit, nshots=10, rng=MersenneTwister(42))
# output
10-element Vector{DitStr{2, 100, BigInt}}:
0000000000000000000000000000000000000000000000000011000000000000000000000101000000000000111100110000 ₍₂₎
0000000000000000000000000000000000000000000000000000000000000000000000000011011001100000000000000000 ₍₂₎
0000000000000000000000000000000000000000000000011000000000001100000000110000000000001100000110000000 ₍₂₎
0000000000000000000000000000000000000011000000011000000000000110000000000011000000000000000011000011 ₍₂₎
0000000000000000000000000000000000000000000000000000000000000000000001100000000000011111100000000000 ₍₂₎
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011000011 ₍₂₎
0000000000000000000000000000000000000000000000001010000000101000000000000000000000011000000000000000 ₍₂₎
0000000000000000000000000000000000000000000000000000000001100000000000000000000000000001100000000000 ₍₂₎
0000000000000000000000000000000000000000000000000000110000000010100000000001100000000000000011110000 ₍₂₎
0000000000000000000000000000000000000110000000000010001000000000110000000000001100000011011000000000 ₍₂₎
10-element Vector{BitStr{100, BigInt}}:
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 ₍₂₎
0000000000000000000000000000000000000000101000000110000000000000000000000000000000000000000000000000 ₍₂₎
0000000000000000000000000000000000000000000000000000000000001101100000000011001100000001100000000000 ₍₂₎
0000000000000000000000000000000000000000000000000000000000000000000000000011000110000001010011000000 ₍₂₎
0000000000000000000000000000000000000000000000000000000000001010000110000000000000000000000000000000 ₍₂₎
0000000000000000000000000000000000000000100100000011000000011000000000000000000000000000110000000000 ₍₂₎
0000000000000000000000000000000000000000000110000000000000110000100100000000000000110000000000000011 ₍₂₎
0000000000000000000000000000000000000010100000000000000000000000001100000000000110000000000000000000 ₍₂₎
0000000000000000000000000000000000000001101100000000000000000000000000000000000000000011000000000000 ₍₂₎
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 ₍₂₎
```

0 comments on commit ab3f5e4

Please sign in to comment.