Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hydrogen molecular ion #9

Open
ohno opened this issue Dec 30, 2023 · 0 comments
Open

Hydrogen molecular ion #9

ohno opened this issue Dec 30, 2023 · 0 comments

Comments

@ohno
Copy link
Owner

ohno commented Dec 30, 2023

Implement the module of :HydrogenMolecularIon. It is thought that this system has an analytically solvable Schrödinger equation (See Wikipedia). But I have not found a closed-form of the solutions. At first, find an appropriate reference from the candidates:

Here is the unfinished code:

# Stewart(1953) https://doi.org/10.1098/rsta.1953.0014
Ψ(λ,μ,φ) = Λ(λ) * M(μ) * Φ(φ)
M(μ;l,m,p) = ?
Λ(λ;R,m,σ,p) = sqrt(λ^2-1)^m * (λ+1)^σ(R,p,m)*exp(-p*λ) * y(ζ(λ))
σ(R,p,m) = ?
ζ(λ) = (λ-1) / (λ+1)
@ohno ohno added enhancement New feature or request new model and removed enhancement New feature or request labels Jan 8, 2024
@ohno ohno added enhancement New feature or request new model and removed new model enhancement New feature or request labels Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant