Skip to content

Commit

Permalink
Move OQ3 exporter tests to qasm3 module (Qiskit#9844)
Browse files Browse the repository at this point in the history
* Move OQ3 exporter tests to qasm3 module

These previously lived in `test/python/circuit` just for historical
reasons (the OQ2 exporter lives there because it's a method on
`QuantumCircuit`).  Since we have a dedicated `qasm3` module now,
including in the test suite, it makes sense to move the file there.

* Add missing __init__.py
  • Loading branch information
jakelishman authored and giacomoRanieri committed Apr 16, 2023
1 parent 74d9adf commit a424628
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/python/qasm3/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This code is part of Qiskit.
#
# (C) Copyright IBM 2023.
#
# 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
# of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.
#
# Any modifications or derivative works of this code must retain this
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

"""QASM3 tests."""
File renamed without changes.

0 comments on commit a424628

Please sign in to comment.