Skip to content

Commit

Permalink
Merge pull request #357 from kyleabeauchamp/kab1
Browse files Browse the repository at this point in the history
Remove commented out code
  • Loading branch information
maxentile authored Jun 6, 2018
2 parents eacae9b + f0933f8 commit 01fbdd3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions openmmtools/hmc_integrators/ghmc_respa.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,3 @@ def __init__(self, temperature=298.0 * u.kelvin, steps_per_hmc=10, timestep=1 *
warn_experimental()
self.groups = check_groups(groups)
super(GHMCRESPAIntegrator, self).__init__(temperature=temperature, steps_per_hmc=steps_per_hmc, timestep=timestep, collision_rate=collision_rate)
#self.steps_per_hmc = steps_per_hmc
#self.collision_rate = collision_rate
#self.timestep = timestep

#self.add_compute_steps()

0 comments on commit 01fbdd3

Please sign in to comment.