qram icon indicating copy to clipboard operation
qram copied to clipboard

Implement data validation

Open glassnotes opened this issue 5 years ago • 1 comments

When a qRAM is instantiated, we need to make sure that data has the correct format, which is an array of tuples of the form (Int, Bool[]).

glassnotes avatar Jun 19 '20 00:06 glassnotes

#19 is a start at this, we need more checks for data sets that might have duplicates, missing values, etc.

crazy4pi314 avatar Jul 06 '20 21:07 crazy4pi314