Skip to main content
1 vote
0 answers
41 views

I am trying to use Numpy Eigensolver with Qiskit to get the exact eigenvalues/states of H2, but I found that the superposition with the plus state is being tagget as singlet and with minus as triplet, ...
Maria Gabriela Oliveira's user avatar
2 votes
0 answers
59 views

I'm doing a small program that is supposed to classify the data of the Wisconsin Breast Cancer database contained in sklearn.datasets using Quantum Neural Networks (specifically EstimatorQNN). I think ...
Andrea Bianchi's user avatar
1 vote
0 answers
30 views

I'm currently working on implementing modular arithmetic operations as part of a post-quantum cryptographic primitive (e.g., Kyber or NTRU) using Qiskit. Specifically, I'm focused on building an ...
Supercell Burner's user avatar
0 votes
0 answers
60 views

I would like to use from pymatgen.io.espresso.inputs.pwin import PWin as PWin to generate an input file for Quantum Espresso from a cif file. I have already read the cif file using pymatgen : from ...
Wolfy's user avatar
  • 1
0 votes
1 answer
242 views

I'm implementing quantum edge detection, and to do so i need to get the counts after running in the real hardware. I am trying to run throught qiskit-ibm-runtime, but the result I obtain is in ...
Daniel Coelho's user avatar
0 votes
0 answers
63 views

I have used pyblock3 to construct MPS (Matrix Product State) and MPO (Matrix Product Operator) and then found the ground state energy with DMRG (like in the code). I tried to save all the MPS ...
NightSilver's user avatar
0 votes
0 answers
57 views

[languages & Tech Stack: C++, Python, OpenFHE] I'm encountering an issue when trying to use separate functions (or executables) for key generation and vote encryption. In my workflow, I generate ...
Ankush_anonymous's user avatar
2 votes
1 answer
152 views

I am trying to optimize a quantum circuit using scipy.optimize.minimize and Qiskit Runtime's Estimator, running on an IBM Quantum real device. However, I am encountering the following error: ...
Clovis Caface's user avatar
0 votes
0 answers
39 views

I'm new to strawberryfields and I'm trying to implement the gate in Fig. 1 of KLM's 2001 paper. This is my code: import numpy as np import strawberryfields as sf from strawberryfields import ops from ...
aim137's user avatar
  • 21
-1 votes
1 answer
266 views

I want to try using IBMQ from my local computer using API Token. As the documentation, i already try to install qiskit and qiskit ibm runtime in virtual environment(in my case i use conda). The ...
M Rifqi Azkiya's user avatar
1 vote
1 answer
184 views

So, I tried to simulate this gate on Colab using matplotlib. The histogram is showing at the end, but not the circuit. I have tried out all fixes suggested by ChatGPT such as force inline and ...
Abitatha Roy's user avatar
0 votes
0 answers
38 views

I am working on a quantum reinforcement learning model using PennyLane, PyTorch, and a stock trading environment from finrl library.When I run my training function, I get following error. Any help is ...
user1566490's user avatar
0 votes
0 answers
57 views

I am trying to execute one simple Quantum gate (to put a qbit in superposition state). I am able to simulate it in my local PC with AET modules. But when trying to execute same on quantum resource, I ...
Sathya a.h's user avatar
0 votes
1 answer
218 views

My goal is to create a noise model that has errors proportional to those of a fake backend. For example a backend where every error strength is 10% of what it is in FakeManila. I have extracted a ...
QuantumCoder's user avatar
1 vote
0 answers
49 views

I’m trying to implement the Harrow-Hassidim-Lloyd (HHL) algorithm for two simultaneous equations. However, I’ve encountered a challenge because the matrices involved have different dimensions: ...
eedr_dane's user avatar

15 30 50 per page
1
2 3 4 5
28