Skip to content

Commit

Permalink
fix: change qubit targets in dummy virtual z corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo-Pedicillo committed Oct 30, 2024
1 parent 171522a commit 923fe93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/qibolab/dummy/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
{
"type": "virtual_z",
"phase": 0.0,
"qubit": 1
"qubit": 0
},
{
"type": "virtual_z",
Expand Down Expand Up @@ -396,7 +396,7 @@
{
"type": "virtual_z",
"phase": 0.0,
"qubit": 1
"qubit": 3
},
{
"type": "virtual_z",
Expand Down Expand Up @@ -426,7 +426,7 @@
{
"type": "virtual_z",
"phase": 0.0,
"qubit": 1
"qubit": 3
},
{
"type": "virtual_z",
Expand Down Expand Up @@ -476,7 +476,7 @@
{
"type": "virtual_z",
"phase": 0.0,
"qubit": 1
"qubit": 4
},
{
"type": "virtual_z",
Expand Down

0 comments on commit 923fe93

Please sign in to comment.