Metadata-Version: 2.1
Name: tdyno
Version: 0.1.7
Summary: FDTD with dynamic modulations in the refractive index or the gain/loss in materials.
Home-page: https://github.com/alexysong/tdyno
Author: Alex Y. Song
Author-email: song.alexy@gmail.com
License: UNKNOWN
Description: T-Dyno
        ======
        
        **T-Dyno** is a 2D finite-difference time-domain (FDTD) package. 
        
        Apart from conventional FDTD functionalities, TDyno is capable of applying dynamic modulations in both the real and the imaginary parts of the permittivity, i.e. having index modulations and gain/loss modulations.
        
        It can thus simulate dynamically modulated optical devices such as  isolators, circulators, directional absorbers, and nonreciprocal amplifiers in the time-domain.
        
        ## Features
        T-Dyno natively supports the following features:
        *   point sources
        
        *   Total-field scattered-field (TF/SF) sources and directional plane-wave souces with the following temporal profiles:
            *   continuous waves (cw)
            *   Gaussian pulses
            *   wave packets, i.e. Gaussian modulated cw waves
        
        *   Convolutional perfectly matched layers (CPML)
        
        *   Supported materials:
            *   dispersionless lossy/lossless dielectrics
            *   dispersive dielectrics (Lorentz model)
            *   metal (Drude model)
            *   dynamically modulated refractive index
            *   dynamically modulated gain and loss
        
        *   Shapes:
            *   rectangle
            *   circular
            *   ring
            *   wedge
        
        *   Monitors
        
            Point monitors: weighted sum of the wave amplitudes on a set of points. Can the energy spectral density, power spectral density, number flux spectrum and number flux rate spectrum.
        
            Poynting energy flux monitor: monitor the real-time energy flux through a box or any edges of the box, from inside to outside. Calculate the frequency-space integral Poynting flux spectrum.
        
        *   User interface
        
            Simple user interface where you can start, pause, reset, save plot, record videos, and save monitor data.
        
        
        ## Install
        
            $ pip install tdyno
        Or,
        
            $ git clone git://github.com/alexsong/tdyno
            $ pip install .
        
        
        ## Requirements
        
        -   Python 2.7 or >= 3.6
        -   Numpy >= 1.11.3
        -   matplotlib >= 2.0.0
        -   scipy >= 0.19.0
        -   for recording videos, need to install `ffmpeg`.
        
        
        ## Usage
        The `examples` in the `examples/` folder are the easiest places to get started with the package. 
        
        *   `fdtd_2d.py`
        
            It's recommended that you go through `fdtd_2d.py` first, then move on to other examples. 
            
            `fdtd_2d.py` contains a detailed explanation of the basic functionalities of the package. It contains: point sources and a TF/SF source with different source temporal profiles, PML absorbing boundary condition, and different types of materials and geometries to build a structure.
            
            https://user-images.githubusercontent.com/55603472/130169577-fa837496-456e-4b95-bf7c-93633b9a2fc7.mp4
        
        *   `ring_coupler.py`
        
            This is an example of a ring resonator coupled to input/output waveguides.
        
        *   `waveguide_2d_dynamic_modulation.py` 
        
            This example contains a waveguide under dynamic modulations. The modulation can be in the refractive index or in the gain/loss.
        
            This example also contain several point monitors and a Poynting monitor to measure wave intensities and calculate the spectrum.
        
            https://user-images.githubusercontent.com/55603472/130178495-1d9e19fb-0cf3-4a73-9e2b-c7f018962742.mp4
        
        ## Citing
        
        If you find T-Dyno useful for your research, we would apprecite you citing our [paper](https://doi.org/10.1103/PhysRevA.99.013824). For your convenience, you can use the following BibTex entry:
        
        ```
        @article{song2019dynamic,
          title={Direction-dependent parity-time phase transition and nonreciprocal amplification with dynamic gain-loss modulation},
          author={Song, Alex Y. and Shi, Yu and Lin, Qian and Fan, Shanhui},
          journal={Physical Review A},
          volume={99},
          issue={1},
          pages={013824},
          numpages={7},
          year={2019},
          month={Jan},
          publisher={American Physical Society},
          doi={10.1103/PhysRevA.99.013824},
          url={https://link.aps.org/doi/10.1103/PhysRevA.99.013824}
        }
        ```
        
Keywords: fdtd,dynamic modulation
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Description-Content-Type: text/markdown
