MichaelBroughton

Results 40 comments of MichaelBroughton

After you've read the code you could: 1. Fork the code and work on a local copy. 2. Time the original implementation and yours on some big reference circuits. 3....

Hi @kharazity. Thanks for raising the issue. > Ultimately, this is something I'd like to run on either physical or simulated hardware, but I don't see support for this currently...

Is this issue still coming up for you @Prakhar998 ?

Thanks for clearing this up @lockwo ! To confirm we do not currently support windows in our latest releases and in order to upgrade to the latest version, one does...

Has this been superceded by feature testbed stuff @mpharrigan ?

Can you merge this with the latest master and ensure this is all still working ?

Totally agree, one hard part might be dealing with writing down parameter shift rules for 3 qubit gates, but it should still be possible.

To anyone looking to implement this, It would entail making a new custom op, very similar to https://github.com/tensorflow/quantum/pull/554, but instead making use of our qsim trajectory simulator and requiring a...

This could wind up being a fairly large feature to undertake for adding into TFQ everywhere. I think roughly what would need to be done is: 1. Get support for...

Intersting, right now we support a lot (but not all) of the gates one could make in Cirq. Exceptions include: multi qubit control, `PhasedXZ` and `cirq.MatrixGate`. This support is provided...