Skip to content

Commit

Permalink
docs: remove redundant descriptions from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maokami authored Dec 22, 2024
1 parent 9b9cf6a commit 4698d11
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Verified Quantum Computing in Lean (vqc_in_lean)

**vqc_in_lean** is a Lean 4 port of the Verified Quantum Computing (VQC) project, originally implemented using the Coq proof assistant. This project aims to provide a formal foundation for quantum computing and the verification of quantum programs using Lean 4 and mathlib4.
**vqc_in_lean** is a Lean 4 port of the [Verified Quantum Computing (VQC) project](https://people.cs.uchicago.edu/~caldwellb/posts/2022-09-14-vqc.html), originally implemented using the Coq proof assistant. This project aims to provide a formal foundation for quantum computing and the verification of quantum programs using Lean 4 and mathlib4.

## Overview

This project is inspired by the [VQC project](https://people.cs.uchicago.edu/~caldwellb/posts/2022-09-14-vqc.html), which uses Coq to teach quantum computing and program verification. **vqc_in_lean** seeks to replicate and extend this functionality in the Lean 4 ecosystem.

> **Note**: This project is created as part of my personal learning journey in Lean 4 and quantum computing. It is not intended for production use or as an officially supported educational resource. Feedback and suggestions are welcome as I refine my understanding of these topics.
---
Inspired by Ben Caldwell and Robert Rand’s [Verified Quantum Computing tutorial](https://icfp22.sigplan.org/details/icfp-2022-tutorials/2/Verified-Quantum-Computing).
Inspired by Ben Caldwell and Robert Rand’s [Verified Quantum Computing tutorial](https://icfp22.sigplan.org/details/icfp-2022-tutorials/2/Verified-Quantum-Computing).

0 comments on commit 4698d11

Please sign in to comment.