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
Use explicit fixed width types such as uint32_t instead of unsigned int.
We are capping number of qubits to MAX_UINT16. However, group inds representing qubits use a mix of unsigned int and uint16_t. Standardize everything related max number of supported qubits to uint16_t.
uint32_tinstead ofunsigned int.MAX_UINT16. However, group inds representing qubits use a mix ofunsigned intanduint16_t. Standardize everything related max number of supported qubits touint16_t.