qsim:: Cirq:: S

#include <gates_cirq.h>

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

Summary

This is the canonical S gate.

Public static attributes

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

name

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

num_qubits

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

symmetric

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

Public static functions

Create

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