Skip to content

Commit

Permalink
Merge c726f7b into 56f52ad
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet committed Dec 24, 2020
2 parents 56f52ad + c726f7b commit 5571b18
Show file tree
Hide file tree
Showing 5 changed files with 1,827 additions and 0 deletions.
910 changes: 910 additions & 0 deletions examples/misc/spring_shooting_example.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions openpathsampling/pathmovers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from . import move_strategies
from . import move_schemes
from .spring_shooting import SpringShootingMover
1 change: 1 addition & 0 deletions openpathsampling/pathmovers/move_schemes.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .spring_shooting import SpringShootingMoveScheme

0 comments on commit 5571b18

Please sign in to comment.