-
Intermediate Software Development
Sam Mangham, Ed Parkinson, Chiedozie Okorie,
Afternoon of 8 October 2024, 13:00-17:00
[EPSRC CDT in Quantum Technology Engineering](https://qte.ac.uk/)
Note…
-
Exploring the concept of autonomous machines, particularly within the context of directions (navigation, decision-making, etc.), involves several technical aspects that combine elements of artificial …
-
**Is your feature request related to a problem? Please describe.**
I haven't seen an implementation of Durr Hoyer that is ready to use. I would like to contribute to a Q# Durr Hoyer library.
I st…
-
### Expected behavior
`dynamic_one_shot` works as a QNode transform.
### Actual behavior
```python
@partial(qml.dynamic_one_shot, postselect_mode="fill-shots")
@qml.qnode(qml.device("default.qubi…
-
Hello! While fitting VQC on a (3599, 20) training dataset I faced the following exception:
`MemoryError: Unable to allocate 1.64 GiB for an array with shape (1048576,) and data type
-
Hello, I am learning quantum stochastic processes. When I try to run codes given in this example [https://qojulia.github.io/QuantumCumulants.jl/stable/examples/heterodyne_detection/#](url), the progra…
-
In order to do the Bell's inequality code do we just follow IBM's: tutorial https://learning.quantum.ibm.com/tutorial/chsh-inequality and edit the quantumcode.py in our own codespaces?
-
Check out: https://learning.quantum.ibm.com/tutorial/chsh-inequality
and implement Steps 1 and 2 for our project
if you copy code make sure to respect potential copyright and licenses
-
# Description
I do not have a specific project in mind. It would be great if there is a mentor interested in this topic. I would want to work on research on Quantum Reinforcement Learning algorithms …
-
Hi,
I would like to clarify the following code that was used to implement geometric difference from the paper: "The power of data in quantum machine learning".
def calculate_geometric_difference…