Skip to content

Commit 377c2c5

Browse files
committed
Fix to multiple interaction potentials; somehow was using 1.0 geometry format.:
1 parent 533b561 commit 377c2c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/multiple_interaction_potentials.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,14 @@ pos = [ [ -1.7453292519934434e-8, 0.0, 0.0,], [ -1.7453292519934434e-8, 0.0, 0.0
4343
dir = [ [ 1.0, 0.0, 0.0,], [ 1.0, 0.0, 0.0,],]
4444

4545
[geometry_input]
46-
energy_barrier_thickness = 2.2E-4
4746
length_unit = "MICRON"
48-
triangles = [ [ 0.0, 0.01, 0.0, 0.5, 0.5, -0.5,], [ 0.0, 0.01, 0.01, -0.5, 0.5, -0.5,], [ 0.01, 0.01, 0.04, -0.5, 0.5, -0.5,], [ 0.01, 0.04, 0.04, 0.5, 0.5, -0.5,], [ 0.04, 0.5, 0.04, 0.5, 0.5, -0.5,], [ 0.04, 0.5, 0.5, -0.5, 0.5, -0.5,],]
47+
points = [[0.0, -0.5], [0.01, -0.5], [0.04, -0.5], [0.5, -0.5], [0.5, 0.5], [0.04, 0.5], [0.01, 0.5], [0.0, 0.5]]
48+
triangles = [[0, 1, 6], [0, 6, 7], [1, 2, 5], [1, 5, 6], [2, 3, 4], [2, 4, 5]]
4949
densities = [ [ 3.0e+10, 6.0e+10, 0.0, 0.0,], [ 3.0e+10, 6.0e+10, 0.0, 0.0,], [ 0.0, 0.0, 6.026e+10, 0.0,], [ 0.0, 0.0, 6.026e+10, 0.0,], [ 0.0, 0.0, 0.0, 4.996e+10,], [ 0.0, 0.0, 0.0, 4.996e+10,],]
50-
material_boundary_points = [ [ 0.0, 0.5,], [ 0.5, 0.5,], [ 0.5, -0.5,], [ 0.0, -0.5,],]
50+
boundary = [0, 3, 4, 7]
5151
simulation_boundary_points = [ [ 0.6, -0.6,], [ -0.1, -0.6,], [ -0.1, 0.6,], [ 0.6, 0.6,], [ 0.6, -0.6,],]
5252
electronic_stopping_correction_factors = [1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
53+
energy_barrier_thickness = 2.2E-4
5354

5455
[material_parameters]
5556
energy_unit = "EV"

0 commit comments

Comments
 (0)