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
In contrast to regular bits (held in registers) you cannot simply create copies of qubits. In combination with the SSA form used in the Quantum dialect this boils down to analysing the use-def chains of a quantum program constraining all uses of a qubit to maximum 1.
The text was updated successfully, but these errors were encountered:
In contrast to regular bits (held in registers) you cannot simply create copies of qubits. In combination with the SSA form used in the Quantum dialect this boils down to analysing the use-def chains of a quantum program constraining all uses of a qubit to maximum 1.
The text was updated successfully, but these errors were encountered: