Changeset 476 for trunk/ElementTable.py


Ignore:
Timestamp:
Feb 7, 2012 5:12:27 PM (11 years ago)
Author:
vondreele
Message:

allow D & T atoms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ElementTable.py

    r452 r476  
    1 #Element table for building periodic table with valences & JMOL colors 
     1#Element table for building periodic table with valences & JMOL colors
    22import wx       
    33#Need these in case go back to this periodic table coloring scheme
     
    1111White = wx.Colour(255, 255, 255)           
    1212ElTable = [
    13     (["H","H-1"],                  0,0, "Hydrogen",    White,           0.0000,wx.Colour(255,255,255)),
     13    (["H","H-1","D","D-1","T","T-1"],0,0, "Hydrogen",    White,           0.0000,wx.Colour(255,255,255)),
     14    (["D","D-1"],                  0,0, "Deuterium",   White,           0.0000,wx.Colour(255,255,255)),
     15    (["T","T-1"],                  0,0, "Tritium",     White,           0.0000,wx.Colour(255,255,255)),
    1416    (["He",],                     17,0, "Helium",      Noblecolor,      0.0000,wx.Colour(217,255,255)),
    1517    (["Li","Li+1"],                0,1, "Lithium",     Alkcolor,        0.0004,wx.Colour(204,128,255)),
Note: See TracChangeset for help on using the changeset viewer.