nanophotonic-structures

Official repository of "Datasets and Benchmarks for Nanophotonic Structure and Parametric Design Simulations"

https://github.com/jungtaekkim/nanophotonic-structures

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Official repository of "Datasets and Benchmarks for Nanophotonic Structure and Parametric Design Simulations"

Basic Info
Statistics
  • Stars: 5
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

Datasets and Benchmarks for Nanophotonic Structure and Parametric Design Simulations

It is an official repository of the paper entitled "Datasets and Benchmarks for Nanophotonic Structure and Parametric Design Simulations", which is presented at NeurIPS 2023 Datasets and Benchmarks track.

Directories

  • nanophotonic_structures: a directory for nanophotonic structures and utils
  • scripts: a directory for runnable scripts
  • src: a directory for dataset generation, model training, model testing, and structure optimization

Scripts

  • generate_datset.sh: a script for dataset generation
  • optimizemodelscontinuous.sh: a script for nanophotonic structure optimization over continuous spaces
  • optimizemodelsdiscrete.sh: a script for nanophotonic structure optimization over discrete spaces
  • train_models.sh: a script for surrogate model training
  • test_models.sh: a script for surrogate model testing

Installation

Before installing our package, you should install meep first. A guide to the installation of meep is provided in this link.

Our package can be installed from source or from source in an editable mode.

console pip install . or console pip install -r requirements.txt python setup.py develop

Access to Datasets

If you want to create datasets by yourself, you can use scripts in the scripts directory.

Our datasets can be accessed via the Hugging Face repository.

Citation

@inproceedings{KimJ2023neuripsdb, author={Kim, Jungtaek and Li, Mingxuan and Hinder, Oliver and Leu, Paul W.}, title={Datasets and Benchmarks for Nanophotonic Structure and Parametric Design Simulations}, booktitle={Advances in Neural Information Processing Systems (NeurIPS)}, volume={36}, pages={4685--4715}, year={2023}, note={Datasets and Benchmarks Track} }

Instructions to Contribute to the Project

We are open to any users who want to contribute to the project. You can refer to instructions to know how you can contribute to the project.

License

It is licensed under the MIT license.

Code of Conduct

We follow the code of conduct to create a diverse, inclusive, and postive community.

Owner

  • Name: Jungtaek Kim
  • Login: jungtaekkim
  • Kind: user
  • Location: United States

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software, please cite it.
title: Datasets and Benchmarks for Nanophotonic Structure and Parametric Design Simulations
url: https://github.com/jungtaekkim/nanophotonic-structures
authors:
- family-names: Kim
  given-names: Jungtaek
- family-names: Li
  given-names: Mingxuan
- family-names: Hinder
  given-names: Oliver
- family-names: Leu
  given-names: Paul W.
preferred-citation:
  type: conference-paper
  title: Datasets and Benchmarks for Nanophotonic Structure and Parametric Design Simulations
  authors:
    - family-names: Kim
      given-names: Jungtaek
    - family-names: Li
      given-names: Mingxuan
    - family-names: Hinder
      given-names: Oliver
    - family-names: Leu
      given-names: Paul W.
  collection-title: Advances in Neural Information Processing Systems (NeurIPS)
  collection-type: proceedings
  volume: 36
  start: 4685
  end: 4715
  year: 2023
  publisher:
    name: Curran Associates, Inc.
  url: https://arxiv.org/abs/2310.19053
  address: New Orleans, Louisiana, USA

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • jungtaekkim (3)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • Py-BOBYQA *
  • bayeso *
  • h5py *
  • huggingface_hub *
  • matplotlib *
  • numpy *
  • pvlib *
  • scikit-learn *
  • torch *
setup.py pypi