-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlqg-volume-quantization-controller.code-workspace
More file actions
79 lines (79 loc) · 1.72 KB
/
lqg-volume-quantization-controller.code-workspace
File metadata and controls
79 lines (79 loc) · 1.72 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"folders": [
{
"name": "lqg-volume-quantization-controller (main)",
"path": "."
},
{
"name": "artificial-gravity-field-generator",
"path": "../artificial-gravity-field-generator"
},
{
"name": "energy",
"path": "../energy"
},
{
"name": "enhanced-simulation-hardware-abstraction-framework",
"path": "../enhanced-simulation-hardware-abstraction-framework"
},
{
"name": "lqg-polymer-field-generator",
"path": "../lqg-polymer-field-generator"
},
{
"name": "negative-energy-generator",
"path": "../negative-energy-generator"
},
{
"name": "polymerized-lqg-matter-transporter",
"path": "../polymerized-lqg-matter-transporter"
},
{
"name": "su2-3nj-closedform",
"path": "../su2-3nj-closedform"
},
{
"name": "su2-3nj-generating-functional",
"path": "../su2-3nj-generating-functional"
},
{
"name": "su2-3nj-uniform-closed-form",
"path": "../su2-3nj-uniform-closed-form"
},
{
"name": "su2-node-matrix-elements",
"path": "../su2-node-matrix-elements"
},
{
"name": "unified-lqg",
"path": "../unified-lqg"
},
{
"name": "unified-lqg-qft",
"path": "../unified-lqg-qft"
},
{
"name": "warp-spacetime-stability-controller",
"path": "../warp-spacetime-stability-controller"
}
],
"settings": {
"python.defaultInterpreterPath": "C:\\Program Files\\Python313\\python.exe",
"files.exclude": {
"**/.git": true,
"**/node_modules": true,
"**/__pycache__": true,
"**/.pytest_cache": true,
"**/venv": true,
"**/.venv": true
},
"powershell.cwd": "lqg-volume-quantization-controller (main)"
},
"extensions": {
"recommendations": [
"ms-python.python",
"ms-vscode.cpptools",
"james-yu.latex-workshop"
]
}
}