Skip to content

Commit

Permalink
Update GreedyPauliOptimisation.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdilkes committed Dec 5, 2024
1 parent c657c09 commit 2c47c97
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tket/include/tket/Transformations/GreedyPauliOptimisation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,6 @@ class GPGraph {
/** Construct an GPGraph from the circuit size */
GPGraph(qubit_vector_t qubits, bit_vector_t bits);

GPGraph get_graph(
const Circuit& circ, std::shared_ptr<std::atomic<bool>> stop_flag);

GPVertSet get_successors(const GPVert& vert) const;

GPVertSet get_predecessors(const GPVert& vert) const;
Expand Down

0 comments on commit 2c47c97

Please sign in to comment.