grimme-lab / mctc-lib

Modular computation tool chain library
https://grimme-lab.github.io/mctc-lib
Apache License 2.0
15 stars 17 forks source link

Switch to V3K connection table format for 1000+ atoms or bonds #48

Open awvwgk opened 2 years ago

awvwgk commented 2 years ago

Currently only the V2K connection table format is supported for writing molfiles or SDFs, which will fail for 1000+ atoms or bonds due to the limited width of the fields. We should be more flexible and switch to the V3K format if we exceed the limit (or maybe just default to the new format).