-
Notifications
You must be signed in to change notification settings - Fork 14
Add openequivariance support for JAX #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
teddykoker
merged 27 commits into
atomicarchitects:main
from
abhijeetgangan:ag/oeq_integration
Feb 10, 2026
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
456daec
oeq as optional dependency
abhijeetgangan f398a28
oeq integration
abhijeetgangan c48b64c
run oeq test in CI
abhijeetgangan 1f36a8c
update calculator and add tests
abhijeetgangan ec7fa1b
Update jax-md tests to let them use kernels and fix padding for the i…
abhijeetgangan 3345f7e
add phonon calculation
abhijeetgangan 38eff6a
Better import check for jax
abhijeetgangan ec50b0c
Merge branch 'main' into ag/oeq_integration
abhijeetgangan 4d8df98
Update uv lock
abhijeetgangan dab0624
skip test in CI and add suggestions
abhijeetgangan feb946c
Move instructions
abhijeetgangan eb1ea39
remove nacl example
abhijeetgangan 089b9cd
revert ag's original; check for 0e unnecessary
teddykoker 545c71c
add kernel to pft configs
teddykoker 065895c
add OEQ_NOTORCH=1 to jax model, make tp_conv a static field
teddykoker b26a87b
use kernel in jax training
teddykoker b6e50a0
adding pmap error reproducer (will remove)
teddykoker a3a85a0
add use_kernel in jax calculator and weight conversion
teddykoker d449442
fix test
teddykoker 090bd43
merge main
teddykoker b8a1155
add comment
teddykoker f09cfa9
rm pmap example/data, update oeq version in uv lock
teddykoker 5802425
move test/torch to tests/torch_tests. This avoids "import torch" succ…
teddykoker 14a9d05
update readme
teddykoker aa9c2a3
only import oeq without torch if torch is not installed (this lets bo…
teddykoker 8df8f66
update dependencies (new oeq release)
teddykoker ead1dba
readme
teddykoker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -37,3 +37,4 @@ hessian_weight: 100.0 | |
| val_every: 2 | ||
| log_every: 100 | ||
| ema_decay: 0.999 | ||
| kernel: true | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -36,3 +36,4 @@ hessian_weight: 100.0 | |
| val_every: 2 | ||
| log_every: 100 | ||
| ema_decay: 0.999 | ||
| kernel: true | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -48,3 +48,4 @@ hessian_weight: 100.0 | |
| val_every: 5 | ||
| log_every: 100 | ||
| ema_decay: 0.999 | ||
| kernel: true | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.