-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area/classicalroadmapfor higher level roadmap items to capture conversations and feedback (not for project tracking)for higher level roadmap items to capture conversations and feedback (not for project tracking)
Description
Problem: Cirq currently only supports a single unrolled circuit. In Feedforward above a simple example of a flow control primitive, a simple conditional is considered. This feature is to expand the set of flow control primitives. Examples of these primitives could be count-controlled loops (for loops), condition-controlled loops (while blocks), collection-controlled loops (for loops for collections), early exit from loops, skipping from loops, case statements. In addition to the flow controls themselves, specification of what can be done with the data that is consumed and produced by these flow controls needs to be specified.
Depends on feature: Classical data (#3231)
Rough requirements:
- Allow users to use flow control statements in their programs
- Specify how execution unrolls.
- Support serialization of the specification of flow control.
- Fit in with the specification of data in the Classical Data feature
Metadata
Metadata
Assignees
Labels
area/classicalroadmapfor higher level roadmap items to capture conversations and feedback (not for project tracking)for higher level roadmap items to capture conversations and feedback (not for project tracking)