Changes between Version 3 and Version 4 of PeriodicTable

Show
Ignore:
Timestamp:
12/21/06 21:28:53 (6 years ago)
Author:
CakeProphet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PeriodicTable

    v3 v4  
    6969I don't require any conventions unless they're required for the code to operate properly. 
    7070 
    71 * All temperatures should be in Celsius. Conversions will be performed by methods (or a package in scipy, if scipy has a unit conversion system)[[BR]] 
     71* All temperatures should be in Kelvin. Conversions will be performed by methods (or a package in scipy, if scipy has a unit conversion system)[[BR]] 
    7272* A dictionary mapping properties to Element objects should follow the naming convention of "bypropname" (for example, the dictionary mapping symbol to Element is named "bysymbol"). See {{{Periodic.__getitem__}}} for why this should be done.