snu-quiqcl / iquip

Ion trap Quantum computing User Interface Project
GNU General Public License v3.0
7 stars 0 forks source link

Add center & explicit scan #259

Closed Aijuh closed 8 months ago

Aijuh commented 8 months ago

This closes #229

CenterScan and ExplicitScan widgets are added. Below is the image of current builder GUI. image

Center scan has center, span(length) and step as an argument. And Explicit scan has only one argument, sequence. CenterScan widget has very similar similar to the RangeScan widget. And ExplicitScan is very simple, since it has only one argument sequence.

In terms of RegExp, I followed original code at artiq.

BECATRUE commented 8 months ago

After I test if the scan functions work well with ARTIQ, please hold for a moment.