.. _BasisU1: ######## BasisU1 ######## This class is the core part of the module as it merges the different subsystems into one. It is built on top of the :ref:`Container class` that organizes individual subsystems. The final :ref:`basis states` are obtained by merging these subsystems in a systematic way that is discussed in detail in the :ref:`paper`. After defining the underlying :ref:`State class` and :ref:`Container class`, the :ref:`Basis` requires three inputs: * **L**: The system size. .. warning:: The system size **L** has to be smaller or equal to the maximal number of sites **MaxSites** of the underlying :ref:`State class`. * **n**: The particle sector. The particle sector has to be a number from **0** to :math:`(\textbf{Q}-1)\cdot \textbf{L}`. * **Npart**: The number of subsystems. See :ref:`Constructors` for more options. .. note:: The precise enumeration of :ref:`basis states` depends on the partitioning of the system. It is **unique** but the order of :ref:`states` is different for a different partitioning. It is possible to retrieve the underlying :ref:`State class` via: .. doxygentypedef:: danceq::internal::BasisU1::state_class Detailed documentations ----------------------- Data members, constructors and important functions are listed in :ref:`Data members`, :ref:`Constructors` and :ref:`Functions`. A full class documentation can be found in :ref:`Autodocs`. .. toctree:: :maxdepth: 2 :titlesonly: BasisU1/Members.rst BasisU1/Constructors.rst BasisU1/Functions.rst BasisU1/Autodocs.rst