qsim::
Cirq::
ISwapPowGate
#include <gates_cirq.h>
Rotates the |01⟩ vs |10⟩ subspace of two qubits around its Bloch X-axis.
Summary
This is a generalization of the ISWAP gate.
Public static attributes |
|
---|---|
h
= static_cast
|
constexpr fp_type
|
kind
= kISwapPowGate
|
constexpr GateKind
|
name
= "ISwapPowGate"[]
|
constexpr char
|
num_qubits
= 2
|
constexpr unsigned
|
pi
= static_cast
|
constexpr fp_type
|
symmetric
= true
|
constexpr bool
|
Public static functions |
|
---|---|
Create
(unsigned time, unsigned q0, unsigned q1, fp_type exponent, fp_type global_shift)
|
GateCirq
< fp_type >
|
SchmidtDecomp
(fp_type exponent, fp_type global_shift)
|
schmidt_decomp_type< fp_type >
|
Public static attributes
h
constexpr fp_type qsim::Cirq::ISwapPowGate::h = static_cast(h_double)
kind
constexpr GateKind qsim::Cirq::ISwapPowGate::kind = kISwapPowGate
name
constexpr char qsim::Cirq::ISwapPowGate::name[] = "ISwapPowGate"
num_qubits
constexpr unsigned qsim::Cirq::ISwapPowGate::num_qubits = 2
pi
constexpr fp_type qsim::Cirq::ISwapPowGate::pi = static_cast(pi_double)
symmetric
constexpr bool qsim::Cirq::ISwapPowGate::symmetric = true
Public static functions
Create
GateCirq< fp_type > qsim::Cirq::ISwapPowGate::Create( unsigned time, unsigned q0, unsigned q1, fp_type exponent, fp_type global_shift )
SchmidtDecomp
schmidt_decomp_type< fp_type > qsim::Cirq::ISwapPowGate::SchmidtDecomp( fp_type exponent, fp_type global_shift )