Skip to content

Releases: ekwan/cctk

Soften Connectivity Detection Rules

01 May 18:04
Compare
Choose a tag to compare

Si–C bonds to t-Butyl groups at some levels of theory breaking, this change makes the detection of "bonds" a bit more permissive.

corin

Add Radical Support For SMILES

27 Mar 17:28
Compare
Choose a tag to compare

(should have done this a while ago)

Continued SMILES Optimization

10 Jan 14:50
Compare
Choose a tag to compare
v0.2.23

modify smiles stuff

hotfix - rdkit documentation confuses me

01 Jan 20:30
Compare
Choose a tag to compare
v0.2.22

move fast and break things...

Improve SMILES Robustness

01 Jan 13:28
Compare
Choose a tag to compare

Having issues with malformed SMILES strings crashing Rowan servers, so adding some multi-step checks to speed things up

Charges w/ SMILES

11 Dec 19:21
Compare
Choose a tag to compare

Before this release, you could generate cctk.Molecule objects from SMILES strings via RDKit, but the charge information was just discarded. This is stupid because SMILES contains charge information and cctk.Molecule objects also contain charge information. This has now been fixed.

Remove Surprising Mol Connectivity Behavior

30 Nov 16:24
Compare
Choose a tag to compare

minor stuff, just some surprising undocumented behavior I'm removing

Linting, Modernization

12 Oct 11:49
Compare
Choose a tag to compare

No feature enhancements - bringing things more in line with Python best practices, to remove warning messages from e.g. pkg_resources (which is moving towards deprecation). Linting also caught some bugs...

ORCA Parsing

19 Apr 20:51
d971a8f
Compare
Choose a tag to compare

Vastly improved parsing of ORCA files.

Improve Rdkit Generation for Large Molecules

05 Dec 13:29
Compare
Choose a tag to compare