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

https://github.com/thery/selinger

Formalisation of Selinger proof about quantum gate
https://github.com/thery/selinger

coq formalization linear-algebra quantum-gates selinger

Last synced: 11 months ago
JSON representation

Formalisation of Selinger proof about quantum gate

Awesome Lists containing this project

README

          

# Selinger

[![Docker CI][docker-action-shield]][docker-action-link]

[docker-action-shield]: https://github.com/thery/Selinger/actions/workflows/docker-action.yml/badge.svg?branch=master
[docker-action-link]: https://github.com/thery/Selinger/actions/workflows/docker-action.yml

Formalisation of Selinger's paper :
Remarks on Matsumoto and Amano’s normal form

## Meta

- Author(s):
- Laurent Théry
- License: [MIT License](LICENSE)
- Compatible Rocq/Coq versions: 9.0 or later
- Additional dependencies:
- [MathComp ssreflect 2.4.0 or later](https://math-comp.github.io)
- [MathComp algebra 2.4.0 or later](https://math-comp.github.io)
- [MathComp field 2.4.0 or later](https://math-comp.github.io)
- Rocq/Coq namespace: `Selinger`
- Related publication(s): none

## Building and installation instructions

To build and install manually, do:

``` shell
git clone https://github.com/thery/Selinger.git
cd Selinger
make # or make -j
make install
```