Gaussian
Last Update: 27 Nov. 2024
Gaussian is a molecular orbital calculation program package developed mainly by Carnegie-Mellon University’s Pople. Gaussian is widely used in the field of computational chemistry and is a world-renowned application software due to its clear program structure and stability of calculations.
Available users
Gaussian 16 Rev.C 01 is not compatible with GENKAI’s GPU (H100), and GPU calculations are currently not possible.
Kyushu Univ. users | Academic users | Non-academic users |
---|---|---|
OK | OK | OK |
Site license (Kyushu University only)
Installation on equipments owned, leased, operated, or managed by Kyushu University in the applicable campuses:- Gaussian campus site license (Hakozaki, Hospital/Ito/Chikushi/Ohashi)
- GaussianView campus site license (Hakozaki, Hospital/Ito/Chikushi)
Module
Module name | Version |
---|---|
gaussian | 16 C.01 |
Module usage
Usage
When you cannot execute "g16" with the following settings, please contact us at this email address.Setup Environment (module)
The scratch directory (~/scratch) under the home directory is set as the scratch file output destination. Please delete scratch files that are no longer needed.
|
Please make a working directory in your home directory.
|
Gaussian program extension filename
The Gaussian program filename must have the extension “.com”.
In the Gaussian, the .com
file is the input file, and the .log
file is the output file.
Execution
Gaussian can consume large amounts of memory and disk, depending on the size of the calculation. Gaussian should be executed as a batch job.
When using multiple jobs within a node
When using only CPU (exclusive use)
|
When using only CPU (shared use)
|
When using only CPU with multiple nodes
|
Notes
If the checkpoint file created with GENKAI cannot be read with GaussView (Windows version)
There is a possibility that the checkpoint file (binary) created on GENKAI cannot be read by the Windows version of GaussView.
In that case, please try converting the file using the steps below.
- Save the checkpoint file (*.chk) on GENKAI using the formchk command.
Convert to formatted checkpoint file (*.fck). - Transfer the generated fck file to your PC.
- Binaryize with the UnFchk command of Gaussian 16W on your PC. (chk file generation)
- Read the created chk file using GaussView.
References
Manual
You can obtain detailed information about Gaussian (online manual, product introduction, analysis examples, etc.) from the Gaussian Inc. homepage https://www.gaussian.com/.
Sample program
There is a sample program in the /home/app/Gaussian/16.C.01/g16/tests/com/
directory on the login node.