Skip to content
Snippets Groups Projects

Add instrument simulation

Merged Jean-Baptiste Bayle requested to merge add-instrument-simulation into master
Files
2
@@ -765,7 +765,7 @@ class Instrument:
logging.info("Generating clock noise time series")
if self.clock_freqlindrifts[sc] == self.clock_freqquaddrifts[sc] == 0:
if self.clock_freqlindrifts == self.clock_freqquaddrifts == 0:
# Optimize to use a scalar if we only have a constant frequency offset
self.clock_noise_offsets = ForEachSC(lambda sc:
self.clock_freqoffsets[sc]
Loading