welcome: please sign in
location: Diff for "bdfopt"
Differences between revisions 1 and 11 (spanning 10 versions)
Revision 1 as of 2014-10-14 13:25:14
Size: 911
Editor: 111
Comment:
Revision 11 as of 2014-11-14 08:09:57
Size: 1922
Editor: 124
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
Geometry optimiser of BDF package. This module can be used to find minimal points, saddle points and also conical intersection points.
For details of the interface to DLFIND, see '''bdfopt/''', '''module/dlfind_module.F90''', '''sys_util/bdf_dlfind_util.F90''' for interface.

== Current limitations ==

1. Change of symmetry during optimization is not correctly handled for excited state optimization, because the correct input file needs to be prepared.

== Examples ==

=== Ground-state opt ===
Line 14: Line 25:
Geometry optimiser of BDF package. This module can be used to find minimal points, saddle points and also conical intersection points.
$COMPASS
Title
 CH2 Molecule test run, cc-pvqz
Basis
 3-21g
# cc-pvdz
Geometry
O 0.00000000 -0.00000000 0.00174418
H -0.78045951 0.00000000 -0.10962269
H 0.78045951 0.00000000 -0.10962269
End geometry
Check
Skeleton
$END

$bdfopt
$end

$XUANYUAN
$END

$SCF
RHF
$END

$resp
geom
norder
1
method
1
$end
Line 17: Line 61:
=== Excited state opt ===

{{{

$COMPASS
Title
 CH2 Molecule test run, cc-pvqz
Basis
 3-21g
Geometry
 O 0.000000 0.000000 0.243991
 H 0.000000 1.178727 -0.45964
 H 0.000000 -1.178727 -0.45964
End geometry
Check
Skeleton
$END

$bdfopt
$end

$XUANYUAN
$END

$SCF
RHF
$END

$tddft
imethod
1
itda
0
idiag
1
istore
1
iexit
1
crit_e
1.d-8
crit_vec
1.d-6
$end

$resp
geom
norder
1
method
2
states
1
1 4 1
nfiles
1
$end

}}}
Line 19: Line 122:
=== Keyword1 ===
{{{#!wiki
xxx
}}}
=== Keyword2 ===
{{{#!wiki
xxx
}}}
== Expert keywords ==
=== Keyword3 ===
{{{#!wiki
xxx
}}}
=== Keyword4 ===
{{{#!wiki
xxx
}}}
=== IPRT ===
Line 37: Line 124:
= Depend Files = === SOLVER ===
=0, DLFIND; =1, BDF optimizer
Line 39: Line 127:
|| Filename || Description || Format ||
|| || || ||
=== MAXCYCLE ===
Line 42: Line 129:
= Examples = === TOLGRAD ===
Line 44: Line 131:
= Insert latex =
You can insert latex formula as
{{{#!latex
  \begin{equation}
    \rho_{\mu}=\sum_i w_i*\chi_{\mu}(r_i)\chi_{\mu}(r_i)
  \end{equation}
}}}
=== TOLENE ===
Line 52: Line 133:
You can also insert a latex formular inline
    The basis is <<latex($\chi_{\mu}$)>>
=== IOPT ===
Algorithm for optimization, default L-BFGS

=== ICOORD ===
Coordinates

=== IMULTI ===
multi-state optimization for conical intersection

=== ILINE ===
line search

bdfopt

Geometry optimiser of BDF package. This module can be used to find minimal points, saddle points and also conical intersection points. For details of the interface to DLFIND, see bdfopt/, module/dlfind_module.F90, sys_util/bdf_dlfind_util.F90 for interface.

Current limitations

1. Change of symmetry during optimization is not correctly handled for excited state optimization, because the correct input file needs to be prepared.

Examples

Ground-state opt

$COMPASS    
Title
 CH2 Molecule test run, cc-pvqz
Basis
 3-21g
# cc-pvdz
Geometry
O       0.00000000     -0.00000000      0.00174418
H      -0.78045951      0.00000000     -0.10962269
H       0.78045951      0.00000000     -0.10962269
End geometry
Check
Skeleton
$END

$bdfopt
$end

$XUANYUAN
$END

$SCF
RHF
$END

$resp
geom
norder
1
method
1
$end

Excited state opt

$COMPASS    
Title
 CH2 Molecule test run, cc-pvqz
Basis
 3-21g
Geometry
 O  0.000000    0.000000    0.243991
 H  0.000000    1.178727   -0.45964
 H  0.000000   -1.178727   -0.45964
End geometry
Check
Skeleton
$END

$bdfopt
$end

$XUANYUAN
$END

$SCF
RHF
$END

$tddft
imethod
1
itda
0
idiag
1
istore
1
iexit
1
crit_e
1.d-8
crit_vec
1.d-6
$end

$resp
geom
norder
1
method
2
states
1
1 4 1
nfiles
1
$end

General keywords

IPRT

SOLVER

=0, DLFIND; =1, BDF optimizer

MAXCYCLE

TOLGRAD

TOLENE

IOPT

Algorithm for optimization, default L-BFGS

ICOORD

Coordinates

IMULTI

multi-state optimization for conical intersection

ILINE

line search

bdfopt (last edited 2022-11-15 06:59:28 by wzou)