Skip to content

Commit 72a3738

Browse files
authored
Update README.md supported versions
1 parent f30cc6a commit 72a3738

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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/) and [QuantumLib](https://github.com/inQWIRE/QuantumLib) (version 1.1.0). In order to build the Shor proof, you will also need the [Coq Interval package](http://coq-interval.gforge.inria.fr/) and the [coq-euler](https://github.com/taorunz/euler) library. 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.16**. 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/) and [QuantumLib](https://github.com/inQWIRE/QuantumLib) (version 1.7.0). In order to build the Shor proof, you will also need the [Coq Interval package](http://coq-interval.gforge.inria.fr/) and the [coq-euler](https://github.com/taorunz/euler) library. 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.16-8.20**. 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
```
@@ -46,7 +46,7 @@ opam install coq
4646
# install the QuantumLib library
4747
opam repo add coq-released https://coq.inria.fr/opam/released
4848
opam update
49-
opam install coq-quantumlib.1.1.0
49+
opam install coq-quantumlib.1.7.0
5050
5151
# Optional, if you want to compile the proofs in examples/shor
5252
opam install coq-interval
@@ -55,7 +55,7 @@ opam pin coq-euler https://github.com/taorunz/euler.git
5555

5656
*Notes*:
5757
* Depending on your system, you may need to replace 4.13.1 in the instructions above with something like "ocaml-base-compiler.4.13.1". Any recent version of OCaml should be fine.
58-
* We require Coq version >= 8.12.
58+
* We require Coq version >= 8.16.
5959
* opam error messages and warnings are typically informative, so if you run into trouble then make sure you read the console output.
6060

6161
## Compilation

0 commit comments

Comments
 (0)