Skip to content

Commit

Permalink
Update hardware.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanrui-Wang authored Sep 2, 2023
1 parent 70f877c commit 4b0bc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchquantum/pulse/hardware/hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@



class Hardware(torch.nn.Modele):
class Hardware(torch.nn.Module):
def __init__(self):
pass

0 comments on commit 4b0bc11

Please sign in to comment.