-
Notifications
You must be signed in to change notification settings - Fork 65
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
Clarify the Conventions in Pulser #573
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
Great documentation, as far as I am concerned it is very clear and it will for sure help users :) Just found a minor typo and have two suggestions
tutorials/quantum_simulation/Spin chain of 3 atoms in XY mode.ipynb
Outdated
Show resolved
Hide resolved
@HGSilveri I have only a couple of small comments but it all looks good to me:
|
Thanks for the review @madagra ! I'm not sure I understand your comments. From my understanding, endianness refers to how a binary number is stored in a register and displayed, so it is only relevant when you are reading your samples as a binary number. I think it's preferable to leave this up to the user and stick solely to matching the samples to the order of the qubit IDs. Let me give you an example: Take a register with qubit IDs Also, can you point me to where ordering is flipped in the XY basis? This shouldn't be the case. |
I had a quick read without checking the validity of the maths. |
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.
I in fact had this small comment
Nit: There is a reference to conventions page in the notebook about SLM
Perhaps we could link both pages ? |
This looks good to me ! |
I was still waiting for a reply from @madagra, but I guess I can merge and then make modifications later if necessary |
Main changes: e0943d9 Override `optimal_detuning_off` on stored calls (#588) 3e40319 Deprecate legacy serializer + Improve error messages (#585) 9e05982 Adding register_is_from_calibrated_layout and is_calibrated_layout to Device (#586) c08dfa8 Adding dmm config and modulation to sequence (#564) 5270944 Clarify the Conventions in Pulser (#573) 2315989 Give access to all EOM block parameters and allow for phase drift correction (#566) d5ac020 Adding DetuningMap, DMM (#539) f56a19f Remove expired deprecations in pulser-pasqal
Closes #571 .