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

Exporter for Binary Quadratic Models #12

Closed
dakk opened this issue Feb 8, 2024 · 0 comments · Fixed by #13
Closed

Exporter for Binary Quadratic Models #12

dakk opened this issue Feb 8, 2024 · 0 comments · Fixed by #13
Assignees
Labels
feature New feature

Comments

@dakk
Copy link
Owner

dakk commented Feb 8, 2024

Thanks to the fact that qlasskit uses boolean expression as intermediate representation, we can easily write an exporter able to translate a qlassf to a binary quadratic model, exporting a QUBO or an Ising model.

This integration will enable qlasskit to be used on quantum annealers like the DWave, or similar types of machine (like the Fujitsu Digital Annealer).

We can use the pyqubo library for this process, as an optional dependency.

@dakk dakk added the feature New feature label Feb 8, 2024
@dakk dakk changed the title Exporter for Qubo, BQM, Ising models Exporter for Binary Quadratic Models Feb 9, 2024
@dakk dakk self-assigned this Feb 9, 2024
@dakk dakk linked a pull request Feb 9, 2024 that will close this issue
@dakk dakk closed this as completed in #13 Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant