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


IV - Vibrational analysis of a TS guess


&GLOBAL
    RUN_TYPE VIBRATIONAL_ANALYSIS
...


In this section, a vibrational analysis is performed for the TS guess obtained in the previous section to see if an imaginary frequency is found:

&VIBRATIONAL_ANALYSIS
    NPROC_REP  2
    &MODE_SELECTIVE
        ATOMS 2590 28386 7003 28388
        LOWEST_FREQUENCY -5000
        &INVOLVED_ATOMS
            INVOLVED_ATOMS 2590 28386 7003 28388
            RANGE -5000 0
        &END INVOLVED_ATOMS
    &END MODE_SELECTIVE
    &PRINT
        &PROGRAM_RUN_INFO  ON
        &END PROGRAM_RUN_INFO
    &END PRINT
&END VIBRATIONAL_ANALYSIS


-------------------------------------------------------------------------------
                        FREQUENCY AND CONVERGENCE LIST
      FREQUENCY    MAXVAL CRITERIA    NORM CRITERIA    CONVERGENCE
 VIB|   -463.808     0.328500E-07        0.217E-06           YES
 VIB|     91.968     0.118932E-06        0.791E-06           YES
 VIB|     99.139     0.162794E-06        0.960E-06           YES
 VIB|    101.290     0.154508E-06        0.985E-06           YES
 VIB|    134.537     0.150224E-06        0.110E-05           YES
 VIB|    146.054     0.182583E-06        0.142E-05           YES
 VIB|    161.999     0.154916E-06        0.130E-05           YES
 VIB|    187.022     0.264591E-06        0.183E-05           YES
./cp2k_freq_analysis.sh VIB-VIBRATIONS-1.mol forceeval_qmmm.cp2k.inc
Vibrations to analyze? (ex. : 1 2 3)
1
vmd VIB_N_1_COORD.xyz 


Representation: Dynamicbonds with a cutoff of 3.0 for bonds and VDW for atoms.


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