From: a Date: Sun, 8 Dec 2024 00:33:17 +0000 (-0500) Subject: Sat 07 Dec 2024 07:33:17 PM EST X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=bbb0c86c6d2c930a864ece9398fe5d6043744aa1;p=QAnsel.git Sat 07 Dec 2024 07:33:17 PM EST --- diff --git a/src/index.html b/src/index.html index 075d0b9..5011454 100644 --- a/src/index.html +++ b/src/index.html @@ -343,14 +343,14 @@ } else { - ret += "sample q;\n"; + ret += "born q;\n"; } } } if (ProgramTrack.STATE[0].length == 0) { ret = "qreg q[" + (ProgramTrack.STATE.length - 1) + "];\n"; - ret += "sample q;\n"; + ret += "born q;\n"; } if (!ret.includes("Duplicate") && !ret.includes("Incomplete"))