Documentations updates.
This commit is contained in:
parent
079fd24c12
commit
c791103628
@ -162,14 +162,15 @@ void TrimSPGUI::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
|
||||||
@ -181,7 +182,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
|
||||||
@ -189,13 +190,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
|
||||||
For more details click on the question mark on the top right corner, and then
|
example, when scanning through a list of energies, the user may give a
|
||||||
click on the item you want to lear about.
|
corresponding depth increment for each energy value.
|
||||||
|
|
||||||
Copyright 2009 (C) by Zaher Salman and the LEM Group
|
Copyright 2009-2011 (C) by Zaher Salman and the LEM Group
|
||||||
Version 14 Sep. 2009
|
Version 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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user