Skip to content

Commit d1c01ab

Browse files
authored
Add three qubit repetition sample to playground (#2003)
This just adds the existing Three Qubit Repetition Code sample to the playground (both the VS Code playground and the developer playground).
1 parent 414abf4 commit d1c01ab

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
@@ -23,6 +23,7 @@ export default [
2323
{ title: "Hidden Shift", file: "./algorithms/HiddenShiftNISQ.qs", shots: 1 },
2424
{ title: "Hidden Shift (Advanced)", file: "./algorithms/HiddenShift.qs", shots: 1 },
2525
{ title: "Shor", file: "./algorithms/Shor.qs", shots: 1 },
26+
{ title: "Three Qubit Repetition Code", file: "./algorithms/ThreeQubitRepetitionCode.qs", shots: 1 },
2627
{ title: "Dynamics (Resource Estimation)", file: "./estimation/Dynamics.qs", shots: 1, omitFromTests: true },
2728
{ title: "Precalculated (Resource Estimation)", file: "./estimation/Precalculated.qs", shots: 1, omitFromTests: true },
2829
{ title: "Shor (Resource Estimation)", file: "./estimation/ShorRE.qs", shots: 1, omitFromTests: true },

0 commit comments

Comments
 (0)