qsim:: Cirq:: CZ
#include <gates_cirq.h>
The (exponent = 1, global_shift = 0)
instance of CZPowGate.
Summary
This is the canonical CZ gate.
Public static attributes |
|
---|---|
kind = kCZ
|
constexpr GateKind
|
name = "CZ"[]
|
constexpr char
|
num_qubits = 2
|
constexpr unsigned
|
symmetric = true
|
constexpr bool
|
Public static functions |
|
---|---|
Create(unsigned time, unsigned q0, unsigned q1)
|
GateCirq< fp_type >
|
SchmidtDecomp()
|
schmidt_decomp_type< fp_type >
|
Public static attributes
kind
constexpr GateKind qsim::Cirq::CZ::kind = kCZ
name
constexpr char qsim::Cirq::CZ::name[] = "CZ"
num_qubits
constexpr unsigned qsim::Cirq::CZ::num_qubits = 2
symmetric
constexpr bool qsim::Cirq::CZ::symmetric = true
Public static functions
Create
GateCirq< fp_type > qsim::Cirq::CZ::Create( unsigned time, unsigned q0, unsigned q1 )
SchmidtDecomp
schmidt_decomp_type< fp_type > qsim::Cirq::CZ::SchmidtDecomp()