Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nnn911 committed Nov 19, 2024
1 parent 09be3e3 commit 9a1f83f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9a1f83f

Please sign in to comment.