gsim 0.0.3__tar.gz → 0.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gsim-0.0.3 → gsim-0.0.4}/PKG-INFO +6 -6
- {gsim-0.0.3 → gsim-0.0.4}/README.md +1 -1
- {gsim-0.0.3 → gsim-0.0.4}/pyproject.toml +6 -6
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/__init__.py +1 -1
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/gcloud.py +3 -1
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim.egg-info/PKG-INFO +6 -6
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim.egg-info/requires.txt +3 -1
- {gsim-0.0.3 → gsim-0.0.4}/setup.cfg +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/common/__init__.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/common/geometry.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/common/stack/__init__.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/common/stack/extractor.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/common/stack/materials.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/common/stack/visualization.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/__init__.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/base.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/driven.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/eigenmode.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/electrostatic.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/mesh/__init__.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/mesh/config_generator.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/mesh/generator.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/mesh/geometry.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/mesh/gmsh_utils.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/mesh/groups.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/mesh/pipeline.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/models/__init__.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/models/geometry.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/models/mesh.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/models/numerical.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/models/ports.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/models/problems.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/models/results.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/models/stack.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/ports/__init__.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/palace/ports/config.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim/viz.py +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim.egg-info/SOURCES.txt +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim.egg-info/dependency_links.txt +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/src/gsim.egg-info/top_level.txt +0 -0
- {gsim-0.0.3 → gsim-0.0.4}/tests/test_gsim.py +0 -0
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gsim
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4
|
|
4
4
|
Author-email: GDSFactory <contact@gdsfactory.com>
|
|
5
5
|
Classifier: Programming Language :: Python :: 3.12
|
|
6
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
7
|
-
Classifier: Programming Language :: Python :: 3.14
|
|
8
6
|
Classifier: Operating System :: OS Independent
|
|
9
|
-
Requires-Python:
|
|
7
|
+
Requires-Python: ~=3.12.0
|
|
10
8
|
Description-Content-Type: text/markdown
|
|
11
9
|
Requires-Dist: gdsfactory>=9.32.0
|
|
12
|
-
Requires-Dist: gdsfactoryplus>=1.
|
|
10
|
+
Requires-Dist: gdsfactoryplus>=1.4.0
|
|
13
11
|
Requires-Dist: gmsh
|
|
14
12
|
Requires-Dist: meshio>=5.0.0
|
|
15
13
|
Requires-Dist: plotly
|
|
16
14
|
Requires-Dist: pydantic>=2.10.6
|
|
17
15
|
Requires-Dist: pyvista>=0.43.0
|
|
16
|
+
Requires-Dist: trame-vtk
|
|
17
|
+
Requires-Dist: trame-vuetify
|
|
18
18
|
Provides-Extra: dev
|
|
19
19
|
Requires-Dist: altair>=5.5.0; extra == "dev"
|
|
20
20
|
Requires-Dist: build>=1.2.0; extra == "dev"
|
|
@@ -47,7 +47,7 @@ Requires-Dist: ty>=0.0.13; extra == "dev"
|
|
|
47
47
|
Provides-Extra: docs
|
|
48
48
|
Requires-Dist: ihp-gdsfactory>=0.1.4; extra == "docs"
|
|
49
49
|
|
|
50
|
-
# Gsim 0.0.
|
|
50
|
+
# Gsim 0.0.4
|
|
51
51
|
|
|
52
52
|
> a GDSFactory Simulation Plugin
|
|
53
53
|
|
|
@@ -6,24 +6,24 @@ requires = ["setuptools>=61", "uv", "build", "wheel"]
|
|
|
6
6
|
authors = [{name = "GDSFactory", email = "contact@gdsfactory.com"}]
|
|
7
7
|
classifiers = [
|
|
8
8
|
"Programming Language :: Python :: 3.12",
|
|
9
|
-
"Programming Language :: Python :: 3.13",
|
|
10
|
-
"Programming Language :: Python :: 3.14",
|
|
11
9
|
"Operating System :: OS Independent"
|
|
12
10
|
]
|
|
13
11
|
dependencies = [
|
|
14
12
|
"gdsfactory>=9.32.0",
|
|
15
|
-
"gdsfactoryplus>=1.
|
|
13
|
+
"gdsfactoryplus>=1.4.0",
|
|
16
14
|
"gmsh",
|
|
17
15
|
"meshio>=5.0.0",
|
|
18
16
|
"plotly",
|
|
19
17
|
"pydantic>=2.10.6",
|
|
20
|
-
"pyvista>=0.43.0"
|
|
18
|
+
"pyvista>=0.43.0",
|
|
19
|
+
"trame-vtk",
|
|
20
|
+
"trame-vuetify"
|
|
21
21
|
]
|
|
22
22
|
description = ""
|
|
23
23
|
name = "gsim"
|
|
24
24
|
readme = "README.md"
|
|
25
|
-
requires-python = "
|
|
26
|
-
version = "0.0.
|
|
25
|
+
requires-python = "~=3.12.0"
|
|
26
|
+
version = "0.0.4"
|
|
27
27
|
|
|
28
28
|
[project.optional-dependencies]
|
|
29
29
|
dev = [
|
|
@@ -172,7 +172,9 @@ def run_simulation(
|
|
|
172
172
|
_handle_failed_job(finished_job, output_dir, verbose)
|
|
173
173
|
|
|
174
174
|
# Download
|
|
175
|
-
raw_results = sim.download_results(
|
|
175
|
+
raw_results = sim.download_results(
|
|
176
|
+
finished_job, output_dir=f"sim-data-{finished_job.job_name}"
|
|
177
|
+
)
|
|
176
178
|
|
|
177
179
|
# Flatten results: gdsfactoryplus returns extracted directories,
|
|
178
180
|
# but we want a dict of filename -> Path for individual files
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gsim
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4
|
|
4
4
|
Author-email: GDSFactory <contact@gdsfactory.com>
|
|
5
5
|
Classifier: Programming Language :: Python :: 3.12
|
|
6
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
7
|
-
Classifier: Programming Language :: Python :: 3.14
|
|
8
6
|
Classifier: Operating System :: OS Independent
|
|
9
|
-
Requires-Python:
|
|
7
|
+
Requires-Python: ~=3.12.0
|
|
10
8
|
Description-Content-Type: text/markdown
|
|
11
9
|
Requires-Dist: gdsfactory>=9.32.0
|
|
12
|
-
Requires-Dist: gdsfactoryplus>=1.
|
|
10
|
+
Requires-Dist: gdsfactoryplus>=1.4.0
|
|
13
11
|
Requires-Dist: gmsh
|
|
14
12
|
Requires-Dist: meshio>=5.0.0
|
|
15
13
|
Requires-Dist: plotly
|
|
16
14
|
Requires-Dist: pydantic>=2.10.6
|
|
17
15
|
Requires-Dist: pyvista>=0.43.0
|
|
16
|
+
Requires-Dist: trame-vtk
|
|
17
|
+
Requires-Dist: trame-vuetify
|
|
18
18
|
Provides-Extra: dev
|
|
19
19
|
Requires-Dist: altair>=5.5.0; extra == "dev"
|
|
20
20
|
Requires-Dist: build>=1.2.0; extra == "dev"
|
|
@@ -47,7 +47,7 @@ Requires-Dist: ty>=0.0.13; extra == "dev"
|
|
|
47
47
|
Provides-Extra: docs
|
|
48
48
|
Requires-Dist: ihp-gdsfactory>=0.1.4; extra == "docs"
|
|
49
49
|
|
|
50
|
-
# Gsim 0.0.
|
|
50
|
+
# Gsim 0.0.4
|
|
51
51
|
|
|
52
52
|
> a GDSFactory Simulation Plugin
|
|
53
53
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|