The microwave control logic maps waveform information to drive term amplitudes in
|
return mc.sequence(t/mc.timeStep)*cos(2*pi*mc.freq*t + mc.phase) |
Issues pop up when the mapping from scaled time to sequence index is close to zero (Julia uses 1-based indexing). This issue could have arisen from the Interpolations.jl changes (note OnGrid() is gone). More investigation is needed.
The microwave control logic maps waveform information to drive term amplitudes in
QSimulator.jl/src/controls.jl
Line 45 in 240fe35
Issues pop up when the mapping from scaled time to sequence index is close to zero (Julia uses 1-based indexing). This issue could have arisen from the Interpolations.jl changes (note OnGrid() is gone). More investigation is needed.