We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am trying to run the example in PyFrag/host/standalone/orca/, but I get the following error (with previous output):
PyFrag/host/standalone/orca/
=============================================================================== * Pyfrag 2019.02 * * Streamlining your reaction path analysis! * * * * Author: Willem-Jan van Zeist * * * * * Find the manual at http://www.few.vu.nl/~wolters/pyfrag/ * * For some examples on how to use PyFrag, see the examples directory. * * * * E-mail for PyFrag: LP.Wolters@vu.nl * =============================================================================== ====================== PyFrag Is Initializing ================================= ====================== Read print statements ================================== Traceback (most recent call last): File "pyfrag.py", line 508, in <module> alist_length = len(atom_list) NameError: name 'atom_list' is not defined
The only thing I changed was in pyfrag.py, I added the path to my ORCA executable and loaded openmpi in new_adf():
pyfrag.py
new_adf()
f.write('module load openmpi') f.write('/global/cscratch1/sd/sallec/orca_5_0_2_static/orca ' + orca_input + '>' + orca_output)
Any help regarding this issue is greatly appreciated! 😊
Sarah
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am trying to run the example in
PyFrag/host/standalone/orca/
, but I get the following error (with previous output):The only thing I changed was in
pyfrag.py
, I added the path to my ORCA executable and loaded openmpi innew_adf()
:Any help regarding this issue is greatly appreciated! 😊
Sarah
The text was updated successfully, but these errors were encountered: