Description Usage Arguments Details Value See Also
A qubit on a 2d square lattice.
1 | grid_qubit(row, col)
|
row |
row |
col |
col |
GridQubits use row-major ordering: GridQubit(0, 0) < GridQubit(0, 1) < GridQubit(1, 0) < GridQubit(1, 1) New GridQubits can be constructed by adding or subtracting lists grid_qubit(2, 3) + (3, 1) grid_qubit(5, 4) grid_qubit(2, 3) - (1, 2) grid_qubit(1, 1)
grid qubit
Other Devices:
grid_qid()
,
line_qid()
,
line_qubit()
,
named_qubit()
,
qid()
,
unconstrained_device()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.