quantify_scheduler.backends.qblox.constants
Constants for compilation to Qblox hardware.
Module Contents
- MAX_NUMBER_OF_INSTRUCTIONS_QCM: int = 16384[source]
Maximum supported number of instructions in Q1ASM programs for QCM/QCM-RF.
- MAX_NUMBER_OF_INSTRUCTIONS_QRM: int = 12288[source]
Maximum supported number of instructions in Q1ASM programs for QRM/QRM-RF.
- IMMEDIATE_MAX_WAIT_TIME[source]
Max size of wait instruction immediates in Q1ASM programs. Max value allowed by assembler is 2**16-1, but this is the largest that is a multiple of 4 ns.
- NCO_PHASE_STEPS_PER_DEG[source]
The number of steps per degree for NCO phase instructions arguments.
- NCO_FREQ_LIMIT_STEPS = 2000000000.0[source]
The maximum and minimum frequency expressed in steps for the NCO set_freq instruction. For the minimum we multiply by -1.
- NCO_SET_FREQ_WAIT = 8[source]
Wait that is issued after NCO set_freq instruction, included via upd_param.
- GRID_TIME = 4[source]
Clock period of the sequencers. All time intervals used must be multiples of this value.
- MIN_TIME_BETWEEN_ACQUISITIONS = 1000[source]
Minimum time between two acquisitions to prevent FIFO errors.
- STITCHED_PULSE_PART_DURATION_NS = 2000[source]
Default duration of the individual waveforms that are used to build up a longer stitched waveform. See
long_ramp_pulse()
for an example.
- PULSE_STITCHING_DURATION = 1e-06[source]
Duration of the individual pulses when pulse stitching is used.
- MIN_MIXER_PHASE_ERROR_DEG[source]
Lowest phase shift that can be configured in the instruments for mixer corrections.
- MAX_MIXER_PHASE_ERROR_DEG = 45[source]
Lowest phase shift that can be configured in the instruments for mixer corrections.
- MIN_MIXER_AMP_RATIO = 0.5[source]
Lowest value the amplitude correction can be set to. N.B. This correction is defined as Q/I.
- MAX_MIXER_AMP_RATIO = 2.0[source]
Highest value the amplitude correction can be set to. N.B. This correction is defined as Q/I.
- NUMBER_OF_SEQUENCERS_QCM = 6[source]
Number of sequencers supported by a QCM/QCM-RF in the latest firmware.
- NUMBER_OF_SEQUENCERS_QRM = 6[source]
Number of sequencers supported by a QRM/QRM-RF in the latest firmware.
- MAX_SAMPLE_SIZE_SCOPE_ACQUISITIONS: int = 16384[source]
Maximal amount of scope trace acquisition datapoints returned.