/sudoku-nisq

Solving a 9x9 sudoku on NISQ

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Solving a 9x9 Sudoku with NISQ

The aim of this project is to be able to solve a Sudoku of 9x9 with a NISQ device.

Development

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>.