From d93d40a1677d066062bd714d1560bcdd897f68a4 Mon Sep 17 00:00:00 2001 From: Dmitry Vasilevsky Date: Mon, 31 Mar 2025 10:06:38 -0700 Subject: [PATCH] Fixed sample name --- samples/samples.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/samples.mjs b/samples/samples.mjs index 5212f76058..c79408f884 100644 --- a/samples/samples.mjs +++ b/samples/samples.mjs @@ -16,7 +16,7 @@ export default [ { title: "Bell States", file: "./getting_started/BellStates.qs", shots: 100 }, { title: "Cat States", file: "./getting_started/CatStates.qs", shots: 100 }, { title: "Random Bits", file: "./getting_started/RandomBits.qs", shots: 1000 }, - { title: "Teleportation (Simple).qs", file: "./getting_started/SimpleTeleportation.qs", shots: 100 }, + { title: "Teleportation (Simple)", file: "./getting_started/SimpleTeleportation.qs", shots: 100 }, { title: "JointMeasurement", file: "./getting_started/JointMeasurement.qs", shots: 100 }, { title: "Teleportation", file: "./algorithms/Teleportation.qs", shots: 1 }, { title: "Random Number Generator (Advanced)", file: "./algorithms/QRNG.qs", shots: 1000 },