Changeset 7 for trunk/lib/library.xml


Ignore:
Timestamp:
Mar 25, 2005, 8:22:06 AM (19 years ago)
Author:
mmc
Message:

Created an initial EnergyLevels? viewer and MoleculeViewer?. The
MoleculeViewer? is integrated into the driver, but the EnergyLevels?
is not. The material library file contains some new properties
for the appearance of atoms, and the MoleculeViewer? uses this.
Both energyLevels.tcl and moleculeViewer.tcl still have some
driver code at the bottom of the files, so you can run them as
a single file, by themselves, for testing. This code should be
removed when we get further along.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/library.xml

    r6 r7  
    2828  </group>
    2929</parameters>
     30<elements>
     31  <atom id="H">
     32    <color>white</color>
     33    <scale>0.7</scale>
     34  </atom>
     35  <atom id="C">
     36    <color>green</color>
     37    <scale>1.0</scale>
     38  </atom>
     39  <atom id="O">
     40    <color>red</color>
     41    <scale>1.0</scale>
     42  </atom>
     43  <atom id="N">
     44    <color>blue</color>
     45    <scale>1.0</scale>
     46  </atom>
     47  <atom id="S">
     48    <color>yellow</color>
     49    <scale>1.0</scale>
     50  </atom>
     51</elements>
    3052<materials>
    3153  <material name="GaAs">
Note: See TracChangeset for help on using the changeset viewer.