algorithm not found #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
schizoman/rwa_qubo#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
from .simcim import simcim, check_coloring
from .array_manipulation import qubo_to_ising
Hello, when I run your code, there is an error here, and I found that it is missing the algorithm file, may I ask if it is convenient for you to disclose this part of the code file? Thank you
Hi, thanks for pointing out the issue and apologies for the slow response. You're right, I haven't committed those source files because they weren't imported in the rwa_qubo.ipynb file and thus didn't throw a module import error. I have now pushed the relevant files in commit
8ba808con the full-source branch.Please keep in mind that the newly added files contain some unused and messy code, they were written in the early stages in development and ended up being deprecated.