-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
Milestone
Description
Task of feature #4
Generic Gate Properties
- number of qubit it acts on
- children (also gates)1
- matrix representation
- parameters (like variable phase in CPHASE)
- some unique identifier, preferably something that describes their logical operation like sigma_x, but is also machine-readable, so that an algorithm can compose gates automatically(like a unique matrix representation)
1Because this is matrix multiplication the order in which the children are matters!
Reactions are currently unavailable