Gopal Ramesh Dahale
Gopal Ramesh Dahale
### What should the reader gain from this new content? After reading this chapter, the student will understand the application of Grover's search in finding collisions in cryptographic hash functions....
### Summary Quantum CNN using torch connector following [this](https://www.tensorflow.org/quantum/tutorials/qcnn) tutorial. ### Details and comments @adekusar-drl @dlasecki Your help and feedback are much appreciated! This will fix #408 in future.
### What should we add? I wanted to contribute a new tutorial on Quantum CNN using Pytorch Lightning. I am following [this ](https://www.tensorflow.org/quantum/tutorials/qcnn) approach using jupyter notebooks. The implementation uses...
### Informations - **Qiskit Aer version**: 0.11.0 (qiskit-aer-gpu) - **Python version**: 3.7.14 - **Operating system**: Linux ### What is the current behavior? Passing `cuStateVec_enable=True` as a parameter to `AerSimulator` and...
I created a parameterized circuit using Cirq for Amplitude Encoding as described in [Supervised Learning with Quantum Computers](https://link.springer.com/book/10.1007/978-3-319-96424-9). The parameter is an arithmetic expression involving multiple operations like division and...
Replicating the code for [Hybrid quantum-classical optimization](https://www.tensorflow.org/quantum/tutorials/hello_many_worlds#2_hybrid_quantum-classical_optimization) in the [Hello, many worlds](https://www.tensorflow.org/quantum/tutorials/hello_many_worlds) tutorial with TPU (in google cloud) results in the following error. ``` Unsupported data type for TPU: string,...
**Title:** Quantum Circuit Born Machines **Summary:** Introduces the ideas of Quantum Circuit Born Machines (QCBMs) along with its gradient-based training. Applies QCBM to learn bars and stripes and two peaks...
### Project Name: Molecular Energy Landscapes of HEA in Quantum Computing for Carbon Capture ### Team Name: jetix ### Which challenges would you like to submit your project for? -...
### Environment - **Qiskit Algorithms version**: 0.3.0 - **Python version**: 3.10.0 - **Operating system**: Ubuntu 22.04.5 LTS ### What is happening? When using `ReverseQGT`, we get the following error: ```python...