Skip to content

Commit

Permalink
Pass assert_improper_params to paramtrize_system (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson authored Nov 25, 2019
1 parent 00cbc22 commit 226aa41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion foyer/forcefield.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,8 @@ def apply(self, topology, references_file=None, use_residue_map=True,
return self.parametrize_system(topology=topology, positions=positions,
references_file=references_file, assert_bond_params=assert_bond_params,
assert_angle_params=assert_angle_params, assert_dihedral_params=assert_dihedral_params,
combining_rule=combining_rule, verbose=verbose, *args, **kwargs)
assert_improper_params=assert_improper_params, combining_rule=combining_rule,
verbose=verbose, *args, **kwargs)

def run_atomtyping(self, topology, use_residue_map=True):
"""Atomtype the topology
Expand Down

0 comments on commit 226aa41

Please sign in to comment.