Pol Febrer Calabozo

Results 344 comments of Pol Febrer Calabozo

Can you send me the files (fdf, H, .ion and XV) so that I can check?

Doing `sisl.get_sile("file.fdf").plot.wavefunction(i=4, k=(0,0,0))` I get the error that you were getting here: ``` ValueError: hsxSileSiesta xij(orb) -> xyz did not find same coordinates for different connections ``` Do you have...

Yes, of course I used your fdf, sorry :) Hmm I don't know why I get this, maybe you can send the entire folder

> sisl.get_sile(""0.158_P_G.fdf"").plot.wavefunction(i=4, k=(0,0,0)) That's what I did, but for some reason I get the error. > Was wondering which command allows me to get the Hamiltonian nc files? Because Im...

> The plot has been initialized correctly, but the current settings were not enough to generate the figure. Could you send the full error message? I think I know what...

Aah ok depending on where you are running you need to show the plot for it to display: ```python sisl.Geometry.new("file.XV").plot().show() ```

You can send me the .TSHS and I can try again :)

@zerothi I think the issue @el-abed is having might be because of some bug with the writing of the grid to a "cube" file. If I do: ```python plot =...

Seeing the `wf.cube` file I don't know what could be happening. Seems to be fine. Maybe a problem with the second lattice vector having a negative component?

> Yeah, that would be the cause. Yep, tried to turn the negative value to positive and now the third axis is fine (ofc the modified one is not): ![Screenshot...