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
- Host: GitHub
- URL: https://github.com/thery/selinger
- Owner: thery
- Created: 2017-09-11T23:05:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-09T13:52:26.000Z (11 months ago)
- Last Synced: 2025-07-09T13:53:24.206Z (11 months ago)
- Topics: coq, formalization, linear-algebra, quantum-gates, selinger
- Language: Rocq Prover
- Size: 271 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```