Skip to content

Commit

Permalink
quick id fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AtakTalay committed Aug 3, 2023
1 parent 3de0394 commit 26510c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netqasm/lang/instr/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,13 +452,13 @@ class MulInstruction(ClassicalOpInstruction):

@dataclass
class DivInstruction(ClassicalOpInstruction):
id: int = 202
id: int = 201
mnemonic: str = "div"


@dataclass
class RemInstruction(ClassicalOpInstruction):
id: int = 203
id: int = 202
mnemonic: str = "rem"


Expand Down

0 comments on commit 26510c1

Please sign in to comment.