Antonio Martinez
Antonio Martinez
Embedding classical data into quantum circuits just means that the parameters of the circuit are controlled by the dataset. We have an example of such an embedding using TFQ in...
So most of this code looks to be copied from our already existing notebook at https://github.com/tensorflow/quantum/blob/research/binary_classifier/binary_classifier.ipynb I see that, relative to the existing notebook, you simplified the quantum data input...
@geoffroeder
Seems like a differentiable state simulator is something people want, if we don't do it in TFQ people might go elsewhere for it. Having it under the TFQ umbrella, we...
I would add that placing errors in the gates randomly works quite well with the TFQ circuit batching feature. If one has a channel represented as a probabilistic mixture over...
Yes, I think we can use the pure state simulator in both cases with twice the qubits for all those channels. I have a draft tutorial we can discuss which...