Skip to the content.
Tutorial
Main Page
Section I
Geometry Optimization
Section II
PES Scan
Section III
Nudgded Elastic Band
Section IV
Vibrational Analysis
Section V
Dimer Method


V - TS optimization with the Dimer method


&GLOBAL
    RUN_TYPE GEO_OPT
...


In this section, we use the dimer method to optimize the geometry of the TS guess:

&MOTION
    &GEO_OPT
        TYPE TRANSITION_STATE
    ...


&MOTION
    &GEO_OPT
        ...
        OPTIMIZER CG
        &CG
            MAX_STEEP_STEPS 10
            &LINE_SEARCH
                TYPE 2PNT
                &2PNT
                ...


&MOTION
    &GEO_OPT
        ...
        &TRANSITION_STATE
            METHOD DIMER
            &DIMER
                DR 0.01
                ANGLE_TOLERANCE [deg] 1.5
                INTERPOLATE_GRADIENT  T


&MOTION
    &GEO_OPT
        ...
        &TRANSITION_STATE
            ...
            &DIMER
                ...
                &DIMER_VECTOR
                    @INCLUDE dimer_vector.inc
                ...


&MOTION
    &GEO_OPT
        ...
        &TRANSITION_STATE
            ...
            &DIMER
                ...
                &ROT_OPT
                    OPTIMIZER CG
                    MAX_ITER  500
                    &CG
                        MAX_STEEP_STEPS 10
                        &LINE_SEARCH
                            TYPE 2PNT
                            &2PNT
                            ...


Tutorial
Main Page
Section I
Geometry Optimization
Section II
PES Scan
Section III
Nudgded Elastic Band
Section IV
Vibrational Analysis
Section V
Dimer Method