artiq icon indicating copy to clipboard operation
artiq copied to clipboard

A leading-edge control system for quantum information experiments

Results 199 artiq issues
Sort by recently updated
recently updated
newest added

# Bug Report ## One-Line Summary Simultaneous calls to `InteractiveArgsDB.supply` with the same RID may lead to duplicate calls to `futures[rid].set_result`. ## Issue Details If two calls to `InteractiveArgsDB.supply` with...

Cancelling arg request should be different from asyncio task cancellation, e.g. ``` diff --git a/artiq/master/databases.py b/artiq/master/databases.py index 7a4a6b153..6edcc966d 100644 --- a/artiq/master/databases.py +++ b/artiq/master/databases.py @@ -144,4 +144,4 @@ class InteractiveArgDB: if...

# ARTIQ Feature Request ## Problem this request addresses The DAC applet in ARTIQ 7 only shows the current output value of each channel, but it does not provide a...

# Bug Report ## One-Line Summary With ARTIQ-7 (release-7) branch Ethernet connection to Kasli v2.0.2 mostly fails, however with ARTIQ-8 (master) it works at all times. ## Issue Details ###...

## One-Line Summary Is there anyway to get more than 16 ROIs from the grabber per EMCCD camera frame? ## Issue Details We have a system that requires us to...

# ARTIQ Pull Request ## Description of Changes Fix bug in `worker_impl` where exceptions raised in device `notify_run_end` methods would prevent data being saved. ### Related Issue None ## Type...

Reported broken on the forum https://forum.m-labs.hk/d/698-missing-compatibility-fix-for-python-311-in-artiq-comtools/7 No details yet.

* revert DRTIO RT modifications made in https://github.com/m-labs/artiq/pull/2291 * refactor handling of aux channel in firmware to support concurrent/async transactions * move all subkernel message passing to aux

# Bug Report ## One-Line Summary When attempting to compile and run an experiment on ARTIQ 8 Beta, the compilation fails with the worker exception `Exception: ld.lld invocation failed`. ##...

# ARTIQ Pull Request ## Description of Changes Some integer checks were not allowing the full range of values for int32 and int64 types. This expands the range of those...