From 0e8669bbefbdfe49c047f75efe86fb079a772f1b Mon Sep 17 00:00:00 2001 From: Oliver Thomas Date: Sat, 18 Mar 2023 00:31:46 +0000 Subject: [PATCH] Add package noptics (#2543) Co-authored-by: Gabriel Huber --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 8b39ae9..76b38c4 100644 --- a/packages.json +++ b/packages.json @@ -29533,6 +29533,22 @@ "license": "MIT", "web": "https://git.ozzuu.com/thisago/jsfetchMock" }, + { + "name": "noptics", + "url": "https://gitlab.com/OFThomas/noptics", + "method": "git", + "tags": [ + "optics", + "linear-algebra", + "quantum", + "complex-numbers", + "library" + ], + "description": "Linear algebra, classical and quantum optics simulation package", + "license": "Apache-2.0", + "web": "https://gitlab.com/OFThomas/noptics", + "doc": "https://ofthomas.gitlab.io/noptics/" + }, { "name": "fungus", "url": "https://github.com/beef331/fungus",