Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions articles/quickstart-microsoft-provider-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ To create an arbitrary layout, choose one of the following options:
"q5": (-8, 5),
}

reg = Register(qubits).with_automatic_layout(device)
reg = Register(qubits).with_automatic_layout(QPU)
```

- To manually define a layout to create your register, see the [Pulser documentation](https://docs.pasqal.com/pulser/tutorials/reg_layouts/#Arbitrary-Layouts).
Expand Down Expand Up @@ -354,9 +354,11 @@ def prepare_input_data(seq):

```output
{
"1000000": 8,
"0010000": 1,
"0010101": 1
"counter": {
Comment thread
Fenkiou marked this conversation as resolved.
"1000000": 8,
"0010000": 1,
"0010101": 1
}
}
```

Expand Down