Skip to content

Commit

Permalink
WIP -- Starting HTF migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ijpulidos committed Jan 22, 2024
1 parent e01057c commit 6f7778c
Show file tree
Hide file tree
Showing 3 changed files with 3,767 additions and 18 deletions.
3 changes: 2 additions & 1 deletion feflow/protocols/nonequilibrium_cycling.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,12 @@ def _execute(self, ctx, *, state_a, state_b, mapping, settings, **inputs):
"""
# needed imports
import openmm
import numpy as np
from openff.units.openmm import ensure_quantity
from openmmtools.integrators import PeriodicNonequilibriumIntegrator
from gufe.components import SmallMoleculeComponent
from openfe.protocols.openmm_rfe import _rfe_utils
from feflow.utils.hybrid_topology import HybridTopologyFactoryModded as HybridTopologyFactory
from feflow.utils.hybrid_topology import HybridTopologyFactory

# Check compatibility between states (same receptor and solvent)
self._check_states_compatibility(state_a, state_b)
Expand Down
Loading

0 comments on commit 6f7778c

Please sign in to comment.