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

Rephrase Spinoza description #624

Merged
merged 2 commits into from
Jan 18, 2024
Merged
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
4 changes: 2 additions & 2 deletions ecosystem/resources/members/spinoza.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name = "spinoza"
url = "https://github.com/smu160/spinoza"
description = "Spinoza is a quantum state simulator (implemented in Rust) that is one of the fastest open-source simulators. Spinoza is implemented using a functional approach. Additionally, Spinoza has a QuantumCircuit object-oriented interface, which partially matches Qiskit's interface. Spinoza is capable of running in a myriad of computing environments (e.g., small workstations), and on various architectures. At this juncture, Spinoza only utilizes a single thread; however, it is designed to be easily extended into a parallel version, as well as a distributed version. The paper associated with Spinoza is available at arXiv:2303.01493."
description = "One of the fastest open-source quantum state simulators. Spinoza has a Qiskit-like quantum circuit interface, runs on various computing environments, and supports multi-threading and distributed computing."
licence = "Apache License 2.0"
contact_info = "sy2685@columbia.edu"
alternatives = "_No response_"
affiliations = "_No response_"
labels = [ "Circuit simulator",]
labels = [ "Circuit simulator", "Rust",]
created_at = 1683727562.604629
updated_at = 1683727562.604634
tier = "Community"
Expand Down