https://github.com/augustunderground/serafin

Single-Ended Operational Amplifier Characterization

https://github.com/augustunderground/serafin

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Single-Ended Operational Amplifier Characterization

Basic Info
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

SERAFIN

Single-Ended Operational Amplifier Characterization loosely based on AC²E.

Dependencies:

Installation

With pip:

sh $ pip install git+https://github.com/augustunderground/serafin.git

From source:

sh $ git clone https://github.com/augustunderground/serafin.git $ pushd serafin $ pip install .

Example

A few things need to be adjusted to run the example:

  • Correct PDK path in ./example/gpdk180.yml
  • Derived statements for transistors in ./example/sym.scs
  • Change nmos and pmos name in ./example/sym.scs according to PDK

```python import serafin as sf

pdk = './example/gpdk180.yml' net = './example/sym.scs' ckt = './example/sym.yml'

sym = sf.operational_amplifier(pdk, ckt, net)

rsz = sf.random_sizing(sym) prf = sf.evaluate(sym, rsz) ```

Owner

  • Name: ynk
  • Login: AugustUnderground
  • Kind: user
  • Location: Innsmouth
  • Company: @electronics-and-drives

PhD Student at Reutlingen University

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.2
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • TiMo3654 (5)
Top Labels
Issue Labels
Pull Request Labels
bug (1)

Dependencies

requirements.txt pypi
  • matplotlib *
  • numpy *
  • pandas *
  • pynut *
  • pyspectre *
  • pyyaml *
setup.py pypi