dwavesystems / dwavesystems/dimod

Obtaining basic metadata from dimod models

Open
#953 3 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
143
Forks
91
Avg merge
1h 24m
Merged PRs (30d)
3

Description

**Application**
Dimod-supported characterization the object properties

**Proposed Solution**
For each of the canonical models, eg. BQM, DQM, there could be a method that puts together some of the model properties, ie. num_variables, num_biases, num_interactions, etc. and returns them as a dict.

**Alternatives Considered**
The alternative would be to look for all the attributes and methods available and build your own version. This has the danger of breaking compatibility as these models get updated.

**Additional Context**
This is important for analyzing performance of solvers based on problem sizes and other basic properties.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.