Quacpac TK 1.9.0¶
New features¶
A new charging function,
OEAssignCharges
, has been developed to replace the more limited legacy functionOEAssignPartialCharges
. This new function usescharge engines
, an open-ended options class, to define the charging method. Charge engines can be configured as required and new charge engines can be developed independently. Charge engines have been written for every supported charging method, as well as for the new method OEAM1BCCELF10Charges.
Minor bug fixes¶
Warning messages from AM1BCC charging functions have been made more informative.
Documentation changes¶
The documentation has been updated to describe the new
charge engine
approach to charging and to show examples of its use.