Skip to content

Commit

Permalink
finalized documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik-SteinFraunh committed Oct 18, 2024
1 parent 30a0e7e commit b02717b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qrisp/interface/provider_backends/aqt_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class AQTBackend(VirtualBackend):
>>> from qrisp.interface import AQTBackend
>>> from qiskit_aqt_provider import AQTProvider
>>> provider = AQTProvider("ACCESS_TOKEN")
>>> example_backend = AQTBackend(backend = provider.get_backend("offline_simulator_no_noise")
>>> example_backend = AQTBackend(backend = provider.get_backend("offline_simulator_no_noise"))
>>> qf = QuantumFloat(4)
>>> qf[:] = 3
>>> res = qf*qf
Expand Down

0 comments on commit b02717b

Please sign in to comment.