The aim of this project is to be able to solve a Sudoku of 9x9 with a NISQ device.
This project uses poetry. Once poetry
is available in your system, simply execute poetry install
to install all the required dependencies.
Adding a new dependency is done with poetry add <dependency>
.