From 9b4228f5ca90ea6f65fd1f3dfee3f72c8738f7ba Mon Sep 17 00:00:00 2001 From: Han Wang Date: Thu, 12 Oct 2023 20:46:46 +0800 Subject: [PATCH] fix indent --- docs/input.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/input.md b/docs/input.md index 1ed22795..6fc03bd1 100644 --- a/docs/input.md +++ b/docs/input.md @@ -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" } }