Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```