Circuit from a retrieved job

Hello,

I would like to know how to display a circuit from a retrieved job.

There is some identification on the Payload like:

“circuit”: “:PCVL:zip:eJyzCnAO87FydM4sSi7NLLFydfTMDAhydI7MyvZ0zPD0cg5KLwlyCzH3TMvWd0/P9nJEgEznwGwEzznfyzkQwfVFVWsLAHhPHpA=”,

I just don’t know how to use it.

I would appreciate any help.

Thanks

Hello,

You can deserialize the circuit and display it using pcvl.pdisplay()
https://perceval.quandela.net/docs/tools.html#serialization

something like

circuit = deserialize(":PCVL:.....")
pcvl.pdisplay(circuit)