Skip to content

Commit

Permalink
Added ionmov=22 to the list of valid ionmov values (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingslaw authored Oct 4, 2024
1 parent 7df0777 commit abcb736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abipy/abio/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ def runlevel(self):
runlevel.add(atags.BANDS)
else:
runlevel.add(atags.SCF)
elif ionmov in (2, 3, 4, 5, 7, 10, 11, 20):
elif ionmov in (2, 3, 4, 5, 7, 10, 11, 20, 22):
runlevel.add(atags.RELAX)
if optcell == 0:
runlevel.add(atags.ION_RELAX)
Expand Down

0 comments on commit abcb736

Please sign in to comment.