PulseSequenceTrace
- class braket.pulse.pulse_sequence_trace.PulseSequenceTrace(amplitudes, frequencies, phases)[source]
Bases:
objectThis class encapsulates the data representing the PulseSequence execution. It contains the trace of amplitude, frequency and phase information for each frame in the PulseSequence.
- Parameters:
amplitudes (
dict[str,TimeSeries]) – A dictionary of frame ID to a TimeSeries of complex values specifying the waveform amplitude.frequencies (
dict[str,TimeSeries]) – A dictionary of frame ID to a TimeSeries of float values specifying the waveform frequency.phases (
dict[str,TimeSeries]) – A dictionary of frame ID to a TimeSeries of float values specifying the waveform phase.
- amplitudes: dict[str, TimeSeries]
- frequencies: dict[str, TimeSeries]
- phases: dict[str, TimeSeries]