Quantum Jae Yoo

Results 6 issues of Quantum Jae Yoo

This PR is upgrading TFQ's cirq deps from 0.13.x to >=1.0.

This PR is the last sub PR from #774 - PQC and ControlledPQC : cuQuantum enabled. - NoisyPQC and NoisyControlledPQC : not supported.

This PR adds python layers of cuQuantum-accelerated differentiators, simulation layers. For this purpose, this PR adds `use_cuquantum` for each python keras layers. Also, `circuit_execution_ops.is_gpu_configured()` function gives us if the TFQ...

This is the PR having the core C++ cuQuantum accelerated ops. - Upgrades qsim to 0.16.1, and adds cuquantum_configure to set the local compilation setup in bazel. - scripts/test_all.sh has...

This PR standardizes the way of using PhiloxRandom generators based on TensorFlow's random ops. - RandomOps have seed / seed2 attributes with `SetIsStateful()` option ([codes](https://github.com/tensorflow/tensorflow/blob/3e640cb8cae29d5803e9b4724183ce0bea55e721/tensorflow/core/ops/random_ops.cc#L26-L34)) - Random generators are initialized...

https://github.com/tensorflow/docs/releases/tag/2023.5.24.56664 related to #774