-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: remove redundant descriptions from README.md
- Loading branch information
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |