.gitignore
.gitmodules
Makefile
README.md
license.txt
push-all.sh
pyproject.toml
setup.py
.github/workflows/documentation.yml
.github/workflows/publish.yaml
docs/source/conf.py
docs/source/hwcomponents.rst
docs/source/hwcomponents.scaling.rst
docs/source/index.rst
docs/source/modules.rst
docs/source/_ext/include_docstring.py
docs/source/_ext/include_notebook.py
docs/source/notes/finding_and_using_models.rst
docs/source/notes/making_models.rst
hwcomponents/__init__.py
hwcomponents/_logging.py
hwcomponents/_model_wrapper.py
hwcomponents/_util.py
hwcomponents/_version.py
hwcomponents/_version_scheme.py
hwcomponents/find_models.py
hwcomponents/hwcomponents.py
hwcomponents/model.py
hwcomponents/select_models.py
hwcomponents.egg-info/PKG-INFO
hwcomponents.egg-info/SOURCES.txt
hwcomponents.egg-info/dependency_links.txt
hwcomponents.egg-info/entry_points.txt
hwcomponents.egg-info/top_level.txt
hwcomponents.egg-info/zip-safe
hwcomponents/scaling/__init__.py
hwcomponents/scaling/scalefuncs.py
hwcomponents/scaling/techscaling.py
notebooks/1_finding_and_using_models.ipynb
notebooks/2_making_models.ipynb
notebooks/model_example/README.md
notebooks/model_example/setup.py
notebooks/model_example/hwcomponents_example/__init__.py
notebooks/model_example/hwcomponents_example/ternary_mac.py