Flux crosstalk computation with flux pulse amplitude #1061
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In this PR I'm modifying the
flux_amplitude_frequency
protocol intially proposed in #974 to evaluate also flux crosstalk. This evaluation should be "more useful" compared to the one already available in main given that in this case I'm using flux_pulses.Here are a few examples:
http://login.qrccluster.com:9000/PrWiWFppRtiyaTHy3jRocA==/
http://login.qrccluster.com:9000/h2SDjCTvTj66-XdkfUr1tg==/
Here is an example of the crosstalk matrix computed using qubits B3 and B4:
Currently the crosstalk is almost 3 orders of magnitude lower which is more or less expected. See for example https://arxiv.org/pdf/2303.03347 and https://arxiv.org/pdf/2112.03708.
According to the qua documentation https://docs.quantum-machines.co/latest/docs/Guides/features/?h=crosstalk#crosstalk-correction-matrix it seems that it should be possible to just provide this crosstalk matrix to correct the flux pulses.
TODO: