Giter Club home page Giter Club logo

Comments (2)

mfgu avatar mfgu commented on August 10, 2024

all in atomic units

from fac.

jazspid avatar jazspid commented on August 10, 2024

Sorry to disturb old thread. About bound state orthogonality. Is the ortohgonality condiction:
∫(P_{n1κ1}(r)*P_{n2κ2}(r)+Q_{n1κ1}(r)Q_{n2κ2}(r))dr=δ_{n1n2}*δ_{κ1κ2}
correct?(Sorry bad at LATEX) If it is, then the following results confuses me.
I tried to calculate ∫(P_{n1=3,κ1=1}(r)*P_{n2=3,κ2=-2}(r))dr of Si1+:1s2_2s2_2p5_3s2_3p2. If the above orthogonality condition is correct, then this should be approximately 0? Since Q functions are generally much smaller than P functions? Here's my code:

from pfac import fac
fac.SetAtom('Si')
fac.Config('g','1s2 2s2 2p5 3s2 3p2')
fac.ConfigEnergy(0)
fac.OptimizeRadial('g')
fac.ConfigEnergy(1)
fac.Structure('Si1+.lev.b', ['g'])
fac.MemENTable('Si1+.lev.b')
fac.PrintTable('Si1+.lev.b','Si1+.lev',1)
fac.WaveFuncTable("Si1+(3p-).wf",3,1)
fac.WaveFuncTable("Si1+(3p+).wf",3,2)

According to another issue, the data I need is the 5th column. Then the integral returns 0.999486, which is too much larger than "approximately 0", but it is very close to 1. I guess the orthogonality condition above may be wrong, may I know what is the correct orthogonality condition? Or does there even exist such a orthogonality condition for bound states that looks like what Guadaloupe mentioned? Or is the program somehow acting faulty?
Sorry for the disturbance.

from fac.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.