:py:mod:`bfit.parse_ugbs` ========================= .. py:module:: bfit.parse_ugbs .. autoapi-nested-parse:: Obtain UGBS exponents from ygbs file. .. !! processed by numpydoc !! Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: bfit.parse_ugbs.get_ugbs_exponents .. py:function:: get_ugbs_exponents(element) Get the UGBS exponents of a element. :param element: The element whose UGBS exponents are required. :type element: str :returns: Dictionary with keys "S" or "P" type orbitals and the items are the exponents for that shell. :rtype: dict .. !! processed by numpydoc !!