21
Materials Simulations using Gaussian 구자민 1

Gaussian 03

Embed Size (px)

Citation preview

Page 1: Gaussian 03

Materials Simulations using Gaussian

구자민

1

Page 2: Gaussian 03

INTRODUCTION

2

Page 3: Gaussian 03

v Gaussian Online Manual

http://www.gaussian.com/g_tech/g_ur/g09help.htm

Gaussian has been designed with the needs of the user in mind. All of the standard input is free-format and mnemonic. Reasonable defaults for input data have been provided, and the output is intended to be self-explanatory. Mechanisms are available for the sophisticated user to override defaults or interface their own code to the Gaussian system. The authors hope that their efforts will allow users to concentrate their energies on the application of the methods to chemical problems and to the development of new methods, rather than on the mechanics of performing the calculations.

www.gaussian.comv Gaussian website

v Gaussian Online Manual

http://www.ksc.re.kr/ -> 보유자원-> S/W 정보 -> gaussian 사용자 지침서

Information of Gaussian

3

Page 4: Gaussian 03

v Fundamental Algorithms

v Energies

v Geometry Optimization

v Frequencies and Second derivatives

v Molecular Properties

v Solvation Medels

Capability in Gaussian 03

4in gaussian manual

Page 5: Gaussian 03

Method Availabilities in Gaussian 03

5in gaussian manual

Page 6: Gaussian 03

SP Single point energy.Opt Geometry optimization.Freq Frequency and thermochemical analysis.IRC Reaction path following.IRCMax Find the maximum energy along a specific reaction path.Scan Potential energy surface scan.Polar Polarizabilities and hyperpolarizabilities.

ADMP and BOMD Direct dynamics trajectory calculation.Force Compute forces on the nuclei.Stable Test wavefunction stability.Volume Compute molecular volume.Density=Checkpoint Recompute population analysis only.Guess=Only Print initial guess only; recompute population analysis.ReArchive Extract archive entry from checkpoint file only.

Abbreviation in Method Availabilities in Gaussian 03

6in gaussian manual

Page 7: Gaussian 03

7

Gaussian 03

v Porion : 16 cpu, 32GB memory

v Unist_smp1 : 32 cpu, 220GB memory

v Unist_smp2 : 32cpu, 180GB memory

v Tusmp : 32cpu, 200GB memory

v Cheetah : 8 cpu, 10GB memory

v Pdaisy : 14cpu, 16GB memory

Cluster

Page 8: Gaussian 03

RUNNING THE GAUSSIAN 03

8

Page 9: Gaussian 03

v Running File

v Scratch File

• name.gjf à Gaussian input describing the desired calculation

• name.cmd à Executable file

• name.log à output file

• The checkpoint file: name.chk

• The Read-Write file: name.rwf

• The Two-Electron Integral file: name.int

• The Two-Electron Integral Derivative file: name.d2e

Running and Scratch File in Gaussian 03

9

Page 10: Gaussian 03

%Mem = Specifying resource requirements%Nproc = Number of CPU%chk = Path fo put the Checkpoint file

gjf File in Gaussian 03

10

§ Porion, Unist_smp, Tusmp : /pwork01/$USER/G03_SCR/ or /work/$USER/G03_SCR/§ Pdaisy : /Scratch2/$USER/name.chk§ Pgaia : /tmp/name.chk

Page 11: Gaussian 03

1. Calculation method or function

• ex) MP2, HF, B3LYP, RHF / basis set

2. Calculation tool and Options

• ex) SCF=QC, Freq=Raman, SP, Opt=(MaxCycle=N, TS)

1 2

gjf File in Gaussian 03

11

Page 12: Gaussian 03

123

1. Title name

2. Charge Spin multiplicity

3. Molecule coordinate

*Spin multiplicity = 2S+1 à S = electron spinex) neutral = 2*(1/2+(-1/2))+1=1ex) radical = 2*(1/2)+1=2

gjf File in Gaussian 03

12

Page 13: Gaussian 03

13

Running claculations with LoadLeveler

§ Make running file

=> use vi editor

§ Submit the running file

=> llsubmit name.cmd

§ Confirm output file

=> vi name.log

Page 14: Gaussian 03

cmd File in Gaussian 03

14

Job type; serial or parallel

User email

Load level class ; long or large

Job-time

Page 15: Gaussian 03

.cmd File in Gaussian 03

15

Running in Home directory

Page 16: Gaussian 03

.cmd File in Gaussian 03

16

Pwork01/$USER/name

Page 17: Gaussian 03

Important keyword in rinux

• vi name.file : editor

• llsubmit name.cmd : key word to submit the job(.cmd file)

• llq : key word to job status

• llcancel job ID : keyword to cancel the submitted job

• llstatus –R : keyword to show the computer node

(usable cpu number and memory)

17

Page 18: Gaussian 03

PRACTICE

18

Page 19: Gaussian 03

Confirm Name.log file

19

Water optimization

Page 20: Gaussian 03

VISUALLIZER

20

Page 21: Gaussian 03

§ GaussView

§ Web MO

§ Chem3D

§ HyperChem

§ etc

21

Visualizer program