From 73d0450d9a9a89fdd8a8057e74cb02f911743a4a Mon Sep 17 00:00:00 2001 From: Robert K Samuel <39577554+johnmaxrin@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:14:50 +0530 Subject: [PATCH] Update quake-dialect.md Fixed typo: replaced "Quake's memory model" with "QTX's memory model" --- docs/sphinx/specification/quake-dialect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/specification/quake-dialect.md b/docs/sphinx/specification/quake-dialect.md index 0650f71206..be71cffea0 100644 --- a/docs/sphinx/specification/quake-dialect.md +++ b/docs/sphinx/specification/quake-dialect.md @@ -28,7 +28,7 @@ greater, the extra qubits are considered controls. The main motivation behind Quake's value model is to directly expose quantum and classical data dependencies for optimization purposes, i.e., to represent the dataflow in quantum computations. In contrast -to Quake's memory model, which uses memory semantics (quantum +to QTX's memory model, which uses memory semantics (quantum operators act as side-effects on qubit references), the value model uses value semantics, that is quantum operators consume and produce values. These values are not truly SSA values, however, as operations