MichaelBroughton
MichaelBroughton
Good Idea, perhaps we could put another small section at the end of the tutorial showcasing a quick use case of the differentiator you just made. Let's leave this open...
Thanks, for raising this issue. Would you mind providing a code snippet to show what error or problem is happening ?
Ok, I think this enough information to get a handle on what is going wrong. When you write an expression like this: ```python3 def discriminator(disc_weights): psi= (disc_weights[0] * QubitOperator('X0') +...
This seems like a reasonable addition. Although the reason we didn't work on this initially is because the shape of the tensor from an op like that would be very...
I can take this on. I'll plan to solve it in two steps: 1. Add a function to combine two trial results together (provided they have same params and qubits...
This looks awesome @jaeyoo ! Can we test this on github actions with GPU or add a kokoro job to do our GPU testing ?
This might have to do with: https://github.com/quantumlib/qsim/issues/69
Hi @jakeywatson contributions are always welcome! Another good issue for contribution would be to add in some more C++ ops see: https://github.com/tensorflow/quantum/issues/380 . If you see anything you like, there's...
I'd say either of `operator_matrix`, `operator_commutator` or `fidelity` would be a good place to start, with the easiest being fidelity (can probably get away without doing any C++ on it...
@jaeyoo Would you be able to take a look at this issue ? It seems like the ParameterShift differentiator is breaking with adding the new gates. I did some investigation...