From 2c47c974cf0b7c05f61f3f3aa6af2f2334f96f51 Mon Sep 17 00:00:00 2001 From: Silas Dilkes <36165522+sjdilkes@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:41:16 +0000 Subject: [PATCH] Update GreedyPauliOptimisation.hpp --- tket/include/tket/Transformations/GreedyPauliOptimisation.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tket/include/tket/Transformations/GreedyPauliOptimisation.hpp b/tket/include/tket/Transformations/GreedyPauliOptimisation.hpp index aad24b0524..fe4af91c35 100644 --- a/tket/include/tket/Transformations/GreedyPauliOptimisation.hpp +++ b/tket/include/tket/Transformations/GreedyPauliOptimisation.hpp @@ -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> stop_flag); - GPVertSet get_successors(const GPVert& vert) const; GPVertSet get_predecessors(const GPVert& vert) const;