-
Notifications
You must be signed in to change notification settings - Fork 19
SESAME Example
JT Laune edited this page Mar 23, 2017
·
1 revision
To convert the SESAME file my-file.ses
to an IONMIX file named my-file.cn4
:
opac-convert my-sesame.ses --Znum 13 --tabnum 1234
The table with number 1234 will be used to write the IONMIX file.
The --Znum
tag specifies the atomic number of the substance, in this case 13 (aluminum).
To create an error plot with the newly created IONMIX file:
opac-error my-file.ses my-file.cn4 --tabnum_1 1234 --Znum_1 13 --mpi_2 4.4803895e-23 --plot
Again, the table number and atomic number must be given for my-file.ses
(file #1).
Additionally, the mass per ion (in grams) must be given for the IONMIX file (file #2), in this case 4.4803895 × 10^-23g for aluminum.