1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
#
# File Name
#
System.CurrrentDirectory ./ # default=./
System.Name H2O
level.of.stdout 1 # default=1 (1-3)
level.of.fileout 1 # default=1 (0-2)
#
# restart using *.rst
#
scf.restart off # on|off, default=off
#
# Definition of Atomic Species
#
Species.Number 2
<Definition.of.Atomic.Species
H H6.0-s1p1 H_CA13
O O6.0-s1p1 O_CA13
Definition.of.Atomic.Species>
#
# Atoms
#
Atoms.Number 3
Atoms.SpeciesAndCoordinates.Unit Ang # Ang|AU
<Atoms.SpeciesAndCoordinates # Unit=Ang.
1 O 0.000 0.000 0.000 3.0 3.0
2 H 0.757 0.586 0.000 0.5 0.5
3 H -0.757 0.586 0.000 0.5 0.5
Atoms.SpeciesAndCoordinates>
Atoms.UnitVectors.Unit Ang # Ang|AU
#<Atoms.UnitVectors
# 10.0 0.0 0.0
# 0.0 10.0 0.0
# 0.0 0.0 10.0
#Atoms.UnitVectors>
#
# SCF or Electronic System
#
scf.XcType LDA # LDA|LSDA-CA|LSDA-PW|GGA-PBE
scf.SpinPolarization off # On|Off|NC
scf.ElectronicTemperature 100.0 # default=300 (K)
scf.energycutoff 150.0 # default=150 (Ry)
scf.maxIter 100 # default=40
scf.EigenvalueSolver Cluster # DC|GDC|Cluster|Band
scf.Kgrid 1 1 1 # means 4x4x4
scf.Mixing.Type rmm-diis # Simple|Rmm-Diis|Gr-Pulay|Kerker|Rmm-Diisk
scf.Init.Mixing.Weight 0.10 # default=0.30
scf.Min.Mixing.Weight 0.001 # default=0.001
scf.Max.Mixing.Weight 0.400 # default=0.40
scf.Mixing.History 7 # default=5
scf.Mixing.StartPulay 5 # default=6
scf.criterion 1.0e-10 # default=1.0e-6 (Hartree)
#
# MD or Geometry Optimization
#
MD.Type opt # Nomd|Opt|NVE|NVT_VS|NVT_NH
# Constraint_Opt|DIIS2|Constraint_DIIS2
MD.maxIter 2 # default=1
MD.TimeStep 1.0 # default=0.5 (fs)
MD.Opt.criterion 1.0e-14 # default=1.0e-4 (Hartree/bohr)
MD.Opt.DIIS_Mixing 0.01 # default=0.5
|