Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need explication for TMM mode #25

Closed
bouhmid18 opened this issue Oct 10, 2018 · 1 comment
Closed

Need explication for TMM mode #25

bouhmid18 opened this issue Oct 10, 2018 · 1 comment

Comments

@bouhmid18
Copy link

I just installed Solcore and I start using it. I ask for explanations on the example of the TMM how to know the structure on which I work (what the right order of the layers)?
Thank you

@dalonsoa
Copy link
Collaborator

Hi! The order of the layers is:

  • 1st --> Layer closest to the surface
  • Last --> Substrate or back of the structure.

So, assuming you are talking about the example "Optical_constants_RAT_of_ARC", the bit where the structure is made:

stack = Structure([
    [117, 1240 / E_eV, mgf_nk[1], mgf_nk[2]],
    [80, 1240 / E_eV, sic_nk[1], sic_nk[2]],
    [61, 1240 / E_eV, zns_nk[1], zns_nk[2]],
    [25, 1240 / E_eV, alinp_nk[1], alinp_nk[2]],
    [350000, 1240 / E_eV, gainp_nk[1], gainp_nk[2]]
])

indicates that the layers are, from front surface to substrate: MgF, SiC, ZnS, AlInP and GaInP.

Thanks for pointing this out. I'll add a note to improve how the explanations within the examples.
Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants