Skip to content

Commit

Permalink
Update pass manager drawer reference images
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Nov 22, 2023
1 parent f6df5be commit 638b9d8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
22 changes: 12 additions & 10 deletions test/python/visualization/references/pass_manager_standard.dot
Original file line number Diff line number Diff line change
Expand Up @@ -61,27 +61,29 @@ fontname=helvetica;
label="[6] do_while";
labeljust=l;
18 [color=blue, fontname=helvetica, label=BarrierBeforeFinalMeasurements, shape=rectangle];
19 [color=black, fontname=helvetica, fontsize=10, label=label, shape=ellipse, style=dashed];
19 -> 18;
14 -> 18;
}

subgraph cluster_19 {
subgraph cluster_20 {
fontname=helvetica;
label="[7] ";
labeljust=l;
20 [color=blue, fontname=helvetica, label=GateDirection, shape=rectangle];
21 [color=black, fontname=helvetica, fontsize=10, label=coupling_map, shape=ellipse, style=solid];
21 -> 20;
22 [color=black, fontname=helvetica, fontsize=10, label=target, shape=ellipse, style=dashed];
22 -> 20;
18 -> 20;
21 [color=blue, fontname=helvetica, label=GateDirection, shape=rectangle];
22 [color=black, fontname=helvetica, fontsize=10, label=coupling_map, shape=ellipse, style=solid];
22 -> 21;
23 [color=black, fontname=helvetica, fontsize=10, label=target, shape=ellipse, style=dashed];
23 -> 21;
18 -> 21;
}

subgraph cluster_23 {
subgraph cluster_24 {
fontname=helvetica;
label="[8] ";
labeljust=l;
24 [color=blue, fontname=helvetica, label=RemoveResetInZeroState, shape=rectangle];
20 -> 24;
25 [color=blue, fontname=helvetica, label=RemoveResetInZeroState, shape=rectangle];
21 -> 25;
}

}
22 changes: 12 additions & 10 deletions test/python/visualization/references/pass_manager_style.dot
Original file line number Diff line number Diff line change
Expand Up @@ -61,27 +61,29 @@ fontname=helvetica;
label="[6] do_while";
labeljust=l;
18 [color=blue, fontname=helvetica, label=BarrierBeforeFinalMeasurements, shape=rectangle];
19 [color=black, fontname=helvetica, fontsize=10, label=label, shape=ellipse, style=dashed];
19 -> 18;
14 -> 18;
}

subgraph cluster_19 {
subgraph cluster_20 {
fontname=helvetica;
label="[7] ";
labeljust=l;
20 [color=blue, fontname=helvetica, label=GateDirection, shape=rectangle];
21 [color=black, fontname=helvetica, fontsize=10, label=coupling_map, shape=ellipse, style=solid];
21 -> 20;
22 [color=black, fontname=helvetica, fontsize=10, label=target, shape=ellipse, style=dashed];
22 -> 20;
18 -> 20;
21 [color=blue, fontname=helvetica, label=GateDirection, shape=rectangle];
22 [color=black, fontname=helvetica, fontsize=10, label=coupling_map, shape=ellipse, style=solid];
22 -> 21;
23 [color=black, fontname=helvetica, fontsize=10, label=target, shape=ellipse, style=dashed];
23 -> 21;
18 -> 21;
}

subgraph cluster_23 {
subgraph cluster_24 {
fontname=helvetica;
label="[8] ";
labeljust=l;
24 [color=grey, fontname=helvetica, label=RemoveResetInZeroState, shape=rectangle];
20 -> 24;
25 [color=grey, fontname=helvetica, label=RemoveResetInZeroState, shape=rectangle];
21 -> 25;
}

}

0 comments on commit 638b9d8

Please sign in to comment.