-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Segregated documentation, added bibliography
- Loading branch information
Showing
9 changed files
with
63 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
*.jl.cov | ||
*.jl.mem | ||
/docs/build/ | ||
Manifest.toml | ||
Manifest.toml | ||
auto/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
% All entries have to have consistent casing for the keys until | ||
% https://github.com/Humans-of-Julia/BibParser.jl/issues/28 is fixed! | ||
@book{Bethe1977, | ||
address = {New York}, | ||
author = {Bethe, Hans and Salpeter, Edwin}, | ||
isbn = {978-0-306-20022-9}, | ||
publisher = {Plenum Pub. Corp}, | ||
title = {Quantum mechanics of one-and two-electron atoms}, | ||
year = 1977 | ||
} | ||
|
||
@article{Burgess1965, | ||
author = {{Burgess}, A.}, | ||
title = {Tables of hydrogenic photoionization cross-sections | ||
and recombination coefficients}, | ||
journal = {Monthly Notices of the Royal Astronomical Society}, | ||
year = 1965, | ||
volume = 69, | ||
pages = 1, | ||
url = {http://adsabs.harvard.edu/abs/1965MmRAS..69....1B}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Dipoles | ||
|
||
```@docs | ||
Hydrogen.dipole_moment | ||
Hydrogen.radial_dipole_moment | ||
Hydrogen.dipole_matrix | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Energies | ||
|
||
```@docs | ||
Hydrogen.non_relativistic_energy | ||
Hydrogen.relativistic_energy | ||
Hydrogen.orbital_energy | ||
Hydrogen.atomic_hamiltonian | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# References | ||
|
||
```@bibliography | ||
``` |