Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Wang committed Oct 12, 2023
1 parent 4b59540 commit 9b4228f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ This section defines the first-principle (FP) calculation .
```json
"fp" : {
"type": "vasp",
"task_max": 2,
"task_max": 2,
"run_config": {
"command": "source /opt/intel/oneapi/setvars.sh && mpirun -n 16 vasp_std"
},
"inputs_config": {
"pp_files": {"Al" : "vasp/POTCAR.Al", "Mg" : "vasp/POTCAR.Mg"},
"kspacing": 0.32,
"kspacing": 0.32,
"incar": "vasp/INCAR"
}
}
Expand Down

0 comments on commit 9b4228f

Please sign in to comment.