-
Notifications
You must be signed in to change notification settings - Fork 173
Add anharmonic freq. and constrained scan calc. files to expand test … #281
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
Conversation
Could you also add the input files? |
@ghutchis could you provide the input files as well. |
Where do we stand with this? |
It looks like tests need to be written, and we should probably have some basic ones go in with the files right away, rather than wait until later. |
Yes, I see. But we also need the input files. Pushing over to 1.5. |
These are the input files - sorry. |
Pushing back again. |
Apologies, had lost track of this pull request. Committed the input files provided by Geoff |
9ba81b3
to
d708dc8
Compare
So what is this testing beyond the current unit tests? |
@@ -0,0 +1,13 @@ | |||
%nproc=2 | |||
#t B3LYP/6-31G* Opt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why Opt
and not Freq
?
The two output files contain attributes which previously weren't present in any of the cclib data files.
I am unsure of how to write the test cases for these attributes as the cclib documentation doesn't contain much information regarding these two attributes. |
I think we need to revisit whether we need those test files in the main repo or as regressions. Pushing back to v1.5.3. |
Not sure what the status is here, so punting to v1.5.4. |
…suite
Gaussian 09 output and checkpoint files to expand the standard cclib test suite to include anharmonic frequency calculations and constrained scan calculations.