Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/source/inputfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -982,8 +982,8 @@ This block contains keywords that are used only for the mode `composition_scalin
```
composition_scaling:
output_chemical_composition:
- Cu: 513
- Zr: 511
Cu: 513
Zr: 511
```

---
Expand All @@ -995,8 +995,8 @@ _type_: list \
_example_:
```
output_chemical_composition:
- Cu: 513
- Zr: 511
Cu: 513
Zr: 511
```

The output chemical composition in number of atoms. The total number of atoms should be equal to the input provided.
Expand Down
Loading