Matrix multiplication with compressed gadget

Dear all,

i have implemented many linear algebraic operations with Pennylane. Such as Matrix multiplication and matrix addition. How can write a tutorial about them?

Best,

Sasan

Hi @sassan_moradi ,

That’s great!

You can submit a community demo by creating an issue on GitHub here. The demo will be hosted on your own repository but we’ll add a card for it in the Community Demos page.

You can see the guidelines for the demo here. The main things that I recommend is having a README that clearly shows where to find your code and how to run it, as well as specifying the version of PennyLane and other packages you use. You’re free to have your code as a notebook or other format. The more polished the better so that others can understand it.

Thanks in advance for your contribution! Let me know if you have any questions.