Ryan M. L. McFadden 9916d70d84 use updated stopping coefficients for hydrogen-like projectiles
- The stopping coefficients from ICRU Report 49 (published in 1993) are now
  fairly old, with many originating from the even older compilation by
  Anderson & Ziegler (published in 1977). For some target elements, little
  experimental data was available at the time of publication and the tabulated
  values are not necessarily reliable.
- This patch provides revised values for stopping coefficients in select
  elemental targets derived from Varelas-Biersack fits to stopping data
  compiled in the IAEA's database (https://www-nds.iaea.org/stopping/).
  For further details on their determination, see e.g.:
  https://doi.org/10.48550/arXiv.2212.11081
- When creating input files for trimspNL using the GUI, the default behaviour
  is changed to prefer using the revised coefficients. In instances where
  updated values are unavailable (e.g., due to lack of experimental data),
  fall back to using the coefficients from ICRU Report 49.
2023-01-03 12:35:26 -04:00
2021-06-11 17:23:07 +02:00
2022-12-31 17:05:13 -04:00
2021-06-11 17:23:07 +02:00
2022-12-13 13:29:37 +01:00
2021-06-06 18:34:29 +02:00
2021-06-11 17:22:01 +02:00
2021-06-11 17:22:01 +02:00
2021-06-06 18:34:29 +02:00
2023-01-01 11:56:32 -04:00
2021-06-06 18:34:29 +02:00
2021-06-14 23:16:48 +02:00

Trim.SP - TRIM simulation

Contents

This repository contains the Fortran source code and an accompanying graphical user interface (GUI) for TrimSP - an application for performing Monte Carlo simulations of ion implantation.

  • This code is specifically tuned to simulate implantation of low-energy projectiles in materials.
  • The code is maintained by the Low Energy Muons (LEM) group at the Paul Scherrer Institute (PSI).
  • The GUI is written in Node.js, JavaScript and Electron.
  • The binary (statically linked) from the Fortran code is also included.
  • RPM and DEB packages are also included.

Further information can be found in the following publications:

Supported platforms

Installation

Fortran code compilation

Install the gfortran compiler, then:

cd trimsp/fortran
make
make install

This will install the trimspNL binary in /usr/local/bin, but it can be moved to any other directory in your PATH.

Running the GUI

Install Node.js (nodejs, nodejs-libs and npm), then run:

cd trimsp
npm install
npm start

Note: you do not need to run npm install every time. Next time you can simply run npm start only.

Contact

Zaher Salman zaher.salman@psi.ch

Description
TRIM.SP simulation code and GUI
Readme GPL-3.0 497 MiB
Languages
Fortran 64.7%
JavaScript 24.5%
HTML 6%
CSS 4.5%
Makefile 0.3%