Skip to content

Removed QRNGNISQ.cs again #2513

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions samples/algorithms/QRNGNISQ.qs

This file was deleted.

3 changes: 1 addition & 2 deletions samples/samples.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ export default [
{ 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", file: "./algorithms/QRNGNISQ.qs", shots: 1000 },
{ title: "Random Number Generator (Advanced)", file: "./algorithms/QRNG.qs", shots: 1000 },
{ title: "Random Number Generator", file: "./algorithms/QRNG.qs", shots: 1000 },
{ title: "Deutsch-Jozsa", file: "./algorithms/DeutschJozsaNISQ.qs", shots: 1 },
{ title: "Deutsch-Jozsa (Advanced)", file: "./algorithms/DeutschJozsa.qs", shots: 1 },
{ title: "Bernstein-Vazirani", file: "./algorithms/BernsteinVaziraniNISQ.qs", shots: 1 },
Expand Down
2 changes: 0 additions & 2 deletions samples_test/src/tests/algorithms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ pub const QRNG_EXPECT: Expect = expect![[r#"
pub const QRNG_EXPECT_DEBUG: Expect = expect![[r#"
Sampling a random number between 0 and 100:
46"#]];
pub const QRNGNISQ_EXPECT: Expect = expect!["[Zero, Zero, One, One, One]"];
pub const QRNGNISQ_EXPECT_DEBUG: Expect = expect!["[Zero, Zero, One, One, One]"];
pub const SHOR_EXPECT: Expect = expect![[r#"
*** Factorizing 187, attempt 1.
Estimating period of 182.
Expand Down
Loading