We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97c05a commit 69c6bf8Copy full SHA for 69c6bf8
1 file changed
samples/samples.mjs
@@ -16,7 +16,7 @@ export default [
16
{ title: "Bell States", file: "./getting_started/BellStates.qs", shots: 100 },
17
{ title: "Cat States", file: "./getting_started/CatStates.qs", shots: 100 },
18
{ title: "Random Bits", file: "./getting_started/RandomBits.qs", shots: 1000 },
19
- { title: "Teleportation (Simple).qs", file: "./getting_started/SimpleTeleportation.qs", shots: 100 },
+ { title: "Teleportation (Simple)", file: "./getting_started/SimpleTeleportation.qs", shots: 100 },
20
{ title: "JointMeasurement", file: "./getting_started/JointMeasurement.qs", shots: 100 },
21
{ title: "Teleportation", file: "./algorithms/Teleportation.qs", shots: 1 },
22
{ title: "Random Number Generator (Advanced)", file: "./algorithms/QRNG.qs", shots: 1000 },
0 commit comments