text stringlengths 0 91 |
|---|
/verifier/test_outputs.py:91: AssertionError |
_________ test_protocol_curves_time_reversal_and_multibasis_are_blind __________ |
def test_protocol_curves_time_reversal_and_multibasis_are_blind(): |
> pc = read_output("protocol_curves") |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:261: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
name = 'protocol_curves' |
@functools.cache |
def read_output(name): |
path = ROOT / f"{name}.json" |
> assert path.is_file(), f"Missing required output /root/{name}.json" |
E AssertionError: Missing required output /root/protocol_curves.json |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/protocol_curves.json').is_file |
/verifier/test_outputs.py:91: AssertionError |
_______________________ test_protocol_curves_rav_decays ________________________ |
def test_protocol_curves_rav_decays(): |
> pc = read_output("protocol_curves") |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:276: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
name = 'protocol_curves' |
@functools.cache |
def read_output(name): |
path = ROOT / f"{name}.json" |
> assert path.is_file(), f"Missing required output /root/{name}.json" |
E AssertionError: Missing required output /root/protocol_curves.json |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/protocol_curves.json').is_file |
/verifier/test_outputs.py:91: AssertionError |
_______________ test_true_fidelity_matches_independent_lindblad ________________ |
def test_true_fidelity_matches_independent_lindblad(): |
> tf = read_output("true_fidelity") |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:297: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
name = 'true_fidelity' |
@functools.cache |
def read_output(name): |
path = ROOT / f"{name}.json" |
> assert path.is_file(), f"Missing required output /root/{name}.json" |
E AssertionError: Missing required output /root/true_fidelity.json |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/true_fidelity.json').is_file |
/verifier/test_outputs.py:91: AssertionError |
___________________ test_true_fidelity_half_time_is_physical ___________________ |
def test_true_fidelity_half_time_is_physical(): |
> tf = read_output("true_fidelity") |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:320: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
name = 'true_fidelity' |
@functools.cache |
def read_output(name): |
path = ROOT / f"{name}.json" |
> assert path.is_file(), f"Missing required output /root/{name}.json" |
E AssertionError: Missing required output /root/true_fidelity.json |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/true_fidelity.json').is_file |
/verifier/test_outputs.py:91: AssertionError |
_________________ test_sensitivity_table_matches_known_pattern _________________ |
def test_sensitivity_table_matches_known_pattern(): |
> tbl = read_output("sensitivity_table") |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:342: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
name = 'sensitivity_table' |
@functools.cache |
def read_output(name): |
path = ROOT / f"{name}.json" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.