Skip to content

Results are limited to the current section: Cloud services

Product news

Migrating from pulser-pasqal

Replace your pulser_pasqal imports with pasqal_cloud and use the new classes names:

pulser_pasqal (old) pasqal_cloud (new)
PasqalCloud PasqalCloudConnection
OVHConnection OVHConnection
EmuMPSBackend RemoteMPSBackend
EmuSVBackend RemoteSVBackend
EmuFreeBackendV2 RemoteEmuFreeBackend

For example:

# Before
from pulser_pasqal import PasqalCloud
# After
from pasqal_cloud import PasqalCloudConnection