Switch to sets for storing species constants in PyPIConGPU #5023
Labels
good first issue
signal new contributors where they can start
PICMI
pypicongpu and picmi related
refactoring
code change to improve performance or to unify a concept but does not change public API
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
The text was updated successfully, but these errors were encountered: