Data Members
The BasisIterator has three data member: a pointer to the BasisU1 class, the current index, i, and the current State, \(\vert\Psi_{\textbf{i}}\rangle\).
-
const BasisU1 *danceq::internal::BasisIterator::basisptr
Pointer to a BasisU1 instance.
-
uint64_t danceq::internal::BasisIterator::index
Current index of the iterator.
-
BasisU1::state_class danceq::internal::BasisIterator::state
Current State of the iterator.