Skip to content

Commit e6b3e69

Browse files
authored
Add copyright notice and docstring to fixed_point.py
1 parent 46127b0 commit e6b3e69

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

qiskit/transpiler/passes/utils/fixed_point.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
# Any modifications or derivative works of this code must retain this
1010
# copyright notice, and modified files need to carry a notice indicating
1111
# that they have been altered from the originals.
12+
1213
"""Check if a property reached a fixed point."""
14+
1315
from copy import deepcopy
1416
from typing import TYPE_CHECKING
1517

0 commit comments

Comments
 (0)