Description
Hello, I am trying to reproduce the results of the "Coarse Graining of Chignolin" section of the paper "TorchMD: A Deep Learning Framework for Molecular Simulations". I didn't have any problem when running the first part of the notebook Chignolin_Coarse-Grained_Tutorial.ipynb. However, when I tried to run the subsequent section I got the error message
ImportError: Could not find module 'torchmdnet_neighbors' in /content/drive/MyDrive/torchmdnet/neighbors


I want to run everything on Google Colab (because of a request of my PI) so I put the torchmdnet repo and torchmd in my Drive folder and also imported every required package indicated on the environment.yml; I am not sure which is exactly the source of error, so if anyone has an idea on how to solve it, it would be very appreciated!
Also if you consider that I must run this tutorial on a local cpu/gpu or cluster (I mean if it's the only way to do it), I would like to know.