PyPhot FDTD package
Project description
PhotFDTD
Phot FDTD 目前包含了基础器件和光器件的实现和测试用例,使用了fdtd库已经实现了的 Finite-difference time-domain method (时域有限差分)算法。
基础器件
- waveguide - 直波导
- arc - 圆弧
- sbend - s波导
- ysplitter - y分支
光器件
光器件由基础器件组成,光器件与光器件之间也可以连接。
- directional coupler - 方向耦合器
- mmi - 多模耦合干涉仪
- ring - 微环
安装
在命令行界面输入以下命令即可
pip install photfdtd
Demo
from photfdtd import Sbend
if __name__ == "__main__":
# 设置器件参数
sbend = Sbend(
xlength=40, ylength=60, zlength=1, x=10, y=10, z=1, direction=-1, width=10, refractive_index=1.7, name="sbend"
)
# 设置 grid 参数
sbend.set_grid(grid_xlength=80, grid_ylength=80, grid_zlength=1, grid_spacing=155e-9, total_time=200, pml_width=10)
# 设置光源
sbend.set_source()
# 保存画好的图,设置保存位置,以及从哪一个轴俯视画图
sbend.savefig(filepath="SbendZ.png", axis="z")
运行结果
各种光器件使用示例
在 tests 目录下,可以看到各种光器件的使用示例,例如 waveguide_test.py 代表着波导的使用示例。
开发者文档
开发者文档 提供了对于开发者的指导。
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
photfdtd-0.0.3.tar.gz
(11.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
photfdtd-0.0.3-py3-none-any.whl
(16.4 kB
view details)
File details
Details for the file photfdtd-0.0.3.tar.gz.
File metadata
- Download URL: photfdtd-0.0.3.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.7 Darwin/22.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9e95aff4a087a908a4b82f574dce8b6f5b84addf14209284cea4c30d3dbe18d
|
|
| MD5 |
cd94d9a42fa10193028765d04b86d697
|
|
| BLAKE2b-256 |
52b4c463ea3ebe209898da2215f0fa7b190f335f4763cce06d6e942cb9f7b720
|
File details
Details for the file photfdtd-0.0.3-py3-none-any.whl.
File metadata
- Download URL: photfdtd-0.0.3-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.7 Darwin/22.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f85f85ce618abd9cf9ebf8dd0c2a1cc8ae6fa35c839b7fd054126d1f7136d01b
|
|
| MD5 |
418d15cd4dd15009e4ccab58a37d8084
|
|
| BLAKE2b-256 |
4a3fdd092ab98a37424c897b7f6e0e7923c9fd64a7023da709905d293b386aa9
|