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

ORCA standalone example: atom_list not defined #2

Open
sarah-allec opened this issue Jul 23, 2022 · 0 comments
Open

ORCA standalone example: atom_list not defined #2

sarah-allec opened this issue Jul 23, 2022 · 0 comments

Comments

@sarah-allec
Copy link

Hello,

I am trying to run the example in PyFrag/host/standalone/orca/, but I get the following error (with previous output):

 ===============================================================================
 *  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():

        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

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