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

Goodvibes failed for simple "scrf" input in G16. #75

Open
dsvatunek opened this issue Mar 13, 2024 · 1 comment
Open

Goodvibes failed for simple "scrf" input in G16. #75

dsvatunek opened this issue Mar 13, 2024 · 1 comment

Comments

@dsvatunek
Copy link

Hey,

I used just the scrf keyword (this defaults to PCM and water) without any additional options. GoodVibes seems to look for those additional option and fails with the following error:

  File "/home/dsvatune/.local/bin/goodvibes", line 33, in <module>
    sys.exit(load_entry_point('goodvibes==3.2', 'console_scripts', 'goodvibes')())
  File "/home/dsvatune/.local/lib/python3.8/site-packages/goodvibes/GoodVibes.py", line 809, in main
    lot_sm_prog = read_initial(file)
  File "/home/dsvatune/.local/lib/python3.8/site-packages/goodvibes/io.py", line 700, in read_initial
    if keyword_line[start_scrf] == "(":
IndexError: string index out of range

It's not too bad if you know that this will happen and use the full input but since just scrf is valid Gaussian input I would consider it a bug.

Dennis

@bobbypaton
Copy link
Member

Thanks - a default I didn't know about!

We need to revamp all of the parsing

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

2 participants