qiboteam / qibocal

Quantum calibration, characterization and validation module for Qibo.
https://qibo.science
Apache License 2.0
31 stars 7 forks source link

Executor operations #922

Open alecandido opened 3 months ago

alecandido commented 3 months ago

In a sense, this is an extension of #878.

It could be helpful to expose more operations from the executor, other than just the routines. An example are functions to save or close the execution:

from myexecutor import ramsey, flipping, save, close

ramsey(...)
save()
flipping(...)
close()

Below a list of interesting operations: