A repository for quantum error correction (QEC) codes.
QECC is a
Julia Language
package. To install QECC,
please open
Julia's interactive session (known as REPL) and press the ] key in the REPL to use the package mode, and then type:
pkg> add https://github.com/QuantumSavory/QECC.jl.git
To update, just type up
in the package mode.
Suggestions and Comments in the Issues are welcome.
Contributions to the documentation are welcome. To build the documentation, please run:
make init init-docs # or make update-docs
make servedocs