You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
My goal here is to create a Quantum Generative Adversarial Network (QGAN). A critical component of this endeavor is the ability to sample from a normal distribution. However, given the constraints of the (Hadamard based) available quantum random number generator, which only produces 1 and -1, there's a necessity to create continuous random numbers between -1 and 1 (or 0 and 1).
The question at hand is whether it's feasible to train and optimize a Parametrized Quantum Circuit (PQC) to generate a Gaussian distribution with a zero mean. If this is possible, the corresponding code would be very beneficial.
Thanks,
The text was updated successfully, but these errors were encountered:
Hello,
My goal here is to create a Quantum Generative Adversarial Network (QGAN). A critical component of this endeavor is the ability to sample from a normal distribution. However, given the constraints of the (Hadamard based) available quantum random number generator, which only produces 1 and -1, there's a necessity to create continuous random numbers between -1 and 1 (or 0 and 1).
The question at hand is whether it's feasible to train and optimize a Parametrized Quantum Circuit (PQC) to generate a Gaussian distribution with a zero mean. If this is possible, the corresponding code would be very beneficial.
Thanks,
The text was updated successfully, but these errors were encountered: