Skip to content

Commit

Permalink
refactor: renamed parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Feb 21, 2024
1 parent 01fe98e commit ee515a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/qibo/models/circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

import qibo
from qibo import gates
from qibo._openqasm import QASMParser
from qibo.config import raise_error
from qibo.gates.abstract import Gate
from qibo.parser import QASMParser

NoiseMapType = Union[Tuple[int, int, int], Dict[int, Tuple[int, int, int]]]

Expand Down

0 comments on commit ee515a5

Please sign in to comment.