Hi,
I can run braket.ir.ahs.program emulator on my laptop. But after I switched from
device = LocalSimulator(“braket_ahs”)
to
device = AwsDevice(“arn:aws:braket:::device/quantum-simulator/amazon/sv1”)
I got the error:
braket.ahs.discretization_types.DiscretizationError: AwsDevice Device(‘name’: SV1, ‘arn’: arn:aws:braket:::device/quantum-simulator/amazon/sv1) does not accept braket.ir.ahs.program action schema.
Is it a feature or a bug?
Thanks
Jan