7

I am looking for an computer parsable (CSV, XML, JSON, since I didn't find anything, I am happy with almost everything) file (or collection of files) that contains the information you can find in a simple table of nuclides. There are several more or less usable "browsers" and of course Wikipedia's tables, but none of them is quite what I want.

What I'd like to have is a list as simple as:

numer of protons, number of neutrons, half life, decay mode(s)

for each known isotope. But any other format that is parsable with reasonable effort to extract this data from a bigger set is also very welcome.

I have already found this http://ie.lbl.gov/databases/databases.html, wich contains in a self-extracting .exe file (as a Linux user, I was happy to find out that 7zip can extract it just fine) one file for each element, and each file contains more than enough data: on the page there is also an 100-something pages long manual for the data format. I don't want to read this, so if anyone knows of a better (according to my needs) source, that'd be great!

Jasper
  • 1,798

3 Answers3

4

The canonical sources for this sort of information are the Nuclear Wallet Cards, for ground states and long-lived isomers, and the Evaluated Nuclear Structure Data File for all excited states and internal transitions. Both are actively maintained by the National Nuclear Data Center at Brookhaven National Lab.

The Nuclear Wallet Cards are available for free on paper by request, which is not what your question was, but they're so useful that I mention it whenever the opportunity arises.

The data used to generate the Nuclear Wallet Cards booklet is also available as an ASCII file by request. My impression is that the raw data files are more frequently updated, and so there aren't static links to them, but I could be mistaken.

rob
  • 96,301
1

If you have access to Wolfram Mathematica (big if, I know), then you can use its IsotopeData function to programatically access these data. If you don't use it but you know someone who does, then it is easy to use that interface to build a file that you can then use with other tools.

This database is curated by Wolfram from a variety of sources, which include the Nuclear Wallet Cards among others.

Emilio Pisanty
  • 137,480
1

The machine-readable ENSDF files are archived at http://www.nndc.bnl.gov/ensarchivals/, and the file format is described in detail in the manual at http://www.nndc.bnl.gov/nndcscr/documents/ensdf/ensdf-manual.pdf