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

# ARTIQ Pull Request ## Description of Changes ### Related Issue Closes #1691 Closes #1978 ## Type of Changes | | Type | | ------------- | ------------- | | ✓...

# Bug Report ## One-Line Summary The dashboard occasionally throws "Task exception was never retrieved" errors on Windows, even with no user activity. ## Issue Details These errors seem to...

area:gui
state:cannot-reproduce

# ARTIQ Feature Request ## Problem this request addresses I tried to recreate environment based on an old artiq flake (around 1 yr old). Pypi no longer hosted source package...

# Bug Report ## One-Line Summary `for i in range(a, b, c)` on the ARTIQ kernel does not cover all values in `[a,b[`. ## Issue Details ### Steps to Reproduce...

# Bug Report ## One-Line Summary I connected two Kaslis with a long fiber (~20 km master->satellite, ~25 km satellite->master) and while the link setups mostly correctly I get this...

# Bug Report ## Issue Details ### Steps to Reproduce Run this experiment ```python from artiq.experiment import * class TestListBools(EnvExperiment): def build(self): self.setattr_device('core') self.list_of_bools = [False, False] @kernel def run(self):...

# Bug Report ## One-Line Summary NAK on I2C write needs to be handled ## Issue Details https://github.com/m-labs/artiq/blob/874d298ceb68ffa776592f855365ca5e2e885575/artiq/firmware/libboard_misoc/io_expander.rs#L53-L55 https://github.com/m-labs/artiq/blob/a85b4d5f5ed80e50f1005530b16570057672d770/artiq/firmware/libboard_misoc/i2c_eeprom.rs#L43-L47 ### Your System (omit irrelevant parts) * ARTIQ version: current release-7,...

area:runtime
area:coredevice
type:bug
complexity:bite
area:kasli

# ARTIQ Pull Request ## Description of Changes Add dropdown to the Create/Edit Dialog in the Dashboard's lists. This dropdown allows to choose type of the input value, and also...

* Example failure: https://nixbld.m-labs.hk/build/140594 * Triggered by the performance test run before it, e.g. with ``ARTIQ_ROOT=/home/sb/artiq/artiq/examples/kc705_nist_clock python -m unittest -v test_performance.TransferTest test_portability.HostVsDeviceCase`` * Seems more frequent since NixOS 22.11 (Python...

# Bug Report ## Issue Details I observe large variations in the execution time of kernels on the core device (Kasli v1.x). While the standard deviation of the execution time...