From e6858290e9f40950f9d6ee8acaa6b7b04d60dd7f Mon Sep 17 00:00:00 2001 From: Daniel Utt <60605180+nnn911@users.noreply.github.com> Date: Thu, 17 Aug 2023 11:41:41 +0200 Subject: [PATCH] Fix links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1544df..d6fad5d 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ Python modifier for OVITO that changes the particle types in the whole data coll - `seed` / "Seed": Starting value for the random number generation. ## Examples -- All examples rely on [fcc.lmp](Examples/fcc.lmp) as input structure. +- All examples rely on [fcc.lmp](examples/fcc.lmp) as input structure. -1. [Example 01](Examples/example_01.py) loads the [structure file](Examples/fcc.lmp) and changes its composition from purely type 1 to a random solid solution containing 3 types with concentrations of 0.25, 0.5, and 0.25, respectively. -1. [Example 02](Examples/example_02.py) loads the same [structure file](Examples/fcc.lmp), selects all atoms with a relative position < 0.5 and changes the composition of the selected atoms from type 1 to a random solid solution containing 3 types with concentrations of 0.25, 0.5, and 0.25, respectively. The overall sample composition will not match these concentrations as the unselected region will still be of type 1. +1. [Example 01](examples/example_01.py) loads the [structure file](examples/fcc.lmp) and changes its composition from purely type 1 to a random solid solution containing 3 types with concentrations of 0.25, 0.5, and 0.25, respectively. +1. [Example 02](examples/example_02.py) loads the same [structure file](examples/fcc.lmp), selects all atoms with a relative position < 0.5 and changes the composition of the selected atoms from type 1 to a random solid solution containing 3 types with concentrations of 0.25, 0.5, and 0.25, respectively. The overall sample composition will not match these concentrations as the unselected region will still be of type 1. - The following two figures show the same two examples in the OVITO Pro GUI. ![Example 01](examples/example_01.png)