You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ By discretizing the collision cascade into a sequence of binary collisions,
12
12
between an energetic ion and a target material. This includes reflection,
13
13
implantation, and transmission of the incident ion, as well as sputtering
14
14
and displacement damage of the target. Generally, [BCA] codes can be
15
-
valid for incident ion energies between approximately ~1 eV/nucleon
16
-
to <1 GeV/nucleon. Improvements to RustBCA have expanded the regime
15
+
valid for incident ion energies between several eV/nucleon to
16
+
<1 GeV/nucleon. Improvements to RustBCA have expanded the regime
17
17
of validity for some quantities, such as reflection coefficients, below
18
18
1 eV/nucleon for some ion/target pairs.
19
19
@@ -35,8 +35,10 @@ Selected citations of RustBCA as of 5/24/23:
35
35
## Getting started
36
36
37
37
The easiest way to get started is with the ergonomic Python functions.
38
-
These functions use the default RustBCA options detailed on the [Input Files](https://github.com/lcpp-org/RustBCA/wiki/Standalone-Code:-Input-File) page, which are not universally applicable.
39
-
These examples use example material parameters located in `scripts/materials.py` which should be verified before use.
38
+
These functions use the default RustBCA options detailed on the
39
+
[Input Files](https://github.com/lcpp-org/RustBCA/wiki/Standalone-Code:-Input-File) page, which are not universally applicable.
40
+
These examples use example material parameters located in
41
+
`scripts/materials.py` that should be verified before use.
40
42
Follow these steps to install, build, and run simple RustBCA simulations
41
43
for sputtering yields and reflection coefficients:
0 commit comments