Skip to content

Commit f97ae7a

Browse files
committed
Merge branch 'feature_add_ions' into feature_ring_break_softcore
2 parents 9410577 + 3385d7f commit f97ae7a

10 files changed

Lines changed: 1896 additions & 6 deletions

File tree

src/BioSimSpace/Sandpit/Exscientia/Solvent/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
.. autosummary::
2929
:toctree: generated/
3030
31+
addIons
32+
ions
3133
solvate
3234
spc
3335
spce
@@ -117,4 +119,5 @@
117119
_sr.use_new_api()
118120
del _sr
119121

122+
from ._ions import *
120123
from ._solvent import *

0 commit comments

Comments
 (0)