Giter VIP home page Giter VIP logo

obpds's People

Contributors

scott-maddox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

obpds's Issues

Add `interactive_zero_current`

Add a bias control to the right hand side. Clicking on it would set the bias and update the band diagram.

The plot should not decrease the scale through autoscale.

Medium to Very Long Term goals

Medium term:

  • basic finite quantum well simulation:

    QuantumWell(width=10*nm, well=GaInAs(In=0.1).strained_001(GaAs), barrier=GaAs).E(n=1)
    
    • QuantumWell would inherit from LayerStructure, so that it could
      be inserted into structures and simulated.
    • You could even include basic quantum confinement effects on the carrier
      concentration in the simulation this way, by adjusting the
      band edge potentials and effective intrinsic carrier concentration.
      Probably overkill for most things, but it could come in handy.

Add `get_capacitance`, `get_cv`, and `show_cv`

The capacitance can be efficiently and accurately calculated using the method described in [1].

[1] R. C. Jaeger, F. H. Gaensslen, and S. E. Diehl, “An Efficient Numerical Algorithm for Simulation of MOS Capacitance,” IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, vol. 2, no. 2, pp. 111–116, Apr. 1983.

Limit the solution cache sizes

  • implement Cache class
    • functions similar to a dictionary
    • takes a maximum size upon instantiation
    • use FIFO rule to limit size

Nonparabolic bands

Include band non-parabolicity effects on the Fermi-Dirac statistics

[1] V. Ariel-Altschul, E. Finkman, and G. Bahir, “Approximations for carrier density in nonparabolic semiconductors,” IEEE Transactions on Electron Devices, vol. 39, no. 6, pp. 1312–1316, Jun. 1992.

Refactor solver module to improve data locality?

Currently, each materials parameter is stored in a separate array. Ideally, the parameters that are accessed together would be stored together, so as to minimize cache misses.

I'm not sure that this is currently the performance bottleneck, though, so some benchmarking is merited.

Strain simulations

  • Include the effects of strain on the bandgap and band offsets, using deformation potentials.
    • Currently, each layer can be specified as strained, but having a simplified way of doing this might be preferable. It should also be possible to specify that a layer is partially or fully relaxed, and the layers above it should take on the new lattice constant.
  • Solve for the strain profile before simulating the band structure.
    • Discontinuities in the strain profile are only an approximation. In
      reality, the layers surrounding a highly-strained layer also have
      strain. This is critical for the band offsets of highly-strained
      quantum wells.
    • This requires significant alteration to the current (manual) way of specifying strained layers.

Schottky contacts

Implement Schottky contacts.

  • Default the pinning location to the "universal Fermi stabilization" energy of about -4.9 eV from vacuum.
  • Alter the Dirichlet boundary conditions appropriately

Add `config` module

  • move approx into it, possibly renaming it something more descriptive
  • eventually add bandgap narrowing as an option, etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.