Variable gate_op_functor_tuple

Variable Documentation

template<class PrecisionT, class ParamT, class GateImplementation>
constexpr auto gate_op_functor_tuple = constructGateOpsFunctorTupleIter<PrecisionT, ParamT, GateImplementation, 0>()

Tuple of gate operation and function pointer pairs.

Template Parameters
  • PrecisionT – Floating point precision of underlying statevector data

  • ParamT – Floating point type of gate parameters

  • GateImplementation – Gate implementation class.