algorithm not found #1

Closed
opened 2025-01-05 07:45:26 +00:00 by time-TT · 1 comment
time-TT commented 2025-01-05 07:45:26 +00:00 (Migrated from github.com)

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

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
r1ghtwr0ng commented 2025-01-13 16:19:52 +00:00 (Migrated from github.com)

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 8ba808c on 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.

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 8ba808c on 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
schizoman/rwa_qubo#1
No description provided.