.. _State_Read_Functions: ***************** Readout Functions ***************** A single site can be access with the **operator[]**: .. code-block:: cpp IntType local_state = state[100]; The code provides various functions with different containers, *e.g.*, single primitive integer, ``std::vector``, or :ref:`State class`, to access a specific range from **start** to **end**. A detailed documentation of these functions can be found in :ref:`here`. .. doxygenfunction:: danceq::internal::State::operator[](uint64_t site_index) const .. doxygenfunction:: danceq::internal::State::get_range(uint64_t start = 0, uint64_t end = MaxSites) const