uclchem.debug#

Functions to help debugging UCLCHEM.

Module Contents#

Functions#

get_f2py_signature(→ str)

Get the signature of the UCLCHEM fortran code.

uclchem.debug.get_f2py_signature(write: bool = False) str[source]#

Get the signature of the UCLCHEM fortran code.

Parameters:

write (bool) – Write to disk. Defaults to False.

Returns:

signature – Signature of the UCLCHEM fortran code from the f2py wrapper

Return type:

str