Hi,
when I try to run
remote_simulator = pcvl.RemoteProcessor(“sim:ascella”, token)
I get the error: “TypeError: getattr(): attribute name must be string”.
The same works well when I use a qpu:
remote_simulator = pcvl.RemoteProcessor(“qpu:ascella”, token)
Anyone could help me with this?
Thanks!