Other Gaussian Jobs

This page covers additional Gaussian job types including multi-step link jobs, custom user-defined calculations, and direct input file execution.

Custom User Jobs

Run custom calculations not built into CHEMSMART.

chemsmart sub [OPTIONS] gaussian [GAUSSIAN_OPTIONS] userjob [SUBCMD_OPTIONS]

Custom Job Options

Option

Type

Description

-r, --route

string

User-defined route (required)

-a, --append-info

string

Information to append after coordinates

Basic Usage

chemsmart sub gaussian -p project -f molecule.com -l custom_job userjob -r 'opt freq b3lyp/6-31g*' -a 'B 1 2 F'

Direct Input File Execution

Run a pre-prepared Gaussian input file without modifications.

chemsmart sub [OPTIONS] gaussian [GAUSSIAN_OPTIONS] com

Basic Usage

Run a .com file:

chemsmart sub gaussian -p project -f input_file.com com

Run a .gjf file:

chemsmart sub gaussian -p project -f input_file.gjf com

Modify charge and multiplicity:

chemsmart sub gaussian -p project -f input_file.com -c 1 -m 2 com