(** Data structure for Atomic Orbitals. *) type basis = | Unknown | Gaussian of Ao_basis_gaussian.t type t = { basis : basis ; cartesian : bool }