101AlexMartin

Results 18 comments of 101AlexMartin

Thanks for the answer @lockwo . I migrated to Linux (_CentOS Linux release 7.9.2009_) to try solving the issue, but I still get an error with the _simulate_ops_: ``` Traceback...

I would then suggest not to specify in the installation guide (https://www.tensorflow.org/quantum/install) to install TF2.11 if it ends up not being compatible with the current TFQ version, it is misleading.

Why is it abandoned? I think it would be good to clarify the version compatibility, at least to put one working version for windows and another for linux. If an...

That's a pity then. Changing topics. Do you know how to integrate a PQC into a Sequential block of Dense layers? I'm not an expert on quantum computing so I'm...

Thanks for the answer. I assume the `PQC` layer cannot have a classical layer upstream. I was trying to connect a 3 neurons dense layer (_dense_2_) to a `PQC`, by...

Thank you so much for the answer. - Is there any theoretical advantage of the `ReUpload` layer over the `ControlledPQC`? I saw the original paper, and they stress the fact...

I see. It's a pity Google has abandoned it. It might be because it has grown to its full potential for now, or maybe because on classical data, QML does...

If the output of the circuit can be different for the same input, how does the concept of QML make sense? For training I assume you run the circuit several...

I see. How do you usually handle this issue when using TFQ? I see that for the PQC layer, for instance, _repetitions_ is set to None by default. Does it...

But if they are computed analytically, doesn't it lose the probabilistic nature of the measurement?