Skip to content

Commit

Permalink
add IV-plot examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Sieberer committed Dec 7, 2023
1 parent 5f1c2db commit ac104d8
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CryMOS/IVpp.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from .QVpp import *
from .IV import *

__all__ = ['BeckersIVcpp']


class BeckersIVcpp(BeckersQVcpp, BeckersIVpy):
pass
180 changes: 180 additions & 0 deletions examples/IV.ipynb

Large diffs are not rendered by default.

0 comments on commit ac104d8

Please sign in to comment.