qsim:: GateHZ2

#include <gates_qsim.h>

A pi / 2 rotation around the X + Y axis.

Summary

Public static attributes

h = static_cast (h_double)
constexpr fp_type
is2 = static_cast (is2_double)
constexpr fp_type
kind = kGateHZ2
constexpr GateKind
name = "hz_1_2"[]
constexpr char
num_qubits = 1
constexpr unsigned
symmetric = true
constexpr bool

Public static functions

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

Public static attributes

h

constexpr fp_type qsim::GateHZ2::h = static_cast(h_double)

is2

constexpr fp_type qsim::GateHZ2::is2 = static_cast(is2_double)

kind

constexpr GateKind qsim::GateHZ2::kind = kGateHZ2

name

constexpr char qsim::GateHZ2::name[] = "hz_1_2"

num_qubits

constexpr unsigned qsim::GateHZ2::num_qubits = 1

symmetric

constexpr bool qsim::GateHZ2::symmetric = true

Public static functions

Create

GateQSim< fp_type > qsim::GateHZ2::Create(
  unsigned time,
  unsigned q0
)