This is the Python project for QGAT (Quantum Graph Attention Network).
.
├── main.py
└── README.md
- Ensure Python 3.6 or higher is installed on your system.
- Run the following command in the terminal to execute
main.py
:
python main.py
- Add your logic to
main.py
as needed. - If additional dependencies are required, create a
requirements.txt
in the project root directory and install them using:
pip install -r requirements.txt