pasqal-io / Pulser

Library for pulse-level/analog control of neutral atom devices. Emulator with QuTiP.
Apache License 2.0
159 stars 57 forks source link

Update tutorials to use the classes exposed in the `pulser` namespace #633

Closed HGSilveri closed 4 months ago

HGSilveri commented 5 months ago

Now that we properly expose the user-facing classes in the pulser namespace, we can update the tutorials to take advantage of this.

In this way, we can get rid of imports like:

from pulser.waveforms import BlackmanWaveform, ConstantWaveform, ...

and just use pulser.BlackmanWaveform instead.