Skip to content

Commit

Permalink
Rename the header file for lookups
Browse files Browse the repository at this point in the history
  • Loading branch information
yao-cqc committed May 9, 2024
1 parent 063dc8d commit 6e89507
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tket/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ target_sources(tket
include/tket/Transformations/ContextualReduction.hpp
include/tket/Transformations/Decomposition.hpp
include/tket/Transformations/GreedyPauliOptimisation.hpp
include/tket/Transformations/GreedyPauliOptimisationConstants.hpp
include/tket/Transformations/GreedyPauliOptimisationLookupTables.hpp
include/tket/Transformations/MeasurePass.hpp
include/tket/Transformations/OptimisationPass.hpp
include/tket/Transformations/PauliOptimisation.hpp
Expand Down
2 changes: 1 addition & 1 deletion tket/src/Transformations/GreedyPauliOptimisation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "tket/PauliGraph/PauliGraph.hpp"
#include "tket/Transformations/CliffordOptimisation.hpp"
#include "tket/Transformations/Decomposition.hpp"
#include "tket/Transformations/GreedyPauliOptimisationConstants.hpp"
#include "tket/Transformations/GreedyPauliOptimisationLookupTables.hpp"
#include "tket/Transformations/OptimisationPass.hpp"
#include "tket/Transformations/PauliOptimisation.hpp"
#include "tket/Transformations/Transform.hpp"
Expand Down

0 comments on commit 6e89507

Please sign in to comment.