Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augustunderground/pyrdict
Primitive Device Characterization with PySpice
https://github.com/augustunderground/pyrdict
gm-over-id hy id-curves ngspice primitive-devices python transistor-characterization
Last synced: about 5 hours ago
JSON representation
Primitive Device Characterization with PySpice
- Host: GitHub
- URL: https://github.com/augustunderground/pyrdict
- Owner: AugustUnderground
- Created: 2021-05-26T07:51:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T06:36:42.000Z (over 3 years ago)
- Last Synced: 2023-03-05T15:46:09.465Z (over 1 year ago)
- Topics: gm-over-id, hy, id-curves, ngspice, primitive-devices, python, transistor-characterization
- Language: Jupyter Notebook
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Primitive Device Characterization with PySpice
Transistor characterization with
[PySpice](https://pyspice.fabrice-salvaire.fr/). Demonstration downloads and
uses ASU's [PTM](http://ptm.asu.edu/) 90nm devices.## Quickstart
Adjust the *Setup* section in `predict.hy` or `predict.py` and run the script.
This will create an [HDF5](https://www.h5py.org/) with the specified operating
point parameters.```bash
$ hy predict.hy # With hy
$ python predict.py # With Python
$ jupyter lab # Startup Notebook
```## Installation
Follow the PySpice [installation instructions](https://pyspice.fabrice-salvaire.fr/releases/latest/installation.html)
and then setup the python environment:```bash
$ pip install -r requirements.txt
```## TODO
- [X] Add requirements
- [X] Add Python Script
- [X] Add Notebook