Commit 04436ceb authored by peastman's avatar peastman
Browse files

Fixed Bondi radius for Cl

parent bf7aee53
......@@ -250,7 +250,7 @@ def _bondi_radii(topology):
E.silicon: 2.1,
E.phosphorus: 1.85,
E.sulfur: 1.8,
E.chlorine: 1.5,
E.chlorine: 1.7,
}
if _have_numpy:
......@@ -272,7 +272,7 @@ def _mbondi_radii(topology, all_bonds = None):
E.silicon: 2.1,
E.phosphorus: 1.85,
E.sulfur: 1.8,
E.chlorine: 1.5,
E.chlorine: 1.7,
}
if _have_numpy:
radii = numpy.empty(topology.getNumAtoms(), numpy.double)
......@@ -310,7 +310,7 @@ def _mbondi2_radii(topology, all_bonds = None):
E.silicon: 2.1,
E.phosphorus: 1.85,
E.sulfur: 1.8,
E.chlorine: 1.5,
E.chlorine: 1.7,
}
if _have_numpy:
radii = numpy.empty(topology.getNumAtoms(), numpy.double)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment