dwavesystems / dwave-system

An API for easily incorporating the D-Wave system as a sampler, either directly or through Leap's cloud-based hybrid samplers
https://docs.ocean.dwavesys.com/
Apache License 2.0
87 stars 62 forks source link

First line of Composites docs in dwave-system has an error? #433

Closed hbarovertwo closed 2 years ago

hbarovertwo commented 2 years ago

https://github.com/dwavesystems/dwave-system/blob/master/docs/reference/composites.rst

The first sentence under the composites heading states:

dimod composites that provide layers of pre- and post-processing (e.g., minor-embedding) when using the D-Wave system

Should this start with dwave-system composites.. ?

randomir commented 2 years ago

Composite ABC is defined in dimod, so this is probably OK, but I'll defer to @JoelPasvolsky.

JoelPasvolsky commented 2 years ago

Agree, we often refer to Ocean's samplers and composites as dimod samplers and composites because they're derived from the dimod ABC. The ones in this particular repo are a subclass for using D-Wave QCs, either directly or hybridly.

hbarovertwo commented 2 years ago

Thanks for the clarification!