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
- Host: GitHub
- URL: https://github.com/jacquescarette/retrodictivecomputing
- Owner: JacquesCarette
- License: bsd-3-clause
- Created: 2022-05-12T18:25:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T13:08:35.000Z (almost 4 years ago)
- Last Synced: 2025-10-05T18:41:31.666Z (8 months ago)
- Language: Haskell
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.