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

The core device on current master (https://github.com/m-labs/artiq/commit/c4259dab18026905ef0002dfad4a203298ee7fbe) sporadically panics: ``` panic at runtime/session.rs:692:32: session: close socket: Interrupted backtrace for software version 8.0+unknown.beta;nist_clock: 0x40032ae0 0x4000a320 0x40009a14 0x4001d820 0x4000d880 0x4000d870 0x4002ddb8 0x40007430...

# Bug Report ## One-Line Summary Delay and RTIO related drivers that are outside of a `self.core_dma.record()` malfunction after DMA playback is being terminated in the middle of execution on...

# ARTIQ Feature Request: Applets run with the master and are universal to different dashboards ## Problem: Currently, applets are saved separately for different dashboards We are using the headless...

https://github.com/m-labs/artiq/issues/2174#issuecomment-1704391101

# Bug Report ## One-Line Summary Placer fails when implementing artiq on Kasli v2 with Fastino log2_width=5 on artiq-7 and on master. ## Issue Details Artiq release-7, ff97675; also happens...

Occasionally, and typically after an RTIO Underflow, an Urukul channel enters a 'locked up' state. Typically the channel stops outputting RF, and further calls to set() do not change this....

eem:urukul

There are a few other differences between ARTIQ-Python and regular Python that should be documented in the manual: * Data passing/mutability: explain the different allowed and forbidden ways of passing...

area:documentation
prio:2-normal
area:compiler
type:bug

# ARTIQ Pull Request ## Description of Changes This changes the compiler to generate a call to `@__artiq_resume` in the `try`/`except` fallthrough block, rather than LLVM's `resume` instruction. This fixes...

https://forum.m-labs.hk/d/622-eeprom-aliasing-when-using-drtio

# Bug Report ## One-Line Summary Contents of cell objects in a kernel function's closures are not accessed during compilation. ## Issue Details ### Minimal working example ```python from artiq.language...