From 4227be3593dac63ec955733d9e61c271f1e80f86 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Thu, 30 Nov 2023 14:48:36 +0000 Subject: [PATCH 1/2] Rephrase Spinoza description --- ecosystem/resources/members/spinoza.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecosystem/resources/members/spinoza.toml b/ecosystem/resources/members/spinoza.toml index edbfedf101..3a99dc362a 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 a myriad of 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" From 800ad627df7916636eba315831beae0b134f50db Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Tue, 5 Dec 2023 14:40:10 +0000 Subject: [PATCH 2/2] Update ecosystem/resources/members/spinoza.toml Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> --- ecosystem/resources/members/spinoza.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem/resources/members/spinoza.toml b/ecosystem/resources/members/spinoza.toml index 3a99dc362a..26d3cddd92 100644 --- a/ecosystem/resources/members/spinoza.toml +++ b/ecosystem/resources/members/spinoza.toml @@ -1,6 +1,6 @@ name = "spinoza" url = "https://github.com/smu160/spinoza" -description = "One of the fastest open-source quantum state simulators. Spinoza has a Qiskit-like quantum circuit interface, runs on a myriad of computing environments, and supports multi-threading and distributed computing." +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_"