Parsing a QChem Output File: Difference between revisions

From Thom Group Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


==Summary==
==Summary==
To extract all data from a QChem output file, you can use the QChemParser object from <pre>qcmagic.interfaces.parsers.qchem_parser.qchem_parser</pre>


==[[RevQCMagic|Return]]==
==[[RevQCMagic|Return]]==

Revision as of 14:56, 31 March 2026

Summary

To extract all data from a QChem output file, you can use the QChemParser object from

qcmagic.interfaces.parsers.qchem_parser.qchem_parser

Return