What problem does it solve?
Preparing Gaussian input files (.gjf) requires manually assembling Link 0 directives, route keywords, charge and multiplicity lines, and coordinate sections, which is error-prone when converting raw coordinate files or setting up restart calculations.
Core Features & Use Cases
- Parameter Injection: Adds Link 0 directives (%chk, %oldchk, %nprocshared, %mem), route keywords, charge, and multiplicity to existing gjf files generated by tools like OpenBabel.
- Restart Support: Inserts %oldchk directives for restart or single-point calculations that read geometry and wavefunction guesses from previous runs.
- From-Scratch Creation: Generates a new gjf template containing all parameter sections when no input file is provided.
- Use Case: A computational chemist converts a molecular structure with OpenBabel, then uses this Skill to produce a complete B3LYP/6-31G(d) optimization input file with 16 cores and 8GB memory settings.
Quick Start
Ask the agent to create a Gaussian input file named acetic_opt.gjf with checkpoint acetic_opt.chk, keywords B3LYP/6-31G(d) opt freq, 16 cores, and 8GB memory from your coordinate file.