From b54e8d74d528f2dac481f1115ed7b7117296352d Mon Sep 17 00:00:00 2001 From: Satoshi Terasaki Date: Tue, 22 Aug 2023 22:52:07 +0900 Subject: [PATCH] =?UTF-8?q?[ITensors]=20[Docs]=20`=CE=B8`=20as=20parameter?= =?UTF-8?q?=20name=20in=20`Rz`=20and=20`CRz`=20gates=20rather=20than=20`?= =?UTF-8?q?=CF=95`=20(#1180)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/IncludedSiteTypes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/IncludedSiteTypes.md b/docs/src/IncludedSiteTypes.md index bdf5583ea5..0b4bab9523 100644 --- a/docs/src/IncludedSiteTypes.md +++ b/docs/src/IncludedSiteTypes.md @@ -84,7 +84,7 @@ Single-qubit operators: - `"π/8"` (aliases: `"T"`) - `"Rx"` (takes argument: θ) Rotation around x axis - `"Ry"` (takes argument: θ) Rotation around y axis -- `"Rz"` (takes argument: ϕ) Rotation around z axis +- `"Rz"` (takes argument: θ) Rotation around z axis - `"Rn"` (takes arguments: θ, ϕ, λ) (aliases: `"Rn̂"`) Rotation about axis n=(θ, ϕ, λ) - `"Proj0"` (aliases: `"ProjUp"`, `"projUp"`) Operator $|0\rangle\langle 0|$ - `"Proj1"` (aliases: `"ProjDn"`, `"projDn"`) Operator $|1\rangle\langle 1|$ @@ -107,7 +107,7 @@ Two-qubit gates: - `"CPHASE"` (aliases: `"Cphase"`) Controlled Phase gate - `"CRx"` (aliases: `"CRX"`) (takes arguments: θ) - `"CRy"` (aliases: `"CRY"`) (takes arguments: θ) -- `"CRz"` (aliases: `"CRZ"`) (takes arguments: ϕ) +- `"CRz"` (aliases: `"CRZ"`) (takes arguments: θ) - `"CRn"` (aliases: `"CRn̂"`) (takes arguments: θ, ϕ, λ) - `"SWAP"` (aliases: `"Swap"`) - `"√SWAP"` (aliases: `"√Swap"`)