Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jacquescarette/retrodictive

For exploring Symbolic Evaluation of Quantum Circuits, forwards and BACKWARDS
https://github.com/jacquescarette/retrodictive

partial-evaluators quantum-computing symbolic-execution

Last synced: 15 days ago
JSON representation

For exploring Symbolic Evaluation of Quantum Circuits, forwards and BACKWARDS

Awesome Lists containing this project

README

        

# Retrodictive
For exploring symbolic evaluation of quantum circuits, both running forward and, more importantly, backwards.

We do *symbolic execution* of circuits that residualize symbolic constraints. The ideas are rooted
in partial evaluation, even though that's not quite what the resulting code ends up doing.

This repository contains the paper and slide sources. The code is in a different repository, namely [RetroPECode](https://github.com/JacquesCarette/RetroPECode).