uclchem.debug ============= .. py:module:: uclchem.debug .. autoapi-nested-parse:: Functions to help debugging UCLCHEM. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: uclchem.debug.get_f2py_signature .. py:function:: get_f2py_signature(write: bool = False) -> str Get the signature of the UCLCHEM fortran code. :param write: Write to disk. Defaults to False. :type write: bool :returns: **signature** -- Signature of the UCLCHEM fortran code from the f2py wrapper :rtype: str