dwavesystems / dwavesystems/dwave-cloud-client

Support not operator in get_solvers

Open
#305 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
63
Forks
44
Avg merge
13h 45m
Merged PRs (30d)
1

Description

To support a negation of the feature-based solver filtering criterion, we should add a unary `not` operator that can prefix any (?) other operator in the keyword argument to `get_solvers`/`get_solver`/`DWaveSampler(solver=filters_dict)`:
```
client.get_solvers(num_reads_range__not__covers=1000, vfyc__not__eq=True)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.