qiskit-advocate / qiskit-advocate-projects

A repository of projects that Qiskit Advocates are actively working on. This project has been evolved into Qiskit Advocate Mentorship Program (QAMP) and the repo is archived. See QAMP Spring 21 for example.
https://github.com/qiskit-advocate/qamp-spring-21
13 stars 2 forks source link

Swift implementation of MicroQiskit #10

Open spencerking opened 4 years ago

spencerking commented 4 years ago

Abstract

This is a Swift implementation of James Wootton's MicroQiskit, intended for use in iOS or macOS apps.

Description

This project is a Swift implementation of MicroQiskit. I have already written the basic QuantumCircuit functions and am currently thinking about how to structure the Simulator functions.

The next steps are to:

  1. Finish the Simulator
  2. Implement tests

Feel free to comment here or message me on slack if you're interested in collaborating.

Members

Deliverable

A Swift library implementing MicroQiskit

GitHub repo

Nothing pushed yet, but have made some progress locally. I will push my code when I've made a bit more progress or when someone is interested in collaborating, whichever comes first.

HuangJunye commented 4 years ago

Nice! Would be cool to make some native iOS apps once this is done.

HuangJunye commented 4 years ago

@quantumjim can you become the mentor for this project?