"""Guppy standard library for utilities available on QuantinuumSystems."""fromtypingimportno_type_checkfromguppylang_internals.decoratorimporthugr_opfromguppylang_internals.std._internal.compiler.tket_extsimportQSYSTEM_UTILS_EXTENSIONfromguppylang_internals.std._internal.utilimportexternal_op
[docs]@hugr_op(external_op("GetCurrentShot",[],ext=QSYSTEM_UTILS_EXTENSION))@no_type_checkdefget_current_shot()->int:"""Get the current shot number."""