Template Class SingleQubitGateWithoutParamHelper

Class Documentation

template<SingleQubitGateWithoutParam AVXImpl>
class SingleQubitGateWithoutParamHelper

Public Types

using Precision = typename AVXImpl::Precision
using FuncType = void (*)(std::complex<Precision>*, size_t, const std::vector<size_t>&, bool)

Public Functions

inline explicit SingleQubitGateWithoutParamHelper(FuncType fallback_func)
inline void operator()(std::complex<Precision> *arr, const size_t num_qubits, const std::vector<size_t> &wires, bool inverse)

Public Static Attributes

static constexpr size_t packed_size = AVXImpl::packed_size_