Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlarson1 committed Jan 23, 2025
1 parent 02266ac commit 58ad6ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/find_bbcode_layouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def find_layout_params(
# initialize the optimized (min-max) communication distance to an upper bound
optimal_distance = get_max_distance(code)

# precomupte the support of parity checks
# precompute the support of parity checks
check_supports = get_check_supports(code)

# construct the set of pairs of lattice vector that span a torus with shape code.orders
Expand Down
2 changes: 1 addition & 1 deletion qldpc/circuits.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def get_transversal_automorphism_group(
local_gates.discard("SWAP")

"""
Construst the parity check matrix of an instrumental classical code whose code words represent
Construct the parity check matrix of an instrumental classical code whose code words represent
Pauli strings that commute with some "effective" stabilizers.
If computing the "ordinary" transversal automorphism group of a QuditCode (i.e., if deform_code
Expand Down

0 comments on commit 58ad6ab

Please sign in to comment.