Skip to main content

Questions tagged [variational-quantum-algorithms]

Filter by
Sorted by
Tagged with
0 votes
1 answer
115 views

I'm working on a hybrid quantum-classical neural network that augments a classical CNN with a variational quantum circuit (VQC) for image classification for a medical image dataset. Model architecture ...
Isaac Cheong's user avatar
-1 votes
1 answer
170 views

i used code from below and getting error like AlgorithmError: 'The primitive job to evaluate the energy failed!' i need help regarding this, i was trying to calculate binding energy of deuteron by ...
SK SAIF IBNA EZHAR ARKO's user avatar
1 vote
2 answers
133 views

What is the optimal gate structure for a quantum circuit on N qubits to controllably approximate an arbitrary (2^N x 2^N) unitary matrix, having as few number of total (gate) parameters as possible ? ...
Arun's user avatar
  • 113
0 votes
0 answers
92 views

My question is specifically about VQC and the working of Ansatz. Let me put my understanding first: Data values of classical dataset are encoded into the qubits using angle encoding (I used ...
Shakeel Ur Rahman's user avatar
1 vote
0 answers
53 views

I am reading a research paper: "Variational Quantum Algorithm Based on the Minimum Potential Energy for Solving the Poisson Equation". [ArXiV] In the paper, the authors try to solve the ...
Byeongyong Park's user avatar
0 votes
2 answers
115 views

I am attempting to do a variational quantum algorithm where the circuit is parameterized with ${\theta}$ and then I calculate the expectation value of the qubit, plug it in a cost function and then an ...
yousef elbrolosy's user avatar
0 votes
1 answer
110 views

Parameterized quantum circuits (PQCs) are a key component in many quantum machine learning (QML) and variational quantum algorithms, such as the Variational Quantum Eigensolver (VQE) and quantum ...
Parmeet Singh EP 066's user avatar
2 votes
0 answers
141 views

I am currently studying algorithms related to VQA. I have built a circuit to calculate the cost function and optimized it using a classical optimizer. During the initial optimization iterations, ...
MrEightL's user avatar
1 vote
0 answers
60 views

I have been trying to implement this paper on identity block initialisation strategy for barren plateau mitigation but I don't really understand how one would apply it to a parameterised circuit with ...
Moto's user avatar
  • 11
1 vote
0 answers
81 views

I was studying VQLS in https://qiskit.org/textbook/ch-paper-implementations/vqls.html and since I could not understand the circuit created by the new Hadamard test (...
MrEightL's user avatar
2 votes
1 answer
166 views

I am currently running numerical simulations of a single qumode state acted upon by a parameterised unitary. The qumode state is realised as a Fock state with a fixed cutoff dimension $(d)$ and is ...
Song of Physics's user avatar
1 vote
1 answer
232 views

When the parameterized unitary is of the form $e^{-i\theta V}$, where $V$ is a Hermitian operator of the unitary, we can use parameter shift rule to calculate the gradient. In this paper, it says: &...
peachnuts's user avatar
  • 1,555
2 votes
0 answers
117 views

In Qiskit's QGAN example, the parameterised quantum circuit to be trained is the EfficientSU2. I have not found any citation there on the choice of this circuit, and the only justification is that it ...
Wolfman Jack's user avatar
1 vote
1 answer
130 views

In the variational classifier demo from Pennylane, the data loading is performed with ...
Sarvapriya Tripathi's user avatar
4 votes
2 answers
215 views

So I am working with a variational quantum algorithm and I realised that it would be very beneficial if I could create an ansatz where all the states in the superposition have same numbers of 1s. For ...
Cheshta Joshi's user avatar
1 vote
1 answer
129 views

Image classification using variational quantum circuit is described in here. 3 image clusters having clearly separable 3 feature coordinates have been chosen to be: There are classical clustering ...
James's user avatar
  • 561
1 vote
0 answers
116 views

I tried to use the available open-source IBM quantum machines. I’m trying to do a classification using the VQC classifier to classify data, but I encountered a problem. The VQC keeps fitting on the ...
lynda lebdjiri's user avatar
1 vote
1 answer
246 views

I am currently trying to implement the tutorial in pennylane https://pennylane.ai/qml/demos/tutorial_vqls.html for very complex example in 3 Qubit and cost function is very high in spite of adding ...
Nithin Reddy Govindugari's user avatar
1 vote
2 answers
403 views

I'm quite new to QML and I don't understand how the parameters in a variational circuit are optimized. I read about the parameter shift rule but what happens after the gradient is calculated ? How do ...
Duen's user avatar
  • 476