Skip to content

Commit

Permalink
nit docstring change
Browse files Browse the repository at this point in the history
  • Loading branch information
perlinm committed Jan 16, 2024
1 parent 4371d70 commit 6d3e2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qldpc/codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def hamming(cls, rank: int, field: int | None = None) -> ClassicalCode:
# - also compute and store sub-codes, if CSS
# - also add QuditCode.to_CSS() -> CSSCode
class QuditCode(AbstractCode):
"""Qudit-based quantum stabilizer code.
"""Quantum stabilizer code for Galois qudits.
The parity check matrix of a QuditCode has dimensions (num_checks, 2 * num_qudits), and can be
written as a block matrix in the form H = [H_x|H_z]. Each block has num_qudits columns.
Expand Down

0 comments on commit 6d3e2c4

Please sign in to comment.