Added He projectiles.

This commit is contained in:
2022-09-16 20:06:12 +02:00
parent d7c1ec7fee
commit d3de8b2365
4 changed files with 10 additions and 4 deletions
+1
View File
@@ -65,6 +65,7 @@
<option value="Li8">Li8</option>
<option value="B12">B12</option>
<option value="H">H</option>
<option value="He">He</option>
</select>
</td>
</tr>
+2
View File
@@ -934,11 +934,13 @@ function sum(array){
function startSequence(All) {
let cmd = '';
let trimBin = All['trimPath']+"/trimspNL";
console.log(trimBin);
// Check if the trimspNL binary is found
if (!fileExists(trimBin)) {
// if not found, try in PATH and hope for the best
trimBin = "trimspNL";
}
console.log(trimBin);
// Check if workPath exists otherwise create it
checkDir(All['workPath']); // from TrimSPelec.js, Electron/Node specific
+6 -4
View File
@@ -1,6 +1,7 @@
C Version TrimSpNL ----> N Layer
C Created June 2000 ---- Testversion
C
C Created Juni 2000 ---- Testversion
C Version TrimSpNL ----> Expanded to heterostructures with N Layer
C Zaher Salman <zaher.salman@psi.ch>
C
C ***
C * C * COPYRIGHT W.ECKSTEIN, IPP GARCHING, FRG
@@ -10,8 +11,9 @@ C if you use this code please cite
C
C Eckstein, W. Computer Simulation of Ion-Solid Interactions;
C Springer Series in Materials Science;
C Springer-Verlag: Berlin Heidelberg, 1991.
C Springer-Verlag: Berlin Heidelberg, 1991.
C
C Historical overview:
C PROGRAM TRVMC95 VERSION AT IPP GARCHING NOVEMBER 1995
C MOMENTS OF DISTRIBUTIONS (RANGE, ENERGY AND
C ANGLE OF BACKSCATTERED AND SPUTTERED ATOMS)
@@ -2325,7 +2327,7 @@ C
C 2nd CALL DATE_AND_TIME
C
C how many seconds are needed for the simulation ??
C How many seconds are needed for the simulation ??
C
CALL TimeStamp(day_stop,month_stop,year_stop, hour_stop,min_stop
& ,sec_stop,seconds_stop_total)
+1
View File
@@ -6,6 +6,7 @@ function createWindow () {
height: 580,
icon: "./appicons/icons/png/1024x1024.png",
webPreferences: {
contextIsolation: false,
nodeIntegration: true,
nativeWindowOpen: true,
enableRemoteModule: true,