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

Add energy bandgap monitors for the CHARGE simulations. #2337

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

vasilyzabelin
Copy link
Contributor

Add energy bandgap monitors for the CHARGE simulations.

@@ -40,6 +40,26 @@ class SteadyFreeCarrierMonitor(HeatChargeMonitor):
)


class SteadyEnergyBandMonitor(HeatChargeMonitor):
"""
Free-carrier monitor for Charge simulations.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Free-carrier -> Energy band

)

def field_name(self, val: str = "") -> str:
"""Gets the name of the fields to be plot."""
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plotted

I see that this is just copied from above, so could you correct it everywhere?

return "Ec, Ev, Ei, Efn, Efp"

@add_ax_if_none
def plot_slice(self, axis: Axis, pos: float, voltage: float, ax: Ax = None) -> Ax:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a general comment (@marc-flex ) in the EM data plot_field we do not explicitly pass things like frequency, mode inde, etc. We just bundle all unknown arguments into **sel_kwargs and pass this to .sel, which allows a bit more freedom. So here, voltage would go into these not-explicitly-defined arguments. Then someone could even do plot_slice(... , voltage=1, method="nearest") to avoid errors that might sometimes happen if they pass a value that is slightly off from an actual recorded value (sometimes just due to numerical precision...)

@momchil-flex
Copy link
Collaborator

Thanks! Should also add a test somewhere around here

@vasilyzabelin
Copy link
Contributor Author

Updated the code and created the new PR #2344

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

Successfully merging this pull request may close these issues.

2 participants