Skip to content

Commit

Permalink
Merge branch 'add-timeout-to-graph-construction' of https://github.co…
Browse files Browse the repository at this point in the history
…m/CQCL/tket into add-timeout-to-graph-construction
  • Loading branch information
sjdilkes committed Dec 5, 2024
2 parents 2c47c97 + 0ec3543 commit 1f5014c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1f5014c

Please sign in to comment.