-
Notifications
You must be signed in to change notification settings - Fork 9
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
Can I have some help running a test molecule #152
Comments
Hi @xiki-tempula, thanks for making the issue and providing the output! It looks like there may be an issue with your psi4 installation, can you try running |
@jthorton Thanks. It seems that this is a psi4 issue. It is a bit weird that the conda installed psi4 doesn't work. |
@jthorton I wonder if there is ANI option as well? Thanks. |
This seems to happen if you use conda-forge when solving the psi4 environment rather than the defaults channel I have found it best to make a psi4 environment first and check this works and then install bespokefit after.
We use QCEngine to run xtb and unfortunately xtb does not respect the number of cores you allocated via QCEngine see my issue for more details, note that it does respect the environment variable
Of course as we use QCEngine to do our QC reference generation you can use any supported package, however with ANI we often hit geometry optimisation convergence issues in testing but you are welcome to try yourself just add the following to your run command |
Thanks. |
Hi, I'm trying to run the default workflow on a test molecule but It failed. I wonder if I could have some help? Thank you.
The test molecule sdf is generated by openeye and is
I created the env with
mamba create -n bespokefit -c conda-forge -c openeye -c psi4 openeye-toolkits openff-bespokefit xtb-python torchani psi4
and generate the topology with
openff-bespoke executor run --file "lig.sdf" --workflow "default" --output "acetaminophen.json" --output-force-field "acetaminophen.offxml" --n-qc-compute-workers 2 --qc-compute-n-cores 8
But I got the error of
The text was updated successfully, but these errors were encountered: