Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkabdelrahman/integratedoptics.jl
Simulation and Optimization Library for Integrated Optics in Julia.
https://github.com/mkabdelrahman/integratedoptics.jl
fdfd fdtd inverse-design julia maxwell-equations-solver photonics silicon-photonics topolgy-optimization
Last synced: about 1 month ago
JSON representation
Simulation and Optimization Library for Integrated Optics in Julia.
- Host: GitHub
- URL: https://github.com/mkabdelrahman/integratedoptics.jl
- Owner: MKAbdElrahman
- License: mit
- Created: 2021-06-11T06:16:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T11:00:59.000Z (3 months ago)
- Last Synced: 2024-11-11T05:34:22.765Z (about 1 month ago)
- Topics: fdfd, fdtd, inverse-design, julia, maxwell-equations-solver, photonics, silicon-photonics, topolgy-optimization
- Language: Julia
- Homepage:
- Size: 715 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IntegratedOptics.jl (DEPRECATED)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://MKAbdElrahman.github.io/IntegratedOptics.jl/dev)
[![Build Status](https://github.com/MKAbdElrahman/IntegratedOptics.jl/workflows/CI/badge.svg)](https://github.com/MKAbdElrahman/IntegratedOptics.jl/actions)
[![Coverage](https://codecov.io/gh/MKAbdElrahman/IntegratedOptics.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/MKAbdElrahman/IntegratedOptics.jl)## NO DOCUMENTATION AVAILABLE YET
## Getting Started: Installation
To install the package, use the following command inside the Julia REPL:
```julia
using Pkg
Pkg.add("IntegratedOptics")
```To load the package, use the command:
```julia
using IntegratedOptics
```