Switch to sets for storing species constants in PyPIConGPU #5023
Open
Description
Currently species constants are stored in a list in PyPIConGPU, but semantically they more resemble elements of a set since constant types are supposed to be unique for a species.
Switching to sets also would allow the removal of code as discussed here