Pol Febrer Calabozo

Results 344 comments of Pol Febrer Calabozo

I included the ts poisson CLI. I have nothing to test it with though :sweat_smile: Here are the screenshots with the current state: **stoolbox** ![Screenshot from 2023-11-02 10-44-22](https://github.com/zerothi/sisl/assets/42074085/9bac346b-8ae8-4829-a02e-330fd1fe1d60) **atom-plot** ![Screenshot...

You can tune it further to make it even clearer by adding colors for example: ![Screenshot from 2023-11-01 18-20-48](https://github.com/zerothi/sisl/assets/42074085/dbdf7268-d6ac-46a5-838c-d75f6885c71e)

I tried to be as faithful to the previous CLI as possible, but I had to change `elec_V` to a dict because `List[Tuple[str, float]]` is not allowed. So the way...

Or even with the weight of the font, here I avoid setting the typehint to bold: ![Screenshot from 2023-11-01 18-23-45](https://github.com/zerothi/sisl/assets/42074085/b346d5bd-b7e5-4cd2-96f7-31f901d627a0) So, really you can do anything you come up with....

Perhaps we can do a poll on discord to see which layout users prefer :)

> I really would like it to just point to AtomsLike. See the trick here: https://github.com/pandas-dev/pandas/issues/33025#issuecomment-699636759 I think it would be very useful for `AtomsLike` and `AtomsArgument`. > I really...

Don't you think the typehinted signature is clear enough if you give one line to each parameter? I like it because it gives you a quick idea of what the...

Yeah I agree, I would like that the typehints are shown in the signature with 1 line per argument only if it is possible to use the trick to avoid...

I like the idea to combine it with the forces! So `Atoms` would in some sense be also "associated data". Hmm or perhaps it gets too abstract. I have to...