Closed CalMacCQ closed 6 months ago
Updating the QPE example notebook so that the name QFT† shows up in the circuit diagram
QFT†
This is done by explicitly setting the name of the CircBox with CircBox.circuit_name(Added in the 1.27.0 pytket release).
CircBox
CircBox.circuit_name
I've also used Circuit.add_gate where possible in prefernce to other Circuit methods.
Circuit.add_gate
Circuit
Please mention any github issues addressed by this PR.
Description
Updating the QPE example notebook so that the name
QFT†
shows up in the circuit diagramThis is done by explicitly setting the name of the
CircBox
withCircBox.circuit_name
(Added in the 1.27.0 pytket release).I've also used
Circuit.add_gate
where possible in prefernce to otherCircuit
methods.Related issues
Please mention any github issues addressed by this PR.
Checklist