Define BQP with links in BQM description#75
Define BQP with links in BQM description#75arcondello wants to merge 1 commit intodwavesystems:masterfrom
Conversation
|
|
||
| Binary quadratic models are sometimes referred to as (unconstrained) binary | ||
| `quadratic programs`_. We use BQM to avoid confusion with the | ||
| `bounded error quantum polynomial time`_ (BQP) complexity class. |
There was a problem hiding this comment.
I wouldn't add the "We use BQM to avoid confusion with..." here
There was a problem hiding this comment.
What language would you use instead? I think it's important to highlight that this is not BQP - it's come up before even though they are used in very different contexts.
There was a problem hiding this comment.
I think the first sentence, that states that BQMs can be thought of as binary quadratic programs, coming after a description of what BQMs are, does the work. I don't see how anyone at this point would confuse BQM and BQP.
Someone somewhere else might be confused but not someone whose just read the text above, so at this point introducing BQP would make sense if you wanted to talk about BQP in relation to QA, but not to dismiss a confusion that is unlikely relevant here.
There was a problem hiding this comment.
How about
Binary quadratic models are sometimes referred to as (unconstrained) binary `quadratic programs`_. Not to be confused with BQP_, a quantum complexity class.
Another approach would be a wikipedia style
For the quantum complexity class, see BQP_
and put it at the top. Example found using wikipedia's "random article" feature.
There was a problem hiding this comment.
Yes, that would be good: For the quantum complexity class, see bounded-error quantum polynomial time (BQP) <https://en.wikipedia.org/wiki/BQP>_.
If you think many users coming to BQM have this confusion, it's worth putting at the top. My guess is that those are a small minority versus beginners looking for a definition of BQM, so would be better at the end.
No description provided.