Skip to content

Commit 69c6bf8

Browse files
DmitryVasilevskyDmitry Vasilevsky
andauthored
Fixed sample name (#2260)
Teleportation (Simple).qs -- removed .qs in the end as this is not a file name. Co-authored-by: Dmitry Vasilevsky <dmitryv@microsoft.com>
1 parent c97c05a commit 69c6bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/samples.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default [
1616
{ title: "Bell States", file: "./getting_started/BellStates.qs", shots: 100 },
1717
{ title: "Cat States", file: "./getting_started/CatStates.qs", shots: 100 },
1818
{ title: "Random Bits", file: "./getting_started/RandomBits.qs", shots: 1000 },
19-
{ title: "Teleportation (Simple).qs", file: "./getting_started/SimpleTeleportation.qs", shots: 100 },
19+
{ 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 },
2222
{ title: "Random Number Generator (Advanced)", file: "./algorithms/QRNG.qs", shots: 1000 },

0 commit comments

Comments
 (0)