Skip to content

Commit

Permalink
Merge pull request #56 from timotheeMM/patch-1
Browse files Browse the repository at this point in the history
#55: Fix broken link and typo in README
  • Loading branch information
rnrand authored Feb 2, 2024
2 parents a76b448 + d31084e commit d17539e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We describe a SQIR formalization of Shor's factoring algorithm in our draft [A F

This repository contains our Coq formalization of SQIR and VOQC as well as several verified quantum algorithms. If you are interested in running the VOQC compiler, then you should look at our OCaml library ([inQWIRE/mlvoqc](https://github.com/inQWIRE/mlvoqc)) or Python library ([inQWIRE/pyvoqc](https://github.com/inQWIRE/pyvoqc)) instead. The OCaml library is extracted from our Coq definitions and the Python library is a wrapper around the OCaml library.

If you are interested in learning more about formal verification of quantum programs in general, we recommend Robert Rand's [Verified Quantum Computing tutorial](http://www.cs.umd.edu/~rrand/vqc/index.html).
If you are interested in learning more about formal verification of quantum programs in general, we recommend Robert Rand's [Verified Quantum Computing tutorial](https://rand.cs.uchicago.edu/vqc/index.html).

## Table of Contents

Expand Down Expand Up @@ -67,7 +67,7 @@ Our proofs are resource intensive so expect `make all` to take a little while. I
## Using With Other Projects

To install SQIR, run
```opam pin coq-sqir htts://github.com/inQWIRE/SQIR.git```
```opam pin coq-sqir https://github.com/inQWIRE/SQIR.git```

To pull subsequent updates, run `opam install coq-sqir`.

Expand Down

0 comments on commit d17539e

Please sign in to comment.