-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate folx for forward Laplacian computation
PiperOrigin-RevId: 592595762 Change-Id: I2209521359899fe2c2fda232c9e0a2c68359331d
- Loading branch information
Showing
6 changed files
with
127 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ | |
'attrs', | ||
'chex', | ||
'h5py', | ||
'folx @ git+https://github.com/microsoft/folx', | ||
'jax', | ||
'jaxlib', | ||
# TODO(b/230487443) - use released version of kfac. | ||
|
@@ -49,7 +50,8 @@ def ferminet_test_suite(): | |
setup( | ||
name='ferminet', | ||
version='0.2', | ||
description='A library to train networks to represent ground state wavefunctions of fermionic systems', | ||
description=('A library to train networks to represent ground ' | ||
'state wavefunctions of fermionic systems'), | ||
url='https://github.com/deepmind/ferminet', | ||
author='DeepMind', | ||
author_email='[email protected]', | ||
|