Skip to content

Commit 772632b

Browse files
committed
Remove SCF methods
1 parent 6e14b97 commit 772632b

File tree

3 files changed

+4
-78
lines changed

3 files changed

+4
-78
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
from . import impls as impls
21
from .analysis import FidelityAnalysis as FidelityAnalysis

src/bloqade/analysis/fidelity/impls.py

Lines changed: 0 additions & 77 deletions
This file was deleted.

test/analysis/fidelity/test_fidelity.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import math
22

3+
import pytest
4+
35
from bloqade import qasm2
46
from bloqade.noise import native
57
from bloqade.analysis.fidelity import FidelityAnalysis
@@ -112,6 +114,7 @@ def main():
112114
) ** 2 * (1 - p_loss)
113115

114116

117+
@pytest.mark.xfail
115118
def test_if():
116119

117120
@noise_main
@@ -172,6 +175,7 @@ def main_if():
172175
)
173176

174177

178+
@pytest.mark.xfail
175179
def test_for():
176180

177181
@noise_main

0 commit comments

Comments
 (0)