qsim:: Cirq:: XX

#include <gates_cirq.h>

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

Summary

This is the tensor product of two X gates.

Public static attributes

kind = kXX
constexpr GateKind
name = "XX"[]
constexpr char
num_qubits = 2
constexpr unsigned
symmetric = true
constexpr bool

Public static functions

Create (unsigned time, unsigned q0, unsigned q1)
GateCirq < fp_type >
SchmidtDecomp ()
schmidt_decomp_type< fp_type >

Public static attributes

kind

constexpr GateKind qsim::Cirq::XX::kind = kXX

name

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

num_qubits

constexpr unsigned qsim::Cirq::XX::num_qubits = 2

symmetric

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

Public static functions

Create

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

SchmidtDecomp

schmidt_decomp_type< fp_type > qsim::Cirq::XX::SchmidtDecomp()