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

printFreq.py #24

Open
joegair opened this issue Feb 2, 2025 · 2 comments
Open

printFreq.py #24

joegair opened this issue Feb 2, 2025 · 2 comments

Comments

@joegair
Copy link

joegair commented Feb 2, 2025

I am having trouble getting printFreq.py to work. The error may be on my end because I am getting the same error with both Gaussian and Orca files. The error I'm getting is suggests a file type error, but I have no trouble parsing the file with getInfo.py or grabThermo.py

I run
printFreq.py CN2H2-opt.out
and I get

Traceback (most recent call last):
  File "/Users/joe/QChASM/AaronTools/bin/printFreq.py", line 164, in <module>
    main()
  File "/Users/joe/QChASM/AaronTools/bin/printFreq.py", line 75, in main
    fr = FileReader(f, just_geom=False)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/joe/QChASM/AaronTools/fileIO.py", line 1587, in __init__
    raise NotImplementedError(file_type_err.format(self.file_type))
@ajs99778
Copy link
Contributor

ajs99778 commented Feb 3, 2025

This should be fixed. When I made printFreq work on multiple files (e.g. printFreq.py *.out), I added the part where it loops over the input file names, but forgot to make it take multiple files from the command line.

@joegair
Copy link
Author

joegair commented Feb 7, 2025

great. no issues on my end. thank you!

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