QuantumKatas icon indicating copy to clipboard operation
QuantumKatas copied to clipboard

Add Memory Management Tutorials and Concepts

Open metahris opened this issue 2 years ago • 1 comments
trafficstars

Hello,

Would you please add some tutorials and basic concepts about Quantum memory management in a Q# program?

Thanks Mohamed

metahris avatar May 17 '23 12:05 metahris

Could you clarify what do you mean by "quantum memory management in Q#"?

If it's the memory management the way Q# documentation defines it, qubit allocation and deallocation, it's briefly covered in the Qubit and Multi-Qubit Systems tutorials, and it doesn't really have much depth beyond that.

If, however, you mean QRAM and QROM-adjacent topics, they're slightly more advanced than I'm prepared to dive into right now :-) There are some QRAM materials in https://github.com/qsharp-community/qram that you could probably use as a starting point.

tcNickolas avatar May 19 '23 19:05 tcNickolas