Antonio Martinez
Antonio Martinez
Possibly related to #586
Still need to get a more minimal example. Most toggleable place it's turned up is line 144 of the tests [here ](https://github.com/google/qhbm-library/blob/ccfec31f03e9ec75c26135fd3f8058afbc9152cf/tests/vqt_loss_test.py#L144), where I found that adding `persistent=True` to the...
Without seeing the code for `discriminator_network` we won't be able to diagnose the issue, could you post more? I suspect the main issue is that, to use circuits converted to...
What command to run to see the duplicate paths? When I run `dir(tfq.layers)` I get ``` ['AddCircuit', 'ControlledPQC', 'Expectation', 'NoisyControlledPQC', 'NoisyPQC', 'PQC', 'Sample', 'SampledExpectation', 'State', 'Unitary', '__builtins__', '__cached__', '__doc__', '__file__',...
Seems stale at this point, do you wish to update or should we close for now?
the main point is to add support for gates that qsim does not support, but that a custom sim passed in as `backend` might
I'm thinking of a global getter-setter framework like the low-latency stuff. There would be a default serializer compatible with qsim, but the user could set the global serializer to be...
We consider float32-typical error bars sufficient for quantum machine learning. This is because all real QPUs have errors far greater than this, and TFQ is targeted at development of algorithms...
Really enjoying the course! I also like darkmode - this ok to merge?
All that's left is addressing all the test cases above.