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
The QRegister constructor or perhaps the QGL2 compiler should error check that all qubits in the QRegister refer to existing named qubits in the channel library (accessed via the global static if necessary). However, we may need to consider the (future) usage where a QGL2 program is run WITHOUT first assigning to particular qubits, but rather the compiler is asked to do that assignment automatically.
The
QRegister
constructor or perhaps the QGL2 compiler should error check that all qubits in theQRegister
refer to existing named qubits in the channel library (accessed via the global static if necessary). However, we may need to consider the (future) usage where a QGL2 program is run WITHOUT first assigning to particular qubits, but rather the compiler is asked to do that assignment automatically.See related tickets #31, #32
The text was updated successfully, but these errors were encountered: