Skip to content

More explicit error message for too few bands in the noncolin case in PW/setup.f90

afonari requested to merge afonari/q-e:afonari-develop-patch-17705 into develop

Updated error message for the noncolin case, so it is not the same the one for a general case:

IF ( nbnd < NINT( nelec / degspin ) .AND. lscf ) &
        CALL errore( 'setup', 'too few bands', 1 )

Merge request reports