Skip to content

Commit

Permalink
[ITensors] [Docs] θ as parameter name in Rz and CRz gates rathe…
Browse files Browse the repository at this point in the history
…r than `ϕ` (#1180)
  • Loading branch information
terasakisatoshi authored Aug 22, 2023
1 parent 2d2a81f commit b54e8d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/IncludedSiteTypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|$
Expand All @@ -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"`)
Expand Down

0 comments on commit b54e8d7

Please sign in to comment.