LunaSolve

LunaSolve is a service dedicated to optimizing business solutions by offering tailored software and hardware options for tackling optimization challenges. With our user-centric approach, you can create optimization instances using a documented high-level specification, or upload problems using industry-standard modeling formats. Once submitted, our AI-driven recommendation engine suggests suitable software and hardware based on your specific use case. We then leverage quantum computers to handle the challenge, process the data, and deliver the solution. Through post-processing techniques, we convert raw quantum data into a human-readable format before presenting the results.

When using LunaSolve, you typically follow three steps:

  • Transformation: Go from your problem definition to a (quantum-ready) mathematical format
  • Recommendation: Get a suggestion on the best combination of software and hardware for your use case
  • Solve: Solve the problem on quantum or classical hardware, or a combination of both.

To get started with LunaSolve, refer to the Get Started page for instructions. Once you've set the foundation, you can directly dive into the service and start solving your optimization challenges.

# Load the luna package
from luna_sdk import LunaSolve

# Create a Luna object and set your credentials
luna = LunaSolve(email="YOURUSERNAME", password="YOURPASSWORD")

Was this page helpful?