CQCL / pytket-braket

pytket-braket, extensions for pytket quantum SDK
Apache License 2.0
2 stars 2 forks source link

Access IQM device from Amazon Braket #152

Closed yoshi-qc closed 2 months ago

yoshi-qc commented 2 months ago

Now Amazon braket provides IQM device 'arn:aws:braket:eu-north-1::device/qpu/iqm/Garnet'. We need to create "IQM_SCHEMA" in the file braket.py.

yoshi-qc commented 2 months ago

I got new issue. IQM/Garnet device (20 qubits device) on Braket accepts a circuit with the qubit node from 0 to 19. But in AwsDevice('arn:aws:braket:eu-north-1::device/qpu/iqm/Garnet',aws_session=authenticated_aws_session).properties.dict() , the qubit node is from 1 to 20 (should be 0 to 19). This is weird. I'll fix the function _get_arch_info in braket.py too.