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
Copy file name to clipboardExpand all lines: README.md
+30-11
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,32 @@ DeepErwin is python package that implements and optimizes wave function models f
4
4
5
5
DeepErwin is based on JAX and supports:
6
6
- Optimizing a wavefunction for a single nuclear geometry
7
-
- Optimizing wavefunctions for multiple nuclear geometries in parallel, while sharing neural network weights across these wavefunctions to speed-up optimization
7
+
- Optimizing wavefunctions for multiple nuclear geometries at once, while sharing neural network weights across these wavefunctions to speed-up optimization
8
8
- Using pre-trained weights of a network to speed-up optimization for entirely new wavefunctions
9
9
- Using second-order optimizers such as KFAC
10
10
11
11
A detailed description of our method and the corresponding results can be found in our publications:
12
12
13
13
[Solving the electronic Schrödinger equation for multiple nuclear geometries with weight-sharing deep neural networks](https://www.nature.com/articles/s43588-022-00228-x)\
14
-
Scherbela, M., Reisenhofer, R., Gerard, L. et al. Published in: Nat Comput Sci 2, 331–341 (2022).
14
+
Scherbela, M., Reisenhofer, R., Gerard, L. et al. Published in: Nat Comput Sci 2, 331–341 (2022). \
[Gold-standard solutions to the Schrödinger equation using deep learning: How much physics do we need?](https://proceedings.neurips.cc/paper_files/paper/2022/hash/430894999584d0bd358611e2ecf00b15-Abstract-Conference.html)\
17
-
Gerard, L., Scherbela, M., et al. Published in: Advances in Neural Information Processing Systems (2022).
18
+
Gerard, L., Scherbela, M., et al. Published in: Advances in Neural Information Processing Systems (2022). \
[Towards a Foundation Model for Neural Network Wavefunctions](https://arxiv.org/abs/2303.09949)
21
+
[Towards a Foundation Model for Neural Network Wavefunctions](https://www.nature.com/articles/s41467-023-44216-9#Sec18)\
20
22
Scherbela, M., Gerard, L., and Grohs., P.
21
23
22
-
Please cite the respective publication when using our codebase.
24
+
[Variational Monte Carlo on a Budget — Fine-tuning pre-trained Neural Wavefunctions](https://papers.nips.cc/paper_files/paper/2023/hash/4b5721f7fcc1672930d860e0dfcfee84-Abstract-Conference.html)\
25
+
Scherbela, M., Gerard, L., and Grohs., P.
26
+
27
+
Please cite the respective publication when using our codebase.
28
+
29
+
On [figshare](https://figshare.com/articles/online_resource/Pre-trained_neural_wavefunction_checkpoints_for_the_GitHub_codebase_DeepErwin/23585358/1) we store checkpoints for:
30
+
1. A pre-trained PhisNet reimplementation to generate orbital descriptors for a neural wavefunction.
31
+
2. A pre-trained neural wavefunction on a dataset of 18 compounds with Hartree-Fock orbital descriptors.
32
+
3. A pre-trained neural wavefunction on a dataset of 98 compounds with PhisNet orbital descriptors.
23
33
24
34
25
35
# Quick overview
@@ -30,19 +40,27 @@ DeepErwin is a python3 package and has been tested on Linux and macOS.
30
40
To get the most up-to-date version of the code, we recommend to checkout our repository from github:
0 commit comments