Plane-wave molecular integrals

  • Context: Graduate 
  • Thread starter Thread starter Morberticus
  • Start date Start date
  • Tags Tags
    Integrals Molecular
Click For Summary

Discussion Overview

The discussion revolves around the challenges associated with plane-wave molecular integrals, particularly focusing on the Coulomb potential and its integration. Participants explore various mathematical approaches, including multipole expansions and Fourier transforms, while considering the applicability of plane-wave basis functions in molecular contexts.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant expresses confusion regarding the literature on plane-wave molecular integrals and mentions the Coulomb potential's complications, suggesting a multipole expansion approach.
  • Another participant argues that plane waves are not ideal basis functions for molecules but acknowledges their use in solid-state systems as Bloch functions.
  • Several participants note that the Coulomb integral is diagonal in Fourier space and can be simplified to 1/k², where k is the wavevector.
  • There are discussions on using Fourier transforms to convert real-space functions into momentum space, allowing for the convolution of the Coulomb potential.
  • One participant mentions difficulties in formulating two-electron integrals in a computationally feasible manner, specifically regarding the evaluation of integrals involving the Coulomb potential.
  • Another participant suggests a method to simplify the integral involving exponential terms and the Coulomb potential, indicating that it may not be as complex as initially thought.
  • There is a reference to the historical significance of two-electron integral evaluation in quantum chemistry, highlighting its complexity.

Areas of Agreement / Disagreement

Participants express differing views on the utility of plane-wave basis functions for molecular systems, with some asserting their inadequacy while others find them useful for specific applications. The discussion on the integration methods remains unresolved, with multiple approaches being considered without consensus.

Contextual Notes

Participants mention issues such as the breaking of Galilean invariance in multipole expansions and the challenges posed by the Fourier transform in evaluating integrals involving the Coulomb potential. These limitations indicate that the discussion is still in a formative stage, with unresolved mathematical steps and assumptions.

Who May Find This Useful

This discussion may be of interest to researchers and students in quantum chemistry, solid-state physics, and computational chemistry, particularly those exploring integrals involving Coulomb potentials and the use of plane-wave basis functions.

Morberticus
Messages
82
Reaction score
0
Hi,

Just wondering about the state of the literature regarding plane-wave molecular integrals. The coulomb potential seems to be causing problems for me. I assumed I would need to consider a general multipole expansion to integrate over a potential |r-r'|^-1 but I have had a look around and some people seem to use a Fourier transform to avoid difficulties. Most of the literature I have come across concerns Gaussian wavefunctions (presumably due to their usefulness in quantum chemistry) and I am wondering if there is an equivalent review of plane-wave basis functions.

Thanks
 
Physics news on Phys.org
Plane waves are lousy basis functions for molecules; I don't know why you'd want to use them. That said, it's been done and tried if you look in the literature.

The area where they have real applications (in this context) is solid-state systems, where they're known as Bloch functions. (or rather, Bloch functions describe the expansion) Any SS book should tell you all about it.
 
The coulomb integral is diagonal in Fourier space. It's just 1 / k^2 where k is the wavevector.
 
wsttiger said:
The coulomb integral is diagonal in Fourier space. It's just 1 / k^2 where k is the wavevector.

I think the reason the Fourier transform is used is possibly to exploit

[tex]\int e^{ik(r-r')}dk = 2\pi\delta(r-r')[/tex]

or to approximate 1/|r-r'| by considering a finite interval for the Fourier integral, but I have not figured out how yet.

I am effectively looking for a valid approximation of |r-r|^-1. I have tried a general multiple explansion but it seems to break galilean invariance.
 
I'm having trouble understanding what you are asking.

Fourier transforms are used to transform a real-space function (like an orbital) into momentum space (i.e., change the basis into a plane-wave basis). Once this is done, the |r-r'|^-1 convolution can be performed by dividing by k^2 (where k is the wavevector). Then the result can be Fourier transformed back into real space.

Is this not what you were asking?

BTW, like the above poster said ... plane waves make lousy basis functions for molecules; even for solid state crystals, plane wave codes need to use pseudopotentials to represent the core electrons.
 
wsttiger said:
I'm having trouble understanding what you are asking.

Fourier transforms are used to transform a real-space function (like an orbital) into momentum space (i.e., change the basis into a plane-wave basis). Once this is done, the |r-r'|^-1 convolution can be performed by dividing by k^2 (where k is the wavevector). Then the result can be Fourier transformed back into real space.

Is this not what you were asking?

BTW, like the above poster said ... plane waves make lousy basis functions for molecules; even for solid state crystals, plane wave codes need to use pseudopotentials to represent the core electrons.

I know they're normally bad, but their nodal structure is useful for what I'm trying to do. It's just that I'm having trouble formulating the two-electron integrals <ij|g|kl> in a computer-friendly way.
 
Morberticus said:
I know they're normally bad, but their nodal structure is useful for what I'm trying to do. It's just that I'm having trouble formulating the two-electron integrals <ij|g|kl> in a computer-friendly way.

You wouldn't mind explaining what you're trying to do, instead? It's easier to give advice that way.
I ask because I recall answering another of your questions, where it turned out that what you were ultimately trying to do wasn't going to work.

Two-electron integral evaluation, under any circumstance, is not a cakewalk. After all, we're talking about what John Pople got the Nobel prize for, and spent much of his career working on.
 
alxm said:
You wouldn't mind explaining what you're trying to do, instead? It's easier to give advice that way.
I ask because I recall answering another of your questions, where it turned out that what you were ultimately trying to do wasn't going to work.

Do you meant he multipole expansion? I am still trying to get that to work. The trouble is the epansion breaks galilean invariance for me, though perhaps you're right, and that is unavoidable.

I'm not trying to do anything too exotic, just trying to see if there's an easy way to evaluate the integral:

[tex]\int e^{iAr}e^{iBr'}\frac{1}{|r-r'|}e^{-iCr}e^{-iDr'}drdr'[/tex]

Where the middle term |r-r'|^-1 seems to be giving me all the hassle.
 
That does not look too difficult: introduce A'=A-C and B'=B-D so that you only have two exponentials. Then introducing X=(A'+B')/2, Y=(A'-B')/2 and Q=(r+r')/2 and q=(r-r')/2
the integral becomes 1/2 int exp(i (2XQ+2Yq)) /|q| dq dQ. The integral over Q becomes a delta function for X and the integral over q is the Fourier transform of the coulomb potential which is proportional to 1/Y^2.
 
  • #10
DrDu said:
That does not look too difficult: introduce A'=A-C and B'=B-D so that you only have two exponentials. Then introducing X=(A'+B')/2, Y=(A'-B')/2 and Q=(r+r')/2 and q=(r-r')/2
the integral becomes 1/2 int exp(i (2XQ+2Yq)) /|q| dq dQ. The integral over Q becomes a delta function for X and the integral over q is the Fourier transform of the coulomb potential which is proportional to 1/Y^2.

Thanks. I think the Fourier transform is causing the the greatest difficulty for me.
An older thread of mine: https://www.physicsforums.com/showthread.php?t=425274

If it is proportional to 1/Y^2 does that mean there is a simple expression for it?
 
  • #11
Yes, but the derivation of the Fourier transform of the coulomb potential can be found in any book on quantum chemistry or solid state physics.
 

Similar threads

  • · Replies 139 ·
5
Replies
139
Views
12K
  • · Replies 0 ·
Replies
0
Views
3K
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 37 ·
2
Replies
37
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K