Skip to content

Commit 3daa7d5

Browse files
committed
Reduce computational ions for trajectory plotting in example input file.
1 parent 51f5c81 commit 3daa7d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/boron_nitride_0D.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ mass_unit = "AMU"
1313
Eb = [ 0.0, 0.0,]
1414
Es = [ 5.76, 0.0,]
1515
Ed = [25.0, 25.0]
16-
Ec = [ 1.0, 1.0,]
16+
Ec = [ 5.0, 5.0,]
1717
Z = [ 5, 7,]
1818
m = [ 10.811, 14,]
1919

2020
[particle_parameters]
2121
length_unit = "MICRON"
2222
energy_unit = "EV"
2323
mass_unit = "AMU"
24-
N = [ 100 ]
24+
N = [ 10 ] # Number of computational ions low for plotting trajectories
2525
m = [ 1.008 ]
2626
Z = [ 1 ]
2727
E = [ 1000.0 ]

0 commit comments

Comments
 (0)