We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55386e7 commit bdc8598Copy full SHA for bdc8598
OpenDFT/QHBench/QH9/README.md
@@ -85,6 +85,7 @@ python main.py datasets=QH9-dynamic datasets.split=mol # QH9-dynamic-mol
85
* Evaluate the trained model (in terms of MAE on Hamiltonian matrix, MAE on occupied orbital energies, and cosine similarity of orbital coefficients)
86
```shell script
87
### Modify the configurations in config/config.yaml (or pass the configurations as args) as needed (including the trained_model arg), and then run
88
+# Pyscf version 2.2.1 for QH9-Stable; Pyscf version 2.3.0 for QH9-Dynamic
89
python test.py
90
```
91
0 commit comments