You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the tracking issue for features related to the circuit editor experience. The current MVP is to give users the ability to create and edit circuit diagrams alongside Q# code and have these be interoperable in Q# projects.
MVP Tasks
Clean up prototype code.
Remove extra "edit" state which is getting in the way.
Edit Mode vs. Readonly Mode
Add/Remove qubit lines
Add support for controlled/adjoint gates. (week)
Add new circuit files (maybe a week given current design)
Iterate on circuit representation format (large item, needs more design)
Implement cleaner UI (large item, needs more design and input from team)
Advanced Features
Change measurement output representation
View generated Q#
Conditional Branching
Sub-operations
Loops
Qubit alloc/dealloc
Circuit Visual Pivot
Embed Q# code in circuits
Jupyter Notebook experience
Trace Circuit vs. Logical Circuit
Circuit Gen from QIR
The text was updated successfully, but these errors were encountered:
This is the tracking issue for features related to the circuit editor experience. The current MVP is to give users the ability to create and edit circuit diagrams alongside Q# code and have these be interoperable in Q# projects.
MVP Tasks
Advanced Features
The text was updated successfully, but these errors were encountered: