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 f251a2c commit 05031c5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,18 @@ The first part is the fundamental setting for particular alloy system.
"_comment": "models",
"potcar_map" : {
"Cu" : "/somewhere/POTCAR",
"Mg" : "/elsewhere/POTCAR"
"Zr" : "/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.

Then you also need to add the folder path of particular configuration, which contains `POSCAR` file. For your convenience, we recommend that you use `gen_confs.py` to generate configurations by the following command.
```
python gen_confs.py Cu
```
It will store the various configurations of the given element or alloy in **confs** folder.
## How to write `machine.json`

# Troubleshooting

0 comments on commit 05031c5

Please sign in to comment.