Quacpac TK 1.6.0¶
New features¶
The default AM1BCC charge model
OECharges::AM1BCCnow 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::AM1BCCSPtorOECharges::AM1BCCNoSymSPt.
Bug fixes¶
The AM1BCC charge models
OECharges::AM1BCCSymandOECharges::AM1BCCSPtnow 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::AM1BCCor the non-default modelsOECharges::AM1BCCNoSymorOECharges::AM1BCCNoSymSPt.