Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.78 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.78 KB

Stable Dev CI Coverage

This package utilizes the tensor network to study the properties of quantum error correction (QEC).The main features include

  • Quantum error correction code decoder with tensor network,
  • Quantum circuit simulation with tensor network to estimate the threshold of QEC.

Also, we include more general QEC tools, including

  • Commonly used QEC code stabilizer generators,
  • QEC code distance calculation,
  • QEC encoding circuit construction,
  • Decoding truth table construction,
  • Measurement circuit construction.

Installation

TensorQEC is a   Julia Language   package. To install TensorQEC, 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/nzy1997/TensorQEC.jl.git

To update, just type up in the package mode.

Contribute

Suggestions and Comments in the Issues are welcome.