Skip to content

Commit

Permalink
Change default lambda_restraints to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrrizzi committed Nov 15, 2016
1 parent 22c7621 commit 1beb783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemy/alchemy.py
Expand Up @@ -141,7 +141,7 @@ class AlchemicalState(dict):
"""
def __init__(self, **kwargs):
self['lambda_restraints'] = 0.0
self['lambda_restraints'] = 1.0
self['lambda_electrostatics'] = 1.0
self['lambda_sterics'] = 1.0
self['lambda_torsions'] = 1.0
Expand Down

0 comments on commit 1beb783

Please sign in to comment.