First line of Composites docs in dwave-system has an error?
hbarovertwo opened this issue · 3 comments
hbarovertwo commented
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
Composite ABC is defined in dimod, so this is probably OK, but I'll defer to @JoelPasvolsky.
JoelPasvolsky commented
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
Thanks for the clarification!