Skip to content

Commit

Permalink
Update CoulombTwoBody.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno authored Jun 22, 2024
1 parent 0a08346 commit 05b5932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CoulombTwoBody.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ end
`CoulombTwoBody(z₁=-1, z₂=1, m₁=1.0, m₂=1.0, mₑ=1.0, a₀=1.0, Eₕ=1.0, ℏ=1.0)`
``z₁`` is the charge number of particle 1,
``z`` is the charge number of particle 2,
``z`` is the charge number of particle 2,
``m₁`` is the mass of particle 1,
``m₂`` is the mass of particle 2,
``m_\mathrm{e}`` is the electron mass (use the same unit as ``m₁`` and ``m₂``. For example of hydrogen atom, use ``m_\mathrm{e}=9.1093837139\times10^{-31}\mathrm{kg}``, ``m_1=9.1093837139\times10^{-31}\mathrm{kg}`` and ``m_2=1.67262192595\times10^{-27}\mathrm{kg}`` in the IS unit system, use ``~m_\mathrm{e}=1.0~m_\mathrm{e}``, ``m_1=1.0~m_\mathrm{e}`` and ``m_2=1836.152673426~m_\mathrm{e}`` in the atomic unit.),
Expand Down Expand Up @@ -225,4 +225,4 @@ Examples:
& \vdots
\end{aligned}
```
""" P(model::CoulombTwoBody, x; n=0, m=0)
""" P(model::CoulombTwoBody, x; n=0, m=0)

0 comments on commit 05b5932

Please sign in to comment.