Commit f39194c4 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent ea65766a
Pipeline #4141 passed with stage
in 0 seconds
...@@ -46,7 +46,7 @@ class CDM03bidir(): ...@@ -46,7 +46,7 @@ class CDM03bidir():
#default CDM03 settings #default CDM03 settings
self.params = dict(beta_p=0.6, beta_s=0.6, fwc=200000., vth=1.168e7, vg=6.e-11, t=20.48e-3, self.params = dict(beta_p=0.6, beta_s=0.6, fwc=200000., vth=1.168e7, vg=6.e-11, t=20.48e-3,
sfwc=730000., svg=1.0e-10, st=5.0e-6, parallel=1., serial=1.) sfwc=730000., svg=1.0e-10, st=5.0e-6, parallel=1., serial=0.0)
#update with inputs #update with inputs
self.params.update(self.values) self.params.update(self.values)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment