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
exercises:2016_ethz_mmm:infra_red [2016/05/20 08:39] – [1. Task: Computing vibrational spectra for methanol and benzene] pshindeexercises:2016_ethz_mmm:infra_red [2020/08/21 10:15] (current) – external edit 127.0.0.1
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 1  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.1463733582.txt.gz · Last modified: 2020/08/21 10:15 (external edit)