-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add data structure to save and restart a simulation. (#149)
* add write and read simulation methods * add more doc strings * add unit test * add walls check to pickle_forcefield() * update versions in actions * fix wall check logic, add test * make forces into a list * possible work around for starting sim with walls * always include wall forces when pickling entire sim, remake them when loading * update test to check for positions
- Loading branch information
1 parent
a8c9d8d
commit 6d723a6
Showing
2 changed files
with
195 additions
and
3 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