Skip to content

Commit

Permalink
adding some inits
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 committed Feb 10, 2025
1 parent ee6eed1 commit 7efe1e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Empty file added test/runtime/__init__.py
Empty file.
Empty file added test/runtime/noise/__init__.py
Empty file.
3 changes: 2 additions & 1 deletion test/runtime/noise/native/test_loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
from bloqade.noise import native
from bloqade.runtime.qrack import Memory, PyQrackInterpreter, reg

simulation = qasm2.main.add(native)


def test_atom_loss():
simulation = qasm2.main.add(native)

@simulation
def test_atom_loss():
Expand Down

0 comments on commit 7efe1e8

Please sign in to comment.