An open API service indexing awesome lists of open source software.

https://github.com/lucalewin/nuclides


https://github.com/lucalewin/nuclides

Last synced: 2 months ago
JSON representation

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 )