A Haskell tool to estimate data-dependent expected quantum costs of high-level classical programs.
Currently being developed against GHC 9.6.7. See the CI for other compatible versions.
cabal buildto build the project.cabal runto run the main entry point.cabal testto run the tests.
Traq takes high-level classical programs in our prototype language, and produces expected cost estimates. See demo.hs for the code to run the matrix search example.
Please see Contributing.md.