qsim:: Cirq
Summary
Enumerations |
|
---|---|
GateKind
|
enum |
Typedefs |
|
---|---|
CCNOT
|
usingCCX< fp_type >
|
CCNotPowGate
|
usingCCXPowGate< fp_type >
|
CNOT
|
usingCX< fp_type >
|
CNotPowGate
|
usingCXPowGate< fp_type >
|
CSWAP
|
usingCSwapGate< fp_type >
|
FREDKIN
|
usingCSwapGate< fp_type >
|
GateCirq
|
usingGate< fp_type, GateKind >
|
TOFFOLI
|
usingCCX< fp_type >
|
Structs |
|
---|---|
qsim:: |
The |
qsim:: |
A gate that applies a doubly-controlled power of an X gate. |
qsim:: |
The |
qsim:: |
A gate that applies a phase to the |111⟩ state of three qubits. |
qsim:: |
A controlled swap gate (the Fredkin gate). |
qsim:: |
The |
qsim:: |
A gate that applies a controlled power of an X gate. |
qsim:: |
The |
qsim:: |
A gate that applies a phase to the |11⟩ state of two qubits. |
qsim:: |
The fermionic simulation gate family. |
qsim:: |
The |
qsim:: |
A gate that rotates around the X+Z axis of the Bloch sphere. |
qsim:: |
A multi-qubit identity gate. |
qsim:: |
A one-qubit identity gate. |
qsim:: |
A two-qubit identity gate. |
qsim:: |
The |
qsim:: |
Rotates the |01⟩ vs |10⟩ subspace of two qubits around its Bloch X-axis. |
qsim:: |
A multi-qubit gate defined entirely by its matrix. |
qsim:: |
A one-qubit gate defined entirely by its matrix. |
qsim:: |
A two-qubit gate defined entirely by its matrix. |
qsim:: |
An ISwapPowGate conjugated by ZPowGates. |
qsim:: |
|
qsim:: |
A PhasedXPowGate followed by a ZPowGate. |
qsim:: |
The |
qsim:: |
The |
qsim:: |
The SWAP gate, possibly raised to a power. |
qsim:: |
The |
qsim:: |
A three-qubit diagonal gate. |
qsim:: |
A two-qubit diagonal gate. |
qsim:: |
The |
qsim:: |
A gate that rotates around the X axis of the Bloch sphere. |
qsim:: |
The |
qsim:: |
The tensor product of two X gates, possibly raised to an exponent. |
qsim:: |
The |
qsim:: |
A gate that rotates around the Y axis of the Bloch sphere. |
qsim:: |
The |
qsim:: |
The tensor product of two Y gates, possibly raised to an exponent. |
qsim:: |
The |
qsim:: |
A gate that rotates around the Z axis of the Bloch sphere. |
qsim:: |
The |
qsim:: |
The tensor product of two Z gates, possibly raised to an exponent. |
qsim:: |
The |
qsim:: |
The |
qsim:: |
The |
qsim:: |
The |
qsim:: |
The |
Enumerations
GateKind
GateKind
Typedefs
CCNOT
CCX< fp_type > CCNOT
CCNotPowGate
CCXPowGate< fp_type > CCNotPowGate
CNOT
CX< fp_type > CNOT
CNotPowGate
CXPowGate< fp_type > CNotPowGate
CSWAP
CSwapGate< fp_type > CSWAP
FREDKIN
CSwapGate< fp_type > FREDKIN
GateCirq
Gate< fp_type, GateKind > GateCirq
TOFFOLI
CCX< fp_type > TOFFOLI