Pol Febrer Calabozo

Results 344 comments of Pol Febrer Calabozo

> Ok, so effectively only surfaces. And how would your represent two different surfaces in such a plot? Hmm yes that's a good question, but I'd say that if you...

If the surfaces don't match you would have discontinuities, just as you would have with `BandStructure`

> What exactly is it you want? Basically I have information stored for each orbital in a `DataArray` (e.g. the PDOS or the weights for the fatbands). The `"orbital"` index...

> since then you would need to tweak sub in case all indices are there etc. Well, you could define a set of rules for preserving different attributes. Can you...

Hmm, right. Maybe you could track atoms based on ids instead of indices to avoid some problems. But then you'd have to make sure that atoms keep their ids. And...

But it is not a question of doing it inplace is it? Because when a method uses a copied geometry the names are preserved and still you would say it's...

> Are there ways to construct the typing classes dynamically (ie the singledispatch method grabs the input type, but can we build the atoms type in the same go? (I...

Sure, the only true proposal here was the concept, not the specifics. However you prefer to implement it is fine for me! Also it sure seems better to include `SHOW`...

Nice! Thank you very much, this solves my request already :+1:

I'm curious though, you deliberately made it non dynamic from what I understand reading the code (I mean it could have very easily been dynamic). Is this because of efficiency?