Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 3.71 KB

README.md

File metadata and controls

33 lines (24 loc) · 3.71 KB

QHack 2023 QuEra Challenge

This repository and README contain some resources that individuals participating in the Hybrid Quantum-Classical Computing Challenge in QHack 2023 may find helpful.

Pointers

Before diving into the resources below it's helpful to keep the following in mind:

  • There is no expectation for hackers to submit to the hardware, everything can be developed through local simulators
  • The simulators are constrained by the memory and processing power your computer has. Remember that linear growth in the number of atoms means exponential growth in memory!
    • To that end, in the Literature section of this README there are system sizes that go beyond what simulators on your laptop/PC can handle. The papers are provided more as "food for thought" as well as a potential avenue hackers can investigate.

Resources

Tools

  • Bloqade.jl is QuEra's SDK for simulating neutral atom simulation/computation.
    • Bloqade is written in the Julia Programming Language. If you come from a Python background you'll find the Julia syntax to be very familiar although there are some differences worth being aware of.
  • AWS Braket is AWS's Python SDK that allows you to design and simulate quantum algorithms (including those for neutral atoms!) as well as access a broad range of hardware.

Literature