quantum
quantum copied to clipboard
Hybrid Quantum-Classical Machine Learning in TensorFlow
# Changes Fixed a typo in the `differentiator.Differentiator.differentiate_analytic` docstring. "... calls he inheriting ..." got changed into "... calls the inheriting ..."
change python version using this code !apt-get update -y !apt-get install python3.8 python3.8-distutils -y !update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1 !update-alternatives --config python3 from IPython.display import clear_output clear_output() for pip...
Hi everyone ! I have tried to install TFQ several times and on different platforms. I cannot find any version without package conflicts. I have read some comments in the...
After installing (on a Windows machine) tensorflow and tensorflow-quantum as explained in the repository, I don't manage to import tensorflow_quantum, since I get the _tfq_simulate_ops.so error (_tensorflow_quantum\core\ops\_tfq_simulate_ops.so not found_). I...
hello, we are tying to install T-quantum on a server at our location, tensrflow 2.13 is installed and all other requirements installed via conda. python3 version installed is 3.11. when...
This problem has been brought up repeatedly for a few months and it's a classic example of 'the solution is trivial and is left as an exercise for the reader'....
Can't install tensorflow-quantum through pip , conda , or git clone. I have installed all the dependencies , and followed all approaches . - pip : ERROR: No matching distribution...
No version available through pip/conda to install tfq. Also Google colab notes are not working.
I initially tried to follow this [colab notebook tutorial](https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqa29jdHVYbkI2RWRtY0JrRVF4eWFqVmNhMEJ0UXxBQ3Jtc0trSXVUYXppZ1BwdlhjQkZJRTJmSnlhOE4xb1FoajhwQXRfSE05dmpGLUQ1bHF5eUV5LXpmR1RKaHltRXlKN2xNdUExY3NkWmx6V1RuYndPTDZQNUhkUFljY3ZPdUVRWkRDNHFyeE5TTXVSbG5EcVktbw&q=https%3A%2F%2Fcolab.research.google.com%2Fdrive%2F1qFryKqadLhLDJxsaVuqzodNZuC7n5yp7%23scrollTo%3D7KLLfzD4SPRJ&v=2g7wIZLbt0I) from a youtube video from three years ago. I am using a M1 Macbook Pro. I also have tried on HP...
Currently, due to a Google Colabs update, the libraries are not compatible with the current version of a few dependencies. This description in the README.md document includes compatible versions for...