Skip to content

Commit

Permalink
[no ci] fix code block formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
madmaxieee committed May 13, 2024
1 parent 526a293 commit 31a2e34
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

![](https://i.imgur.com/wKg5cQO.jpg)

<!-- ![example branch parameter](https://github.com/DVLab-NTU/qsyn/actions/workflows/build-and-test.yml/badge.svg)
-->
<!-- ![example branch parameter](https://github.com/DVLab-NTU/qsyn/actions/workflows/build-and-test.yml/badge.svg) -->

## Overview

Expand Down Expand Up @@ -40,7 +39,7 @@ Some of the future work for Qsyn includes:

Clone the repository to your local machine by running

```shell!
```sh
git clone https://github.com/DVLab-NTU/qsyn.git
cd qsyn
```
Expand All @@ -49,7 +48,7 @@ Then, follow the instructions below to install the dependencies and build `qsyn`

Alternatively, you can try out `qsyn` in a containerized environment by running

```shell!
```sh
docker run -it --rm dvlab/qsyn:latest
```

Expand Down Expand Up @@ -193,7 +192,7 @@ Of course, this requires you to have Docker installed on your machine.
To run the commands in the above file, supply the script’s file path and arguments after ./qsyn :

```sh
./qsyn examples/zxopt.qsyn benchmark/SABRE/large/adr4_197.qasm
./qsyn examples/zxopt.qsyn benchmark/SABRE/large/adr4_197.qasm
```

This runs the ZX-calculus-based synthesis on the circuit in `benchmark/SABRE/large/adr4_197.qasm`.
Expand Down

0 comments on commit 31a2e34

Please sign in to comment.