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

Problem with gaussian .log files #2

Open
dmaratanes opened this issue May 7, 2024 · 2 comments
Open

Problem with gaussian .log files #2

dmaratanes opened this issue May 7, 2024 · 2 comments

Comments

@dmaratanes
Copy link

Hi, I'm having some trouble when trying to open some .log files from a gaussian calculated transition state and trying to visualize the vibrations. It opens the structure but it doesn't recognise the vibrations and no vibration modes appear, also the lattice vectors origin shows as 0.0, 0.0, 0.0.

The messages that appear when opening the file are:
line 2155, in loadxyz
parse_g16(xyz_file_path)

line 706, in parse_g16
nvib,natom = count_atom(container)
^^^^^^^^^^^^^^^^^^^^^

line 169, in count_atom
natom = f2[0] - f1[0] - 1
~~^^^

IndexError: list index out of range

Do you have any idea what the problem might be and how to fix it?
Thanks

@smutao
Copy link
Owner

smutao commented May 22, 2024

Could you please share that gaussian output file? I can take a look into this. ^^

@dmaratanes
Copy link
Author

Sure, it would be files similar to this one. Maybe it has something to do with the system having Ir atoms, because in other systems with no metals it worked fine for me
example.log

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