From 0ec354397e141b6e46e2479d72601cc117808c6e Mon Sep 17 00:00:00 2001 From: Silas Dilkes <36165522+sjdilkes@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:27:43 +0000 Subject: [PATCH] Update tket/include/tket/Transformations/GreedyPauliOptimisation.hpp Co-authored-by: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> --- tket/include/tket/Transformations/GreedyPauliOptimisation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(