Skip to content

Commit e1b0943

Browse files
authored
Merge pull request #17 from chazeon/typo-fix-in-make-input-readme
Fix typo in `make_input/README`
2 parents 01c962e + 12c3f32 commit e1b0943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/silicon/make_input/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ This tutorial is suitable for outputs from Quantum ESPRESSO.
77
Three files are needed to run this script to generate input file for `qha` script:
88

99
1. `filelist.yaml` file
10-
* the descrption of the system in `comment` key: a string,
10+
* the description of the system in `comment` key: a string,
1111
* the number of formula unit in `formula_unit_number` key: an integer,
12-
* A YAML list of files containing frequenices `*.freq` in `frequency_files` key: a YAML list of strings.
12+
* A YAML list of files containing frequencies `*.freq` in `frequency_files` key: a YAML list of strings.
1313

1414
If you have trouble writing YAML, please refer to its syntax [here](http://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html).
1515

@@ -25,5 +25,5 @@ After preparing those three files, just run
2525
$ qha-convert filelist.yaml static q_points
2626
```
2727

28-
and if there was already an input, it will be backuped. The names of these three files can be arbitray but currently the order of `qha-convert` cannot be changed.
28+
and if there was already an input, it will be backuped. The names of these three files can be arbitrary but currently the order of `qha-convert` cannot be changed.
2929

0 commit comments

Comments
 (0)