Skip to content

Commit

Permalink
update readme example too
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Nov 13, 2023
1 parent 1d498e0 commit a15f2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ p += MEASURE(0, ro[0])
p += MEASURE(1, ro[1])
p.wrap_in_numshots_loop(10)

qvm.run(p).readout_data['ro'].tolist()
qvm.run(p).get_register_map()['ro'].tolist()
```

The output of the above program should look something like the following,
Expand Down

0 comments on commit a15f2c4

Please sign in to comment.