diff --git a/ecosystem/resources/members/spinoza.toml b/ecosystem/resources/members/spinoza.toml index edbfedf101..26d3cddd92 100644 --- a/ecosystem/resources/members/spinoza.toml +++ b/ecosystem/resources/members/spinoza.toml @@ -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"