Skip to content

Commit

Permalink
comments from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrandhsn committed Sep 6, 2024
1 parent 3d9b157 commit e5d70a6
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 175 deletions.
2 changes: 1 addition & 1 deletion crates/accelerate/src/commutation_analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const MAX_NUM_QUBITS: u32 = 3;
/// commutation_set = {0: [[0], [2, 3], [4], [1]]}
/// node_indices = {(0, 0): 0, (1, 0): 3, (2, 0): 1, (3, 0): 1, (4, 0): 2}
///
pub fn analyze_commutations_inner(
pub(crate) fn analyze_commutations_inner(
py: Python,
dag: &mut DAGCircuit,
commutation_checker: &mut CommutationChecker,
Expand Down
Loading

0 comments on commit e5d70a6

Please sign in to comment.