FPGA code & ARTIQ coredevice driver for generating entanglement between multiple ions.
An entangler
works by repeating the same sequence of outputs continuously until it
receives an entanglement signature (herald). The output sequence and desired inputs can
be configured at runtime with software calls. Then you trigger the sequencers & pattern
matchers, and it will either time out or stop when it has detected entanglement.
This repository is organized into several folders.
The entangler
folder holds the gateware (core.py
and phy.py) that describes how the entangler works.
It also holds the ARTIQ coredevice driver that
sets up the entangler, triggers it, and gets information from it.
Originally designed by the Oxford Ion Trap Group (@cjbe & @dnadlinger), extended/modified by Drew Risinger (University of Maryland, Chris Monroe Ion Trap Group) (@drewrisinger).