Skip to content

Commit

Permalink
Merge pull request #516 from OpenFreeEnergy/plain_md
Browse files Browse the repository at this point in the history
Protocol to run plain MD simulations
  • Loading branch information
IAlibay authored Dec 28, 2023
2 parents 2213b71 + b16d91d commit 5a2c339
Show file tree
Hide file tree
Showing 9 changed files with 1,195 additions and 1 deletion.
20 changes: 20 additions & 0 deletions openfe/protocols/openmm_md/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This code is part of OpenFE and is licensed under the MIT license.
# For details, see https://github.com/OpenFreeEnergy/openfe
"""
Run MD simulation using OpenMM and OpenMMTools.
"""

from .plain_md_methods import (
PlainMDProtocol,
PlainMDProtocolSettings,
PlainMDProtocolResult,
PlainMDProtocolUnit,
)

__all__ = [
"PlainMDProtocol",
"PlainMDProtocolSettings",
"PlainMDProtocolResult",
"PlainMDProtocolUnit",
]
Loading

0 comments on commit 5a2c339

Please sign in to comment.