-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
QChemDrone: fix Frequency parsing for single atoms #761
Conversation
FireWorks > 2 is required for compatibility with the latest pymongo (>4)
OK, on further testing, the fix here allows task docs to be parsed successfully; however it does NOT populate the Below are the relevant sections of two output files at the same level of theory and solvent model - one single point and one frequency calc, both for a K+ ion in water. It isn't clear to me what the Frequency Calc
Single Point
|
Thanks to @espottesmith we have confirmed that Q-Chem 5.4.2 no longer includes |
OK, Q-Chem only prints |
Looks good to me! |
@rkingsbury Thanks for fixing the single atom frequency parse of Q-Chem. It looks nice and I am merging it now. |
Summary
Frequency calculations for single atoms may not have a
frequency_mode_vectors
key in their output, which was causing the Drone to fail parsing these calculations.