-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
batches for plasmonic dimers - nanometric radii
- Loading branch information
1 parent
7cbf2bc
commit 32a5c51
Showing
3 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
example_plasmonic_dimers/07a-dimer_spheres_GapScan-SR/batch.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
for r in 0 125 250 500 1000 2000 | ||
do | ||
mpirun -np 2 ../../scatter.py model=PlasmonicDimers gap=${r}e-12 comment=dimer cellsizey=5e-9 radius=1e-9 | ||
done |
4 changes: 4 additions & 0 deletions
4
example_plasmonic_dimers/07b-dimer_spheres_GapScan-HR/batch.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
for r in 0 125 250 500 1000 2000 | ||
do | ||
mpirun -np 2 ../../scatter.py model=PlasmonicDimers gap=${r}e-12 comment=dimer cellsizey=5e-9 radius=1e-9 resolution=250p | ||
done |
4 changes: 4 additions & 0 deletions
4
example_plasmonic_dimers/07c-dimer_spheres_GapScan-HHR/batch.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
for r in 0 125 250 500 1000 2000 | ||
do | ||
mpirun -np 2 ../../scatter.py model=PlasmonicDimers gap=${r}e-12 comment=dimer cellsizey=5e-9 radius=1e-9 resolution=125p | ||
done |