Add tentative new element names, IUPAC approval expected around November

Change-Id: I40adb1adb27894b15d3bc3a2388bd2059e75636e
This commit is contained in:
Franklin Wei 2016-06-14 18:25:01 -04:00 committed by Gerrit Rockbox
parent 906a95ccbf
commit 16e22b5b9f
1 changed files with 118 additions and 118 deletions

View File

@ -163,12 +163,12 @@ static const struct periodic_element_t periodic_elements[] = {
{ 10, 7, 110, "Ds", "Darmstadtium", "[281]", "-", "-", "-", 'd', 3 , 77, 27},
{ 11, 7, 111, "Rg", "Roentgenium", "[280]", "-", "-", "-", 'd', 3 , 78, 28},
{ 12, 7, 112, "Cn", "Copernicium", "[285]", "-", "-", "-", 'd', 3 , 79, 29},
{ 13, 7, 113, "Uut", "Ununtrium", "[284]", "-", "-", "-", 'p', 4 , 80, 4},
{ 13, 7, 113, "Nh", "Nihonium", "[284]", "-", "-", "-", 'p', 4 , 80, 4},
{ 14, 7, 114, "Fl", "Flerovium", "[289]", "-", "-", "-", 'p', 4 , 81, 5},
{ 15, 7, 115, "Uup", "Ununpentium", "[288]", "-", "-", "-", 'p', 4 , 82, 6},
{ 15, 7, 115, "Mc", "Moscovium", "[288]", "-", "-", "-", 'p', 4 , 82, 6},
{ 16, 7, 116, "Lv", "Livermorium", "[293]", "-", "-", "-", 'p', 4 , 83, 7},
{ 17, 7, 117, "Uus", "Ununseptium", "[294]", "-", "-", "-", 'p', 4 , 84, 8},
{ 18, 7, 118, "Uuo", "Ununoctium", "[294]", "-", "-", "-", 'p', 9 , 85, 1}
{ 17, 7, 117, "Ts", "Tennessine", "[294]", "-", "-", "-", 'p', 4 , 84, 8},
{ 18, 7, 118, "Og", "Oganesson", "[294]", "-", "-", "-", 'p', 9 , 85, 1}
};
#define ELEMENTS_COUNT sizeof(periodic_elements)/sizeof(struct periodic_element_t)