https://github.com/lucalewin/nuclides
https://github.com/lucalewin/nuclides
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucalewin/nuclides
- Owner: lucalewin
- License: other
- Created: 2023-01-19T16:31:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T17:07:39.000Z (over 2 years ago)
- Last Synced: 2025-02-28T06:18:38.122Z (3 months ago)
- Language: Rust
- Homepage: https://lucalewin.dev/projects/nuclides
- Size: 293 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nuclides
`nuclides` is a rust library that provides an interface to the nuclide database by the IEAE.
If there is a new version of the table of nuclides, please open an isssue on GitHub.
- Livechart: Table of Nuclides (IAEA):
- Nuclide API Reference (IAEA):## Decay modes
- `N` = Neutrons
- `P` = Protons| Mode | Name | Action | Nucleus changes |
|---|---|---|---|
| α | Alpha emission (2N + 2P) | | N-2, P-2 |
| P | Proton emission | | N, P-1 |
| 2P | Double proton emission | | N, P-2 |
| N | Neutron emission | | N-1, P |
| 2N | Double neutron emission | | N-2, P |
| ε | Electron capture | | N+1, P-1 |
| e+ | Positron emission | | N+1, P-1 |
| β+ | Electron Capture + Positron emission (β+ = ε + e+) | | N+1, P-1 |
| β− | Electron emission | | N-1, P+1 |
| 2β− | Double Electron emission | | N-2, P+2 |
| 2β+ | Double Positron emission | | N+2, P-2 |
| | | | |
| SF | Spontaneus fission | | variable |
| STABLE | Stable | | N, P |## Sources of the Data files
- table of nuclides:
- periodic table:## License
This project is licensed under the `BSD-2-Clause Plus Patent License` ([LICENSE](./LICENSE) or )