Template Struct ApplyRY

Struct Documentation

template<typename PrecisionT, std::size_t packed_size>
struct ApplyRY

Public Types

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

Public Static Functions

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

Public Static Attributes

static constexpr std::size_t packed_size_ = packed_size