Template Struct ApplyRX

Struct Documentation

template<typename PrecisionT, size_t packed_size>
struct ApplyRX

Public Types

using Precision = PrecisionT
using PrecisionAVXConcept = typename AVXConcept<PrecisionT, packed_size>::Type

Public Static Functions

template<size_t rev_wire, class ParamT>
static inline void applyInternal(std::complex<PrecisionT> *arr, const size_t num_qubits, [[maybe_unused]] bool inverse, ParamT angle)
template<class ParamT>
static inline void applyExternal(std::complex<PrecisionT> *arr, const size_t num_qubits, const size_t rev_wire, [[maybe_unused]] bool inverse, ParamT angle)

Public Static Attributes

static constexpr size_t packed_size_ = packed_size