Skip to content

Dry run fix

Michael Hutcheon requested to merge miicck/q-e:dryrun_fix into develop

In the pw.x input documentation, setting the value of nstep to 0 should result in a dry run. However, nstep was being overwritten to 1 in PW/src/input.f90 and a normal calculation was taking place. This has been fixed.

Merge request reports