-
Notifications
You must be signed in to change notification settings - Fork 885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xyz2mol implementation bug: DetermineBonds #8006
Labels
Comments
simonmb
changed the title
xyz2mol implementation bug
xyz2mol implementation bug: DetermineBonds
Nov 18, 2024
I have additionally found, that DetermineBonds completely freezes on the xyz file below: It happens on the setup as described above but also on AlmaLinux release 8.10, python 3.11.7 and conda-forge rdkit 2024.03.6, while the xyz2mol version still works.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
the xyz2mol implementation in C mostly works for me, but for some xyz files it fails. My goal is to get the molecule from the smiles with a conformer based on the xyz. The example xyz file is below.
To Reproduce
I am however getting the following error when
DetermineBonds
is run.If I run it using xy2mol, it works:
Expected behavior
To get a mol with the correct Bonds and one Conformer based on the xyz.
Configuration:
The text was updated successfully, but these errors were encountered: