POV-Ray : Newsgroups : povray.advanced-users : Schrodinger Equation : Re: Schrodinger Equation Server Time
28 Jul 2024 12:31:31 EDT (-0400)
  Re: Schrodinger Equation  
From: David El Tom
Date: 28 Sep 2005 16:52:56
Message: <433b02a8$1@news.povray.org>
> 
> Hi,
> 
> Indeed it's a complicated thing to code in povray.
> Thanks anway for your answers.
> 
> Walid
> 
> 
> 

The solution for a square well:

    +--------+
    |        |
  L1|        |
    |        |
    +--------+
        L2

the hamiltonian for an infinitely deep square well is
  H = -(ħ²/2m)(ð²/ðx² + ð²/ðy²) + V(x,y)
   where V(x,y)=inf. for x<0, x>L1 or y<0, y>L2
         V(x,y)=0    for 0 =< x >= L1 and 0 =< y >= L2

   the Schroedinger is therefor
   (ð²psi/ðx²)+(ð²psi/dy²)=-(2mE/ħ²)psi

   the solution for valid waves and energies is:
   psi[n1,n2](x,y) = (4/(L1*L2))^(1/2) * sin(n1*PI*x/L1) * sin(n2*PI*y/L2)

   E[n1,n2] = (ħ²/8)*(n1²/L1²+n2²/L2²)

   with quantum numbers n1=1,2,3,.... and n2=1,2,3,...

   hope you see the characters as I typed them in (UTF-8).

   ... dave


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.