From d584f02e2aa4d3540e4427d94b47207d4ad4b406 Mon Sep 17 00:00:00 2001 From: Craig Gidney Date: Mon, 9 Sep 2019 00:00:22 -0700 Subject: [PATCH] Collapse -> sample --- src/gates/Detector.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gates/Detector.js b/src/gates/Detector.js index 855b0cc3..53fa70eb 100644 --- a/src/gates/Detector.js +++ b/src/gates/Detector.js @@ -368,7 +368,7 @@ function makeDetectControlClearGate(axis) { let builder = new GateBuilder(). setSerializedIdAndSymbol(`${axis}DetectControlReset`). setTitle(`${axis} Detect-Control-Reset`). - setBlurb(`Does a collapsing ${axis}-axis measurement.\nControls operations with the result.\nResets the target to |0⟩.`). + setBlurb(`Does a sampled ${axis}-axis measurement.\nControls operations with the result.\nResets the target to |0⟩.`). setDrawer(args => drawDetectClearReset(args, axis)). markAsControlExpecting(true, true). markAsReachingOtherWires(). @@ -403,7 +403,7 @@ function makeDetector(axis) { setSerializedIdAndSymbol(`${axis}Detector`). setTitle(`${axis} Axis Detector`). setBlurb( - `Collapsing ${axis}-axis measurement.\n` + + `Sampled ${axis}-axis measurement.\n` + `Shows *click* when the target qubit is ${state} and controls are satisfied.`). setDrawer(args => drawDetector(args, axis)). markAsReachingOtherWires().