Documentations updates.

This commit is contained in:
salman 2011-09-23 12:27:14 +00:00
parent c791103628
commit 2a0cadfe5a
2 changed files with 16 additions and 15 deletions

View File

@ -1,6 +1,6 @@
# Form implementation generated from reading ui file 'TrimSPGUI.ui' # Form implementation generated from reading ui file 'TrimSPGUI.ui'
# #
# Created: Thu Sep 22 17:41:56 2011 # Created: Fri Sep 23 14:27:01 2011
# by: The PerlQt User Interface Compiler (puic) # by: The PerlQt User Interface Compiler (puic)
# #
# WARNING! All changes made in this file will be lost! # WARNING! All changes made in this file will be lost!
@ -2176,14 +2176,15 @@ sub OpenHelpWindow
my $HelpText=" my $HelpText="
This is a GUI that uses the Trim.SP simulation binary to calculate the This is a GUI that uses the Trim.SP simulation binary to calculate the
implantation profiles if implanted projectiles in a multilayer thin film implantation profiles of implanted projectiles in a multilayer thin film
structures. structure.
Usage: Usage:
Initially define your multilayer structure. This can be formed of a maximum Initially define your multilayer structure in the 'Layers' tab. This
of 7 layers. Each layer is defined by giving its chemical formula, its can be formed of a maximum of 7 layers. Each layer is defined by giving
density in units of g/cm^3, and its thickness in Ångstrom. its chemical formula, its density in units of g/cm^3, and its thickness
in Ångström.
Next, choose the type of projectile to be implanted in the structure from Next, choose the type of projectile to be implanted in the structure from
the drop-down menu. Set the 'Number of projectiles' to be implanted, were the drop-down menu. Set the 'Number of projectiles' to be implanted, were
@ -2195,7 +2196,7 @@ input/output file names of the simulation. These files will be collected and
saved in the subdirectory provided in 'Save in subdirectory' box. saved in the subdirectory provided in 'Save in subdirectory' box.
The 'Additional Parameters' tab allows you to change additional parameters The 'Additional Parameters' tab allows you to change additional parameters
In the simulation. Change these only if you know what you are doing, and have in the simulation. Change these only if you know what you are doing, and have
read the original documentation of the Trim.SP simulation. read the original documentation of the Trim.SP simulation.
The 'Scans' tabs provides the ability to change the value of a certain The 'Scans' tabs provides the ability to change the value of a certain
@ -2203,13 +2204,13 @@ parameter in the simulation, such as implantation energy, spread in energy,
number of implanted projectiles, and the thickness of one layer. The values of number of implanted projectiles, and the thickness of one layer. The values of
this parameter can be changed by a regualr step size ('Loop' checkbox and this parameter can be changed by a regualr step size ('Loop' checkbox and
parameters), or following a set of values ('List of values' checkbox and the parameters), or following a set of values ('List of values' checkbox and the
comma separated values). comma separated values). In the second case, in addition to the scanned
parameter, the user may be given an option to change another parameter. For
example, when scanning through a list of energies, the user may give a
corresponding depth increment for each energy value.
For more details click on the question mark on the top right corner, and then Copyright 2009-2011 (C) by Zaher Salman and the LEM Group
click on the item you want to lear about. Last modified 23 Sep. 2011
Copyright 2009 (C) by Zaher Salman and the LEM Group
Version 14 Sep. 2009
"; ";
my $HelpWindow = Qt::MessageBox::information( this, "TrimSP GUI Help Window",$HelpText); my $HelpWindow = Qt::MessageBox::information( this, "TrimSP GUI Help Window",$HelpText);

View File

@ -196,7 +196,7 @@ example, when scanning through a list of energies, the user may give a
corresponding depth increment for each energy value. corresponding depth increment for each energy value.
Copyright 2009-2011 (C) by Zaher Salman and the LEM Group Copyright 2009-2011 (C) by Zaher Salman and the LEM Group
Version 23 Sep. 2011 Last modified 23 Sep. 2011
"; ";
my $HelpWindow = Qt::MessageBox::information( this, "TrimSP GUI Help Window",$HelpText); my $HelpWindow = Qt::MessageBox::information( this, "TrimSP GUI Help Window",$HelpText);
} }