qsharp-community / qram

Library for Q# implementing various qRAM proposals
MIT License
52 stars 17 forks source link

Implement data validation #10

Open glassnotes opened 4 years ago

glassnotes commented 4 years ago

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[]).

crazy4pi314 commented 4 years ago

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