qsim:: Cirq:: YY

#include <gates_cirq.h>

The (exponent = 1, global_shift = 0) instance of YYPowGate .

Summary

This is the tensor product of two Y gates.

Public static attributes

kind = kYY
constexpr GateKind
name = "YY"[]
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::YY::kind = kYY

name

constexpr char qsim::Cirq::YY::name[] = "YY"

num_qubits

constexpr unsigned qsim::Cirq::YY::num_qubits = 2

symmetric

constexpr bool qsim::Cirq::YY::symmetric = true

Public static functions

Create

GateCirq< fp_type > qsim::Cirq::YY::Create(
  unsigned time,
  unsigned q0,
  unsigned q1
)

SchmidtDecomp

schmidt_decomp_type< fp_type > qsim::Cirq::YY::SchmidtDecomp()