You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GHZ_state_target_imag.txt is just a bunch of 0: a 16x16 matrix filled only with zero.
I was following this tutorial on how to reconstruct a density matrix: tutorial density matrix and I just followed it step by step, copying and pasting the code:
I tried epochs = 2500, 5000, 10000 but it always converges very first to a very low Fidelity and stuck with it til the end.
I also tried different lr, k, pbs etc but it is always the same thing.
The tutorial that I am following is for a 2 qubit state, but now I am trying to learn a 4 qubit and I am not sure if I need to change something in the code. If so: what? if not: what am I doing wrong.
Any help will very, very useful! Really.
The text was updated successfully, but these errors were encountered:
Hi, I am new very new to qucumber, and I was trying to fir a nn_state to a 4qubit state:
The
GHZ_state_target_imag.txt
is just a bunch of 0: a 16x16 matrix filled only with zero.I was following this tutorial on how to reconstruct a density matrix: tutorial density matrix and I just followed it step by step, copying and pasting the code:
Just like in the tutorial, except for some parameters like learning rate and all that stuff.
A sample of my data:
I am using only ZZZZ bases for now, but I tried with some different ones. My problem is: the network is not learning!
The output of the training:
I tried epochs = 2500, 5000, 10000 but it always converges very first to a very low Fidelity and stuck with it til the end.
I also tried different lr, k, pbs etc but it is always the same thing.
The tutorial that I am following is for a 2 qubit state, but now I am trying to learn a 4 qubit and I am not sure if I need to change something in the code. If so: what? if not: what am I doing wrong.
Any help will very, very useful! Really.
The text was updated successfully, but these errors were encountered: