quantum VS quantum-benchmarks

Compare quantum vs quantum-benchmarks and see what are their differences.

quantum-benchmarks

benchmarking quantum circuit emulators for your daily research usage (by yardstiq)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
quantum quantum-benchmarks
3 1
2,257 114
1.0% 0.0%
7.6 0.0
11 days ago almost 2 years ago
Elixir OpenQASM
Apache License 2.0 GNU General Public License v3.0 or later
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.

quantum

Posts with mentions or reviews of quantum. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-23.
  • Library for reliably running jobs
    2 projects | /r/elixir | 23 Apr 2023
    In addition, here's a good project for you to look at for cron (Crontab) type functionality you might want to borrow from: https://github.com/quantum-elixir/quantum-core
  • Ruby concurrency is hard: how I became a Ruby on Rails contributor
    2 projects | news.ycombinator.com | 24 Nov 2022
    I'm using Quantum as my job runner in Elixir. Doesn't require even Postgres. Can't due that in Rails or other stacks:

    https://github.com/quantum-elixir/quantum-core

    ^ obviously it won't fit every use case but for that there's Oban which is awesome:

    https://getoban.pro

  • Elixir: Practical Concurrency Cookbook
    2 projects | dev.to | 1 Apr 2021
    In some cases, we might want to run our code at specific times. Not necessarily every 3 minutes, but every day at 08.00AM. While this is perfectly achievable leveraging the same tools, I'll be pragmatic and recommend Quantum. It allows you to schedule the execution of functions with a cron syntax and takes away all the complexity of managing processes. It's a seasoned library, widely-adopted within the community, very lightweight... And extremely simple.

quantum-benchmarks

Posts with mentions or reviews of quantum-benchmarks. We have used some of these posts to build our list of alternatives and similar projects.
  • Fastest Quantum Circuit Simulator?
    1 project | /r/QuantumComputing | 18 Aug 2021
    Qiskit should be fine. You can see some benchmarks of different simulators here: https://github.com/yardstiq/quantum-benchmarks/blob/master/RESULTS.md . Note that these don't include qsim (which I have anecdotally found to be extremely fast) and is made by the creator of yao.jl (a julia simulator) so there are vested interests at play. However, they are a good starting place.

What are some alternatives?

When comparing quantum and quantum-benchmarks you can also consider the following projects:

timex - A complete date/time library for Elixir projects.

BernDirac - A Mathematica package for performing calculations involving matrices/vectors in the Dirac notation which is usually used in quantum mechanics/quantum computing.

filtrex - A library for performing and validating complex filters from a client (e.g. smart filters)

QuTiP - QuTiP: Quantum Toolbox in Python

Cronex - A cron like system built in Elixir, that you can mount in your supervision tree

qsearch - A compiler for quantum computers based on A* and numerical optimization.

calendar - date-time and time zone handling in Elixir

QuantumPuzzleGenerator - Puzzle game for Android and iOS, written in F#

oban - 💎 Robust job processing in Elixir, backed by modern PostgreSQL and SQLite3

Quantum - Microsoft Quantum Development Kit Samples

delay-timer - Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible scheduling, and dynamic add/cancel/remove is supported.

agenda - Lightweight job scheduling for Node.js