Author: Jimin Ma
E-mail: majm03@foxmail.com
This is a GUI code for elements and nuclides information with PyQt5. Python3.6 and Qt5.6 are needed.
Run python periodtable.pyw
or python3 periodtable.pyw
in Terminal.
The elements information is from Wikimedia/Chemical elements. See WikiPedia for details. The JSON format of chemical elements information is used.
The nuclide information is from Nubase2012. See Audi, G. et al. (2012), "The Nubase2012 evaluation of nuclear properties", Chinese Physics C, Vol. 36, No. 12, 1157-1286 URL Nubase2012. The XML format of Nubase2012 obtained with Nubase2xml.py from chart-of-nuclear-drawer is used.
Elements table and single element widget:
Nuclides talbe and single nucclide widget:
Thanks for your attention! I hope you find it useful.