To use the modules included in this repo, execute the following from the command line:
export JULIA_LOAD_PATH="~/path/to/repo:"
or, inside a Julia session, do:
push!(LOAD_PATH, "~/path/to/repo")
Then you can access the functions in these modules through the command using <module name>.
QuantumClifford(for stabilizer formalism)