This code is the implementation of the Ckt-GNN paper for "Automatic generation of analog circuit using Graph Neural Networks". You have to add the remaining files from the parent directory along with this main file to run the code.
pip install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html pip install torch_geometric==1.7.2 pip install python-igraph pip install tqdm pip install torch-sparse==0.6.12 -f https://data.pyg.org/whl/torch-1.8.0+cu111.html pip install torch-scatter==2.0.8 -f https://data.pyg.org/whl/torch-1.8.0+cu111.html pip install networkx pip install matplotlib