dwave.system.samplers.DWaveSampler.properties#

property DWaveSampler.properties[source]#

Solver properties as returned by a SAPI query.

Solver properties are dependent on the selected solver and subject to change; for example, new features may add properties. The QPU Solver Properties and QPU Solver Parameters sections describe the parameters and properties supported on D-Wave quantum computers.

Examples

>>> from dwave.system import DWaveSampler
>>> with DWaveSampler() as sampler:
...     print(sampler.properties['category'])
qpu
Type:

dict