Pulser icon indicating copy to clipboard operation
Pulser copied to clipboard

Library for pulse-level/analog control of neutral atom devices. Emulator with QuTiP.

Results 52 Pulser issues
Sort by recently updated
recently updated
newest added

When doing a sweep over the duration of a pulse, users often want to start with a duration of 0. This is currently blocked at the moment the waveform is...

archive

When building the Hamiltonian QobjEvo, the entire list of samples of a Sequence is given to QuTip. QuTip will then extrapolate (with Cubic spline) the values of the coefficients in...

archive

From my point of view, the user's access to the Rydberg blockade radius is still a little rough. It's strange to start with the register and then not really knowing...

enhancement
good first issue
archive

Add the switch_device method to the Sequence class.

Developers do not need to directly access the CloudSdk anymore, thanks to the new `PasqalCloud` class and aliases (see the UT file for an example). @anneclairelh : I did some...

Added the QUBO tutorial

The abstract is really useful for multiple reasons: - Not tied to python, easier to interpret in other languages - Not tied to the implementation, easier to keep stable across...

After meeting with @HGSilveri and discussion with @LucasGitQ, it is suggested to drop the RydbergError as a Channel and rather implement it in SimConfig/NoiseModel: - [x] Associate a basis of...

Addition of classes to the special layouts : RectangularLatticeLayout to be able to play with x and y spacing. Now SquareLatticeLayout inherits from it. Don't know how to deal with...