<div dir="ltr"><br>Dear Flo,<br><br>Reading this post, I wrote these commands in the input file but I had the following problem when I ran the VIBRATIONAL_ANALYSIS. <br><br> VIB| Vibrational Analysis Info<br> CP2K| UNIMPLEMENTED, Berry phase moments for non uniform MOs' occupation numbers not implemented<br> CP2K| Abnormal program termination, stopped by process number 1<br> CP2K| UNIMPLEMENTED, Berry phase moments for non uniform MOs' occupation numbers not implemented<br> CP2K| Abnormal program termination, stopped by process number 0<br> CP2K| UNIMPLEMENTED, Berry phase moments for non uniform MOs' occupation numbers not implemented<br> CP2K| Abnormal program termination, stopped by process number 2<br> CP2K| UNIMPLEMENTED, Berry phase moments for non uniform MOs' occupation numbers not implemented<br> CP2K| Abnormal program termination, stopped by process number 3<br><br>I'm trying to solve this problem. Please tell me If you have an idea of my error.<br><br>This is the part of my input of the vib analysis<br><br>&VIBRATIONAL_ANALYSIS<br>     DX 0.001<br>     FULLY_PERIODIC TRUE<br>     INTENSITIES<br>     NPROC_REP 4<br>     &PRINT<br>         &PROGRAM_RUN_INFO ON<br>         &END<br>     &END<br>&END VIBRATIONAL_ANALYSIS<br><br>All the best,<br>Ileo<br><br><br>On Friday, November 13, 2009 9:35:36 AM UTC+1, flo wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Dear Oliver,
<br>
<br>there are two things to do. You need to compute the dipoles, which is
<br>done as follows:
<br>
<br>&DFT
<br>    &PRINT
<br>         &MOMENTS
<br>         &END
<br>     &END
<br>&END
<br>
<br>Furthermore, you have to tell the IR part to use them:
<br>
<br>&VIBRATIONAL_ANALYSIS
<br>     INTENSITIES
<br>     ....
<br>&END
<br>
<br>Cheers
<br>Flo
<br></blockquote></div>