Open QuantumJaeYoo opened 1 year ago
This PR adds python layers of cuQuantum-accelerated differentiators, simulation layers.
For this purpose, this PR adds use_cuquantum for each python keras layers.
use_cuquantum
Also, circuit_execution_ops.is_gpu_configured() function gives us if the TFQ is built for cuQuantum GPU or not as a boolean value in python.
circuit_execution_ops.is_gpu_configured()
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 is built for cuQuantum GPU or not as a boolean value in python.