We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffc9242 + 9a564c1 commit e1a6fd1Copy full SHA for e1a6fd1
tools/vasp2xyz/outcar2xyz/multipleFrames-outcars2nep-exyz.sh
@@ -41,7 +41,7 @@ for file in $(find "$read_dire" -name "OUTCAR"); do
41
continue
42
fi
43
44
- NELM=$(grep "NELM" "$file" | awk '{print $3}' | tr -d ';')
+ NELM=$(grep "of ELM steps" "$file" | awk '{print $3}' | tr -d ';')
45
actual_steps=$(grep -c "Iteration" "$file")
46
47
if grep -q "aborting loop because EDIFF is reached" "$file"; then
0 commit comments