Skip to content

Commit

Permalink
Fix typo in name of CliffordPushThroughMeasures pass
Browse files Browse the repository at this point in the history
Noticed this typo while testing some code that used sequences of compiler passes.
  • Loading branch information
isobelhooper committed Sep 17, 2024
1 parent b7a984e commit 7229b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tket/src/Predicates/PassGenerators.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ PassPtr gen_clifford_push_through_pass() {

PostConditions pc{{}, {}, Guarantee::Preserve};
nlohmann::json j;
j["name"] = "CliffordPushThroughMeausres";
j["name"] = "CliffordPushThroughMeasures";
return std::make_shared<StandardPass>(precons, t, pc, j);
}

Expand Down

0 comments on commit 7229b96

Please sign in to comment.