I just directly cloned this repository, had virtual env setup and ran tutorials/0-Schrodinger.ipynb, but the resulted prediction did not reach convergence. Is there any additional setting should be done or any hyperparameters?
Yes, please increase the value of max_epochs in the training configuration. For instance: trainer = pl.Trainer(accelerator='cpu', devices=1, max_epochs=60000)