I am experiencing some problems while running jobs on a remote simulator with a PBS circuit. For the following circuit:
input_state = pcvl.BasicState("|{P:H},{P:V}>")
c = pcvl.Circuit(2)
c.add(0, pcvl.PBS())
remote_simulator.set_circuit(c)
remote_simulator.with_input(input_state)
I receive a runtime error, even after restarting the sessing:
“results”: “Template circuit and target size should be the same (12 != 24)”
I would appreciate if anyone could help me.
Thanks.