quil.program
class
FrameSet:
class
Program:
class
CalibrationExpansion:
class
CalibrationExpansionSourceMap:
def
list_sources_for_target_index(self, /, target_index):
Given an instruction index within the resulting expansion, return the locations in the source which were expanded to generate that instruction.
This is O(n)
where n
is the number of first-level calibration expansions performed.
class
CalibrationExpansionSourceMapEntry:
class
CalibrationSource:
class
MaybeCalibrationExpansion:
class
ProgramCalibrationExpansion:
class
ProgramCalibrationExpansionSourceMap:
def
list_sources_for_target_index(self, /, target_index):
Given an instruction index within the resulting expansion, return the locations in the source which were expanded to generate that instruction.
This is O(n)
where n
is the number of source instructions.
class
ProgramCalibrationExpansionSourceMapEntry:
class
CalibrationSet:
class
MemoryRegion:
class
BasicBlock:
class
ControlFlowGraph:
class
ScheduleSeconds:
class
ScheduleSecondsItem:
class
TimeSpanSeconds: