-
Notifications
You must be signed in to change notification settings - Fork 3
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
ELS usage example to scan for CBO or VBO for absorber layers #1
Open
skw32
wants to merge
19
commits into
keeeto:master
Choose a base branch
from
skw32:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…n partners for p-type or n-type absorber layers. Just plans for Step2 and 3. Step1 under construction: made new functions in els.py (based on energy_align) to scan dataset based on CBO or VBO for p-type or n-type aborbers respectively. Need to brush up on Anderson's rule and tidy up output formats from new functions for step 2.
…strain - needs tidying up
…functions used in Step1
…functions used in Step1
…ity carrier injection to establish V_bi, second for band offset relevant for minority photoexcited carrier transport across junction. May need to double check limits implemented correctly in new els CBOandCBO_scan function (few candidates from initial test)
…now optimal spike reported for CdTe
…red by user is less than number of cnadidates in Step1 output file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added step1, step2 and step3 scripts (where step3 generates inputs to run with bapt) and some slightly modified functions in els.py (which as marked out as 'Additions for Suzy's workflow'.