-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add IsotropicMobilityChargeDriftModel #421
Conversation
@fhagemann can we add a short test for this to CI without adding to much testing time? |
@Padniuk do not worry about the failing tests: these are because the tests are running on julia-1.11 instead of julia-1.10. There is a PR addressing this already: #419 Downgrade fails because some package versions are not allowed by julia-1.11 anymore. |
|
|
Do you wanna add this or should I push changes to your PR? |
I will add these changes but a little bit later. |
Alright, thanks and no rush! :) |
The tests should not fail anymore with the next commit you push (#424) |
I just pushed a fix for the naming issue of |
This model was called as
IsotropicMobilityChargeDriftModel
because it uses identity-like mobility tensor:The semiconductor should have material properties
μ_e
andμ_h
. Like in example:The usage example is the following:
I did not implement overload for configs or other type of args for the model, cause it is not needed for now.