Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k4rtik/qhtt-thesis

LaTeX source for my master's paper on Quantum Hoare Type Theory.
https://github.com/k4rtik/qhtt-thesis

hoare-type-theory latex-document masters-thesis quantum quantum-computing

Last synced: about 1 month ago
JSON representation

LaTeX source for my master's paper on Quantum Hoare Type Theory.

Awesome Lists containing this project

README

        

# Quantum Hoare Type Theory

LaTeX source for my master's paper on QHTT.

## Abstract
As quantum computers become real, it is high time we come up with effective techniques that help programmers write correct quantum programs. Inspired by Hoare Type Theory in classical computing, we propose Quantum Hoare Type Theory (QHTT) in which precise specifications about the modification to the quantum state can be provided within the type of a computation. These specifications within a Hoare type are given in the form of Hoare-logic style pre- and postconditions following the propositions-as-types principle. The type-checking process verifies that the implementation conforms to the provided specification. QHTT has the potential to be a unified system for programming, specifying, and reasoning about quantum programs.

## Links
- Homepage: https://ks.cs.uchicago.edu/publication/qhtt-masters/
- arXiv:[2012.02154](https://arxiv.org/abs/2012.02154)
- Preliminary version published as a [QPL Extended Abstract](https://doi.org/10.4204/EPTCS.340.15)