Skip to content

Systems-level modeling of on-chip optical power delivery for particle accelerators on a chip.

License

Notifications You must be signed in to change notification settings

twhughes/Tree-Branch-Accelerator

Repository files navigation

DLA-Laser-Coupling-Simulation-Software

alt text

Contents

This software package is used to simulate an optical power delivery system for dielectric laser accelerators. The structure consists of a fractal waveguide network as described in the accompanying paper. This code takes as input all of the assumed parameters for the system (defaults assigned automatically) and computes the energy gain and acceleration gradient from the resulting structure with the following procedure:

  1. Find the largest input power (given the parameters) to avoid all of the following
  • damage at the accelerator structures
  • damage at the input facet
  • self-phase modulation and pulse degradation in the waveguides
  • self-focusing effects in the waveguides
  1. Propagate this pulse through the waveguides and splits, incorporating loss.
  2. Compute the energy gain in the DLA assuming perfect phasing of output ports.

A plot of several combinations of pulse duration and Q factor is shown here

alt text

Paper information

This is the code accompanying a paper on on-chip laser coupling for dielectric laser accelerator structures.

On-Chip Laser Power Delivery System for Dielectric Laser Accelerators

How to run simulation

The main codebase is in "simulation.m" This defines the simulation class, which holds both the properties of parameters and methods corresponding to solving the laser coupling system.

Simple examples are in the appropriately named simple_examples.m, which will help new users get to know how the code works and solve some simple examples.

For documentation, type:

    doc simulation

in the matlab command line once the directory is added to path

There are auxilary functions in the components directory, which are used to simulate the DLA structures among other things.

Citing our work

If you would like to use this code, please cite the paper:

@article{hughes2018chip,
  title={On-Chip Laser-Power Delivery System for Dielectric Laser Accelerators},
  author={Hughes, Tyler W and Tan, Si and Zhao, Zhexin and Sapra, Neil V and Leedle, Kenneth J and Deng, Huiyang and Miao, Yu and Black, Dylan S and Solgaard, Olav and Harris, James S and others},
  journal={Physical Review Applied},
  volume={9},
  number={5},
  pages={054017},
  year={2018},
  publisher={APS}
}

About

Systems-level modeling of on-chip optical power delivery for particle accelerators on a chip.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages