diff --git a/tket/include/tket/Transformations/GreedyPauliOptimisation.hpp b/tket/include/tket/Transformations/GreedyPauliOptimisation.hpp index aad24b0524..72715210db 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); GPGraph get_graph(