De-lint determinants.py.

Public methods/members names were changed.  These were checked against
Google for potential impact on other packages.
This commit is contained in:
Nathan Baker
2020-05-24 08:53:51 -07:00
parent 25648327ce
commit 476ab1f276
4 changed files with 185 additions and 150 deletions

View File

@@ -636,7 +636,7 @@ def check_coulomb_pair(parameters, group1, group2, dist):
num_volume = group1.Nmass + group2.Nmass
do_coulomb = True
# check if both groups are titratable (ions are taken care of in
# determinants::setIonDeterminants)
# determinants::set_ion_determinants)
if not (group1.titratable and group2.titratable):
do_coulomb = False
# check if the distance is not too big