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.2.tar.gz
(11.0 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.2-py3-none-any.whl
(16.3 kB
view details)
File details
Details for the file photfdtd-0.0.2.tar.gz.
File metadata
- Download URL: photfdtd-0.0.2.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17ba93014cee92030717992780f98c6011740e6243d8c49a4b4f60145d67bf00
|
|
| MD5 |
bf0e5b8ab57c7b4846994bccaf2fb4b6
|
|
| BLAKE2b-256 |
94b41586df828be611dc1cb9b770c13e471eda38f5e8806ee8ff14dd207c65f1
|
File details
Details for the file photfdtd-0.0.2-py3-none-any.whl.
File metadata
- Download URL: photfdtd-0.0.2-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c31b568db5341e1871d38c5d8eceec2550ecb0592c286a5e06c484801d1341d3
|
|
| MD5 |
7968495e78210f1c7fcfcda2b4dea095
|
|
| BLAKE2b-256 |
0ab667e6d3813d4727a5415d949083d111323f986922342ef3eadbd1eaf57e69
|