qsim:: Cirq:: Y

#include <gates_cirq.h>

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

Summary

This is the canonical Pauli Y gate.

Inheritance

Inherits from: qsim::Cirq::YPowGate< fp_type >

Public static attributes

kind = kY
constexpr GateKind
name = "Y"[]
constexpr char
num_qubits = 1
constexpr unsigned
symmetric = true
constexpr bool

Public static functions

Create (unsigned time, unsigned q0)
GateCirq < fp_type >

Public static attributes

kind

constexpr GateKind qsim::Cirq::Y::kind = kY

name

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

num_qubits

constexpr unsigned qsim::Cirq::Y::num_qubits = 1

symmetric

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

Public static functions

Create

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