Skip to content

Commit bfb3d15

Browse files
Added QRNG to samples.mjs (#2314)
1 parent 8d7ffb4 commit bfb3d15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/samples.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default [
1919
{ title: "Teleportation (Simple)", file: "./getting_started/SimpleTeleportation.qs", shots: 100 },
2020
{ title: "JointMeasurement", file: "./getting_started/JointMeasurement.qs", shots: 100 },
2121
{ title: "Teleportation", file: "./algorithms/Teleportation.qs", shots: 1 },
22+
{ title: "Random Number Generator", file: "./algorithms/QRNGNISQ.qs", shots: 1000 },
2223
{ title: "Random Number Generator (Advanced)", file: "./algorithms/QRNG.qs", shots: 1000 },
2324
{ title: "Deutsch-Jozsa", file: "./algorithms/DeutschJozsaNISQ.qs", shots: 1 },
2425
{ title: "Deutsch-Jozsa (Advanced)", file: "./algorithms/DeutschJozsa.qs", shots: 1 },

0 commit comments

Comments
 (0)