diff --git a/tket/include/tket/Transformations/GreedyPauliOptimisation.hpp b/tket/include/tket/Transformations/GreedyPauliOptimisation.hpp index fe4af91c35..513dba640d 100644 --- a/tket/include/tket/Transformations/GreedyPauliOptimisation.hpp +++ b/tket/include/tket/Transformations/GreedyPauliOptimisation.hpp @@ -525,7 +525,7 @@ typedef boost::adj_list_vertex_property_map< */ class GPGraph { public: - /** Construct an GPGraph from the circuit size */ + /** Construct an GPGraph from the qubits and bits */ GPGraph(qubit_vector_t qubits, bit_vector_t bits); GPVertSet get_successors(const GPVert& vert) const;