Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add quantum solvers for the coloring problem #236

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jun 18, 2024

  1. add qiskit solvers for coloring problem + first version of optuna exa…

    …mple for mis and coloring
    armand-gautier committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c42ea8b View commit details
    Browse the repository at this point in the history
  2. add a new problem definition for quantum solvers for coloring problem…

    …, where the objective is just to now for a given number of color, if the coloring problem is feasible.
    armand-gautier committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6bb3730 View commit details
    Browse the repository at this point in the history
  3. add possibility to use optimizer define in qiskit_algorithm for QAOA …

    …and VQE algorithms. Give more possible optimizer of interest (like SPSA or BOBYQA).
    armand-gautier committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2fc6e78 View commit details
    Browse the repository at this point in the history
  4. add the tuto notebook for using QAOA algorithm with discrete_optimiza…

    …tion
    armand-gautier committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    687e6ea View commit details
    Browse the repository at this point in the history
  5. finalize hyperparameters for QAOA and VQE and add labels to plot func…

    …tion for mis problem and solution
    armand-gautier committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bb2e2eb View commit details
    Browse the repository at this point in the history
  6. always initialized bounds of hyperparameters of the quantum circuit i…

    …n QAOASolver
    armand-gautier committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    169424a View commit details
    Browse the repository at this point in the history
  7. modif notebook tuto qiskit

    armand-gautier committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    999f31a View commit details
    Browse the repository at this point in the history
  8. modify coloring_quantum.py to take in consideration that qiskit is an…

    … optionnal dependency.
    armand-gautier committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5f42476 View commit details
    Browse the repository at this point in the history
  9. delete temporarily the notebook tuto_qiskit.ipynb

    armand-gautier committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    946cb80 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. add test with pytest for quantum solvers, we just verify that there i…

    …s no bug at the execution when qiskit is available.
    armand-gautier committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a10640e View commit details
    Browse the repository at this point in the history