dwavesystems / dwavesystems/dimod
Allow kwargs for bqm specification
Open
enhancement
- Dominant language
- Python
- Stars
- 143
- Forks
- 91
- Avg merge
- 1h 24m
- Merged PRs (30d)
- 3
Description
Right now `bqm = dimod.BQM(vartype='SPIN')` works but `bqm = dimod.BQM(offset=5, vartype='SPIN')` does not. The arguments are (largely) determined by position.
Contributor guide
Assessment
This issue has not been assessed yet.