Skip to content
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

How to generate Alchemy dataset? #20

Open
anny0316 opened this issue Aug 4, 2024 · 0 comments
Open

How to generate Alchemy dataset? #20

anny0316 opened this issue Aug 4, 2024 · 0 comments

Comments

@anny0316
Copy link

anny0316 commented Aug 4, 2024

Hello, great work.
now, I want to convert SMILES to 3D Cartesian coordinates. By reading Alchemy paper I got the following ideas. The idea is to complete the conversion of SMILES to 3D coordinates in 3 steps:

We first used RDkit to parse SMILES string and built the Cartesian coordinates with MMFF94 force field optimization.
The second pass employed the HF/STO3G theory (incorporate quantum mechanical effects) to generate a preliminary geometry.
In the final pass of geometry relaxation, we used the B3LYP/6-31G(2df,p) model with the density fitting approximation for electron repulsion integrals.
I have finished the first step, can you give me some advice about the second and the third steps? Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant