qram
qram copied to clipboard
Implement data validation
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[]).
#19 is a start at this, we need more checks for data sets that might have duplicates, missing values, etc.