Pol Febrer Calabozo

Results 364 comments of Pol Febrer Calabozo

Ok, so the problem here is that `norm2` is sometimes negative, and therefore can't be used as the size directly. Does a negative `norm2` make sense? In that case we...

I have also seen that `eigenstate.norm2()` of an eigenstate coming from spin-orbit returns an array of complex numbers. Is the imaginary part meaningful or just an artifact? By the way,...

Yes, the bug is because we are trying to set the size of scatter points to `norm2`, which has some negative values, and a negative size doesn't make sense. @zerothi...

Ok, so in the fatbands does it make sense to show the absolute value? What about when summing orbitals? Do we take abs first and then sum the absolute values...