We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am running the "run-problem-generation.py" in
ReCirq/recirq/qaoa/experiments/run-problem-generation.py
Lines 1 to 60 in dcc4da9
and got the following error:
Traceback (most recent call last): File "c:\Users\hmy98\iCloudDrive\Desktop\Test_Generator\qaoa_tutorial.py", line 60, in <module> main() File "c:\Users\hmy98\iCloudDrive\Desktop\Test_Generator\qaoa_tutorial.py", line 52, in main generate_hardware_grid_problem(task) File "C:\Users\hmy98\iCloudDrive\Desktop\Test_Generator\venv\lib\site-packages\recirq\qaoa\experiments\problem_generation_tasks.py", line 174, in generate_hardware_grid_problem problem = _get_all_hardware_grid_problems( File "C:\Users\hmy98\iCloudDrive\Desktop\Test_Generator\venv\lib\site-packages\recirq\qaoa\experiments\problem_generation_tasks.py", line 156, in _get_all_hardware_grid_problems device_graph = _get_device_graph(device_name=device_name) File "C:\Users\hmy98\iCloudDrive\Desktop\Test_Generator\venv\lib\site-packages\recirq\qaoa\experiments\problem_generation_tasks.py", line 121, in _get_device_graph device_graph = ccr.gridqubits_to_graph_device(device.qubits) AttributeError: 'GridDevice' object has no attribute 'qubits'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am running the "run-problem-generation.py" in
ReCirq/recirq/qaoa/experiments/run-problem-generation.py
Lines 1 to 60 in dcc4da9
and got the following error:
The text was updated successfully, but these errors were encountered: