jhrmnn / pyberny

Molecular structure optimizer
Mozilla Public License 2.0
110 stars 21 forks source link

Minor: scale parameter is not actually used; it is hardcoded #24

Closed mjw99 closed 5 years ago

mjw99 commented 5 years ago

Perhaps the following line:

https://github.com/azag0/pyberny/blob/fed91f536f29aaf4947bc8c173b20946873fff0a/berny/geomlib.py#L210

should be:

return dist < scale*(radii[None, :]+radii[:, None])
jhrmnn commented 5 years ago

Thanks! Fixed in 0.4.2.