scott-maddox / obpds

A free, open-source technology computer aided design software for simulating semiconductor structures and devices.
GNU Affero General Public License v3.0
9 stars 4 forks source link

Add `get_capacitance`, `get_cv`, and `show_cv` #18

Closed scott-maddox closed 9 years ago

scott-maddox commented 9 years ago

The capacitance can be efficiently and accurately calculated using the method described in [1].

[1] R. C. Jaeger, F. H. Gaensslen, and S. E. Diehl, “An Efficient Numerical Algorithm for Simulation of MOS Capacitance,” IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, vol. 2, no. 2, pp. 111–116, Apr. 1983.

scott-maddox commented 9 years ago

merged into develop