Skip to content

Commit

Permalink
Merge pull request #11 from molssi-seamm/openkim
Browse files Browse the repository at this point in the history
Added check in forcefield section for OpenKIM
  • Loading branch information
paulsaxe authored Aug 1, 2020
2 parents b610823 + 6428cb6 commit 95420e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packmol_step/packmol.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def run(self):

# Duplicate the atom types if they exist
ff = seamm.data.forcefield
if ff:
if ff is not None and ff != 'OpenKIM':
ff_name = ff.current_forcefield
if ff_name:
molecule_atoms = molecule['atoms']
Expand Down

0 comments on commit 95420e9

Please sign in to comment.