Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 774 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 774 Bytes

Mismatch_VS_Thickness

This code investigate effects of variation of matrial's thicknesses on mismatch in III-V materials

Usage

To customize the material, adjust the input parameters in the "full_mismatch.m" file between lines 10 and 30:

  • inputss(1,1): Substrate material (Refer to the provided material code)
  • inputss(1,2): Direction of substrate
  • inputss(2,1): First material
  • inputss(3,1): First interface
  • inputss(4,1): Second material
  • inputss(5,1): Second interface

Material Codes

  1. Si
  2. Ge
  3. GaAs
  4. AlAs
  5. InAs
  6. GaP
  7. AlP
  8. InP
  9. GaSb
  10. AlSb
  11. InSb
  12. ZnSe
  13. ZnS
  14. ZnTe
  15. CdTe
  16. HgTe

Specify elastic constants for three directions in line 36 using the following numbers:

  • 2 -> D001
  • 3 -> D110
  • 4 -> D111