Skip to content

Commit

Permalink
Added comment specifying geometry option.
Browse files Browse the repository at this point in the history
  • Loading branch information
drobnyjt committed Jun 11, 2024
1 parent 4501b08 commit ffea8f2
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/boron_nitride_0D.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Use with 0D geometry option only
[options]
name = "boron_nitride_"
weak_collision_order = 0
Expand Down
1 change: 1 addition & 0 deletions examples/boron_nitride_sphere.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Use with SPHERE geometry option only
[options]
name = "boron_nitride_"
track_trajectories = true
Expand Down
1 change: 1 addition & 0 deletions examples/boron_nitride_wire.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Use with 2D geometry option only
[options]
name = "boron_nitride_"
weak_collision_order = 0
Expand Down
1 change: 1 addition & 0 deletions examples/boron_nitride_wire_homogeneous.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Use with 0D geometry option only
[options]
name = "boron_nitride_h_"
weak_collision_order = 0
Expand Down
1 change: 1 addition & 0 deletions examples/layered_geometry.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Use with 2D geometry option only
[options]
name = "2000.0eV_0.0001deg_He_TiO2_Al_Si"
track_trajectories = false
Expand Down
1 change: 1 addition & 0 deletions examples/layered_geometry_1D.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Use with 2D geometry option only
[options]
name = "2000.0eV_0.0001deg_He_TiO2_Al_Si"
track_trajectories = false
Expand Down
1 change: 1 addition & 0 deletions examples/lithium_vapor_shield.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Use with 1D geometry option only
[options]
name = "lithium_vapor_shield_"
track_trajectories = true
Expand Down
1 change: 1 addition & 0 deletions examples/multiple_interaction_potentials.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Use with 2D geometry input only
[options]
name = "2000.0eV_0.0001deg_He_H_TiO2_Al_Si"
track_trajectories = true
Expand Down
1 change: 1 addition & 0 deletions examples/titanium_dioxide_0D.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Use with 0D geometry option only
[options]
name = "10.0"
track_trajectories = false
Expand Down
1 change: 1 addition & 0 deletions examples/tungsten_tiles_trimesh.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Use with TRIMESH geometry option only
[options]
name = "tungsten_tiles_"
track_trajectories = true
Expand Down
1 change: 1 addition & 0 deletions examples/tungsten_twist_trimesh.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Use with TRIMESH geometry option only
[options]
name = "tungsten_twist_"
track_trajectories = true
Expand Down

0 comments on commit ffea8f2

Please sign in to comment.