# Q# options to be passed to the Q# QIR generator:
parser.add_argument('-qs-build-exe',metavar='',help='Q# QIR generator to emit alias functions for entry points.')
parser.add_argument('-qs-runtime',metavar='',help='Specifies the classical capabilites of the QIR runtime. Valid options: BasicQuantumFunctionality, BasicMeasurementFeedback, FullComputation')
parser.add_argument('-qdk-version',metavar='',help='Specifies the Microsoft Quantum SDK version to use.')