What problem does it solve?
Running Gaussian 16 quantum chemistry jobs requires manual environment setup, output file tracking, and result parsing. This Skill automates the full execution workflow, from launching DFT optimizations and frequency analyses to collecting and packaging all output artifacts.
Core Features & Use Cases
- Automated Gaussian Execution: Runs DFT structure optimization, frequency analysis, and single point energy calculations from a .gjf input file on both Windows and Linux.
- Result Parsing: Extracts SCF energies, dipole moments, Mulliken charges, vibrational frequencies, and thermochemistry data from the .log file into a structured summary.json.
- Output Packaging: Collects .log, .chk, .fchk, and summary files into a single zip archive for easy download and archival.
- Use Case: A computational chemist submits an acetic acid .gjf file and receives a zip containing the optimized geometry log, checkpoint file, and a parsed JSON summary of energies and frequencies.
Quick Start
Run a Gaussian DFT calculation on my input.gjf file and give me the log file, chk file, and a zip archive of all outputs.