Quacpac TK 1.6.0¶
New features¶
The default AM1BCC charge model
OECharges.AM1BCC
now lightly restrains the AM1 geometry optimization to the starting coordinates. This allows the important relaxation of bond and angle degrees of freedom while greatly reducing the potential to alter the molecule’s conformation away from its starting coordinates. AM1 geometry optimization can be suppressed withOECharges.AM1BCCSPt
orOECharges.AM1BCCNoSymSPt
.
Bug fixes¶
The AM1BCC charge models
OECharges.AM1BCCSym
andOECharges.AM1BCCSPt
now symmetrize the partial charges over bond-topologically equivalent atoms, e.g. methyl hydrogens, in keeping with the original model. This is especially important with conformationally flexible molecules. This behavior can be suppressed by using the defaultOECharges.AM1BCC
or the non-default modelsOECharges.AM1BCCNoSym
orOECharges.AM1BCCNoSymSPt
.