Skip to content

Commit 58f2347

Browse files
authored
Merge pull request #8 from scaleway/iqm-device
Iqm device
2 parents 76b4d6d + 2504ca5 commit 58f2347

File tree

14 files changed

+572
-621
lines changed

14 files changed

+572
-621
lines changed

examples/hello_world.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
secret_key=secret_key,
1515
backend=backend,
1616
) as dev:
17+
1718
@qml.set_shots(100)
1819
@qml.qnode(dev)
1920
def bell_state_circuit():

pennylane_scaleway/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
from .scw_device import ScalewayDevice
1515
from .aer_device import AerDevice
1616
from .aqt_device import AqtDevice
17+
from .iqm_device import IqmDevice
1718
from .utils import circuit_to_qiskit

0 commit comments

Comments
 (0)