pytc.ansatz.gto.angular_momentum_xyz

pytc.ansatz.gto.angular_momentum_xyz(ell)[source]

Generate (lx, ly, lz) tuples for a given total angular momentum ell. Follows the order used in PySCF for Cartesian orbitals.

Parameters:

ell (int)

Return type:

Generator[Tuple[int, int, int], None, None]