qsim:: Cirq:: ZZ

#include <gates_cirq.h>

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

Summary

This is the tensor product of two Z gates.

Public static attributes

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

name

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

num_qubits

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

symmetric

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

Public static functions

Create

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

SchmidtDecomp

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