Getter Functions

uint64_t danceq::internal::State::get_MaxSites(void) const

Returns MaxSites.

Returns:

MaxSites

uint64_t danceq::internal::State::get_Q(void) const

Returns Q.

Returns:

Q

uint64_t danceq::internal::State::get_Nbits(void) const

Returns Nbits.

Returns:

Nbits

uint64_t danceq::internal::State::get_NInt(void) const

Returns NInt.

Returns:

NInt

uint64_t danceq::internal::State::get_sizeof_IntType(void) const

Returns size of IntType.

Returns:

size of IntType

std::array<IntType, NInt> danceq::internal::State::get_data(void) const

Returns data.

Returns:

data

struct template_struct

Struct to use the template parameters.

The struct can be used to access the template parameters without an instance of the State class. This can also be used for constexpr.

uint64_t Q = State::template_struct::template_Q;