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

Here is a test case that crashes the ARTIQ compiler. ```python import artiq.experiment as aq from artiq.experiment import kernel class Foo: def __init__(self, number): self.number = number class Exp(aq.EnvExperiment): def...

area:compiler

# ARTIQ Pull Request ## Description of Changes Expose API to let user attach HDF5 attributes to datasets. The attributes can be attached to the HDF5 group `datasets`, or to...

# Bug Report ## One-Line Summary Impossible to install ARTIQ7 in a fully functional way on Windows/Conda ## Issue Details ### Steps to Reproduce 1. Try installing ARTIQ7 using Conda...

# ARTIQ Pull Request ## Description of Changes Currently, `test_pending_priority` is checking the exact order of events. But it actually need test only: - An early due_date experiment (RID 2)...

# Bug Report ## One-Line Summary The core device (current master) crashes every once in a while with a Utf8Error. ## Issue Details This is a bit hard to reproduce,...

area:runtime
area:coredevice

https://forum.m-labs.hk/d/503-connectionreseterror-with-fresh-gateware

# Bug Report ## One-Line Summary String RPC return values (and/or kernel return values?) seem to be getting corrupted, which can indirectly cause a kernel panic. ## Issue Details ###...

area:compiler

# ARTIQ Pull Request ## Description of Changes Allows viewing small list datasets and editing them. It's not particularly clever it just shows the pyon and allows the user to...

# ARTIQ Pull Request ## Description of Changes Adds support for Digilent Genesys 2 target. Related PRs: - https://github.com/m-labs/misoc/pull/130 - https://github.com/m-labs/migen/pull/264 ### Related Issue ## Type of Changes | |...

# ARTIQ Pull Request ## Description of Changes I've encountered failures with RPC return values failing to serialise from time to time. e.g. returning a different type than annotated from...