resize images again.

This commit is contained in:
Andrew Cross 2017-05-15 10:01:25 -04:00
parent 1b72097350
commit 8c8d40cce8
1 changed files with 2 additions and 2 deletions

View File

@ -49,10 +49,10 @@ used by the *mapper* module to rewrite a circuit to execute on a device
with fixed couplings given by a *CouplingGraph*.
The circuit representations and how they are currently transformed into each other are summarized here:
<img src="images/circuit_representations.png" alt="circuits" style="width: 300px;"/>
<img src="images/circuit_representations.png" alt="circuits" style="width: 200px;"/>
The unroller backends and their outputs are summarized here:
<img src="images/unroller_backends.png" alt="backends" style="width: 300px;"/>
<img src="images/unroller_backends.png" alt="backends" style="width: 200px;"/>
## Install