User Tools

Site Tools


exercises:2016_ethz_mmm:infra_red

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
exercises:2016_ethz_mmm:infra_red [2016/05/20 08:41] – [1. Task: Computing vibrational spectra for methanol and benzene] pshindeexercises:2016_ethz_mmm:infra_red [2016/05/20 08:50] – [1. Task: Computing vibrational spectra for methanol and benzene] pshinde
Line 10: Line 10:
  
 ===== 1. Task: Computing vibrational spectra for methanol and benzene ===== ===== 1. Task: Computing vibrational spectra for methanol and benzene =====
-To compute the vibrational spectra, we first need to find a minimum energy structure for the systems. Use **bsub -n 2** for MD.  Here files optc6h6.xyz and optmet.xyz, present in exercise-10.1.tar.gz, contain minimum energy structures. Geometry **optc6h6.xyz** will be the input for the **vibc6h6.inp** and **optmet.xyz** will be the input for the **vibmet.inp**. The following important section (present in the input files) computes the vibrational spectra.+<code> 
 +$ bsub -n 2 mpirun cp2k.popt -i mdmet.inp -o mdmet.out 
 +</code> 
 + 
 +To compute the vibrational spectra, we first need to find a minimum energy structure for the systems. The files optc6h6.xyz and optmet.xyz, present in exercise-10.1.tar.gz, contain minimum energy structures. Geometry **optc6h6.xyz** will be the input for the **vibc6h6.inp** and **optmet.xyz** will be the input for the **vibmet.inp**. The following important section (present in the input files) computes the vibrational spectra.
  
 <code> <code>
Line 30: Line 34:
 NPROC_REP has to be the same number of processors as in the bsub!! Edit the input!! NPROC_REP has to be the same number of processors as in the bsub!! Edit the input!!
 </note> </note>
 +
 +<code>
 +$ bsub -n 16 mpirun cp2k.popt -i vibmet.inp -o vibmet.out
 +</code>
 +
 For the intensities, the derivative of the dipole along the normal modes is necessary (see lecture). So the moments are computed in the standard non-periodic fashion: For the intensities, the derivative of the dipole along the normal modes is necessary (see lecture). So the moments are computed in the standard non-periodic fashion:
 <code> <code>
exercises/2016_ethz_mmm/infra_red.txt · Last modified: 2020/08/21 10:15 by 127.0.0.1