Skip to content

Commit aada8ef

Browse files
committed
Readme updates - line length
1 parent 1982f6f commit aada8ef

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ By discretizing the collision cascade into a sequence of binary collisions,
1212
between an energetic ion and a target material. This includes reflection,
1313
implantation, and transmission of the incident ion, as well as sputtering
1414
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
1717
of validity for some quantities, such as reflection coefficients, below
1818
1 eV/nucleon for some ion/target pairs.
1919

@@ -35,8 +35,10 @@ Selected citations of RustBCA as of 5/24/23:
3535
## Getting started
3636

3737
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.
4042
Follow these steps to install, build, and run simple RustBCA simulations
4143
for sputtering yields and reflection coefficients:
4244
```

0 commit comments

Comments
 (0)