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
For some applications, the target bitsize for the data I need to load is quite high. I am able to represent them as integers since Python integers have unlimited precision, but the use of a numpy array above results in the error RuntimeWarning: invalid value encountered in cast and prevents resource analysis.
This line in QROMBase limits the precision for the data used in SelectSwapQROM.
Qualtran/qualtran/bloqs/data_loading/qrom_base.py
Line 238 in 0d8793e
For some applications, the target bitsize for the data I need to load is quite high. I am able to represent them as integers since Python integers have unlimited precision, but the use of a numpy array above results in the error
RuntimeWarning: invalid value encountered in cast
and prevents resource analysis.To reproduce the error:
The text was updated successfully, but these errors were encountered: