Dear all<div>  I am running the Koopmans example using QE7.2 but I am troubled with the error it shows:</div><div><br></div><div>KeyError: 'n_max_sc_steps is not a valid setting'</div><div><br></div><div>I don't know whether I had made any mistake in my input file or the file I sbatch my command to the cloud supercomputer</div><div>My ozone.json file is showed in the following lines:</div><div><br></div><div><div>{</div><div>  "workflow": {</div><div>    "functional": "ki",</div><div>    "method": "dscf",</div><div>    "init_orbitals": "kohn-sham",</div><div>    "from_scratch": true,</div><div>    "n_max_sc_steps": 1,</div><div>    "pseudo_library": "sg15"</div><div>  },</div><div>  "atoms": {</div><div>    "cell_parameters": {</div><div>      "vectors": [[8.1738, 0.0, 0.0],</div><div>                  [0.0, 6.0, 0.0],</div><div>                  [0.0, 0.0, 6.66]],</div><div>      "units": "angstrom",</div><div>      "periodic": false</div><div>    },</div><div>    "atomic_positions": {</div><div>      "units": "angstrom",</div><div>      "positions": [</div><div>        ["O", 4.0869, 3.0, 2.89],</div><div>        ["O", 5.1738, 3.0, 3.55],</div><div>        ["O", 3.0, 3.0, 3.55]</div><div>      ]</div><div>    }</div><div>  },</div><div>  "calculator_parameters": {</div><div>    "ecutwfc": 50.0,</div><div>    "ecutrho": 200.0,</div><div>    "nbnd": 10</div><div>  }</div><div>}</div></div><div><br></div><div>and the file I sbatch my command reads:</div><div><br></div><div><div>#!/bin/bash</div><div>#SBATCH -p amd_512</div><div>#SBATCH -N 1</div><div>#SBATCH -n 128</div><div>source /public3/soft/modules/module.sh</div><div>module load anaconda/2023.07-2-hxl</div><div>source activate koopmans-env </div><div>source ~/venvs/koopmans/bin/activate</div><div>module load hdf5/1.10.4-parallel-icc18 libxc/4.3.4-icc18-lcc</div><div>export PATH=/public3/home/scg9084/wzy/qe-7.2/qe-install/bin:$PATH</div><div>export PATH=/public3/home/scg9084/wzy/qe-7.2-new/koopmans/bin:$PATH</div><div>export PARA_PREFIX="srun"</div><div>export PARA_POSTFIX="-npool 128"</div><div> koopmans ozone.json</div></div><div><br></div><div>I don't know why the program shows the error. Could you please help me?</div><div>Thank you very much!</div><div><br></div><div>Zongyi Wang</div><div><br></div>