Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkirsche/python-bindingenergyofanucleon
Python program to calculate the binding energy of a Nucleon
https://github.com/kkirsche/python-bindingenergyofanucleon
Last synced: about 1 month ago
JSON representation
Python program to calculate the binding energy of a Nucleon
- Host: GitHub
- URL: https://github.com/kkirsche/python-bindingenergyofanucleon
- Owner: kkirsche
- Created: 2013-02-01T01:20:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-01T01:40:21.000Z (almost 12 years ago)
- Last Synced: 2023-03-15T06:15:47.502Z (almost 2 years ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
python-BindingEnergyofaNucleon
==============================Python program to calculate the binding energy of a Nucleon. This is for Exercise 2.9 (Python Programming for Physicists) of Computational Physics.
Exercise 2.9: The semi-empirical mass formula
=============================================In nuclear physics, the semi-empirical mass formula for calculating the approximate nuclear binding energy (BE_N) of of an atomic nucleus with atomic number Z and mass number A.
Where in units of millions of electron volts, the constants are a1 (15.67), a2 (17.23), a3 (0.75), and a4 (93.2).
a5 changes depending on A:
* 0 if A is odd
* 12.0 if A and Z are both even
* -12.0 if A is even and Z is odd