Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BaozCWJ authored Jun 20, 2019
1 parent 00a38fa commit f251a2c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ python run.py param.json machine.json
## How to write `param.json`
We take Cu as an example to show the parameter settings of `param.json`.

The first part is the fundamental setting for particular alloy system.
```
"_comment": "models",
"potcar_map" : {
"Cu" : "/somewhere/POTCAR",
"Mg" : "/elsewhere/POTCAR"
},
"conf_dir":"the folder of configuration",
"task_type":"deepmd",
"task":"eos",
```
You need to add the specified paths of necessary `POTCAR` files in "potcar_map". The different `POTCAR` paths are separated by commas.

## How to write `machine.json`

# Troubleshooting

0 comments on commit f251a2c

Please sign in to comment.