Skip to content
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

Release v0.15.0 #589

Merged
merged 20 commits into from
Sep 27, 2023
Merged

Release v0.15.0 #589

merged 20 commits into from
Sep 27, 2023

Conversation

HGSilveri
Copy link
Collaborator

@HGSilveri HGSilveri commented Sep 27, 2023

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

HGSilveri and others added 20 commits July 13, 2023 18:33
Bring in changes from v0.14.0 release
* adding dmm, draw to DetuningMap

* Testing avoiding circular import

* Refactoring to avoid circular imports

* Fix broken UTs

* Import sorting

* Fixing plot DetuningMap

* Serialization/Deserialization of DMM in device

* Fixing typos

* Testing DMM and DetuningMap

* Fixing typo

* adding xfails, fixing type

* Remove DMM from devices and finish UTs

* Take into account review comments

* Add annotations

* Error in Global and Local

* Defining _DMMSchedule

* Fixing nits

* Fixing typo

---------

Co-authored-by: HGSilveri <[email protected]>
* Update to jsonschema > 4.18

* Try Sphinx < 7
…rection (#566)

* Isolate detuning off calculation

* Adding option to correct for phase drift in EOM mode

* Add UTs for phase drift correction

* Abstract repr support

* Include phase drift correctin in the EOM tutorial
* Fixing error message in switch_device

* Modifying comments
* Adding forgotten strict in test
* Change default sampling rate

* Add hint to docstring

* Fix test

---------

Co-authored-by: Henrique Silvério <[email protected]>
* Fix XY mode conventions

* Adding the Conventions page

* Change the order of the sections

* Add Note and Warning text boxes

* Better math highlights, bigger table

* Fix typo in sum indices

* Fix bug in math highlighting

* Rephrasing to trigger RTD build

* Cosmetic changes

* Implement review suggestions

* Adding energy level picture

* Fix measurement value for XY in projectors

* Add caption and change the warning position

* Fix UTs

* Fix random typos in tutorials

* Edit SLM Mask tutorial and add link to conventions

* Adapt XYZ Tutorial to new XY basis convention
* Adding dmm config and modulation to sequence

* Reverting changes for _SLMMask

* Setting max_amp of dmm to zero

* Fixing detection of virtual channels in Device

* Reverting changes in serialization

* Reverting SLM, modifying available_channels

* deleting dmm of schedule if slm of xy, Fixing type

* Add insert_slm_mask

* fixing available_channels with slm

* Special handling of samples from a DMM channel (#565)

* Add `DetuningMap.get_qubit_weight_map()`

* Define `_DMMSchedule.get_samples()`

* Extract DMMSamples from a Sequence

* Creating the `Traps` class

* Eliminating the effects of the SLM mask

* Use COORD_PRECISION in comparison

* `Traps.coords` -> `Traps.sorted_coords`

* Subclass `Traps` in `WeightMap`

* Preserve effects of SLM mask in XY mode

* Explicitly ask for labels in DetuningMap.draw()

* Including slug in WeightMap

* UTs for DetuningMap

* Isort

* Specialize pulse validation in DMM

* Revamp test_dmm UTs

* Formatting

* Add support for legacy serializer

* add in_ising

* Add SLM pulse, ising, modif validate_channel

* Add waiting_for_first_pulse, fixing mask time

* Covering all code, modif after review

* Add descr sequence, _config_detuning_map

* Finishing UTs, fixing typos

* Abstract representation support for new DMM features (#568)

* Support for DMM channel serialization

* WIP: Prepare for incoming updates to JSON schema

* Add descr sequence, _config_detuning_map

* Finishing UTs, fixing typos

* de-/serializing det maps, adding schema, slug

* Dev tests

* Fixing doc

---------

Co-authored-by: a_corni <[email protected]>

* Testing detuning of unmasked qubits, del print

* Enabling use of add with slm

* Replacing Modulate_det_map by add_dmm_detuning

* Updating schema

* finalizing replacing of modulate_detp_map

* finalizing replacing of modulate_det_map

* Rephrasing doc, add OpAddDmmDet

* Handle parametrized sequence, switching device and DMM, and serialize config_det_map as an operation (#576)

* Add slug description

* Handle DMM & parametrized/switch_device/MapReg

* Modifying schema, fixing type

* Moving to a store decoration

* Storing config_det_map

* Taking into account review comments

* Delete seq_tools

* Testing MappableRegister, strict conversion

* Replace modulate_det_map by add_dmm_detuning

* Adding DMM notebook and Modifying SLM Mask (#569)

* adding dmm, draw to DetuningMap

* Testing avoiding circular import

* Refactoring to avoid circular imports

* Fix broken UTs

* Import sorting

* Fixing plot DetuningMap

* Serialization/Deserialization of DMM in device

* Fixing typos

* Testing DMM and DetuningMap

* Fixing typo

* adding xfails, fixing type

* Remove DMM from devices and finish UTs

* Take into account review comments

* Add annotations

* Error in Global and Local

* Defining _DMMSchedule

* Fixing nits

* Fixing typo

* Creating DMM notebook, modif SLM notebook

* Taking into account review comments

* Fixing type

* Fix labels in reg_drawer, draw det_maps in seq

* Fixing doc build, add draw_detuning_maps to docs

* Separating register/det_maps drawing from channels

* introducing get_qubit_data

* Add drawing of quantities per qubit

* Fixing for local pulses

* Adding bounds to label

* Drawing legend for local targetting

* FIX sampling rate, QutipEmulator

* Updating figures

* Updating SLM Mask & local addressability notebook

* Adding explanation text

* Fixing type

* Replace modulate_det_map by add_dmm_detuning

* Replace modulate_det_map for add_dmm_detuning

* Fixing tests

* Revert changes to Bayesian optimization notebook

* Fixing docs

* clearing outputs

* Deleting scaling in favor extending to draw reg

* Placing legend in lower part of drawing

* Updating figures

* Relaunching bayesian optimisation

* Taking into account review comments

* Printing sequence with DMM

* Adding subscript and indent

* Defining __str__ for DMM

---------

Co-authored-by: HGSilveri <[email protected]>

---------

Co-authored-by: Henrique Silvério <[email protected]>
… Device (#586)

* Adding register_is_from_calibrated_layout

* Fix descr, testing type of register

* Introducing any, modifying instance check
* Improve serialization error messages

* Deprecate the legacy serializer

* Update serialization tutorial

* UT updates

* Import sorting

* Add reminder to remove legacy serializer

* Fix typo in tutorial

* Fix typo in tutorial text
* Get rid of DeprecationWarnings

* Override `optimal_detuning_off` on stored calls

* Override `optimal_detuning_off` when ever`detuning_off` is known
* Add DMM, Inherited meth in RegisterLayout, Result

* Add inheritance

* Add DetuningMap

* Fxing syntax

* Fix path for DetuningMap

* Add QutipResult, fixing typo, generate dmm class

* Add QutipResult to rtd
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@HGSilveri HGSilveri merged commit c2175d8 into master Sep 27, 2023
@HGSilveri HGSilveri deleted the release/v0.15.0 branch September 27, 2023 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants