source: trunk/examples/app-fermi/driver.xml @ 10

Last change on this file since 10 was 10, checked in by mmc, 19 years ago

Added an "examples" directory with the bits and pieces that
make up app-fermi. This is very much a work in progress.

File size: 1.1 KB
Line 
1<?xml version="1.0"?>
2<run>
3    <tool>
4        <about>Press Simulate to view results.
5  </about>
6        <command>
7    /home/mmc/nanohub/app-fermi/fermi
8  </command>
9    </tool>
10    <input>
11        <group id="ambient">
12            <number id="temperature">
13                <label>Ambient temperature</label>
14                <units>K</units>
15                <min>120K</min>
16                <max>500K</max>
17                <default>300K</default>
18                <current>300K</current>
19                <preset>
20                    <value>400K</value>
21                    <label>400K (hot)</label>
22                </preset>
23                <preset>
24                    <value>300K</value>
25                    <label>300K (room temperature)</label>
26                </preset>
27                <preset>
28                    <value>200K</value>
29                    <label>200K (cold)</label>
30                </preset>
31            </number>
32        </group>
33        <number id="Ef">
34            <label>Fermi Level</label>
35            <units>eV</units>
36            <min>-10eV</min>
37            <max>10eV</max>
38            <default>-5.5eV</default>
39        </number>
40    </input>
41</run>
42
Note: See TracBrowser for help on using the repository browser.