Hi everyone,
I’m working on a hybrid quantum–classical model for deepfake detection, where a quantum circuit forms part of a variational model. I’m currently using classical optimizers (Adam, SPSA, etc.), but I’m curious whether probabilistic programming could offer a more principled or more stable way to optimize the quantum circuit parameters.
More specifically:
-
Has anyone tried using PyMC to place priors over quantum circuit parameters and perform Bayesian optimization or posterior inference?
-
Are there examples of using PyMC to tune parameters of variational quantum circuits (VQCs) similar to how we tune weights in a neural network?
-
Is this something that could work well with hybrid setups (classical PyMC + quantum circuit simulator/real QPU in the loop)?
-
If you’ve done something similar with NumPyro, Pyro, or TensorFlow Probability, I’d also really appreciate hearing about your experience.
My goal is to adapt quantum circuit parameters in a way that incorporates uncertainty and avoids some of the instability I’ve seen with gradient-based optimizers. Any pointers, examples, or references would be extremely helpful!
Thanks in advance!