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

https://github.com/jacquescarette/retrodictivecomputing

Repository for all the code that goes along with the Retrodictive Quantum Computing
https://github.com/jacquescarette/retrodictivecomputing

Last synced: 4 months ago
JSON representation

Repository for all the code that goes along with the Retrodictive Quantum Computing

Awesome Lists containing this project

README

          

# RetroPE

The code is in src/ and is meant to be built via `stack build`.

### profiling

(This assumes that `Main.hs` runs the things that need to be profiled)

To profile the code,
```
stack build --profile
stack exec --profile RetroPE-exe -RTS -- +RTS -p
```
then look in `RetroPE-exe.prof` for the results.