From 9a1f83f87f6578f5e228499072fe8e01a4d511d5 Mon Sep 17 00:00:00 2001 From: Daniel Utt Date: Tue, 19 Nov 2024 17:10:28 +0100 Subject: [PATCH] Update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d295557..6c04f81 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ Python modifier for OVITO that changes the particle types in the whole data coll ## Parameters -| GUI Label | Python name | Description | Default Value | -|---------------------|---------------------|-----------------------------------------------------------------------------|----------------| -| **Only selected** |`only_selected` | Apply the modifier only to the selected particles. | `False` | -| **Concentrations** | `concentrations` | List defining the target concentrations. Their sum has to be equal to 1. | `[0.5, 0.5]` | -| **Seed** | `seed` | Starting value for the random number generation. | `1323` | +| GUI name | Python name | Description | Default Value | +|--------------------|------------------|--------------------------------------------------------------------------|---------------| +| **Only selected** | `only_selected` | Apply the modifier only to the selected particles. | `False` | +| **Concentrations** | `concentrations` | List defining the target concentrations. Their sum has to be equal to 1. | `[0.5, 0.5]` | +| **Seed** | `seed` | Starting value for the random number generation. | `1323` | ## Examples - All examples rely on [fcc.lmp](examples/fcc.lmp) as input structure.