An interactive introduction to aldsim using jupyter notebookΒΆ
We start by importing the module:
import aldsim as al
dir(al)
['ALDideal',
'Precursor',
'__builtins__',
'__cached__',
'__doc__',
'__file__',
'__loader__',
'__name__',
'__package__',
'__path__',
'__spec__',
'aldmodel',
'chem',
'constants',
'models',
'utils']