Currently, NQCD packages use a mixture of PyCall.jl and PythonCall.jl, particularity in the NQCD documentation.
To ensure the ASE interface is available for both packages, I've duplicated and adapted a conditionally loaded version of it for use with PythonCall.jl
ToDo
[x] Update NQCD docs to indicate that PyCall / PythonCall needs to be loaded before NQCBase is.
Currently, NQCD packages use a mixture of PyCall.jl and PythonCall.jl, particularity in the NQCD documentation.
To ensure the ASE interface is available for both packages, I've duplicated and adapted a conditionally loaded version of it for use with PythonCall.jl
ToDo