Skip to content

Commit

Permalink
restructure the files for reaxff, add frozendict dependency, add ase …
Browse files Browse the repository at this point in the history
…dependency for testing
  • Loading branch information
cagrikymk committed Jan 27, 2024
1 parent bc1722e commit c19987a
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 4,075 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
pip install pytest-xdist
pip install pytest-cov
pip install netCDF4
pip install ase
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
Expand Down
4 changes: 0 additions & 4 deletions jax_md/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
from jax_md import util
from jax_md import io
from jax_md import rigid_body
from ._reaxff import reaxff_energy
from ._reaxff import reaxff_interactions
from ._reaxff import reaxff_forcefield
from ._reaxff import reaxff_helper
try:
# Attempt to load colab_tools if IPython is installed.
from jax_md import colab_tools
Expand Down

0 comments on commit c19987a

Please sign in to comment.