What problem does it solve?
Gaussian quantum chemistry calculations produce binary chk checkpoint files that cannot be read directly by many analysis tools. This Skill converts them into human-readable fchk formatted checkpoint files containing wavefunction data, and packages the results into a zip archive.
Core Features & Use Cases
- chk to fchk Conversion: Invokes the Gaussian formchk utility to transform binary checkpoint files into formatted wavefunction text files.
- Cross-Platform Support: Works on both Windows and Linux, automatically locating the formchk executable via environment variables or default installation paths.
- Packaged Output: Bundles the fchk file and any error logs into a compressed zip archive for easy download and archival.
- Use Case: After running a Gaussian 16 geometry optimization, convert the resulting chk file to fchk format so the wavefunction data can be loaded into visualization or post-analysis software.
Quick Start
Convert my Gaussian checkpoint file acetic.chk into an fchk file and package the output into a zip archive.