JacquesCarette / RetrodictiveComputing

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

Repository from Github https://github.comJacquesCarette/RetrodictiveComputingRepository from Github https://github.comJacquesCarette/RetrodictiveComputing

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.

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%