Open calvinp0 opened 1 year ago
I witnessed the same thing. xTB changed its parser since version 6.5.0 and no longer supported reading the SDF written by RDKit. I currently have to stick to version 6.4.0 for my other application. In meantime, we should probably raise an issue in RDKit, letting them write redundant zeros, or an issue in xTB to let them able to parse .sdf files from RDKit
Although, if we did raise an issue with RDKit and assuming they fixed the issue, this would not affect us correct? As we do not use the latest version of RDKit. Maybe this was already solved in an RDKit version?
Currently we use xtb 6.3.3
If we are to update to 6.6.0 we need to modify our
mol.sdf
files into the correct format for xtb 6.6.0 to calculate and returnnormal termination
Here is an example
mol.sdf
file that works on6.3.3
However, this will not run on xtb
6.6.0