You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like instead to save the kernel to database when running a SingleShotFidelityExperiment (that would require auspex/bbndb finding its way from the SingleShotMeasurement filter (or FidelityKernel node in the pipeline) to the appropriate integrated ReceiverChannel.
The text was updated successfully, but these errors were encountered:
Currently, the way to set a kernel in the bbndb branch is manually and through a file:
cl['X6'].ch('integrated-1-1').kernel = np.loadtxt(os.path.join(config.KernelDir, 'q1-ss_kernel.txt'), dtype=complex, converters={0: lambda s: complex(s.decode().replace('+-', '-'))})
We would like instead to save the kernel to database when running a
SingleShotFidelityExperiment
(that would require auspex/bbndb finding its way from theSingleShotMeasurement
filter (orFidelityKernel
node in the pipeline) to the appropriate integratedReceiverChannel
.The text was updated successfully, but these errors were encountered: