-
Notifications
You must be signed in to change notification settings - Fork 652
Support dynamic quantum circuits #1087
Copy link
Copy link
Open
Labels
area/circuitsInvolves functionality related to circuits, circuit operations, etc.Involves functionality related to circuits, circuit operations, etc.priority/after-0.7.7Leave to after the TFQ version 0.7.7 releaseLeave to after the TFQ version 0.7.7 releaseskill-level/expertOne or more of the areas need deep expertiseOne or more of the areas need deep expertise
Metadata
Metadata
Assignees
Labels
area/circuitsInvolves functionality related to circuits, circuit operations, etc.Involves functionality related to circuits, circuit operations, etc.priority/after-0.7.7Leave to after the TFQ version 0.7.7 releaseLeave to after the TFQ version 0.7.7 releaseskill-level/expertOne or more of the areas need deep expertiseOne or more of the areas need deep expertise
Type
Fields
Give feedbackNo fields configured for Feature.
“Adaptive quantum circuits” (also known as dynamic circuits or feedforward circuits) is where a sequence of quantum operations is not fixed in advance but is determined by the outcomes of measurements made during execution. It involves a combination of (a) mid-circuit measurements in one part of a circuit, (b) real-time classical computation on the measurement outcomes, and (c) logic to decide on the application of controlled gates elsewhere in the circuit based on the results of the classical computation.
To support research into feedforward circuits, TensorFlow Quantum should support the ability for mid-circuit measurements to control later operations. This violates theoretical assumptions underlying the common approach of preparing a circuit and doing only terminal measurements, and may require significant work to implement