Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.32 KB

Entangler

FPGA code & ARTIQ coredevice driver for generating entanglement between multiple ions.

Functionality

An entangler works by repeating the same sequence of outputs continuously until it receives an entanglement signature (herald) within a certain time window. The output sequence and desired inputs can be configured at runtime with software calls. One sequence of setting outputs and then observing inputs is called a "cycle". Then you trigger the sequencers & pattern matchers to run successive cycles, and it will either time out or stop when it has detected entanglement.

Components

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 driver.py that sets up the entangler, triggers it, and gets information from it.

There are also tests in a separate directory, which can be run with pytest -m "not slow".

See the README for complete information.

Authors

Originally designed by the Oxford Ion Trap Group (@cjbe & @dnadlinger), extended/modified by Drew Risinger (University of Maryland, Chris Monroe Ion Trap Group) (@drewrisinger).