Joining CellLists
Open
- Dominant language
- Python
- Stars
- 26
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Overload ``__add__`` so they can be joined together
```python
all_cells = cl1 + cl2
```
However, an operation like this would lead to non-unique names in one ``CellList`` which will lead to problems when saving to disk.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.