It is mentioned that SchNOrb is implemented. Where in the code can I see it? Or better yet, how do I load the SchNOrb model checkpoint? Why is there no PhisNet YAML file in the model config directory to run it with run.py? Are there reasons for that? Running the PhisNet example for the test, as described in the PhisNet folder, produces an error:
from .hamiltonian_dataset import *
ModuleNotFoundError: No module named 'training.hamiltonian_dataset'
I am trying to replicate the comparison table for Hamiltonian prediction using model checkpoints.
It is mentioned that SchNOrb is implemented. Where in the code can I see it? Or better yet, how do I load the SchNOrb model checkpoint? Why is there no PhisNet YAML file in the model config directory to run it with run.py? Are there reasons for that? Running the PhisNet example for the test, as described in the PhisNet folder, produces an error:
from .hamiltonian_dataset import *
ModuleNotFoundError: No module named 'training.hamiltonian_dataset'
I am trying to replicate the comparison table for Hamiltonian prediction using model checkpoints.