Stdlib
ch
ch() -> types.Op
Control H gate.
Source code in .venv/lib/python3.12/site-packages/bloqade/squin/op/stdlib.py
53 54 55 56 |
|
cphase
cphase(theta: float) -> types.Op
Control Phase gate.
Source code in .venv/lib/python3.12/site-packages/bloqade/squin/op/stdlib.py
59 60 61 62 |
|
cx
cx() -> types.Op
Controlled X gate.
Source code in .venv/lib/python3.12/site-packages/bloqade/squin/op/stdlib.py
35 36 37 38 |
|
cy
cy() -> types.Op
Controlled Y gate.
Source code in .venv/lib/python3.12/site-packages/bloqade/squin/op/stdlib.py
41 42 43 44 |
|
cz
cz() -> types.Op
Control Z gate.
Source code in .venv/lib/python3.12/site-packages/bloqade/squin/op/stdlib.py
47 48 49 50 |
|
rx
rx(theta: float) -> types.Op
Rotation X gate.
Source code in .venv/lib/python3.12/site-packages/bloqade/squin/op/stdlib.py
17 18 19 20 |
|
ry
ry(theta: float) -> types.Op
Rotation Y gate.
Source code in .venv/lib/python3.12/site-packages/bloqade/squin/op/stdlib.py
23 24 25 26 |
|
rz
rz(theta: float) -> types.Op
Rotation Z gate.
Source code in .venv/lib/python3.12/site-packages/bloqade/squin/op/stdlib.py
29 30 31 32 |
|