You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have run a fresh installation of cirq, qulacs, and cirqqulacs on a new anaconda environment. Whenever I try to simulate any circuit, as in the tutorial, I get the error
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/as3232/.conda/envs/qulacs/lib/python3.7/site-packages/cirq/sim/simulator.py", line 435, in simulate
program, study.ParamResolver(param_resolver), qubit_order, initial_state
File "/home/as3232/cirq-qulacs/cirqqulacs/qulacs_simulator.py", line 128, in simulate_sweep
final_simulator_state=final_state
File "/home/as3232/.conda/envs/qulacs/lib/python3.7/site-packages/cirq/sim/simulator.py", line 845, in __init__
if [final_step_result, final_simulator_state].count(None) != 1:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
Hello,
I have run a fresh installation of cirq, qulacs, and cirqqulacs on a new anaconda environment. Whenever I try to simulate any circuit, as in the tutorial, I get the error
Here are my packages:
The text was updated successfully, but these errors were encountered: