Skip to content

Commit 9187825

Browse files
committed
updates to README
1 parent deb7da5 commit 9187825

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you are interested in learning more about formal verification of quantum prog
2828

2929
## Setup
3030

31-
To compile SQIR and VOQC, you will need [Coq](https://coq.inria.fr/), [QuantumLib](https://github.com/inQWIRE/QuantumLib), and (optionally) the [Coq Interval package](http://coq-interval.gforge.inria.fr/). We strongly recommend using [opam](https://opam.ocaml.org/doc/Install.html) to install Coq and `opam switch` to manage Coq versions. We currently support Coq **versions 8.12-8.15**. If you run into errors when compiling our proofs, first check your version of Coq (`coqc -v`).
31+
To compile SQIR and VOQC, you will need [Coq](https://coq.inria.fr/), [QuantumLib](https://github.com/inQWIRE/QuantumLib) (version 1.1.0), and the [Coq Interval package](http://coq-interval.gforge.inria.fr/). We strongly recommend using [opam](https://opam.ocaml.org/doc/Install.html) to install Coq and `opam switch` to manage Coq versions. We currently support Coq **versions 8.12-8.15**. If you run into errors when compiling our proofs, first check your version of Coq (`coqc -v`).
3232

3333
Assuming you have opam installed (following the instructions in the link above), follow the steps below to set up your environment.
3434
```
@@ -44,11 +44,11 @@ eval $(opam env)
4444
opam install coq
4545
4646
# install the QuantumLib library
47-
opam pin coq-quantumlib https://github.com/inQWIRE/QuantumLib.git
48-
49-
# install Interval package (optional, needed to compile proofs in examples/shor)
5047
opam repo add coq-released https://coq.inria.fr/opam/released
5148
opam update
49+
opam install coq-quantumlib.1.1.0
50+
51+
# install Interval package (optional, needed to compile proofs in examples/shor)
5252
opam install coq-interval
5353
```
5454

0 commit comments

Comments
 (0)