-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwarp-spacetime-stability-controller.code-workspace
More file actions
63 lines (63 loc) · 1.38 KB
/
warp-spacetime-stability-controller.code-workspace
File metadata and controls
63 lines (63 loc) · 1.38 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
{
"folders": [
{
"name": "warp-spacetime-stability-controller (main)",
"path": "."
},
{
"name": "casimir-environmental-enclosure-platform",
"path": "../casimir-environmental-enclosure-platform"
},
{
"name": "casimir-ultra-smooth-fabrication-platform",
"path": "../casimir-ultra-smooth-fabrication-platform"
},
{
"name": "energy",
"path": "../energy"
},
{
"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": "warp-bubble-optimizer",
"path": "../warp-bubble-optimizer"
}
],
"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": "warp-spacetime-stability-controller (main)"
},
"extensions": {
"recommendations": [
"ms-python.python",
"ms-vscode.cpptools",
"james-yu.latex-workshop"
]
}
}