Calculating Zero Point Energy with DVR

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
camus
Messages
1
Reaction score
0
anybody knows DVR(Discrete variable representation) method?
how do you use DVR to calculate the zero point energy?
 
Physics news on Phys.org
Hi,

DVR is a method for efficiently solving partial differential equations numerically. Specifically, it is an optimal way to choose the spatial grid. If your problem involves a specific potential, on which eigenfunctions are known, then DVR is a way to represent your wavefunction as a superposition of basis functions built out of those eigenfunctions. People use it, for instance, to solve for the time dependence of non-linear Schrödinger equations.

I do not understand what specific problem you have in mind? Do you want to calculate the zero-point energy of a particle in a specific potential? That is, are we talking about finding the eigenenergies of the Schrödinger equation? Then if you want to do it numerically, there are much simpler schemes. DVR should not be necessary. Matlab, Octave, or Mathematica could do it for you quickly.

From your post it is difficult to understand what your background is in physics and in programming. In any case, I think one needs to know something about differential equations and solving them numerically before attacking this problem. I also don't understand why you specifically want to calculate the zero-point energy (of what?).