[CP2K-user] [CP2K:16401] what is the unit for IR intensity using normal mode analysis in cp2k?
Fangyong Yan
fyyan2019 at gmail.com
Wed Dec 22 04:54:58 UTC 2021
Dear Professor Hutter and your group members,
I checked the source code, and found IR intensity is equal to
SQRT(DOT_PRODUCT(D_deriv,
D_deriv)). Based on Darling and Schlegel's paper, the IR intensity is
proportional to (d(mu)/dQ)^2. So does it mean the IR intensity should
be DOT_PRODUCT(D_deriv,
D_deriv), not SQRT(DOT_PRODUCT(D_deriv, D_deriv))? (Is this a mistake??)
Here I attach Darling and Schlegel's paper.
The source code is vibrational_analysis.F,
IF (calc_intens) THEN
D_deriv = 0._dp
DO j = 1, nvib
D_deriv(:) = D_deriv(:) + dip_deriv(:, j)*Hint2(j,
i)
END DO
intensities(i) = SQRT(DOT_PRODUCT(D_deriv, D_deriv))
END IF
Thanks ahead for your help, and Merry Christmas!!
Fangyong
On Tue, Dec 21, 2021 at 5:19 PM fyya... at gmail.com <fyyan2019 at gmail.com>
wrote:
> Hi, all,
>
> What is the unit for IR intensity using normal mode analysis in cp2k? The
> IR intensity is proportional to d(mu) / dQ, d(mu) is the change of the
> dipole moment, and dQ is the change of normal mode coordinate Q.
>
> There are prefactor for the exact IR intensity, see eq. 8 in Cynthia L.
> Darling and H. Bernhard Schlegel, J. Phys. Chem. 1994, 98, 5855-5861.
>
> So what is the equation for calculating the IR intensity in cp2k, is there
> a reference for it? Once we know the equation, we can know the unit.
>
> Thanks!
>
> Fangyong
>
> --
> You received this message because you are subscribed to the Google Groups
> "cp2k" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cp2k+unsubscribe at googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/cp2k/93923dcf-4cb3-4175-92f2-e5f2c0aa2ba0n%40googlegroups.com
> <https://groups.google.com/d/msgid/cp2k/93923dcf-4cb3-4175-92f2-e5f2c0aa2ba0n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
--
You received this message because you are subscribed to the Google Groups "cp2k" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cp2k+unsubscribe at googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cp2k/CAJjmc%2BKN9ZBR_JNwkntfML%2BtwBLwNWKg8CABty3spnqO_UQ72A%40mail.gmail.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20211221/65d2b1fd/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Dipole Moments, Polarizabilities, and Infrared Intensities Calculated with Electric Field Dependent Functions.pdf
Type: application/pdf
Size: 624908 bytes
Desc: not available
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20211221/65d2b1fd/attachment.pdf>
More information about the CP2K-user
mailing list