-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
54 lines (54 loc) · 1.78 KB
/
Copy pathcodemeta.json
File metadata and controls
54 lines (54 loc) · 1.78 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "LiouScope",
"version": "0.5.0",
"description": "Multi-diagnostic relaxation analysis for open quantum lattice systems. Implements diagnostics D1-D20 plus sub-diagnostics D2b/D7b/D11b and the opt-in D24 Zhou mixing-time predictor (schema D1-D24-Übersicht-v3); D21-D23 are schema-defined reserved slots, not implemented diagnostics. Ships a twelve-class mechanism taxonomy A1-A12 covering Mori-Shirai overlap, Liouvillian skin effect, symmetrized gap, quantum Mpemba effect, and phantom relaxation.",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/marcohost33-maker/Liouscope",
"programmingLanguage": "Python",
"operatingSystem": "Linux, macOS, Windows",
"developmentStatus": "active",
"keywords": [
"open quantum systems",
"Lindblad",
"Liouvillian gap",
"Mpemba effect",
"non-normal dynamics",
"pseudospectrum",
"quantum relaxation"
],
"author": [
{
"@type": "Organization",
"name": "Coworker Research"
}
],
"datePublished": "2026-06-25",
"softwareVersion": "0.5.0",
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "python",
"name": "Python",
"version": ">=3.10"
},
{
"@type": "SoftwareApplication",
"identifier": "numpy",
"name": "NumPy",
"version": ">=1.24"
},
{
"@type": "SoftwareApplication",
"identifier": "scipy",
"name": "SciPy",
"version": ">=1.10"
}
],
"referencePublication": {
"@type": "ScholarlyArticle",
"name": "Beyond the Liouvillian Gap: Multi-Diagnostic Relaxation Analysis for Open Quantum Lattice Systems",
"datePublished": "2026"
}
}