You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the examples, if I open SOAP_example.ipynb and run the first cell. Then it said "ModuleNotFoundError: No module named 'tutorial_utils'", I check the folder there are no file called tutorial_utils. Also there seems no python package with same name. Could you help me understand what I need to do? (install other packages?)
Thanks,
Best,
Zhengda
The text was updated successfully, but these errors were encountered:
Hi @hezhengda 👋 ! Thanks for taking the time to open an issue.
The tutorial_utils.py file was removed by @rosecers in #230, and it looks like we forgot to update this notebook after this change.
@max-veit is currently working on improving the examples in #342, and it looks like he already flagged this notebook as outdated.
We will try to update this notebook as soon as possible. In the mean time, you could give a look at more recent notebooks and examples, such as MLIP_example.ipynb. The code does more than just computing SOAP, but starts by doing just that.
What are you trying to achieve here? Maybe we can help you directly.
Thanks for the reply. I will look into the MLIP_example, thanks for uploading these excellent tutorials. I'm trying to learn how to use SOAP as a descriptor in my own research.
Dear librascal developers,
In the examples, if I open
SOAP_example.ipynb
and run the first cell. Then it said "ModuleNotFoundError: No module named 'tutorial_utils'", I check the folder there are no file calledtutorial_utils
. Also there seems no python package with same name. Could you help me understand what I need to do? (install other packages?)Thanks,
Best,
Zhengda
The text was updated successfully, but these errors were encountered: