source: trunk/examples/app-fermi/config.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: 407 bytes
Line 
1<?xml version="1.0"?>
2<application>
3<title>Fermi Level Simulator</title>
4<controls>
5
6<access>input.(ambient).(temperature)</access>
7<access>input.(Ef)</access>
8
9</controls>
10
11<analysis>
12  <control>auto</control>
13  <xyplot>
14    <title>Fermi-Dirac Distribution</title>
15    <xaxis>f</xaxis>
16    <yaxis>Energy (eV)</yaxis>
17    <curve>f12<style>-color blue</style></curve>
18  </xyplot>
19</analysis>
20
21</application>
Note: See TracBrowser for help on using the repository browser.