BacAmorim
BacAmorim
> because TighbindingModel stores its terms in a tuple, as opposed to a Vector{Any}, for performance reasons (so that the type of each term is inferable) I see. I thought...
> is the Wannier90 output always giving you a scalar hopping amplitude per orbital pair? Yes, the hopping between two orbitals is always a scalar. The output, is a text...
This is a good summary of the available methods. I think there will always be a tension between methods that provided the Green's function for all energies (diagonalization and KPM)...
The function `mm!` as defined in cusparse/level3.jl does not appear to support sparse-sparse matrix multiplication but only sparse-dense or dense-sparse. However the function `gemm!` cusparse/generic.jl does seem to support sparse-sparse...
MKL_jll.jl currently ships MKL v2021.1.1+2. For this issue to be solved, MKL_jll would have to ship the latest MKL version, correct?
MKL_jll.jl has been updated in the lattest realease to MKL v2022.0.0+0. So this issue can now be solved, correct?