Skip to content

Commit

Permalink
Merge pull request #11 from njzjz/njzjz-patch-1
Browse files Browse the repository at this point in the history
fix #10
  • Loading branch information
njzjz authored Jan 16, 2019
2 parents 25f7f1d + 493a832 commit e2c02ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AIMDFragmentation/frag.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,7 @@ def _readforce(self, mols):
forces *= self.unit
energy = qm_energy * self.energyunit
return forces, energy, mols
else:
return None, None, mols
return None, None, mols

@property
def fold(self):
Expand Down

0 comments on commit e2c02ab

Please sign in to comment.