Changes between Version 3 and Version 4 of PeriodicTable
- Timestamp:
- 12/21/06 21:28:53 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PeriodicTable
v3 v4 69 69 I don't require any conventions unless they're required for the code to operate properly. 70 70 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]] 72 72 * 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.
