Skip to content

Luna 1.2.2

Luna 1.2.2

Released on June 17, 2026

🚀 New Features

  • NVIDIA cuOpt Solver You can now solve mixed integer programming (MIP) problems with NVIDIA cuOpt. cuOpt runs on the GPU via the CudaqGpu backend, making it a fast alternative to CPU-based solvers for large problem instances. Time limits, optimality gaps, and solver tolerances are all configurable — see the CuOpt algorithm reference for the full list of parameters.

    Python
    from luna_quantum.algorithms import CuOpt
    
    algorithm = CuOpt()
    solve_job = algorithm.run(model, name="my-solve-job")
    

📘 Documentation Updates

  • Quotas A new Quotas page explains how compute-time quotas and model limits work in Luna, and how to keep track of your usage.

  • QPU Token Creation Guide The QPU Tokens page has been reworked with a step-by-step guide for creating personal and group tokens directly in the Luna Dashboard, including screenshots for each step.