-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qw11q line B #151
qw11q line B #151
Conversation
Latest status:
|
I have tested the platform and it is working except with standard rb: when a circuit with the same number of qubits of the chip is executed on hardware, an error is raised:
Here the full log: out.log. Just for the context, this is the runcard (it is just a test of the protocol): platform: qw11q
targets: ["D2"]
actions:
- id: standard rb
operation: standard_rb
parameters:
depths: [1, 5]
niter: 2
nshots: 500
seed: 1234 and these the commits:
I am not sure, if it is related to this specific platform or qibolab (@alecandido @stavros11, what do you think ?), btw for the rest the calibration is good enough and we could merge this PR. |
I could reproduce the issue, and it is most likely specific for this platform. I'm investigating |
I have to investigate in greater details, but the problem seems to be related to just the RB. Essentially, it seems that the RB is trying to instantiate a new platform and connect it, without disconnecting the already connected one. For this reason, It could also be that there is a single platform around, but the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the issue is only about Qibocal, we can merge this PR.
Since we could not work with line A, we decided to also connect line B to QM and the corresponding TWPA was calibrated today by the lab. All resonators show flux dependence, however the sweetspots of two of the qubits seem to be beyond reach. I have not tried to find the qubits yet, I will try to continue tomorrow.
Note that line B and line D (the other working line in this chip) do not share connections for two-qubit gates, so they could also be operated as two separate 5q chips. For now I decided to put everything in the same platform and also still keep A, because this provides the most information. Depending on how we eventually operate this, we may want to drop A and split B and D to two separate platforms. This may slightly speed up scripts as it won't need to perform health check on all 5 octaves every time, however it won't be possible to address both B and D in parallel in the same script (now it is). Also, if there is crosstalk between B and D (not investigated yet), parameters may be slightly affected when using one vs two platforms.