-
Notifications
You must be signed in to change notification settings - Fork 0
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
Run only with xTB? #1
Comments
Hi Doo-Hyun Kwon, Thanks for your interest in ESNUEL! So great to know a bit about some of the people trying/using this work. For the moment, I have created a branch called esnuel-xtb, which removes all ORCA calls. This allows you to run ESNUEL based on GFN1-xTB energies similar to our web application. Best wishes, Nicolai |
TODO: Make a --xtb-only True/False flag in the CLI of the ESNUEL main branch. |
Thank you for the quick update Nicolai! I'm able to successfully replicate the results from the web application using the esnuel-xtb branch. |
That's great to hear! |
@NicolaiRee I'm not sure if I'm running the same problem, but I got the same output. I was trying to run the code in Jupyter notebook on google Colab with following code: Output: I tried this molecule on the website esnuel.org and it gave MAA value = 287.90 kJ/mol when only using xTB Thank you! |
Is it possible to calculate the energies if we don't have access to ORCA? I see on esnuel.org website that the energies may be calculated only using xTB. Trying to replicate the same energies launched from the command line, but I'm getting nonsensical numbers (just -inf).
I followed the README and was able to get everything set up besides ORCA.
This is the output I get from running the testmol job
Electrophilic sites:
['Amide', 'double_bond', 'double_bond', 'double_bond', 'double_bond', 'double_bond', 'double_bond', 'double_bond', 'double_bond', 'double_bond', 'dou
ble_bond', 'double_bond']
[9, 2, 7, 8, 10, 13, 14, 15, 16, 20, 22, 23]
[-inf, -inf, -inf, -inf, -inf, -inf, -inf, -inf, -inf, -inf, -inf, -inf]
Nucleophilic sites:
['Amide', 'Amine', 'Phenol', 'Pyridine_like_nitrogen', 'double_bond', 'double_bond', 'double_bond', 'double_bond', 'double_bond', 'double_bond', 'dou
ble_bond', 'double_bond', 'double_bond', 'atom_with_lone_pair', 'atom_with_lone_pair', 'atom_with_lone_pair', 'atom_with_lone_pair']
[10, 6, 21, 7, 2, 8, 9, 13, 14, 15, 16, 20, 22, 1, 11, 17, 23]
[-inf, -inf, -inf, -inf, -inf, -inf, -inf, -inf, -inf, -inf, -inf, -inf, -inf, -inf, -inf, -inf, -inf]
submitit INFO (2024-02-13 22:43:29,906) - Job completed successfully
Great work btw!
The text was updated successfully, but these errors were encountered: