Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update yaml_project_list.yml #82

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions qosf.org/_data/yaml_project_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@
- description: High level, elementary simulation library.
name: qSim
url: https://github.com/haykkh/qSim
- description: A scalable system based on a microservices architecture for simulating distributed quantum algorithms.
name: Quantum Emulation Engine
url: https://github.com/comp-phys-marc/distributed-emulator
- name: Quantum annealing
projects:
- description: Compile a very small subset of C to a D-Wave Hamiltonian function
Expand Down Expand Up @@ -392,6 +395,15 @@
- description: Open-source quantum assembly language.
name: OpenQASM
url: https://github.com/QISKit/openqasm
- description: QASM, the low-level programming language for quantum circuit specification, implemented in TypeScript for the web.
name: QASM-TS
url: https://github.com/comp-phys-marc/qasm-ts
- description: QMASM, the quantum macro assembly language for D-Wave's quantum annealers, implemented in TypeScript for the web.
name: QMASM-TS
URL: https://github.com/comp-phys-marc/qmasm-ts
- description: Blackbird, the low-level programming language for continuous-variable quantum computing, implemented in TypeScript for the web.
name: BLACKBIRD-TS
URL: https://github.com/comp-phys-marc/blackbird-ts
- description: A quantum macro assembler for D-Wave's quantum annealers.
name: QMASM
url: https://github.com/lanl/qmasm
Expand Down