Skip to content

Commit

Permalink
Many mentions to QASM should be changed to OpenQASM 2 (Qiskit/qiskit#…
Browse files Browse the repository at this point in the history
…9351)

* Many mentions to QASM should be changed to OpenQASM2

* adjust tests

* another round

* suggestion in https://github.com/Qiskit/qiskit-terra/pull/9351/files#r1068676297

* https://github.com/Qiskit/qiskit-terra/pull/9351/files#r1068704441

* Normalise spacing of OpenQASM [23]

---------

Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
  • Loading branch information
1ucian0 and jakelishman authored Sep 29, 2023
1 parent cffeaeb commit e2bd0ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qiskit_ibm_provider/fake_provider/fake_qasm_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


class FakeQasmBackend(FakeBackend):
"""A fake qasm backend."""
"""A fake OpenQASM backend."""

dirname = None
conf_filename = None
Expand Down
2 changes: 1 addition & 1 deletion qiskit_ibm_provider/fake_provider/fake_qasm_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# that they have been altered from the originals.

"""
Fake qasm simulator.
Fake OpenQASM simulator.
"""

from qiskit.providers.models import GateConfig, QasmBackendConfiguration
Expand Down

0 comments on commit e2bd0ee

Please sign in to comment.