Skip to content

Commit 4ee7d8a

Browse files
authored
Merge pull request #231 from pmrv/patch-2
Refactor output_chemical_composition format
2 parents 478569c + 02d3011 commit 4ee7d8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/inputfile.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -982,8 +982,8 @@ This block contains keywords that are used only for the mode `composition_scalin
982982
```
983983
composition_scaling:
984984
output_chemical_composition:
985-
- Cu: 513
986-
- Zr: 511
985+
Cu: 513
986+
Zr: 511
987987
```
988988

989989
---
@@ -995,8 +995,8 @@ _type_: list \
995995
_example_:
996996
```
997997
output_chemical_composition:
998-
- Cu: 513
999-
- Zr: 511
998+
Cu: 513
999+
Zr: 511
10001000
```
10011001

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

0 commit comments

Comments
 (0)