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_SZ_GAIN[source]

Size of gain instruction immediates in Q1ASM programs.

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.

IMMEDIATE_SZ_OFFSET[source]

Size of offset instruction immediates in Q1ASM programs.

REGISTER_SIZE[source]

Size of registers in Q1ASM programs.

NCO_PHASE_STEPS_PER_DEG[source]

The number of steps per degree for NCO phase instructions arguments.

NCO_FREQ_STEPS_PER_HZ = 4.0[source]

The number of steps per Hz for the NCO set_freq instruction.

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.

SAMPLING_RATE = 1000000000[source]

Sampling rate of the Qblox control/readout instruments.

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.

NUMBER_OF_REGISTERS: int = 64[source]

Number of registers available in the Qblox sequencers.

MAX_SAMPLE_SIZE_SCOPE_ACQUISITIONS: int = 16384[source]

Maximal amount of scope trace acquisition datapoints returned.

MAX_SAMPLE_SIZE_WAVEFORMS: int = 16384[source]

Maximal amount of samples in the waveforms to be uploaded to a sequencer.

MAX_NUMBER_OF_BINS: int = 131072[source]

Number of bins available in the Qblox sequencers.

GENERIC_IC_COMPONENT_NAME: str = 'generic'[source]

Default name for the generic instrument coordinator component.