Pol Febrer Calabozo

Results 364 comments of Pol Febrer Calabozo

As you say, it may be important in some cases, but removing `specie` won't help with anything. > The main idea is that users react to this and start converting...

I don't know if it is possible to make sphinx document things like `plot.pdos` as a normal method of the `Hamiltonian`. I think this could be a reasonable approach. Another...

I have found a way to get method names with dots: ![Screenshot from 2024-10-04 18-48-24](https://github.com/user-attachments/assets/038e82e6-624b-4a33-a1b4-48a6772d1b65) which I think is the most intuitive way for the user. But to achieve this...

Forgot to mention that it also has to show the name with a dot on the method documentation: ![Screenshot from 2024-10-04 18-57-21](https://github.com/user-attachments/assets/3e4a8439-c612-4a2a-843b-d30f47bca1fb)

Nodes could work nicely for this 🙄

By not all-over you mean that the nodes should not store the inputs?

Nooo, there are two things: If you convert a function into a node, then the node is simply a wrapper over the function to make the function (optionally) lazy and...

Thanks! I will try to look at it during this week. I think that all `norm2` from an orbital should sum to 2 (if the calculation is spin unpolarized)

Ok, so both: ```python norm2.sum("band") # and norm2.sum("orb") ``` should give an array of ones for a spin unpolarized calculation, no? I recall that in one case summing over bands...