qsim:: Cirq:: Z

#include <gates_cirq.h>

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

Summary

This is the canonical Pauli Z gate.

Inheritance

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

Public static attributes

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

name

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

num_qubits

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

symmetric

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

Public static functions

Create

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