:orphan: :py:mod:`bfit._slater` ====================== .. py:module:: bfit._slater .. autoapi-nested-parse:: Parsing Slater files. .. !! processed by numpydoc !! Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: bfit._slater.load_slater_wfn .. py:function:: load_slater_wfn(element, anion=False, cation=False) Return the data inside the atomic Slater '.slater' files wave-function file as a dictionary. :param element: The atom/element. :type element: str :param anion: If true, then the anion of element is used. :type anion: bool :param cation: If true, then the cation of element is used. :type cation: bool .. !! processed by numpydoc !!