Pol Febrer Calabozo
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:  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: 
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...