Extract circuit keys from MLIR

How do we extract circuit keys from MLIR?

Hi @Laser_beam,

What do you mean by extract circuit keys?

Oh I was observing the compilation flow and was faced with a doubt that how are we actually generating the keys once we have mlir ,any way to observe each steps?

Key generation has the following stack in Python bindings:

You can go deeper from there, here is the example for secret keys:

Hope this answers your question!

1 Like