Closed IannLiu closed 1 month ago
Hi @IannLiu – it looks like autodE might be picking up orca the screen reader rather than orca the QM package. You should be able to fix this by adding the directory containing the latter executable is in your PATH
environment variable, so that
which orca
shows the correct path
Hi @IannLiu – it looks like autodE might be picking up orca the screen reader rather than orca the QM package. You should be able to fix this by adding the directory containing the latter executable is in your
PATH
environment variable, so that@t-young31 Thanks. I had added the orca path in my environment variable but the python can't load the correct environment variable correctly. To fix this, I removed the orca the screen reader (it seems to be useless) and added the path of orca QM package to
os.environ
.
To reproduce:
Error occurred from
reaction.find_lowest_energy_conformers()
. Here is the output file at theconformers
file:The calculation can be normally terminated by running
reactant1_conf0_opt_orca.inp
andreactant1_conf1_opt_orca.inp
one by one.