Skip to content

Commit

Permalink
Merge pull request #33 from chrisjonesBSU/hoomd3
Browse files Browse the repository at this point in the history
Update to hoomd version 4, improved API
  • Loading branch information
chrisjonesBSU authored Feb 23, 2024
2 parents 5a2b241 + e684423 commit f082627
Show file tree
Hide file tree
Showing 49 changed files with 1,009 additions and 33,986 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 0 additions & 20 deletions environment-cpu.yml

This file was deleted.

20 changes: 0 additions & 20 deletions environment-gpu.yml

This file was deleted.

17 changes: 0 additions & 17 deletions environment-nohoomd.yml

This file was deleted.

10 changes: 10 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: msibi
channels:
- conda-forge
dependencies:
- cuda-version==11.8
- freud>=2.13
- gsd>=3.0
- hoomd>=4.0
- cmeutils
- more-itertools
4 changes: 2 additions & 2 deletions msibi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from msibi.optimize import MSIBI
from msibi.pair import Pair
from msibi.bonds import Bond, Angle
from msibi.forces import Pair, Bond, Angle, Dihedral
from msibi.potentials import *
from msibi.state import State
from msibi.__version__ import __version__
Expand All @@ -13,5 +12,6 @@
"State",
"Bond",
"Angle",
"Dihedral",
"utils"
]
2 changes: 1 addition & 1 deletion msibi/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "1.0.0"
Loading

0 comments on commit f082627

Please sign in to comment.