Skip to content

Commit b6e541d

Browse files
Merge pull request #20 from flexcompute/alec/converter_update
update converter
2 parents 79c529e + a563e84 commit b6e541d

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Can you convert a lumerical script file to Tidy3D?
33
date: 2023-10-24 19:16:52
4-
enabled: false
4+
enabled: true
5+
category: "Simulations"
56
---
67

7-
We offer a limited ability to convert `.lsf` project files to Tidy3D skeleton files in Python. This can be done with the command `tidy3d convert project.lsf tidy3d_script.py`. This is an experimental feature, and not every command in the `lsf` file is covered. The `lsf` project files often have default values/conventions that are not specified, so the created Tidy3D script will often need additional specification. Always be sure to check over the created Tidy3D script to see if any values are missing or if any objects have not been parsed.
8+
[This repo](https://github.com/hirako22/Lumerical-to-Tidy3D-Converter) offers a limited ability to convert `.lsf` project files to Tidy3D skeleton files in Python. Not every command in the `lsf` file is covered. The `lsf` project files often have default values/conventions that are not specified, so the created Tidy3D script will often need additional specification. Always be sure to check over the created Tidy3D script to see if any values are missing or if any objects have not been parsed.
89

docs/faq/Can-you-convert-a-lumerical-script-file-to-Tidy3D.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
| Date | Category |
44
|------------|-------------|
5-
| 2023-10-24 19:16:52 | Uncategorized |
5+
| 2023-10-24 19:16:52 | Simulations |
66

77

88

9-
We offer a limited ability to convert `.lsf` project files to Tidy3D skeleton files in Python. This can be done with the command `tidy3d convert project.lsf tidy3d_script.py`. This is an experimental feature, and not every command in the `lsf` file is covered. The `lsf` project files often have default values/conventions that are not specified, so the created Tidy3D script will often need additional specification. Always be sure to check over the created Tidy3D script to see if any values are missing or if any objects have not been parsed.
9+
[This repo](https://github.com/hirako22/Lumerical-to-Tidy3D-Converter) offers a limited ability to convert `.lsf` project files to Tidy3D skeleton files in Python. Not every command in the `lsf` file is covered. The `lsf` project files often have default values/conventions that are not specified, so the created Tidy3D script will often need additional specification. Always be sure to check over the created Tidy3D script to see if any values are missing or if any objects have not been parsed.
1010

docs/simulations.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Simulations
44
.. toctree::
55
:maxdepth: 2
66

7+
faq/Can-you-convert-a-lumerical-script-file-to-Tidy3D
78
faq/How-do-I-run-a-simulation-and-access-the-results
89
faq/how-to-submit-a-simulation-in-python-to-the-server
910
faq/how-do-i-upload-a-job-to-the-web-without-running-it-so-i-can-inspect-it-first

faq_categories.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"_faqs/What-are-the-units-used-in-the-simulation.md",
4646
"_faqs/how-to-run-a-2d-simulation-in-tidy3d.md",
4747
"_faqs/why-the-simulation-time-for-the-exact-same-simulation-can-vary.md",
48-
"_faqs/how-long-should-i-run-the-simulation.md"
48+
"_faqs/how-long-should-i-run-the-simulation.md",
49+
"_faqs/Can-you-convert-a-lumerical-script-file-to-Tidy3D.md"
4950
]
5051
},
5152
{

0 commit comments

Comments
 (0)