-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
follow up to #2862:
- write release notes (added release notes for controlled gate class (#2862). #3465)
- delete unused imports in
test/python/circuit/test_controlled_gate.py
(PR Removing unused import modules from test_controlled_gate.py #3487) - add
circuit.to_gate()
shorthand (replace q_if with control #3455) - replace
q_if
withcontrol
(replace q_if with control #3455) [ ] bug: cannot getgate.to_matrix()
for a gate obtained frominstruction_to_gate(circuit_to_instruction(circ))
- bug:
base_gate
is a class, not an object, so it throws away the params (done in PR Params in controlled gates #3454) - the optimize_1q_gates should be able to handle optimizations where the chain of single-qubit gates are controlled by the same control lines
Metadata
Metadata
Assignees
Labels
No labels