qsim:: GateRXY

#include <gates_qsim.h>

A gate that rotates around an arbitrary axis in the XY-plane.

Summary

Public static attributes

kind = kGateRXY
constexpr GateKind
name = "rxy"[]
constexpr char
num_qubits = 1
constexpr unsigned
symmetric = true
constexpr bool

Public static functions

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

Public static attributes

kind

constexpr GateKind qsim::GateRXY::kind = kGateRXY

name

constexpr char qsim::GateRXY::name[] = "rxy"

num_qubits

constexpr unsigned qsim::GateRXY::num_qubits = 1

symmetric

constexpr bool qsim::GateRXY::symmetric = true

Public static functions

Create

GateQSim< fp_type > qsim::GateRXY::Create(
  unsigned time,
  unsigned q0,
  fp_type theta,
  fp_type phi
)