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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ and displacement damage of the target. Generally, [BCA] codes can be
15
15
valid for incident ion energies between approximately ~1 eV/nucleon
16
16
to <1 GeV/nucleon. Improvements to RustBCA have expanded the regime
17
17
of validity for some quantities, such as reflection coefficients, below
18
-
1 eV/nucleon.
18
+
1 eV/nucleon for some ion/target pairs.
19
19
20
20
Check out the `RustBCA`[Wiki] for detailed information, installation
21
21
instructions, use cases, examples, and more. See the RustBCA paper at the
@@ -35,6 +35,8 @@ 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
40
Follow these steps to install, build, and run simple RustBCA simulations
39
41
for sputtering yields and reflection coefficients:
0 commit comments