Skip to content

Commit

Permalink
added links to whitepaper
Browse files Browse the repository at this point in the history
  • Loading branch information
ymahlau committed Dec 18, 2024
1 parent 3e21148 commit a4995fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# FDTDX
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://ymahlau.github.io/fdtdx)
[![arXiv](https://img.shields.io/badge/arXiv-2407.10273-b31b1b.svg)](https://arxiv.org/abs/2407.10273)
[![arXiv](https://img.shields.io/badge/arXiv-2407.10273-b31b1b.svg)](https://arxiv.org/abs/2412.12360)


FDTDX is an efficient open-source Python package for the inverse design of three-dimensional photonic nanostructures using the Finite-Difference Time-Domain (FDTD) method. Built on JAX, it provides native GPU support and automatic differentiation capabilities, making it ideal for large-scale 3D design in nanophotonics.
Expand All @@ -23,6 +24,7 @@ Visit our [documentation](https://ymahlau.github.io/fdtdx) for:
- Example simulations
- Best practices

Also check out our [whitepaper](https://arxiv.org/abs/2412.12360) for some examples and a comparison to other popular FDTD-frameworks.

## Installation

Expand Down Expand Up @@ -57,7 +59,7 @@ If you find this repository helpful for you work, please consider citing:
```
@article{schubert2024quantized,
title={Quantized Inverse Design for Photonic Integrated Circuits},
author={Schubert, Frederik and Mahlau, Yannik and Bethmann, Konrad and Hartmann, Fabian and Caspary, Reinhard and Munderloh, Marco and Ostermann, J{\"o}rn and Rosenhahn, Bodo},
author={Schubert, Frederik and Mahlau, Yannik and Bethmann, Konrad and Hartmann, Fabian and Caspary, Reinhard and Munderloh, Marco and Ostermann, J{\"o}rn and Rosenhahn, Bodo},
journal={arXiv preprint arXiv:2407.10273},
year={2024}
}
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ pip install -e .
- See the examples folder for complete scripts for inverse design in FDTDX
- More guides will follow shortly

Also check out our [whitepaper](https://arxiv.org/abs/2412.12360) for some examples and a comparison to other popular FDTD-frameworks.

## Citation

If you find this repository helpful for your work, please consider citing:
Expand Down

0 comments on commit a4995fc

Please sign in to comment.