Skip to content

Commit

Permalink
Merge pull request #127 from marrink-lab/relaxed-fudge
Browse files Browse the repository at this point in the history
Increase the fudge factor of make_bonds
  • Loading branch information
pckroon committed Sep 28, 2018
2 parents 8f9fbe0 + a6dd8db commit 1e10033
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vermouth/processors/make_bonds.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"""



import networkx as nx
import numpy as np

Expand Down Expand Up @@ -55,7 +54,7 @@
#VALENCES = {'H': 1, 'C': 4, 'N': 3, 'O': 2, 'S': 6}


def bonds_from_distance(system, fudge=1.1):
def bonds_from_distance(system, fudge=1.2):
"""
Creates edges between nodes of molecules in system based on a distance
criterion. Nodes in system must have `position` and `element` attributes.
Expand Down

0 comments on commit 1e10033

Please sign in to comment.