Skip to content

Commit 8c3c49b

Browse files
DmitryVasilevskyDmitry Vasilevsky
andauthored
Removed QRNGNISQ.cs again (#2513)
Once again removing QRNGNISQ.cs Shouldn't be referenced from the web site. First removed here: #2240 Reinstated here: #2306, #2314 --------- Co-authored-by: Dmitry Vasilevsky <[email protected]>
1 parent 2c2b7ea commit 8c3c49b

File tree

3 files changed

+1
-38
lines changed

3 files changed

+1
-38
lines changed

samples/algorithms/QRNGNISQ.qs

Lines changed: 0 additions & 34 deletions
This file was deleted.

samples/samples.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +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 },
23-
{ title: "Random Number Generator (Advanced)", file: "./algorithms/QRNG.qs", shots: 1000 },
22+
{ title: "Random Number Generator", file: "./algorithms/QRNG.qs", shots: 1000 },
2423
{ title: "Deutsch-Jozsa", file: "./algorithms/DeutschJozsaNISQ.qs", shots: 1 },
2524
{ title: "Deutsch-Jozsa (Advanced)", file: "./algorithms/DeutschJozsa.qs", shots: 1 },
2625
{ title: "Bernstein-Vazirani", file: "./algorithms/BernsteinVaziraniNISQ.qs", shots: 1 },

samples_test/src/tests/algorithms.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ pub const QRNG_EXPECT: Expect = expect![[r#"
134134
pub const QRNG_EXPECT_DEBUG: Expect = expect![[r#"
135135
Sampling a random number between 0 and 100:
136136
46"#]];
137-
pub const QRNGNISQ_EXPECT: Expect = expect!["[Zero, Zero, One, One, One]"];
138-
pub const QRNGNISQ_EXPECT_DEBUG: Expect = expect!["[Zero, Zero, One, One, One]"];
139137
pub const SHOR_EXPECT: Expect = expect![[r#"
140138
*** Factorizing 187, attempt 1.
141139
Estimating period of 182.

0 commit comments

Comments
 (0)