typedef std::tuple<PetscReal, PetscInt, PetscInt, PetscInt> KronBlock_t

Storage for information on resulting blocks of quantum numbers stored as a tuple for quick sorting.

  • 0th entry: PetscReal - Quantum number
  • 1st entry: PetscInt - Left block index
  • 2nd entry: PetscInt - Right block index
  • 3rd entry: PetscInt - Number of states in the block

Definition at line 22 of file DMRGKron.hpp.

This site was generated by Sphinx using Doxygen with a customized theme from doxygen-bootstrapped.