Selects the method to perform subspace diagonalization. The
default is standard, unless states parallelization is used,
when the default is scalapack.
Note that this variable is not parsed in the case of the evolution eigensolver.
Options:
none:
No subspace diagonalization. WARNING: this will generally give incorrect results.
standard:
The standard routine. Can be used with domain parallelization but not
state parallelization.
scalapack:
State-parallelized version using ScaLAPACK. (Requires that
Octopus was compiled with ScaLAPACK support.)