This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
notes/Machine Tips (Quantum)/Resources/Code & Circuit Operations/Gates/Single Qubit Gates/P gate (Phase).md

5 lines
80 B
Markdown
Raw Normal View History

2023-07-01 00:31:53 +00:00
```
qc.p(math.pi/2,0)
#applies P gate to pi/2 phase roation to qubit 0.
```