blackbird
Blackbird is a quantum assembly language for continuous-variable quantum computation, that can be used to program Xanadu's quantum photonics hardware and Strawberry Fields simulator. (by XanaduAI)
QCSim
Quantum computing simulator (by aromanro)
blackbird | QCSim | |
---|---|---|
1 | 15 | |
75 | 57 | |
- | - | |
0.0 | 9.0 | |
over 2 years ago | 8 days ago | |
C++ | C++ | |
Apache License 2.0 | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
blackbird
Posts with mentions or reviews of blackbird.
We have used some of these posts to build our list of alternatives
and similar projects.
QCSim
Posts with mentions or reviews of QCSim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-02.
-
Which is the best programming language for Quantum Computing?
I implemented one myself, just for fun: https://github.com/aromanro/QCSim I intend to extend/improve it further. For somebody that knows C++ maybe it's worth checking out.
-
I’m a software engineer, I want to get started with quantum computing
Just for fun, since you are a software engineer, do what I did while you go over that book: implement a quantum computer simulator (here it is mine: https://github.com/aromanro/QCSim).
-
Is it too late for me to get started with Qauntum Computing?
If beginner, get this: https://www.cambridge.org/highereducation/books/quantum-computation-and-quantum-information/01E10196D0A682A6AEFFEA52D53BE9AE#overview go over it and if you can implement a quantum computing simulator afterwards (it's easy, here is one I implemented: https://github.com/aromanro/QCSim), you probably can take an informed decision.
-
C++ Show and Tell - May 2023
I can think of only two things that might appear a little bit more complex: partial measurement of the register and extending the operators to be applied on the register, otherwise it's quite straightforward. I added some notes in the README for the project describing the code a little: https://github.com/aromanro/QCSim
- Quantum Computation Simulation in C++
-
Having trouble trying to program the shor 9 qubit code
I implemented that here: https://github.com/aromanro/QCSim/blob/master/QCSim/ShorCode.h part of this project: https://github.com/aromanro/QCSim
-
Which programming language is best to simulate a quantum computer?
Here is the code again: https://github.com/aromanro/QCSim just in case you don't see my other comment.
- De unde poate sa apara o imbunatatire a unui algoritm
-
What would Einstein not know?
That's what I did: https://github.com/aromanro/QCSim
- Single-qubit quantum gate in multi-qubit quantum circuit?
What are some alternatives?
When comparing blackbird and QCSim you can also consider the following projects:
awesome-quantum-software - Curated list of open-source quantum software projects.
Kassiopeia - Simulation of electric and magnetic fields and particle tracking
polarization - A group for computer scientists and physicists with aspirations of becoming quantum scientists. Quantum computing, jobs, books and graduate school are amongst the topics covered.
streams4cpp - Functional streaming in C++
Quantum-Computing-Guide - Quantum Computing Guide
callme - A header-only C++20 library of fast delegates and events