Skip to content

Commit

Permalink
batches for plasmonic dimers - nanometric radii
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipDominec committed Apr 11, 2017
1 parent 7cbf2bc commit 32a5c51
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
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
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
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

0 comments on commit 32a5c51

Please sign in to comment.