From 31a2e343c8e561e70cea5518441160f256da74c8 Mon Sep 17 00:00:00 2001 From: madmaxieee <76544194+madmaxieee@users.noreply.github.com> Date: Tue, 14 May 2024 02:13:20 +0800 Subject: [PATCH] [no ci] fix code block formatting --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f7875714..4893783d 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ ![](https://i.imgur.com/wKg5cQO.jpg) - + ## Overview @@ -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 ``` @@ -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 ``` @@ -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`.