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

Bug in tamkin.io.trajectory.py #40

Open
jeveki opened this issue May 31, 2023 · 0 comments
Open

Bug in tamkin.io.trajectory.py #40

jeveki opened this issue May 31, 2023 · 0 comments

Comments

@jeveki
Copy link

jeveki commented May 31, 2023

In its current version, the output printed by dump_modes_gaussian is not readable by Molden due to some minor bugs. More specifically:

  • Line 241 should be print(' Frequencies --', end="", file=f) instead of print(' Frequencies --', file=f). Now, the word 'Frequencies' and the actual frequencies are written on separate lines, while they should be on the same line.
  • Line 253 should be print('%9.2f %6.2f %6.2f' % ( instead of print('%8.2f %6.2f %6.2f' % (. i.e. an extra space is needed in front of the x coordinate.
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