Pulser icon indicating copy to clipboard operation
Pulser copied to clipboard

Implement PulserPasqal module

Open CdeTerra opened this issue 2 years ago • 1 comments

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 copy/paste of the docstrings of the CloudSdk. Is it okay for you that I use them? It helps developers to check them easily from the documentation.

CdeTerra avatar Oct 25 '22 10:10 CdeTerra

Ok, I can see we have an issue with the supported Python versions since cloud-sdk starts from Python 3.8... Perhaps it's a good time to consider dropping support for Python 3.7 in pulser altogether.

HGSilveri avatar Oct 26 '22 10:10 HGSilveri

Thanks all for your comments! I will fix flake8's errors that appear on the CI (strangely, it passes locally).

EDIT: It's because I forgot to git add some files.

CdeTerra avatar Nov 16 '22 15:11 CdeTerra