Skip to content

Increase length of basis set labels

Jellby requested to merge bslabel into master

For high angular momentum (and with RICD this happens earlier), the m number can be 10 or larger, so it doesn't fit in one character. Allocating two characters for it means that the whole label must be increased at least by 3 characters (to account for m_x, m_y, m_z in Cartesian functions), and some hard-coded lengths had to be modified.

  • Documentation updated or not needed.
  • Test created or not needed.
  • Attribution in source files and CONTRIBUTORS.md updated if necessary.
Edited by Jellby

Merge request reports