Updated software links and version.

This commit is contained in:
2026-08-27 15:09:24 +02:00
parent 8700fd3a85
commit aa82948bbd
6 changed files with 42 additions and 16 deletions
+15
View File
@@ -123,3 +123,18 @@ trimspNL
resources/bin/trimspNL
fortran/trimspNL
fortran/trimspNL-static
# Local development metadata and backup files
.codex
*.cbk
# Fortran compiler/profiling products
*.o
*.mod
gmon.out
fortran/trimspNL-debug
fortran/trimspNL-profile
# Generated alternative-RNG validation output trees
/tests-pcg32/
/tests-xoshiro/
+4 -3
View File
@@ -8,7 +8,7 @@ workbench combines a [Fortran] transport engine with a graphical user
interface ([GUI]) for preparing input decks, running scans, and plotting the
results.
In the terminology used by Salman and Prokscha:
In the terminology used in the accompanying publication:
* **TRIM.SP-NL** is the generalized multilayer Fortran transport engine.
* **TRIMSP-NL Workbench** is the complete engine, GUI, and scan-management
@@ -22,7 +22,7 @@ In the terminology used by Salman and Prokscha:
Further information can be found in the following publications:
- Z. Salman and T. Prokscha,
- Z. Salman, R. M. L. McFadden, and T. Prokscha,
<i>Modernization and Statistical Validation of a Multilayer TRIM.SP Code for
Low-Energy Muon and Ion Implantation</i> (2026).
- J. P. Biersack and W. Eckstein,
@@ -53,7 +53,8 @@ Repository metadata is also provided in [CITATION.cff](CITATION.cff).
### Supported platforms ###
* [Linux]
* Online at: http://musruser.psi.ch/TrimSP/
* Online at: http://musruser.psi.ch/TrimSP-NL/
* Source repository: https://gitea.psi.ch/LMU/TRIMSP
### Installation ###
+3 -3
View File
@@ -387,9 +387,9 @@
TRIM.SP references and the TRIMSP-NL Workbench paper.
</p>
<p>
Repository metadata:
<a href="https://bitbucket.org/zaher-salman/trimsp">
bitbucket.org/zaher-salman/trimsp
Source repository:
<a href="https://gitea.psi.ch/LMU/TRIMSP">
gitea.psi.ch/LMU/TRIMSP
</a>
</p>
</div>
+7 -6
View File
@@ -97,7 +97,7 @@ function showAboutDialog(parentWindow) {
const detail = [
'Graphical workbench for low-energy muon and ion implantation simulations.',
`Version: ${app.getVersion()}`,
'License: GNU General Public License v2 (GPL-2.0).',
'License: GNU General Public License v3 or later (GPL-3.0-or-later).',
'Maintained by the Low Energy Muons group at the Paul Scherrer Institute.',
'Main contributor: Zaher Salman.',
'',
@@ -108,15 +108,16 @@ function showAboutDialog(parentWindow) {
'TRIM.SP references and the TRIMSP-NL Workbench paper.',
'',
'Key references:',
'Z. Salman and T. Prokscha, Modernization and Statistical Validation',
'of a Multilayer TRIM.SP Code for Low-Energy Muon and Ion Implantation.',
'Z. Salman, R. M. L. McFadden, and T. Prokscha, Modernization and',
'Statistical Validation of a Multilayer TRIM.SP Code for Low-Energy Muon',
'and Ion Implantation.',
'J. P. Biersack and W. Eckstein, Appl. Phys. A 34, 73-94 (1984).',
'W. Eckstein, Computer Simulation of Ion-Solid Interactions (1991).',
'E. Morenzoni et al., NIM B 192, 245-266 (2002).',
'',
'Project repositories:',
'Bitbucket: bitbucket.org/zaher-salman/trimsp',
'Gitea: gitea.psi.ch/LMU/TRIMSP'
'Project repository:',
'Gitea: gitea.psi.ch/LMU/TRIMSP',
'Web application: musruser.psi.ch/TrimSP-NL/'
].join('\n');
dialog.showMessageBox(parentWindow, {
+1 -1
View File
@@ -7,7 +7,7 @@
"": {
"name": "TrimSP",
"version": "1.4.0",
"license": "GPL2",
"license": "GPL-3.0-or-later",
"dependencies": {
"plotly.js-dist": "^1.58.4"
},
+12 -3
View File
@@ -20,10 +20,14 @@
},
"keywords": [
"TRIM",
"SRIM"
"TRIM.SP",
"Monte Carlo",
"muon",
"ion implantation",
"multilayer"
],
"author": "Zaher Salman",
"license": "GPL2",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.57",
"@electron-forge/maker-deb": "^6.0.0-beta.57",
@@ -36,5 +40,10 @@
"dependencies": {
"plotly.js-dist": "^1.58.4"
},
"config": {}
"config": {},
"homepage": "http://musruser.psi.ch/TrimSP-NL/",
"repository": {
"type": "git",
"url": "https://gitea.psi.ch/LMU/TRIMSP.git"
}
}