We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f5c81 commit 3daa7d5Copy full SHA for 3daa7d5
1 file changed
examples/boron_nitride_0D.toml
@@ -13,15 +13,15 @@ mass_unit = "AMU"
13
Eb = [ 0.0, 0.0,]
14
Es = [ 5.76, 0.0,]
15
Ed = [25.0, 25.0]
16
-Ec = [ 1.0, 1.0,]
+Ec = [ 5.0, 5.0,]
17
Z = [ 5, 7,]
18
m = [ 10.811, 14,]
19
20
[particle_parameters]
21
length_unit = "MICRON"
22
energy_unit = "EV"
23
mass_unit = "AMU"
24
-N = [ 100 ]
+N = [ 10 ] # Number of computational ions low for plotting trajectories
25
m = [ 1.008 ]
26
Z = [ 1 ]
27
E = [ 1000.0 ]
0 commit comments