QuEraComputing / bloqade-python

QuEra's Neutral Atom SDK for Analog QPUs
https://bloqade.quera.com/
Other
56 stars 14 forks source link

Adapt examples from white paper #24

Closed Roger-luo closed 1 year ago

Roger-luo commented 1 year ago

the example repo is now in https://github.com/QuEraComputing/bloqade-python-examples

we should implement examples from the white paper as an integration test of the interface design in this package, APIs to stabilize:

Roger-luo commented 1 year ago

need three examples

e.g control flow based construction

seq = locations.ListOfLocations().rydberg.detuning
for idx in range(5):
    seq = seq.location(idx).linear(start=1.0, stop='a', duration='t')
Roger-luo commented 1 year ago

@ZhaoChen44 could help on the reservoir computing example

weinbe58 commented 1 year ago

blocked by #441 @Roger-luo we need to discuss this ASAP