We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e14b97 commit 772632bCopy full SHA for 772632b
src/bloqade/analysis/fidelity/__init__.py
@@ -1,2 +1 @@
1
-from . import impls as impls
2
from .analysis import FidelityAnalysis as FidelityAnalysis
src/bloqade/analysis/fidelity/impls.py
test/analysis/fidelity/test_fidelity.py
@@ -1,5 +1,7 @@
import math
3
+import pytest
4
+
5
from bloqade import qasm2
6
from bloqade.noise import native
7
from bloqade.analysis.fidelity import FidelityAnalysis
@@ -112,6 +114,7 @@ def main():
112
114
) ** 2 * (1 - p_loss)
113
115
116
117
+@pytest.mark.xfail
118
def test_if():
119
120
@noise_main
@@ -172,6 +175,7 @@ def main_if():
172
175
)
173
176
174
177
178
179
def test_for():
180
181
0 commit comments