dwavesystems / dwavesystems/dimod
`BQM.name` or similar
Open
enhancement
- Dominant language
- Python
- Stars
- 143
- Forks
- 91
- Avg merge
- 1h 24m
- Merged PRs (30d)
- 3
Description
It would be nice to get the label of one-variable BQMs and QMs. E.g.
```python
>>> i = dimod.Integer('i')
>>> i.name
'i'
```
Has a similar problem to the ones mentioned in #921. Though I think https://github.com/dwavesystems/dimod/issues/921#issuecomment-902922740 provides a good path forward.
Credit to @rahmani15 for the suggestion
Contributor guide
Assessment
This issue has not been assessed yet.