qsharp-community / qram

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

Allow access to largest address in MemoryBank #46

Open msoeken opened 3 years ago

msoeken commented 3 years ago

I suggest to expose the largest address to the MemoryBank UDT when generated with GeneratedMemoryBank. It is very useful when building QROM implementations that require a continuous address space (0 to N - 1).