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 Combining Urukul with and without SUServo in the same configuration result in compiler error when trying to use both. ## Issue Details ### Steps...

# ARTIQ Feature Request ## Problem this request addresses As of now, when submitting to artiq_master, AFAIK the typical development workflow is limited to print-debugging. Although debugging using breakpoints is...

# Bug Report ## One-Line Summary I2CError on some configurations' Urukul ## Issue Details ### Steps to Reproduce 1. Build release-7 with following configuation: ```json { "target": "kasli", "min_artiq_version": "7.0",...

According to [datasheet](https://www.analog.com/media/en/technical-documentation/data-sheets/ADF5356.pdf), the chip has 52-bits precision available, however set_frequency function doesn't allow sub-Hz values. Customer shared their way to use 38 bits: ```py @portable def calculate_pll(self,f_vco: TFloat, f_pfd:...

Quite often while testing the Mirny, `MUXOUT too high/not low` errors occur. From the observations: 1. Often, but still able to use (50% - 70% failure rate) - at CLK...

Qt 6.0 was released amost three years ago, and the current release (6.5) is an LTS release. Dependencies such as `qasync` and `pyqtgraph` and the wider ecosystem (e.g. `matplotlib`) transparently...

Rebuild https://github.com/msys2/msys2-installer but with the ARTIQ packages included. Particularly useful in situations with air-gapped or GFW'd machines. Those typically are running Windows - so an offline Linux installer is less...

# ARTIQ Feature Request ## Problem this request addresses For now artiq_sinara_tester doesn't have dedicated test process for the LVDS TTL card, which results in need of continuous reflashing the...

# ARTIQ Pull Request ## Description of Changes I worked through the documentation and corrected things as I went along. ### Related Issue ## Type of Changes | | Type...

## One-Line Summary The idle kernel does not run automatically after booting after startup kernel has exited. ## Issue Details ### Steps to Reproduce * Both idle kernel and startup...