File: lda.ego

package info (click to toggle)
ergo 3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 17,044 kB
  • ctags: 6,813
  • sloc: cpp: 91,488; ansic: 15,728; sh: 6,416; makefile: 1,287; yacc: 123; lex: 108
file content (33 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (2)
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
# run it as
# source/ergo -e 'molecule "mol/ch4_010.mol"' params/lda.ego
#
convergence_threshold = 1e-2
J_K.threshold_1el = 1e-13
J_K.threshold_2el = 1e-9
#charge = 1
#spin_polarization = 1
basis = "3-21G"
#molecule_inline
#He   0.0 0.0 0.0
#He   0   0   3
#EOF

convergence_threshold = 1e-2
scf_shift = 1
run "LDA"

basis = "cc-pVDZ"
convergence_threshold = 1e-2
J_K.threshold_2el = 1e-9
initial_density = "filename.ergo"
system "mv density.bin filename.ergo"
run "B3LYP"
system "mv density.bin b3lyp-density.bin"

convergence_threshold = 1e-5
J_K.threshold_2el = 1e-11
XC.radint = 1e-11
initial_density = "b3lyp-density.bin"
run "B3LYP"
system "echo Three step calculation done."
# Loops?