PennyLaneAI / pennylane-cirq

The PennyLane-Cirq plugin integrates Google's Cirq software library with with PennyLane's quantum machine learning capabilities.
https://docs.pennylane.ai/projects/cirq
Apache License 2.0
49 stars 18 forks source link

Add support for parametrized quantum circuits #9

Open johannesjmeyer opened 4 years ago

johannesjmeyer commented 4 years ago

This is achieved in cirq using sympy variables.

mariaschuld commented 3 years ago

@johannesjmeyer can this be closed? If not, could you expand a bit?

johannesjmeyer commented 3 years ago

Did somebody add the functionality in the meantime? In the end this is about the possibility to have "parametrized quantum circuits" in Cirq where you use a sympy variable instead of a number for parameters that should speed up compilation and those things.

josh146 commented 3 years ago

It hasn't been added no. I would argue that we should leave this one open, as:

I might even add 'good first issue'