Die2Sim is a tool used to aid simulations of large scale superconducting circuits. The main usage of Die2Sim is to create JoSIM files from a DEF file using an existing cell library.
Version: 1.0
- Convert DEF to JoSIM.
- Create flow diagram of the circuit. (Experimental)
The following packages is required to successfully compile and execute Die2Sim.
apt install build-essencials cmake # for compiling
apt install graphviz # for creating hierarchy diagram(dot file)
# Current directory: Die2Sim root
mkdir build && cd build
cmake ..
make
Examples of how to execute Die2Sim:
./Die2Sim -j defExample.def -o josimOutput.cir
./Die2Sim -h
In config.toml
are the current available parameters to control the JoSIM simulation.
For IARPA contract SuperTools