quantumΒΆ
Guppy standard module for quantum operations.
Classes
|
Functions
|
Controlled-H gate command. |
|
Controlled-Rz gate command. |
|
Controlled-X gate command. |
|
Controlled-Y gate command. |
|
Controlled-Z gate command. |
|
Discard a single qubit. |
|
Discard an array of qubits. |
|
Hadamard gate command |
Try to allocate a qubit, returning some(qubit) if allocation succeeds or nothing if it fails. |
|
|
Measure a single qubit destructively. |
|
Measure an array of qubits, returning an array of bools. |
|
Project a single qubit into the Z-basis (a non-destructive measurement). |
|
Reset a single qubit to the \(|0 angle\) state. |
|
Rx gate. |
|
Ry gate. |
|
Rz gate. |
|
S gate. |
|
Sdg gate. |
|
T gate. |
|
Tdg gate. |
|
A Toffoli gate command. |
|
V gate. |
|
Vdg gate. |
|
X gate. |
|
Y gate. |
|
Z gate. |
Guppy standard module for functional quantum operations. |