-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathlightpipes.json
More file actions
39 lines (39 loc) · 1.42 KB
/
lightpipes.json
File metadata and controls
39 lines (39 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "LightPipes",
"organization": "Air Force Research Laboratory Quantum Research",
"description": "C++ implementation with Octave and Python bindings of Gleb Vdovin's original UNIX lightpipes package. LightPipes is designed to model the propagation of light in coherent optical devices in scalar approximation. This toolbox is based on efficient propagation algorithms, providing extended possibilities of beam manipulation. Simulations of interferometers, holographic setups, laser resonators, lasers, Fourier optics, waveguides are possible.",
"tags": [
"computational physics"
],
"contact": {
"email": "spencer.olson.2@spaceforce.mil"
},
"openSourceProject": 1,
"governmentWideReuseProject": 1,
"status": "Production",
"vcs": "git",
"downloadURL": "https://github.com/afrl-quantum/lightpipes",
"repositoryURL": "https://github.com/afrl-quantum/lightpipes",
"homepageURL": "https://github.com/afrl-quantum/lightpipes",
"languages": ["Python", "RPC"],
"partners": [],
"permissions": {
"licenses": [
{
"URL": "https://github.com/afrl-quantum/lightpipes/blob/master/COPYING",
"name": "GPL-2"
}
],
"usageType": "openSource",
"exemptionText": null
},
"laborHours": 120,
"version": "0.2.0",
"date": {
"created": "2008-04-23",
"lastModified": "2017-05-27",
"metadataLastUpdated": "2021-03-25"
},
"disclaimerText": "",
"disclaimerURL": ""
}