Skip to content

Commit

Permalink
Correct qubit numbering in FakeParisV2 (#2110)
Browse files Browse the repository at this point in the history
* Correct qubit numbering in FakeParisV2

* Update copyright notice of FakeParis

---------

Co-authored-by: Kevin Tian <[email protected]>
  • Loading branch information
tnemoz and kt474 authored Jan 22, 2025
1 parent e703a6f commit e5f4dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit_ibm_runtime/fake_provider/backends/paris/fake_paris.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of Qiskit.
#
# (C) Copyright IBM 2019, 2023.
# (C) Copyright IBM 2019, 2025.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
Expand All @@ -25,7 +25,7 @@ class FakeParisV2(fake_backend.FakeBackendV2):
06 17
↕ ↕
00 ↔ 01 ↔ 04 ↔ 07 ↔ 10 ↔ 12 ↔ 15 ↔ 18 ↔ 20 ↔ 23
00 ↔ 01 ↔ 04 ↔ 07 ↔ 10 ↔ 12 ↔ 15 ↔ 18 ↔ 21 ↔ 23
↕ ↕ ↕
02 13 24
↕ ↕ ↕
Expand Down

0 comments on commit e5f4dec

Please sign in to comment.