/synthesis_tutorial

Simple tutorial on python-based synthesis tools

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Synthesis tutorial

Simple tutorial on python-based synthesis tools, primarily using materials from the Ceder group.

Installation

Use a fresh conda environment using python 3.9, e.g.

conda create -y -n synthesis_tutorial
conda activate synthesis_tutorial

Install requirements

The requirements are in requirements.txt

pip install -r requirements.txt