Partitioning
Information about the precise partition are collected in two vectors of size Npart:
-
std::vector<uint64_t> danceq::internal::BasisU1::partition
Partitioning of the system.
Vector of size Npart* defining the subsystems. The i* th subsystem ends at partition [i].
-
std::vector<uint64_t> danceq::internal::BasisU1::length_per_subsystem
Length of the subsystems.
Vector of size Npart* defining the lengths of the subsystems. The i* th subsystem has the size length_per_subsystem [i].